Package com.courier.models
Class SlackBaseProperties
-
- All Implemented Interfaces:
public final class SlackBaseProperties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSlackBaseProperties.BuilderA builder for SlackBaseProperties.
-
Method Summary
Modifier and Type Method Description final StringaccessToken()final JsonField<String>_accessToken()Returns the raw JSON value of accessToken. final Map<String, JsonValue>_additionalProperties()final SlackBaseProperties.BuildertoBuilder()final SlackBasePropertiesvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SlackBaseProperties.Builderbuilder()Returns a mutable builder for constructing an instance of SlackBaseProperties. -
-
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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SlackBaseProperties.Builder toBuilder()
-
validate
final SlackBaseProperties 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 SlackBaseProperties.Builder builder()
Returns a mutable builder for constructing an instance of SlackBaseProperties.
The following fields are required:
.accessToken()
-
-
-
-