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