Uses of Class
com.oracle.bmc.database.requests.GetExadataInfrastructureRequest.ExcludedFields
-
Packages that use GetExadataInfrastructureRequest.ExcludedFields Package Description com.oracle.bmc.database.requests -
-
Uses of GetExadataInfrastructureRequest.ExcludedFields in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return GetExadataInfrastructureRequest.ExcludedFields Modifier and Type Method Description static GetExadataInfrastructureRequest.ExcludedFields
GetExadataInfrastructureRequest.ExcludedFields. create(String key)
static GetExadataInfrastructureRequest.ExcludedFields
GetExadataInfrastructureRequest.ExcludedFields. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetExadataInfrastructureRequest.ExcludedFields[]
GetExadataInfrastructureRequest.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 GetExadataInfrastructureRequest.ExcludedFields Modifier and Type Method Description List<GetExadataInfrastructureRequest.ExcludedFields>
GetExadataInfrastructureRequest. getExcludedFields()
If provided, the specified fields will be excluded in the response.Methods in com.oracle.bmc.database.requests with parameters of type GetExadataInfrastructureRequest.ExcludedFields Modifier and Type Method Description GetExadataInfrastructureRequest.Builder
GetExadataInfrastructureRequest.Builder. excludedFields(GetExadataInfrastructureRequest.ExcludedFields singularValue)
Singular setter.Method parameters in com.oracle.bmc.database.requests with type arguments of type GetExadataInfrastructureRequest.ExcludedFields Modifier and Type Method Description GetExadataInfrastructureRequest.Builder
GetExadataInfrastructureRequest.Builder. excludedFields(List<GetExadataInfrastructureRequest.ExcludedFields> excludedFields)
If provided, the specified fields will be excluded in the response.
-