Class ListServiceIdsOptions

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String accountId()
      Gets the accountId.
      java.lang.String filter()
      Gets the filter.
      java.lang.String groupId()
      Gets the groupId.
      java.lang.Boolean includeHistory()
      Gets the includeHistory.
      java.lang.String name()
      Gets the name.
      ListServiceIdsOptions.Builder newBuilder()
      New builder.
      java.lang.String order()
      Gets the order.
      java.lang.Long pagesize()
      Gets the pagesize.
      java.lang.String pagetoken()
      Gets the pagetoken.
      java.lang.String showGroupId()
      Gets the showGroupId.
      java.lang.String sort()
      Gets the sort.
      • 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

      • accountId

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

        public java.lang.String groupId()
        Gets the groupId. Group ID of the service ID(s) to query. If this parameter is not provided the default group is applied.
        Returns:
        the groupId
      • name

        public java.lang.String name()
        Gets the name. Name of the service ID(s) to query. Optional.20 items per page. Valid range is 1 to 100.
        Returns:
        the name
      • pagesize

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

        public java.lang.String order()
        Gets the order. Optional sort order, valid values are asc and desc. Default: asc.
        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
      • filter

        public java.lang.String filter()
        Gets the filter. An optional filter query parameter used to refine the results of the search operation. For more information see [Filtering list results](#filter-list-results) section.
        Returns:
        the filter
      • showGroupId

        public java.lang.String showGroupId()
        Gets the showGroupId. Defines if the service ID group ID is included in the response.
        Returns:
        the showGroupId