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