public class GetRelatedConceptsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetRelatedConceptsOptions.Builder
Builder.
|
static interface |
GetRelatedConceptsOptions.Relationship
Select the relationship to retrieve.
|
Modifier and Type | Method and Description |
---|---|
String |
corpus()
Gets the corpus.
|
Long |
maxDepth()
Gets the maxDepth.
|
String |
nameOrId()
Gets the nameOrId.
|
GetRelatedConceptsOptions.Builder |
newBuilder()
New builder.
|
String |
ontology()
Gets the ontology.
|
Boolean |
recursive()
Gets the recursive.
|
String |
relationship()
Gets the relationship.
|
List<String> |
relationshipAttributes()
Gets the relationshipAttributes.
|
List<String> |
sources()
Gets the sources.
|
Boolean |
treeLayout()
Gets the treeLayout.
|
public GetRelatedConceptsOptions.Builder newBuilder()
public String corpus()
public String nameOrId()
public String relationship()
public String ontology()
public List<String> relationshipAttributes()
public List<String> sources()
public Boolean recursive()
public Boolean treeLayout()
public Long maxDepth()
Copyright © 2021 IBM Cloud. All rights reserved.