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