Uses of Class
cn.jpush.api.push.model.audience.AudienceType
-
Packages that use AudienceType Package Description cn.jpush.api.push.model.audience -
-
Uses of AudienceType in cn.jpush.api.push.model.audience
Methods in cn.jpush.api.push.model.audience that return AudienceType Modifier and Type Method Description AudienceTypeAudienceTarget. getAudienceType()static AudienceTypeAudienceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AudienceType[]AudienceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cn.jpush.api.push.model.audience with parameters of type AudienceType Modifier and Type Method Description AudienceTarget.BuilderAudienceTarget.Builder. setAudienceType(AudienceType audienceType)
-