Package 

Class CollectionApi

    • Constructor Detail

    • Method Detail

      • addToCollection

         final Response<Unit> addToCollection(UUID collectionId, List<UUID> ids)

        Adds items to a collection.

        Parameters:
        collectionId - The collection id.
        ids - Item ids, comma delimited.
      • createCollection

         final Response<CollectionCreationResult> createCollection(String name, List<String> ids, UUID parentId, Boolean isLocked)

        Creates a new collection.

        Parameters:
        name - The name of the collection.
        ids - Item Ids to add to the collection.
        parentId - Optional.
        isLocked - Whether or not to lock the new collection.