Package com.courier.models
Class PagerdutyRecipient
-
- All Implemented Interfaces:
public final class PagerdutyRecipientSend via PagerDuty
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPagerdutyRecipient.BuilderA builder for PagerdutyRecipient.
-
Method Summary
Modifier and Type Method Description final Pagerdutypagerduty()final JsonField<Pagerduty>_pagerduty()Returns the raw JSON value of pagerduty. final Map<String, JsonValue>_additionalProperties()final PagerdutyRecipient.BuildertoBuilder()final PagerdutyRecipientvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PagerdutyRecipient.Builderbuilder()Returns a mutable builder for constructing an instance of PagerdutyRecipient. -
-
Method Detail
-
_pagerduty
final JsonField<Pagerduty> _pagerduty()
Returns the raw JSON value of pagerduty.
Unlike pagerduty, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PagerdutyRecipient.Builder toBuilder()
-
validate
final PagerdutyRecipient validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static PagerdutyRecipient.Builder builder()
Returns a mutable builder for constructing an instance of PagerdutyRecipient.
The following fields are required:
.pagerduty()
-
-
-
-