Class SubscriptionTypeList.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.types.SubscriptionTypeList.Builder
-
- Enclosing class:
- SubscriptionTypeList
public static final class SubscriptionTypeList.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubscriptionTypeListbuild()SubscriptionTypeList.Builderdata(java.util.List<SubscriptionType> data)SubscriptionTypeList.Builderdata(java.util.Optional<java.util.List<SubscriptionType>> data)A list of subscription type objects associated with the workspace .SubscriptionTypeList.Builderfrom(SubscriptionTypeList other)SubscriptionTypeList.Buildertype(java.lang.String type)SubscriptionTypeList.Buildertype(java.util.Optional<java.lang.String> type)The type of the object
-
-
-
Method Detail
-
from
public SubscriptionTypeList.Builder from(SubscriptionTypeList other)
-
type
public SubscriptionTypeList.Builder type(java.util.Optional<java.lang.String> type)
The type of the object
-
type
public SubscriptionTypeList.Builder type(java.lang.String type)
-
data
public SubscriptionTypeList.Builder data(java.util.Optional<java.util.List<SubscriptionType>> data)
A list of subscription type objects associated with the workspace .
-
data
public SubscriptionTypeList.Builder data(java.util.List<SubscriptionType> data)
-
build
public SubscriptionTypeList build()
-
-