Class GetServiceIdOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.GetServiceIdOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetServiceIdOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getServiceId options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetServiceIdOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringid()Gets the id.java.lang.BooleanincludeActivity()Gets the includeActivity.java.lang.BooleanincludeHistory()Gets the includeHistory.GetServiceIdOptions.BuildernewBuilder()New builder.java.lang.StringshowGroupId()Gets the showGroupId.
-
-
-
Method Detail
-
newBuilder
public GetServiceIdOptions.Builder newBuilder()
New builder.- Returns:
- a GetServiceIdOptions builder
-
id
public java.lang.String id()
Gets the id. Unique ID of the service ID.- Returns:
- the id
-
includeHistory
public java.lang.Boolean includeHistory()
Gets the includeHistory. Defines if the entity history is included in the response.- Returns:
- the includeHistory
-
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
-
showGroupId
public java.lang.String showGroupId()
Gets the showGroupId. Defines if the service ID group ID is included in the response.- Returns:
- the showGroupId
-
-