Class ListUsersOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.user_management.v1.model.ListUsersOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListUsersOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listUsers options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListUsersOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.java.lang.BooleanincludeSettings()Gets the includeSettings.java.lang.Longlimit()Gets the limit.ListUsersOptions.BuildernewBuilder()New builder.java.lang.Stringsearch()Gets the search.java.lang.Stringstart()Gets the start.java.lang.StringuserId()Gets the userId.
-
-
-
Method Detail
-
newBuilder
public ListUsersOptions.Builder newBuilder()
New builder.- Returns:
- a ListUsersOptions builder
-
accountId
public java.lang.String accountId()
Gets the accountId. The account ID of the specified user.- Returns:
- the accountId
-
limit
public java.lang.Long limit()
Gets the limit. The number of results to be returned.- Returns:
- the limit
-
includeSettings
public java.lang.Boolean includeSettings()
Gets the includeSettings. The user settings to be returned. Set to true to view language, allowed IP address, and authentication settings.- Returns:
- the includeSettings
-
search
public java.lang.String search()
Gets the search. The desired search results to be returned. To view the list of users with the additional search filter, use the following query options: `firstname`, `lastname`, `email`, `state`, `substate`, `iam_id`, `realm`, and `userId`. HTML URL encoding for the search query and `:` must be used. For example, search=state%3AINVALID returns a list of invalid users. Multiple search queries can be combined to obtain `OR` results using `,` operator (not URL encoded). For example, search=state%3AINVALID,email%3Amail.test.ibm.com.- Returns:
- the search
-
start
public java.lang.String start()
Gets the start. An optional token that indicates the beginning of the page of results to be returned. If omitted, the first page of results is returned. This value is obtained from the 'next_url' field of the operation response.- Returns:
- the start
-
userId
public java.lang.String userId()
Gets the userId. Filter users based on their user ID.- Returns:
- the userId
-
-