Class DocumentListResponse


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.7.0")
    public class DocumentListResponse
    extends Object
    Returns the requested list of documents
    • Constructor Detail

      • DocumentListResponse

        public DocumentListResponse()
    • Method Detail

      • getAtRecordsetCount

        @Nullable
        public String getAtRecordsetCount()
        Count of collections for the given date range
        Returns:
        atRecordsetCount
      • setAtRecordsetCount

        public void setAtRecordsetCount​(String atRecordsetCount)
      • getAtNextLink

        @Nullable
        public String getAtNextLink()
        Get atNextLink
        Returns:
        atNextLink
      • setAtNextLink

        public void setAtNextLink​(String atNextLink)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates the JSON Element and throws an exception if issues found
        Parameters:
        jsonElement - JSON Element
        Throws:
        IOException - if the JSON Element is invalid with respect to DocumentListResponse
      • fromJson

        public static DocumentListResponse fromJson​(String jsonString)
                                             throws IOException
        Create an instance of DocumentListResponse given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of DocumentListResponse
        Throws:
        IOException - if the JSON string is invalid with respect to DocumentListResponse
      • toJson

        public String toJson()
        Convert an instance of DocumentListResponse to an JSON string
        Returns:
        JSON string