Class GetAccountSettingsAssignmentOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.GetAccountSettingsAssignmentOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetAccountSettingsAssignmentOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getAccountSettingsAssignment options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetAccountSettingsAssignmentOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringassignmentId()Gets the assignmentId.java.lang.BooleanincludeHistory()Gets the includeHistory.GetAccountSettingsAssignmentOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public GetAccountSettingsAssignmentOptions.Builder newBuilder()
New builder.- Returns:
- a GetAccountSettingsAssignmentOptions builder
-
assignmentId
public java.lang.String assignmentId()
Gets the assignmentId. ID of the Assignment Record.- Returns:
- the assignmentId
-
includeHistory
public java.lang.Boolean includeHistory()
Gets the includeHistory. Defines if the entity history is included in the response.- Returns:
- the includeHistory
-
-