Package dev.case.api.models.legal.v1
Class V1TrademarkSearchResponse.Owner
-
- All Implemented Interfaces:
public final class V1TrademarkSearchResponse.OwnerCurrent owner/applicant information
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1TrademarkSearchResponse.Owner.BuilderA builder for Owner.
-
Method Summary
Modifier and Type Method Description final Optional<String>address()final Optional<String>entityType()final Optional<String>name()final JsonField<String>_address()Returns the raw JSON value of address. final JsonField<String>_entityType()Returns the raw JSON value of entityType. final JsonField<String>_name()Returns the raw JSON value of name. final Map<String, JsonValue>_additionalProperties()final V1TrademarkSearchResponse.Owner.BuildertoBuilder()final V1TrademarkSearchResponse.Ownervalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1TrademarkSearchResponse.Owner.Builderbuilder()Returns a mutable builder for constructing an instance of Owner. -
-
Method Detail
-
entityType
final Optional<String> entityType()
-
_address
final JsonField<String> _address()
Returns the raw JSON value of address.
Unlike address, this method doesn't throw if the JSON field has an unexpected type.
-
_entityType
final JsonField<String> _entityType()
Returns the raw JSON value of entityType.
Unlike entityType, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1TrademarkSearchResponse.Owner.Builder toBuilder()
-
validate
final V1TrademarkSearchResponse.Owner validate()
-
builder
final static V1TrademarkSearchResponse.Owner.Builder builder()
Returns a mutable builder for constructing an instance of Owner.
-
-
-
-