Uses of Class
tigase.push.apns.ApnsNotification.PushType
-
Packages that use ApnsNotification.PushType Package Description tigase.push.apns -
-
Uses of ApnsNotification.PushType in tigase.push.apns
Methods in tigase.push.apns that return ApnsNotification.PushType Modifier and Type Method Description ApnsNotification.PushTypeApnsNotification. getPushType()static ApnsNotification.PushTypeApnsNotification.PushType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ApnsNotification.PushType[]ApnsNotification.PushType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.push.apns with parameters of type ApnsNotification.PushType Modifier and Type Method Description ApnsNotification.BuilderApnsNotification.Builder. pushType(ApnsNotification.PushType pushType)
-