Class UpdateContactItemDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • contact

        public UpdateContactItemDetails.Builder contact​(String contact)
        Email id of the additional contact to be added to the support request.
        Parameters:
        contact - the value to set
        Returns:
        this builder
      • activityType

        public UpdateContactItemDetails.Builder activityType​(UpdateContactItemDetails.ActivityType activityType)
        The type of activity occurring.

        NOTES is the activity associated to attachments. PROBLEM_DESCRIPTION is the activity associated to customer problem description. UPDATE is the activity associated to adding comments. CLOSE is the activity associated to closing the support request. REOPEN is the activity associated to reopening the support request. ADD_CONTACT is the activity associated to adding additional contact to the support request.

        Parameters:
        activityType - the value to set
        Returns:
        this builder