Package com.courier.models
Class SendToMsTeamsUserId
-
- All Implemented Interfaces:
public final class SendToMsTeamsUserId
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSendToMsTeamsUserId.BuilderA builder for SendToMsTeamsUserId.
-
Method Summary
Modifier and Type Method Description final StringserviceUrl()final StringtenantId()final StringuserId()final JsonField<String>_serviceUrl()Returns the raw JSON value of serviceUrl. final JsonField<String>_tenantId()Returns the raw JSON value of tenantId. final JsonField<String>_userId()Returns the raw JSON value of userId. final Map<String, JsonValue>_additionalProperties()final SendToMsTeamsUserId.BuildertoBuilder()final SendToMsTeamsUserIdvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SendToMsTeamsUserId.Builderbuilder()Returns a mutable builder for constructing an instance of SendToMsTeamsUserId. -
-
Method Detail
-
serviceUrl
final String serviceUrl()
-
_serviceUrl
final JsonField<String> _serviceUrl()
Returns the raw JSON value of serviceUrl.
Unlike serviceUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_tenantId
final JsonField<String> _tenantId()
Returns the raw JSON value of tenantId.
Unlike tenantId, 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 SendToMsTeamsUserId.Builder toBuilder()
-
validate
final SendToMsTeamsUserId validate()
-
builder
final static SendToMsTeamsUserId.Builder builder()
Returns a mutable builder for constructing an instance of SendToMsTeamsUserId.
The following fields are required:
.serviceUrl() .tenantId() .userId()
-
-
-
-