Package com.intercom.api.types
Interface ContactSubscriptionTypes._FinalStage
-
- All Known Implementing Classes:
ContactSubscriptionTypes.Builder
- Enclosing class:
- ContactSubscriptionTypes
public static interface ContactSubscriptionTypes._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactSubscriptionTypes._FinalStageaddAllData(java.util.List<AddressableList> data)ContactSubscriptionTypes._FinalStageaddData(AddressableList data)ContactSubscriptionTypesbuild()ContactSubscriptionTypes._FinalStagedata(java.util.List<AddressableList> data)This object represents the subscriptions attached to a contact.
-
-
-
Method Detail
-
build
ContactSubscriptionTypes build()
-
data
ContactSubscriptionTypes._FinalStage data(java.util.List<AddressableList> data)
This object represents the subscriptions attached to a contact.
-
addData
ContactSubscriptionTypes._FinalStage addData(AddressableList data)
-
addAllData
ContactSubscriptionTypes._FinalStage addAllData(java.util.List<AddressableList> data)
-
-