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()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()
-
builder
final static SlackBaseProperties.Builder builder()
Returns a mutable builder for constructing an instance of SlackBaseProperties.
The following fields are required:
.accessToken()
-
-
-
-