Package com.oracle.bmc.datasafe.requests
Class ListGrantsRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.datasafe.requests.ListGrantsRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public class ListGrantsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datasafe/ListGrantsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListGrantsRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListGrantsRequest.Builderstatic classListGrantsRequest.SortByThe field to sort by.static classListGrantsRequest.SortOrderThe sort order to use, either ascending (ASC) or descending (DESC).
 - 
Constructor SummaryConstructors Constructor Description ListGrantsRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListGrantsRequest.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’.IntegergetDepthLevel()A filter to return only items that match the specified user grant depth level.IntegergetDepthLevelGreaterThanOrEqualTo()A filter to return only items that are at a level greater than or equal to the specified user grant depth level.IntegergetDepthLevelLessThan()A filter to return only items that are at a level less than the specified user grant depth level.StringgetGrantKey()A filter to return only items that match the specified user grant key.StringgetGrantName()A filter to return only items that match the specified user grant name.IntegergetLimit()For list pagination.StringgetOpcRequestId()Unique identifier for the request.StringgetPage()For list pagination.StringgetPrivilegeCategory()A filter to return only items that match the specified user privilege category.StringgetPrivilegeType()A filter to return only items that match the specified privilege grant type.ListGrantsRequest.SortBygetSortBy()The field to sort by.ListGrantsRequest.SortOrdergetSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).StringgetUserAssessmentId()The OCID of the user assessment.StringgetUserKey()The unique user key.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListGrantsRequest.BuildertoBuilder()Return an instance ofListGrantsRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getUserAssessmentIdpublic String getUserAssessmentId() The OCID of the user assessment.
 - 
getUserKeypublic String getUserKey() The unique user key.This is a system-generated identifier. ListUsers gets the user key for a user. 
 - 
getGrantKeypublic String getGrantKey() A filter to return only items that match the specified user grant key.
 - 
getGrantNamepublic String getGrantName() A filter to return only items that match the specified user grant name.
 - 
getPrivilegeTypepublic String getPrivilegeType() A filter to return only items that match the specified privilege grant type.
 - 
getPrivilegeCategorypublic String getPrivilegeCategory() A filter to return only items that match the specified user privilege category.
 - 
getDepthLevelpublic Integer getDepthLevel() A filter to return only items that match the specified user grant depth level.
 - 
getDepthLevelGreaterThanOrEqualTopublic Integer getDepthLevelGreaterThanOrEqualTo() A filter to return only items that are at a level greater than or equal to the specified user grant depth level.
 - 
getDepthLevelLessThanpublic Integer getDepthLevelLessThan() A filter to return only items that are at a level less than the specified user grant depth level.
 - 
getLimitpublic Integer getLimit() For list pagination.The maximum number of items to return per page in a paginated “List” call. For details about how pagination works, see List Pagination. 
 - 
getPagepublic String getPage() For list pagination.The page token representing the page at which to start retrieving results. It is usually retrieved from a previous “List” call. For details about how pagination works, see List Pagination. 
 - 
getSortOrderpublic ListGrantsRequest.SortOrder getSortOrder() The sort order to use, either ascending (ASC) or descending (DESC).
 - 
getSortBypublic ListGrantsRequest.SortBy getSortBy() The field to sort by.You can specify only one sort order (sortOrder). The default order for grantName is ascending. 
 - 
getOpcRequestIdpublic String getOpcRequestId() Unique identifier for the request.
 - 
toBuilderpublic ListGrantsRequest.Builder toBuilder() Return an instance ofListGrantsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListGrantsRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListGrantsRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<Void>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<Void>
 
 
- 
 
-