Uses of Class
com.oracle.bmc.dataintegration.requests.GetProjectRequest.Projection
-
Packages that use GetProjectRequest.Projection Package Description com.oracle.bmc.dataintegration.requests -
-
Uses of GetProjectRequest.Projection in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetProjectRequest.Projection Modifier and Type Method Description static GetProjectRequest.Projection
GetProjectRequest.Projection. create(String key)
static GetProjectRequest.Projection
GetProjectRequest.Projection. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetProjectRequest.Projection[]
GetProjectRequest.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 GetProjectRequest.Projection Modifier and Type Method Description List<GetProjectRequest.Projection>
GetProjectRequest. 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 GetProjectRequest.Projection Modifier and Type Method Description GetProjectRequest.Builder
GetProjectRequest.Builder. projection(GetProjectRequest.Projection singularValue)
Singular setter.Method parameters in com.oracle.bmc.dataintegration.requests with type arguments of type GetProjectRequest.Projection Modifier and Type Method Description GetProjectRequest.Builder
GetProjectRequest.Builder. projection(List<GetProjectRequest.Projection> projection)
This parameter allows users to specify which view of the object to return.
-