Class ListAccountSettingsTemplatesOptions

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

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

      • accountId

        public java.lang.String accountId()
        Gets the accountId. Account ID of the account settings templates to query. This parameter is required unless using a pagetoken.
        Returns:
        the accountId
      • limit

        public java.lang.String limit()
        Gets the limit. Optional size of a single page.
        Returns:
        the limit
      • pagetoken

        public java.lang.String pagetoken()
        Gets the pagetoken. Optional Prev or Next page token returned from a previous query execution. Default is start with first page.
        Returns:
        the pagetoken
      • sort

        public java.lang.String sort()
        Gets the sort. Optional sort property. If specified, the returned templated are sorted according to this property.
        Returns:
        the sort
      • order

        public java.lang.String order()
        Gets the order. Optional sort order.
        Returns:
        the order
      • includeHistory

        public java.lang.String includeHistory()
        Gets the includeHistory. Defines if the entity history is included in the response.
        Returns:
        the includeHistory