Uses of Class
com.podio.common.AvatarType
-
Packages that use AvatarType Package Description com.podio.common -
-
Uses of AvatarType in com.podio.common
Methods in com.podio.common that return AvatarType Modifier and Type Method Description AvatarTypeAuthorizationEntity. getAvatarType()static AvatarTypeAvatarType. getByName(String value)static AvatarTypeAvatarType. valueOf(String name)Returns the enum constant of this type with the specified name.static AvatarType[]AvatarType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.podio.common with parameters of type AvatarType Modifier and Type Method Description voidAuthorizationEntity. setAvatarType(AvatarType avatarType)
-