public class GetConceptsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetConceptsOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
attributes()
Gets the attributes.
|
String |
corpus()
Gets the corpus.
|
List<String> |
cuis()
Gets the cuis.
|
Long |
limit()
Gets the limit.
|
GetConceptsOptions.Builder |
newBuilder()
New builder.
|
List<String> |
preferredNames()
Gets the preferredNames.
|
String |
sort()
Gets the sort.
|
List<String> |
surfaceForms()
Gets the surfaceForms.
|
Boolean |
verbose()
Gets the verbose.
|
public GetConceptsOptions.Builder newBuilder()
public String corpus()
public List<String> cuis()
public List<String> preferredNames()
public List<String> surfaceForms()
public List<String> attributes()
public Boolean verbose()
public String sort()
public Long limit()
Copyright © 2021 IBM Cloud. All rights reserved.