Class ListLimitsIncreaseQuestionsRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<Void>
-
- com.oracle.bmc.limitsincrease.requests.ListLimitsIncreaseQuestionsRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20251101") public class ListLimitsIncreaseQuestionsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.81.1/limitsincrease/ListLimitsIncreaseQuestionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListLimitsIncreaseQuestionsRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListLimitsIncreaseQuestionsRequest.Builderstatic classListLimitsIncreaseQuestionsRequest.SortByThe field to sort by.static classListLimitsIncreaseQuestionsRequest.SortOrderThe sort order to use, either ‘asc’ or ‘desc’.
-
Constructor Summary
Constructors Constructor Description ListLimitsIncreaseQuestionsRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListLimitsIncreaseQuestionsRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.StringgetCompartmentId()The OCID of the parent compartment.IntegergetLimit()Maximum number of items returned in a page.StringgetLimitName()The name of the limit.StringgetOpcRequestId()Override request id for request tracking purposes.StringgetPage()The next page token.StringgetServiceName()The name of the service.ListLimitsIncreaseQuestionsRequest.SortBygetSortBy()The field to sort by.ListLimitsIncreaseQuestionsRequest.SortOrdergetSortOrder()The sort order to use, either ‘asc’ or ‘desc’.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListLimitsIncreaseQuestionsRequest.BuildertoBuilder()Return an instance ofListLimitsIncreaseQuestionsRequest.Builderthat allows you to modify request properties.StringtoString()-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getCompartmentId
public String getCompartmentId()
The OCID of the parent compartment.Note: The tenancy is the root compartment.
-
getServiceName
public String getServiceName()
The name of the service.
-
getLimitName
public String getLimitName()
The name of the limit.
-
getOpcRequestId
public String getOpcRequestId()
Override request id for request tracking purposes.
-
getSortOrder
public ListLimitsIncreaseQuestionsRequest.SortOrder getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.By default, it is ascending.
-
getSortBy
public ListLimitsIncreaseQuestionsRequest.SortBy getSortBy()
The field to sort by.Both fields will sort alphabetically
-
getLimit
public Integer getLimit()
Maximum number of items returned in a page.
-
getPage
public String getPage()
The next page token.
-
toBuilder
public ListLimitsIncreaseQuestionsRequest.Builder toBuilder()
Return an instance ofListLimitsIncreaseQuestionsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of
ListLimitsIncreaseQuestionsRequest.Builderthat allows you to modify request properties.
-
builder
public static ListLimitsIncreaseQuestionsRequest.Builder builder()
Return a new builder for this request object.- Returns:
- builder for the request object
-
equals
public boolean equals(Object o)
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equalsin classBmcRequest<Void>
-
hashCode
public int hashCode()
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCodein classBmcRequest<Void>
-
-