Class RestIndexes

java.lang.Object
com.atlassian.bamboo.rest.model.RestIndexes

public class RestIndexes extends Object
Some helper Indexes for obtaining elements from e.g. ListWrapperCallback.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static com.atlassian.plugins.rest.api.expand.parameter.Indexes
    Indexes which imitate querying for all elements of a collection, without pagination.
    static com.atlassian.plugins.rest.api.expand.parameter.Indexes
    Indexes which imitate querying for no elements of a collection.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NONE

      public static com.atlassian.plugins.rest.api.expand.parameter.Indexes NONE
      Indexes which imitate querying for no elements of a collection. Using them will always result in obtaining an empty list of results.
    • ALL

      public static com.atlassian.plugins.rest.api.expand.parameter.Indexes ALL
      Indexes which imitate querying for all elements of a collection, without pagination.