@Generated(value="OracleSDKGenerator", comments="API Version: ") public class ListServicesRequest extends BmcRequest<Void>
Modifier and Type | Class and Description |
---|---|
static class |
ListServicesRequest.Builder |
static class |
ListServicesRequest.SortBy
The field to sort by.
|
static class |
ListServicesRequest.SortOrder
The sort order to use, either ‘asc’ or ‘desc’.
|
Modifier and Type | Method and Description |
---|---|
static ListServicesRequest.Builder |
builder() |
String |
getCompartmentId()
The OCID of the parent compartment (remember that the tenancy is simply the root compartment).
|
Integer |
getLimit()
The maximum number of items to return in a paginated "List" call.
|
String |
getOpcRequestId()
Unique Oracle-assigned identifier for the request.
|
String |
getPage()
The value of the
opc-next-page response header from the previous "List" call. |
ListServicesRequest.SortBy |
getSortBy()
The field to sort by.
|
ListServicesRequest.SortOrder |
getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.
|
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static ListServicesRequest.Builder builder()
public String getCompartmentId()
The OCID of the parent compartment (remember that the tenancy is simply the root compartment).
public ListServicesRequest.SortBy getSortBy()
The field to sort by.
public ListServicesRequest.SortOrder getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’. By default it will be ascending.
public Integer getLimit()
The maximum number of items to return in a paginated "List" call.
public String getPage()
The value of the opc-next-page
response header from the previous "List" call.
public String getOpcRequestId()
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Copyright © 2016–2020. All rights reserved.