Package com.courier.models
Class SendToSlackEmail
-
- All Implemented Interfaces:
public final class SendToSlackEmail
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSendToSlackEmail.BuilderA builder for SendToSlackEmail.
-
Method Summary
Modifier and Type Method Description final StringaccessToken()final Stringemail()final JsonField<String>_accessToken()Returns the raw JSON value of accessToken. final JsonField<String>_email()Returns the raw JSON value of email. final Map<String, JsonValue>_additionalProperties()final SendToSlackEmail.BuildertoBuilder()final SendToSlackEmailvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SendToSlackEmail.Builderbuilder()Returns a mutable builder for constructing an instance of SendToSlackEmail. -
-
Method Detail
-
accessToken
final String accessToken()
-
_accessToken
final JsonField<String> _accessToken()
Returns the raw JSON value of accessToken.
Unlike accessToken, this method doesn't throw if the JSON field has an unexpected type.
-
_email
final JsonField<String> _email()
Returns the raw JSON value of email.
Unlike email, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SendToSlackEmail.Builder toBuilder()
-
validate
final SendToSlackEmail 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 SendToSlackEmail.Builder builder()
Returns a mutable builder for constructing an instance of SendToSlackEmail.
The following fields are required:
.accessToken() .email()
-
-
-
-