Class PushUpdateRequest


  • public class PushUpdateRequest
    extends Object
    JSON body request for push update api.
    • Field Detail

      • actions

        private List<String> actions
        Required. The action(s) to perform when the conditions for this rule are met. One of: ["notify", "dont_notify", "coalesce", "set_tweak"].
      • conditions

        private List<PushCondition> conditions
        The conditions that must hold true for an event in order for a rule to be applied to an event. A rule with no conditions always matches. Only applicable to underride and override rules.
      • pattern

        private String pattern
        Only applicable to content rules. The glob- style pattern to match against.
    • Constructor Detail

      • PushUpdateRequest

        public PushUpdateRequest()