Class GetApiKeyOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class GetApiKeyOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The getApiKey options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String id()
      Gets the id.
      java.lang.Boolean includeActivity()
      Gets the includeActivity.
      java.lang.Boolean includeHistory()
      Gets the includeHistory.
      GetApiKeyOptions.Builder newBuilder()
      New builder.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • 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