Class DescribeDocumentPermissionRequest

    • Constructor Detail

      • DescribeDocumentPermissionRequest

        public DescribeDocumentPermissionRequest()
    • Method Detail

      • setName

        public void setName​(String name)

        The name of the document for which you are the owner.

        Parameters:
        name - The name of the document for which you are the owner.
      • getName

        public String getName()

        The name of the document for which you are the owner.

        Returns:
        The name of the document for which you are the owner.
      • withName

        public DescribeDocumentPermissionRequest withName​(String name)

        The name of the document for which you are the owner.

        Parameters:
        name - The name of the document for which you are the owner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPermissionType

        public void setPermissionType​(String permissionType)

        The permission type for the document. The permission type can be Share.

        Parameters:
        permissionType - The permission type for the document. The permission type can be Share.
        See Also:
        DocumentPermissionType
      • getPermissionType

        public String getPermissionType()

        The permission type for the document. The permission type can be Share.

        Returns:
        The permission type for the document. The permission type can be Share.
        See Also:
        DocumentPermissionType
      • withPermissionType

        public DescribeDocumentPermissionRequest withPermissionType​(String permissionType)

        The permission type for the document. The permission type can be Share.

        Parameters:
        permissionType - The permission type for the document. The permission type can be Share.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DocumentPermissionType
      • setPermissionType

        public void setPermissionType​(DocumentPermissionType permissionType)

        The permission type for the document. The permission type can be Share.

        Parameters:
        permissionType - The permission type for the document. The permission type can be Share.
        See Also:
        DocumentPermissionType
      • withPermissionType

        public DescribeDocumentPermissionRequest withPermissionType​(DocumentPermissionType permissionType)

        The permission type for the document. The permission type can be Share.

        Parameters:
        permissionType - The permission type for the document. The permission type can be Share.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DocumentPermissionType
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object