Package dev.case.api.models.legal.v1
Class V1TrademarkSearchParams.Body
-
- All Implemented Interfaces:
public final class V1TrademarkSearchParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1TrademarkSearchParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<String>registrationNumber()USPTO registration number (e.g. final Optional<String>serialNumber()USPTO serial number (e.g. final JsonField<String>_registrationNumber()Returns the raw JSON value of registrationNumber. final JsonField<String>_serialNumber()Returns the raw JSON value of serialNumber. final Map<String, JsonValue>_additionalProperties()final V1TrademarkSearchParams.Body.BuildertoBuilder()final V1TrademarkSearchParams.Bodyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1TrademarkSearchParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
registrationNumber
final Optional<String> registrationNumber()
USPTO registration number (e.g. "6123456"). Provide either serialNumber or registrationNumber.
-
serialNumber
final Optional<String> serialNumber()
USPTO serial number (e.g. "97123456"). Provide either serialNumber or registrationNumber.
-
_registrationNumber
final JsonField<String> _registrationNumber()
Returns the raw JSON value of registrationNumber.
Unlike registrationNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_serialNumber
final JsonField<String> _serialNumber()
Returns the raw JSON value of serialNumber.
Unlike serialNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1TrademarkSearchParams.Body.Builder toBuilder()
-
validate
final V1TrademarkSearchParams.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 V1TrademarkSearchParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-