Class PushRegistrationRequest

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getIdentifier()
      Gets the push registration identifier
      java.lang.String getLocale()
      Gets the locale
      java.lang.String getTokenType()
      Gets the type of the token
      void setIdentifier(java.lang.String identifier)
      Sets an identifier
      void setLocale(java.lang.String locale)
      Sets the device locale
      void setTokenType(java.lang.String tokenType)
      Sets a token type
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PushRegistrationRequest

        public PushRegistrationRequest()
    • Method Detail

      • setLocale

        public void setLocale(java.lang.String locale)
        Sets the device locale
        Parameters:
        locale - The locale of the device in the format of ll-cc. en-us, en-ca. The country
      • setIdentifier

        public void setIdentifier(java.lang.String identifier)
        Sets an identifier
        Parameters:
        identifier - The identifier
      • setTokenType

        public void setTokenType(java.lang.String tokenType)
        Sets a token type
        Parameters:
        tokenType - The token type
      • getIdentifier

        public java.lang.String getIdentifier()
        Gets the push registration identifier
        Returns:
        the push identifier
      • getLocale

        public java.lang.String getLocale()
        Gets the locale
        Returns:
        the locale
      • getTokenType

        public java.lang.String getTokenType()
        Gets the type of the token
        Returns:
        the token type