Class GetApiKeysDetailsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.GetApiKeysDetailsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetApiKeysDetailsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getApiKeysDetails options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetApiKeysDetailsOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringiamApiKey()Gets the iamApiKey.java.lang.BooleanincludeHistory()Gets the includeHistory.GetApiKeysDetailsOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public GetApiKeysDetailsOptions.Builder newBuilder()
New builder.- Returns:
- a GetApiKeysDetailsOptions builder
-
iamApiKey
public java.lang.String iamApiKey()
Gets the iamApiKey. API key value.- Returns:
- the iamApiKey
-
includeHistory
public java.lang.Boolean includeHistory()
Gets the includeHistory. Defines if the entity history is included in the response.- Returns:
- the includeHistory
-
-