Class ConversationAttributeUpdatedByUser.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.types.ConversationAttributeUpdatedByUser.Builder
-
- Enclosing class:
- ConversationAttributeUpdatedByUser
public static final class ConversationAttributeUpdatedByUser.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConversationAttributeUpdatedByUser.Builderattribute(ConversationAttributeUpdatedByUser.Attribute attribute)ConversationAttributeUpdatedByUser.Builderattribute(java.util.Optional<ConversationAttributeUpdatedByUser.Attribute> attribute)ConversationAttributeUpdatedByUserbuild()ConversationAttributeUpdatedByUser.Builderfrom(ConversationAttributeUpdatedByUser other)ConversationAttributeUpdatedByUser.Buildervalue(ConversationAttributeUpdatedByUser.Value value)ConversationAttributeUpdatedByUser.Buildervalue(java.util.Optional<ConversationAttributeUpdatedByUser.Value> value)
-
-
-
Method Detail
-
from
public ConversationAttributeUpdatedByUser.Builder from(ConversationAttributeUpdatedByUser other)
-
attribute
public ConversationAttributeUpdatedByUser.Builder attribute(java.util.Optional<ConversationAttributeUpdatedByUser.Attribute> attribute)
-
attribute
public ConversationAttributeUpdatedByUser.Builder attribute(ConversationAttributeUpdatedByUser.Attribute attribute)
-
value
public ConversationAttributeUpdatedByUser.Builder value(java.util.Optional<ConversationAttributeUpdatedByUser.Value> value)
-
value
public ConversationAttributeUpdatedByUser.Builder value(ConversationAttributeUpdatedByUser.Value value)
-
build
public ConversationAttributeUpdatedByUser build()
-
-