Class InvitationTarget

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

public class InvitationTarget extends Object
Represents the target of an invitation (email, SMS, etc.)
  • Constructor Details

    • InvitationTarget

      public InvitationTarget()
    • InvitationTarget

      public InvitationTarget(String type, String value)
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • toString

      public String toString()
      Overrides:
      toString in class Object