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