Class ExternalDocumentsTransactionResultJson

  • All Implemented Interfaces:
    Serializable

    public class ExternalDocumentsTransactionResultJson
    extends BaseJson
    Results from an action regarding external files
    See Also:
    Serialized Form
    • Constructor Detail

      • ExternalDocumentsTransactionResultJson

        public ExternalDocumentsTransactionResultJson()
    • Method Detail

      • getTransactionUUID

        public String getTransactionUUID()
        Uuid of the transaction
        Returns:
        Uuid of the transaction
      • setTransactionUUID

        public void setTransactionUUID​(String transactionUUID)
        Uuid of the transaction
        Parameters:
        transactionUUID - Uuid of the transaction
      • getGuids

        public Set<String> getGuids()
        Guids of docuemnts copied to Exchange
        Returns:
        Guids of docuemnts copied to Exchange
      • setGuids

        public void setGuids​(Set<String> guids)
        Guids of docuemnts copied to Exchange
        Parameters:
        guids - Guids of docuemnts copied to Exchange
      • getRoomUUID

        public String getRoomUUID()
        Uuid of the workspace
        Returns:
        Uuid of the workspace
      • setRoomUUID

        public void setRoomUUID​(String roomUUID)
        Uuid of the workspace
        Parameters:
        roomUUID - Uuid of the workspace