Class InvitationAcceptance

java.lang.Object
com.vortexsoftware.sdk.types.InvitationAcceptance

public class InvitationAcceptance extends Object
Represents an accepted invitation
  • Constructor Details

    • InvitationAcceptance

      public InvitationAcceptance()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getAccountId

      public String getAccountId()
    • setAccountId

      public void setAccountId(String accountId)
    • getProjectId

      public String getProjectId()
    • setProjectId

      public void setProjectId(String projectId)
    • getAcceptedAt

      public String getAcceptedAt()
    • setAcceptedAt

      public void setAcceptedAt(String acceptedAt)
    • getTargetType

      public String getTargetType()
    • setTargetType

      public void setTargetType(String targetType)
    • getTargetValue

      public String getTargetValue()
    • setTargetValue

      public void setTargetValue(String targetValue)
    • toString

      public String toString()
      Overrides:
      toString in class Object