Class MatterPartyCreateParams.Body
-
- All Implemented Interfaces:
public final class MatterPartyCreateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMatterPartyCreateParams.Body.BuilderA builder for Body.
-
Method Summary
-
-
Method Detail
-
role
final MatterPartyCreateParams.Role role()
-
customFields
final Optional<MatterPartyCreateParams.CustomFields> customFields()
-
metadata
final Optional<MatterPartyCreateParams.Metadata> metadata()
-
setAsClient
final Optional<Boolean> setAsClient()
-
_partyId
final JsonField<String> _partyId()
Returns the raw JSON value of partyId.
Unlike partyId, this method doesn't throw if the JSON field has an unexpected type.
-
_role
final JsonField<MatterPartyCreateParams.Role> _role()
Returns the raw JSON value of role.
Unlike role, this method doesn't throw if the JSON field has an unexpected type.
-
_customFields
final JsonField<MatterPartyCreateParams.CustomFields> _customFields()
Returns the raw JSON value of customFields.
Unlike customFields, this method doesn't throw if the JSON field has an unexpected type.
-
_isPrimary
final JsonField<Boolean> _isPrimary()
Returns the raw JSON value of isPrimary.
Unlike isPrimary, this method doesn't throw if the JSON field has an unexpected type.
-
_metadata
final JsonField<MatterPartyCreateParams.Metadata> _metadata()
Returns the raw JSON value of metadata.
Unlike metadata, this method doesn't throw if the JSON field has an unexpected type.
-
_notes
final JsonField<String> _notes()
Returns the raw JSON value of notes.
Unlike notes, this method doesn't throw if the JSON field has an unexpected type.
-
_setAsClient
final JsonField<Boolean> _setAsClient()
Returns the raw JSON value of setAsClient.
Unlike setAsClient, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MatterPartyCreateParams.Body.Builder toBuilder()
-
validate
final MatterPartyCreateParams.Body 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 MatterPartyCreateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.partyId() .role()
-
-
-
-