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