Class GetAccountSettingsOptions

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

    public class GetAccountSettingsOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The getAccountSettings options.
    • Method Detail

      • accountId

        public java.lang.String accountId()
        Gets the accountId. Account ID of the API keys(s) to query. If a service IAM ID is specified in iam_id then account_id must match the account of the IAM ID. If a user IAM ID is specified in iam_id then then account_id must match the account of the Authorization token.
        Returns:
        the accountId
      • transactionId

        public java.lang.String transactionId()
        Gets the transactionId. An optional transaction ID can be passed to your request, which can be useful for tracking calls through multiple services by using one identifier. The header key must be set to Transaction-Id and the value is anything that you choose. If no transaction ID is passed in, then a random ID is generated.
        Returns:
        the transactionId