Uses of Class
net.bis5.mattermost.model.PushType
-
Packages that use PushType Package Description net.bis5.mattermost.model -
-
Uses of PushType in net.bis5.mattermost.model
Methods in net.bis5.mattermost.model that return PushType Modifier and Type Method Description PushTypePushNotification. getType()static PushTypePushType. of(String code)static PushTypePushType. valueOf(String name)Returns the enum constant of this type with the specified name.static PushType[]PushType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.bis5.mattermost.model with parameters of type PushType Modifier and Type Method Description voidPushNotification. setType(PushType type)
-