Class ListAccountSettingsAssignmentsOptions

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

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

      • accountId

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

        public java.lang.String templateId()
        Gets the templateId. Filter results by Template Id.
        Returns:
        the templateId
      • templateVersion

        public java.lang.String templateVersion()
        Gets the templateVersion. Filter results Template Version.
        Returns:
        the templateVersion
      • target

        public java.lang.String target()
        Gets the target. Filter results by the assignment target.
        Returns:
        the target
      • targetType

        public java.lang.String targetType()
        Gets the targetType. Filter results by the assignment's target type.
        Returns:
        the targetType
      • limit

        public java.lang.Long limit()
        Gets the limit. Optional size of a single page. Default is 20 items per page. Valid range is 1 to 100.
        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. If specified, the items are sorted by the value of this property.
        Returns:
        the sort
      • order

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

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