Class PaperContentRemoveFromFolderDetails


  • public class PaperContentRemoveFromFolderDetails
    extends java.lang.Object
    Removed Paper doc/folder from folder.
    • Field Detail

      • eventUuid

        protected final java.lang.String eventUuid
      • targetAssetIndex

        protected final java.lang.Long targetAssetIndex
      • parentAssetIndex

        protected final java.lang.Long parentAssetIndex
    • Constructor Detail

      • PaperContentRemoveFromFolderDetails

        public PaperContentRemoveFromFolderDetails​(java.lang.String eventUuid,
                                                   java.lang.Long targetAssetIndex,
                                                   java.lang.Long parentAssetIndex)
        Removed Paper doc/folder from folder.

        Use newBuilder(java.lang.String) to create instances of this class without specifying values for all optional fields.

        Parameters:
        eventUuid - Event unique identifier. Must not be null.
        targetAssetIndex - Target asset position in the Assets list.
        parentAssetIndex - Parent asset position in the Assets list.
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
      • PaperContentRemoveFromFolderDetails

        public PaperContentRemoveFromFolderDetails​(java.lang.String eventUuid)
        Removed Paper doc/folder from folder.

        The default values for unset fields will be used.

        Parameters:
        eventUuid - Event unique identifier. Must not be null.
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
    • Method Detail

      • getEventUuid

        public java.lang.String getEventUuid()
        Event unique identifier.
        Returns:
        value for this field, never null.
      • getTargetAssetIndex

        public java.lang.Long getTargetAssetIndex()
        Target asset position in the Assets list.
        Returns:
        value for this field, or null if not present.
      • getParentAssetIndex

        public java.lang.Long getParentAssetIndex()
        Parent asset position in the Assets list.
        Returns:
        value for this field, or null if not present.
      • newBuilder

        public static PaperContentRemoveFromFolderDetails.Builder newBuilder​(java.lang.String eventUuid)
        Returns a new builder for creating an instance of this class.
        Parameters:
        eventUuid - Event unique identifier. Must not be null.
        Returns:
        builder for this class.
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

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

        public java.lang.String toStringMultiline()
        Returns a String representation of this object formatted for easier readability.

        The returned String may contain newlines.

        Returns:
        Formatted, multiline String representation of this object