Package com.courier.models.messages
Class MessageRetrieveResponse.Provider
-
- All Implemented Interfaces:
public final class MessageRetrieveResponse.Provider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageRetrieveResponse.Provider.BuilderA builder for Provider.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final MessageRetrieveResponse.Provider.BuildertoBuilder()final MessageRetrieveResponse.Providervalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MessageRetrieveResponse.Provider.Builderbuilder()Returns a mutable builder for constructing an instance of Provider. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MessageRetrieveResponse.Provider.Builder toBuilder()
-
validate
final MessageRetrieveResponse.Provider 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 MessageRetrieveResponse.Provider.Builder builder()
Returns a mutable builder for constructing an instance of Provider.
-
-
-
-