Class User.UserPushNotificationGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    User

    public static class User.UserPushNotificationGetResponse
    extends Response
    Response to UserPushNotificationGetRequest.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • sendPushNotificationForClickToDial

        protected Boolean sendPushNotificationForClickToDial
    • Constructor Detail

      • UserPushNotificationGetResponse

        public UserPushNotificationGetResponse()
    • Method Detail

      • setSendPushNotificationForClickToDial

        public void setSendPushNotificationForClickToDial​(Boolean sendPushNotificationForClickToDial)
      • getSendPushNotificationForClickToDial

        public Boolean getSendPushNotificationForClickToDial()
      • transform

        public void transform()
        Description copied from class: Response
        Transforms the Response from XML Content to a populated POJO
        Specified by:
        transform in class Response
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object