Class ParseRunsListRequest


  • public final class ParseRunsListRequest
    extends java.lang.Object
    • Method Detail

      • getExtendWorkspaceId

        public java.util.Optional<java.lang.String> getExtendWorkspaceId()
        Returns:
        The workspace ID to target. Required when using an organization-scoped API key; optional for workspace-scoped keys (the key is already tied to a workspace). See Authentication for details on API key scopes.
      • getBatchId

        public java.util.Optional<java.lang.String> getBatchId()
        Returns:
        Filter parse runs by the batch they belong to. Use this after submitting a batch via POST /parse_runs/batch to retrieve individual run results.

        Example: "bpar_Xj8mK2pL9nR4vT7qY5wZ"

      • getFileNameContains

        public java.util.Optional<java.lang.String> getFileNameContains()
        Returns:
        Filters runs by the name of the file. Only returns runs where the file name contains this string.

        Example: "invoice"

      • getNextPageToken

        public java.util.Optional<java.lang.String> getNextPageToken()
      • getMaxPageSize

        public java.util.Optional<java.lang.Integer> getMaxPageSize()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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