Class MergeContactResponse.Avatar.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.contacts.types.MergeContactResponse.Avatar.Builder
-
- Enclosing class:
- MergeContactResponse.Avatar
public static final class MergeContactResponse.Avatar.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MergeContactResponse.Avatarbuild()MergeContactResponse.Avatar.Builderfrom(MergeContactResponse.Avatar other)MergeContactResponse.Avatar.BuilderimageUrl(java.lang.String imageUrl)MergeContactResponse.Avatar.BuilderimageUrl(java.util.Optional<java.lang.String> imageUrl)An image URL containing the avatar of a contact.MergeContactResponse.Avatar.Buildertype(java.lang.String type)MergeContactResponse.Avatar.Buildertype(java.util.Optional<java.lang.String> type)The type of object
-
-
-
Method Detail
-
from
public MergeContactResponse.Avatar.Builder from(MergeContactResponse.Avatar other)
-
type
public MergeContactResponse.Avatar.Builder type(java.util.Optional<java.lang.String> type)
The type of object
-
type
public MergeContactResponse.Avatar.Builder type(java.lang.String type)
-
imageUrl
public MergeContactResponse.Avatar.Builder imageUrl(java.util.Optional<java.lang.String> imageUrl)
An image URL containing the avatar of a contact.
-
imageUrl
public MergeContactResponse.Avatar.Builder imageUrl(java.lang.String imageUrl)
-
build
public MergeContactResponse.Avatar build()
-
-