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 |
---|---|
java.util.List<java.lang.String> |
attributes()
Gets the attributes.
|
java.lang.String |
corpus()
Gets the corpus.
|
java.util.List<java.lang.String> |
cuis()
Gets the cuis.
|
java.lang.Long |
limit()
Gets the limit.
|
GetConceptsOptions.Builder |
newBuilder()
New builder.
|
java.util.List<java.lang.String> |
preferredNames()
Gets the preferredNames.
|
java.lang.String |
sort()
Gets the sort.
|
java.util.List<java.lang.String> |
surfaceForms()
Gets the surfaceForms.
|
java.lang.Boolean |
verbose()
Gets the verbose.
|
public GetConceptsOptions.Builder newBuilder()
public java.lang.String corpus()
public java.util.List<java.lang.String> cuis()
public java.util.List<java.lang.String> preferredNames()
public java.util.List<java.lang.String> surfaceForms()
public java.util.List<java.lang.String> attributes()
public java.lang.Boolean verbose()
public java.lang.String sort()
public java.lang.Long limit()
Copyright © 2022 IBM Cloud. All rights reserved.