ListUsersRequest.Builder |
ListUsersRequest.Builder.accessLevel(ListUsersRequest.AccessLevel accessLevel) |
Valid values are RESTRICTED and ACCESSIBLE.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.accountStatus(String accountStatus) |
A filter to return only items that match the specified account status.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.areAllSchemasAccessible(Boolean areAllSchemasAccessible) |
A filter to return only items that match the criteria that all schemas can be accessed by
a user.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.authenticationType(String authenticationType) |
A filter to return only items that match the specified authentication type.
|
static ListUsersRequest.Builder |
ListUsersRequest.builder() |
Return a new builder for this request object.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.compartmentIdInSubtree(Boolean compartmentIdInSubtree) |
Default is false.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.copy(ListUsersRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.limit(Integer limit) |
For list pagination.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.opcRequestId(String opcRequestId) |
Unique identifier for the request.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.page(String page) |
For list pagination.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.schemaList(String singularValue) |
Singular setter.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.schemaList(List<String> schemaList) |
A filter to return items that contain the specified schema list.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.sortBy(ListUsersRequest.SortBy sortBy) |
The field to sort by.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.sortOrder(ListUsersRequest.SortOrder sortOrder) |
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.targetId(String targetId) |
A filter to return only items related to a specific target OCID.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.timeLastLoginGreaterThanOrEqualTo(Date timeLastLoginGreaterThanOrEqualTo) |
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.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.timeLastLoginLessThan(Date timeLastLoginLessThan) |
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.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.timePasswordExpiryGreaterThanOrEqualTo(Date timePasswordExpiryGreaterThanOrEqualTo) |
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.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.timePasswordExpiryLessThan(Date timePasswordExpiryLessThan) |
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.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.timePasswordLastChangedGreaterThanOrEqualTo(Date timePasswordLastChangedGreaterThanOrEqualTo) |
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.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.timePasswordLastChangedLessThan(Date timePasswordLastChangedLessThan) |
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.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.timeUserCreatedGreaterThanOrEqualTo(Date timeUserCreatedGreaterThanOrEqualTo) |
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.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.timeUserCreatedLessThan(Date timeUserCreatedLessThan) |
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.
|
ListUsersRequest.Builder |
ListUsersRequest.toBuilder() |
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.userAssessmentId(String userAssessmentId) |
The OCID of the user assessment.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.userCategory(String userCategory) |
A filter to return only items that match the specified user category.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.userKey(String userKey) |
A filter to return only items that match the specified user key.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.userName(String userName) |
A filter to return only items that match the specified user name.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.userProfile(String userProfile) |
A filter to return only items that match the specified user profile.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.userRole(String userRole) |
A filter to return only items that match the specified user role.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.userType(String userType) |
A filter to return only items that match the specified user type.
|