Uses of Class
com.oracle.bmc.datacatalog.requests.ListTermsRequest.Fields
-
Packages that use ListTermsRequest.Fields Package Description com.oracle.bmc.datacatalog.requests -
-
Uses of ListTermsRequest.Fields in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListTermsRequest.Fields Modifier and Type Method Description static ListTermsRequest.Fields
ListTermsRequest.Fields. create(String key)
static ListTermsRequest.Fields
ListTermsRequest.Fields. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListTermsRequest.Fields[]
ListTermsRequest.Fields. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacatalog.requests that return types with arguments of type ListTermsRequest.Fields Modifier and Type Method Description List<ListTermsRequest.Fields>
ListTermsRequest. getFields()
Specifies the fields to return in a term summary response.Methods in com.oracle.bmc.datacatalog.requests with parameters of type ListTermsRequest.Fields Modifier and Type Method Description ListTermsRequest.Builder
ListTermsRequest.Builder. fields(ListTermsRequest.Fields singularValue)
Singular setter.Method parameters in com.oracle.bmc.datacatalog.requests with type arguments of type ListTermsRequest.Fields Modifier and Type Method Description ListTermsRequest.Builder
ListTermsRequest.Builder. fields(List<ListTermsRequest.Fields> fields)
Specifies the fields to return in a term summary response.
-