Uses of Class
ai.promoted.delivery.model.ClientType
-
Packages that use ClientType Package Description ai.promoted.delivery.model -
-
Uses of ClientType in ai.promoted.delivery.model
Methods in ai.promoted.delivery.model that return ClientType Modifier and Type Method Description ClientTypeClientInfo. getClientType()Get clientTypestatic ClientTypeClientType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientType[]ClientType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.promoted.delivery.model with parameters of type ClientType Modifier and Type Method Description ClientInfoClientInfo. clientType(ClientType clientType)voidClientInfo. setClientType(ClientType clientType)
-