Class AdminWithApp.Avatar
- java.lang.Object
-
- com.intercom.api.resources.unstable.types.AdminWithApp.Avatar
-
- Enclosing class:
- AdminWithApp
public static final class AdminWithApp.Avatar extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminWithApp.Avatar.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminWithApp.Avatar.Builderbuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.lang.String>getImageUrl()java.util.Optional<java.lang.String>getType()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public java.util.Optional<java.lang.String> getType()
- Returns:
- This is a string that identifies the type of the object. It will always have the value
avatar.
-
getImageUrl
public java.util.Optional<java.lang.String> getImageUrl()
- Returns:
- This object represents the avatar associated with the admin.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static AdminWithApp.Avatar.Builder builder()
-
-