Class GetCollectionInfoResponse


  • public class GetCollectionInfoResponse
    extends java.lang.Object
    Contains the returned response and collectionMapping for getCollectionInfo
    • Method Detail

      • getCollectionMapping

        public java.util.Optional<CollectionMapping> getCollectionMapping()
        Returns:
        an Optional object which may or may not contain a CollectionMapping object
        See Also:
        Optional
      • getResponse

        public Response getResponse()
      • ok

        public boolean ok()
        Returns:
        true if the response status equals SUCCESS
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object