Uses of Class
com.oracle.bmc.database.requests.ListExadataInfrastructuresRequest.ExcludedFields
-
Packages that use ListExadataInfrastructuresRequest.ExcludedFields Package Description com.oracle.bmc.database.requests -
-
Uses of ListExadataInfrastructuresRequest.ExcludedFields in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListExadataInfrastructuresRequest.ExcludedFields Modifier and Type Method Description static ListExadataInfrastructuresRequest.ExcludedFields
ListExadataInfrastructuresRequest.ExcludedFields. create(String key)
static ListExadataInfrastructuresRequest.ExcludedFields
ListExadataInfrastructuresRequest.ExcludedFields. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListExadataInfrastructuresRequest.ExcludedFields[]
ListExadataInfrastructuresRequest.ExcludedFields. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.requests that return types with arguments of type ListExadataInfrastructuresRequest.ExcludedFields Modifier and Type Method Description List<ListExadataInfrastructuresRequest.ExcludedFields>
ListExadataInfrastructuresRequest. getExcludedFields()
If provided, the specified fields will be excluded in the response.Methods in com.oracle.bmc.database.requests with parameters of type ListExadataInfrastructuresRequest.ExcludedFields Modifier and Type Method Description ListExadataInfrastructuresRequest.Builder
ListExadataInfrastructuresRequest.Builder. excludedFields(ListExadataInfrastructuresRequest.ExcludedFields singularValue)
Singular setter.Method parameters in com.oracle.bmc.database.requests with type arguments of type ListExadataInfrastructuresRequest.ExcludedFields Modifier and Type Method Description ListExadataInfrastructuresRequest.Builder
ListExadataInfrastructuresRequest.Builder. excludedFields(List<ListExadataInfrastructuresRequest.ExcludedFields> excludedFields)
If provided, the specified fields will be excluded in the response.
-