Uses of Class
com.redhat.cloud.notifications.ingress.Action
-
Packages that use Action Package Description com.redhat.cloud.notifications.ingress -
-
Uses of Action in com.redhat.cloud.notifications.ingress
Classes in com.redhat.cloud.notifications.ingress with type parameters of type Action Modifier and Type Class Description static classAction.ActionBuilderBase<T extends Action>Fields in com.redhat.cloud.notifications.ingress declared as Action Modifier and Type Field Description protected TAction.ActionBuilderBase. instanceMethods in com.redhat.cloud.notifications.ingress that return Action Modifier and Type Method Description static ActionParser. decode(String actionJson)Validates and decodes the json string to an Action - Default values are set for supported values (see schema)Methods in com.redhat.cloud.notifications.ingress with parameters of type Action Modifier and Type Method Description static StringParser. encode(Action action)Validates and encodes an Action to a json-string - Default values are set for supported values (see schema)static voidParser. validate(Action action)Validates action and ensures all the values conform to the schema.
-