Class ListClaimRulesOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.ListClaimRulesOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListClaimRulesOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listClaimRules options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListClaimRulesOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListClaimRulesOptions.BuildernewBuilder()New builder.java.lang.StringprofileId()Gets the profileId.
-
-
-
Method Detail
-
newBuilder
public ListClaimRulesOptions.Builder newBuilder()
New builder.- Returns:
- a ListClaimRulesOptions builder
-
profileId
public java.lang.String profileId()
Gets the profileId. ID of the trusted profile.- Returns:
- the profileId
-
-