Class InvitationReply


  • public class InvitationReply
    extends java.lang.Object
    The InvitationReply class contains the constants describing the possible replies to an invitation.
    See Also:
    InvitationReplyRequest
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ACCEPT
      Invitation is accepted.
      static int EXPIRED
      Invitation is expired
      static int REFUSE
      Invitation is refused.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String fromCode​(int code)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fromCode

        public static java.lang.String fromCode​(int code)