Class GetApiKeyOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.GetApiKeyOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetApiKeyOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getApiKey options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetApiKeyOptions.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.GetApiKeyOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public GetApiKeyOptions.Builder newBuilder()
New builder.- Returns:
- a GetApiKeyOptions builder
-
id
public java.lang.String id()
Gets the id. Unique ID of the API key.- 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
-
-