Uses of Class
com.oracle.bmc.dataintegration.requests.GetFolderRequest.Projection
-
Packages that use GetFolderRequest.Projection Package Description com.oracle.bmc.dataintegration.requests -
-
Uses of GetFolderRequest.Projection in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetFolderRequest.Projection Modifier and Type Method Description static GetFolderRequest.Projection
GetFolderRequest.Projection. create(String key)
static GetFolderRequest.Projection
GetFolderRequest.Projection. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetFolderRequest.Projection[]
GetFolderRequest.Projection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.requests that return types with arguments of type GetFolderRequest.Projection Modifier and Type Method Description List<GetFolderRequest.Projection>
GetFolderRequest. getProjection()
This parameter allows users to specify which view of the object to return.Methods in com.oracle.bmc.dataintegration.requests with parameters of type GetFolderRequest.Projection Modifier and Type Method Description GetFolderRequest.Builder
GetFolderRequest.Builder. projection(GetFolderRequest.Projection singularValue)
Singular setter.Method parameters in com.oracle.bmc.dataintegration.requests with type arguments of type GetFolderRequest.Projection Modifier and Type Method Description GetFolderRequest.Builder
GetFolderRequest.Builder. projection(List<GetFolderRequest.Projection> projection)
This parameter allows users to specify which view of the object to return.
-