Class GetProfileOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.GetProfileOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetProfileOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getProfile options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetProfileOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleanincludeActivity()Gets the includeActivity.GetProfileOptions.BuildernewBuilder()New builder.java.lang.StringprofileId()Gets the profileId.
-
-
-
Method Detail
-
newBuilder
public GetProfileOptions.Builder newBuilder()
New builder.- Returns:
- a GetProfileOptions builder
-
profileId
public java.lang.String profileId()
Gets the profileId. ID of the trusted profile to get.- Returns:
- the profileId
-
includeActivity
public java.lang.Boolean includeActivity()
Gets the includeActivity. Defines if the entity's activity is included in the response. Retrieving activity data is an expensive operation, so only request this when needed.- Returns:
- the includeActivity
-
-