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