Class Apple

    • Field Detail

      • JSON_PROPERTY_TYPE

        public static final java.lang.String JSON_PROPERTY_TYPE
        See Also:
        Constant Field Values
      • type

        protected java.lang.String type
      • JSON_PROPERTY_BUSINESS_ID

        public static final java.lang.String JSON_PROPERTY_BUSINESS_ID
        See Also:
        Constant Field Values
      • JSON_PROPERTY_API_SECRET

        public static final java.lang.String JSON_PROPERTY_API_SECRET
        See Also:
        Constant Field Values
      • JSON_PROPERTY_MSP_ID

        public static final java.lang.String JSON_PROPERTY_MSP_ID
        See Also:
        Constant Field Values
      • JSON_PROPERTY_DEFAULT_RESPONDER_ID

        public static final java.lang.String JSON_PROPERTY_DEFAULT_RESPONDER_ID
        See Also:
        Constant Field Values
      • JSON_PROPERTY_DEFAULT_RESPONDER

        public static final java.lang.String JSON_PROPERTY_DEFAULT_RESPONDER
        See Also:
        Constant Field Values
    • Constructor Detail

      • Apple

        public Apple()
    • Method Detail

      • getType

        @Nullable
        public java.lang.String getType()
        To configure an Apple Messages for Business integration, acquire the required information and call the Create Integration endpoint.
        Overrides:
        getType in class Integration
        Returns:
        type
      • setType

        public void setType​(java.lang.String type)
        Overrides:
        setType in class Integration
      • businessId

        public Apple businessId​(java.lang.String businessId)
      • getBusinessId

        public java.lang.String getBusinessId()
        Apple Messages for Business ID.
        Returns:
        businessId
      • setBusinessId

        public void setBusinessId​(java.lang.String businessId)
      • apiSecret

        public Apple apiSecret​(java.lang.String apiSecret)
      • getApiSecret

        public java.lang.String getApiSecret()
        Your Apple API secret which is tied to your Messaging Service Provider.
        Returns:
        apiSecret
      • setApiSecret

        public void setApiSecret​(java.lang.String apiSecret)
      • mspId

        public Apple mspId​(java.lang.String mspId)
      • getMspId

        public java.lang.String getMspId()
        Your Messaging Service Provider ID.
        Returns:
        mspId
      • setMspId

        public void setMspId​(java.lang.String mspId)
      • defaultResponderId

        public Apple defaultResponderId​(java.lang.String defaultResponderId)
      • getDefaultResponderId

        @Nullable
        public java.lang.String getDefaultResponderId()
        The default responder ID for the integration. This is the ID of the responder that will be used to send messages to the user. For more information, refer to <a href=\"https://docs.smooch.io/guide/switchboard/#per-channel-default-responder\">Per-channel default responder</a> guide.
        Returns:
        defaultResponderId
      • getDefaultResponderId_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> getDefaultResponderId_JsonNullable()
      • setDefaultResponderId_JsonNullable

        public void setDefaultResponderId_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> defaultResponderId)
      • setDefaultResponderId

        public void setDefaultResponderId​(java.lang.String defaultResponderId)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class Integration