Class ListUserAnalyticsRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.datasafe.requests.ListUserAnalyticsRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public class ListUserAnalyticsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datasafe/ListUserAnalyticsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListUserAnalyticsRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListUserAnalyticsRequest.AccessLevelValid values are RESTRICTED and ACCESSIBLE.static classListUserAnalyticsRequest.Builderstatic classListUserAnalyticsRequest.SortByThe field to sort by.static classListUserAnalyticsRequest.SortOrderThe sort order to use, either ascending (ASC) or descending (DESC).
 - 
Constructor SummaryConstructors Constructor Description ListUserAnalyticsRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListUserAnalyticsRequest.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’.ListUserAnalyticsRequest.AccessLevelgetAccessLevel()Valid values are RESTRICTED and ACCESSIBLE.StringgetAccountStatus()A filter to return only items that match the specified account status.StringgetAuthenticationType()A filter to return only items that match the specified authentication type.BooleangetCompartmentIdInSubtree()Default is false.IntegergetLimit()For list pagination.StringgetOpcRequestId()Unique identifier for the request.StringgetPage()For list pagination.ListUserAnalyticsRequest.SortBygetSortBy()The field to sort by.ListUserAnalyticsRequest.SortOrdergetSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).StringgetTargetId()A filter to return only items related to a specific target OCID.DategetTimeLastLoginGreaterThanOrEqualTo()A filter to return users whose last login time in the database is greater than or equal to the date and time specified, in the format defined by RFC3339.DategetTimeLastLoginLessThan()A filter to return users whose last login time in the database is less than the date and time specified, in the format defined by RFC3339.DategetTimePasswordExpiryGreaterThanOrEqualTo()A filter to return users whose password expiry date in the database is greater than or equal to the date and time specified, in the format defined by RFC3339.DategetTimePasswordExpiryLessThan()A filter to return users whose password expiry date in the database is less than the date and time specified, in the format defined by RFC3339.DategetTimePasswordLastChangedGreaterThanOrEqualTo()A filter to return users whose last password change in the database is greater than or equal to the date and time specified, in the format defined by RFC3339.DategetTimePasswordLastChangedLessThan()A filter to return users whose last password change in the database is less than the date and time specified, in the format defined by RFC3339.DategetTimeUserCreatedGreaterThanOrEqualTo()A filter to return users whose creation time in the database is greater than or equal to the date and time specified, in the format defined by RFC3339.DategetTimeUserCreatedLessThan()A filter to return users whose creation time in the database is less than the date and time specified, in the format defined by RFC3339.StringgetUserAssessmentId()The OCID of the user assessment.StringgetUserCategory()A filter to return only items that match the specified user category.StringgetUserKey()A filter to return only items that match the specified user key.StringgetUserName()A filter to return only items that match the specified user name.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListUserAnalyticsRequest.BuildertoBuilder()Return an instance ofListUserAnalyticsRequest.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.
 - 
getCompartmentIdInSubtreepublic Boolean getCompartmentIdInSubtree() Default is false.When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are returned. Depends on the ‘accessLevel’ setting. 
 - 
getAccessLevelpublic ListUserAnalyticsRequest.AccessLevel getAccessLevel() Valid values are RESTRICTED and ACCESSIBLE.Default is RESTRICTED. Setting this to ACCESSIBLE returns only those compartments for which the user has INSPECT permissions directly or indirectly (permissions can be on a resource in a subcompartment). When set to RESTRICTED permissions are checked and no partial results are displayed. 
 - 
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. 
 - 
getUserCategorypublic String getUserCategory() A filter to return only items that match the specified user category.
 - 
getUserKeypublic String getUserKey() A filter to return only items that match the specified user key.
 - 
getAccountStatuspublic String getAccountStatus() A filter to return only items that match the specified account status.
 - 
getAuthenticationTypepublic String getAuthenticationType() A filter to return only items that match the specified authentication type.
 - 
getUserNamepublic String getUserName() A filter to return only items that match the specified user name.
 - 
getTargetIdpublic String getTargetId() A filter to return only items related to a specific target OCID.
 - 
getTimeLastLoginGreaterThanOrEqualTopublic Date getTimeLastLoginGreaterThanOrEqualTo() A filter to return users whose last login time in the database is greater than or equal to the date and time specified, in the format defined by RFC3339.*Example:** 2016-12-19T16:39:57.600Z 
 - 
getTimeLastLoginLessThanpublic Date getTimeLastLoginLessThan() A filter to return users whose last login time in the database is less than the date and time specified, in the format defined by RFC3339.Example: 2016-12-19T16:39:57.600Z 
 - 
getTimeUserCreatedGreaterThanOrEqualTopublic Date getTimeUserCreatedGreaterThanOrEqualTo() A filter to return users whose creation time in the database is greater than or equal to the date and time specified, in the format defined by RFC3339.Example: 2016-12-19T16:39:57.600Z 
 - 
getTimeUserCreatedLessThanpublic Date getTimeUserCreatedLessThan() A filter to return users whose creation time in the database is less than the date and time specified, in the format defined by RFC3339.Example: 2016-12-19T16:39:57.600Z 
 - 
getTimePasswordLastChangedGreaterThanOrEqualTopublic Date getTimePasswordLastChangedGreaterThanOrEqualTo() A filter to return users whose last password change in the database is greater than or equal to the date and time specified, in the format defined by RFC3339.*Example:** 2016-12-19T16:39:57.600Z 
 - 
getTimePasswordLastChangedLessThanpublic Date getTimePasswordLastChangedLessThan() A filter to return users whose last password change in the database is less than the date and time specified, in the format defined by RFC3339.*Example:** 2016-12-19T16:39:57.600Z 
 - 
getTimePasswordExpiryGreaterThanOrEqualTopublic Date getTimePasswordExpiryGreaterThanOrEqualTo() A filter to return users whose password expiry date in the database is greater than or equal to the date and time specified, in the format defined by RFC3339.Example: 2016-12-19T16:39:57.600Z 
 - 
getTimePasswordExpiryLessThanpublic Date getTimePasswordExpiryLessThan() A filter to return users whose password expiry date in the database is less than the date and time specified, in the format defined by RFC3339.Example: 2016-12-19T16:39:57.600Z 
 - 
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 ListUserAnalyticsRequest.SortOrder getSortOrder() The sort order to use, either ascending (ASC) or descending (DESC).
 - 
getSortBypublic ListUserAnalyticsRequest.SortBy getSortBy() The field to sort by.You can specify only one sort order (sortOrder). The default order for userName is ascending. 
 - 
getOpcRequestIdpublic String getOpcRequestId() Unique identifier for the request.
 - 
toBuilderpublic ListUserAnalyticsRequest.Builder toBuilder() Return an instance ofListUserAnalyticsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListUserAnalyticsRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListUserAnalyticsRequest.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>
 
 
- 
 
-