Class ExternalDocumentsTransactionResultJson

java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ExternalDocumentsTransactionResultJson
All Implemented Interfaces:
Serializable

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

  • Method Details

    • 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