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