Uses of Class
com.oracle.bmc.fleetappsmanagement.model.SortBy
-
Packages that use SortBy Package Description com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of SortBy in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return SortBy Modifier and Type Method Description static SortBySortBy. create(String key)static SortBySortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static SortBy[]SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortBy in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return SortBy Modifier and Type Method Description SortByListOnboardingsRequest. getSortBy()The field to sort by.SortByListProvisionsRequest. getSortBy()The field to sort by.SortByListReportMetadataRequest. getSortBy()The field to sort by.SortByListRunbookExportStatusesRequest. getSortBy()The field to sort by.SortByListRunbookImportStatusesRequest. getSortBy()The field to sort by.SortByListRunbookVersionsRequest. getSortBy()The field to sort by.SortByListTargetsRequest. getSortBy()The field to sort by.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type SortBy Modifier and Type Method Description ListOnboardingsRequest.BuilderListOnboardingsRequest.Builder. sortBy(SortBy sortBy)The field to sort by.ListProvisionsRequest.BuilderListProvisionsRequest.Builder. sortBy(SortBy sortBy)The field to sort by.ListReportMetadataRequest.BuilderListReportMetadataRequest.Builder. sortBy(SortBy sortBy)The field to sort by.ListRunbookExportStatusesRequest.BuilderListRunbookExportStatusesRequest.Builder. sortBy(SortBy sortBy)The field to sort by.ListRunbookImportStatusesRequest.BuilderListRunbookImportStatusesRequest.Builder. sortBy(SortBy sortBy)The field to sort by.ListRunbookVersionsRequest.BuilderListRunbookVersionsRequest.Builder. sortBy(SortBy sortBy)The field to sort by.ListTargetsRequest.BuilderListTargetsRequest.Builder. sortBy(SortBy sortBy)The field to sort by.
-