Uses of Class
com.oracle.bmc.datacatalog.requests.GetAttributeTagRequest.Fields
-
Packages that use GetAttributeTagRequest.Fields Package Description com.oracle.bmc.datacatalog.requests -
-
Uses of GetAttributeTagRequest.Fields in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return GetAttributeTagRequest.Fields Modifier and Type Method Description static GetAttributeTagRequest.Fields
GetAttributeTagRequest.Fields. create(String key)
static GetAttributeTagRequest.Fields
GetAttributeTagRequest.Fields. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetAttributeTagRequest.Fields[]
GetAttributeTagRequest.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 GetAttributeTagRequest.Fields Modifier and Type Method Description List<GetAttributeTagRequest.Fields>
GetAttributeTagRequest. getFields()
Specifies the fields to return in an entity attribute tag response.Methods in com.oracle.bmc.datacatalog.requests with parameters of type GetAttributeTagRequest.Fields Modifier and Type Method Description GetAttributeTagRequest.Builder
GetAttributeTagRequest.Builder. fields(GetAttributeTagRequest.Fields singularValue)
Singular setter.Method parameters in com.oracle.bmc.datacatalog.requests with type arguments of type GetAttributeTagRequest.Fields Modifier and Type Method Description GetAttributeTagRequest.Builder
GetAttributeTagRequest.Builder. fields(List<GetAttributeTagRequest.Fields> fields)
Specifies the fields to return in an entity attribute tag response.
-