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