Class SCIM.GetConnectionGroupsParameters

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getLimit() The maximum number of groups that should be returned by the API.
      final String getCursor() The cursor to use to indicate where to start group results.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SCIM.GetConnectionGroupsParameters

        SCIM.GetConnectionGroupsParameters(Integer limit, String cursor)
    • Method Detail

      • getLimit

         final Integer getLimit()

        The maximum number of groups that should be returned by the API.

      • getCursor

         final String getCursor()

        The cursor to use to indicate where to start group results.