Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.ListSenderInvitationsRequest.SortBy
-
Packages that use ListSenderInvitationsRequest.SortBy Package Description com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of ListSenderInvitationsRequest.SortBy in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return ListSenderInvitationsRequest.SortBy Modifier and Type Method Description static ListSenderInvitationsRequest.SortBy
ListSenderInvitationsRequest.SortBy. create(String key)
ListSenderInvitationsRequest.SortBy
ListSenderInvitationsRequest. getSortBy()
The field to sort by.static ListSenderInvitationsRequest.SortBy
ListSenderInvitationsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListSenderInvitationsRequest.SortBy[]
ListSenderInvitationsRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type ListSenderInvitationsRequest.SortBy Modifier and Type Method Description ListSenderInvitationsRequest.Builder
ListSenderInvitationsRequest.Builder. sortBy(ListSenderInvitationsRequest.SortBy sortBy)
The field to sort by.
-