Class V1TrademarkSearchResponse
-
- All Implemented Interfaces:
public final class V1TrademarkSearchResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1TrademarkSearchResponse.BuilderA builder for V1TrademarkSearchResponse.
public final classV1TrademarkSearchResponse.GoodsAndServicepublic final classV1TrademarkSearchResponse.OwnerCurrent owner/applicant information
-
Method Summary
Modifier and Type Method Description final Optional<String>attorney()Attorney of record final Optional<LocalDate>filingDate()Date the application was filed final Optional<List<V1TrademarkSearchResponse.GoodsAndService>>goodsAndServices()Goods and services descriptions with class numbers final Optional<String>imageUrl()URL to the mark image on USPTO CDN final Optional<String>markText()The text of the trademark final Optional<String>markType()Type of mark (e.g. final Optional<List<Long>>niceClasses()Nice classification class numbers final Optional<V1TrademarkSearchResponse.Owner>owner()Current owner/applicant information final Optional<LocalDate>registrationDate()Date the mark was registered final Optional<String>registrationNumber()USPTO registration number (if registered) final Optional<String>serialNumber()USPTO serial number final Optional<String>status()Current status (e.g. final Optional<LocalDate>statusDate()Date of most recent status update final Optional<String>usptoUrl()Canonical TSDR link for this mark final JsonField<String>_attorney()Returns the raw JSON value of attorney. final JsonField<LocalDate>_filingDate()Returns the raw JSON value of filingDate. final JsonField<List<V1TrademarkSearchResponse.GoodsAndService>>_goodsAndServices()Returns the raw JSON value of goodsAndServices. final JsonField<String>_imageUrl()Returns the raw JSON value of imageUrl. final JsonField<String>_markText()Returns the raw JSON value of markText. final JsonField<String>_markType()Returns the raw JSON value of markType. final JsonField<List<Long>>_niceClasses()Returns the raw JSON value of niceClasses. final JsonField<V1TrademarkSearchResponse.Owner>_owner()Returns the raw JSON value of owner. final JsonField<LocalDate>_registrationDate()Returns the raw JSON value of registrationDate. final JsonField<String>_registrationNumber()Returns the raw JSON value of registrationNumber. final JsonField<String>_serialNumber()Returns the raw JSON value of serialNumber. final JsonField<String>_status()Returns the raw JSON value of status. final JsonField<LocalDate>_statusDate()Returns the raw JSON value of statusDate. final JsonField<String>_usptoUrl()Returns the raw JSON value of usptoUrl. final Map<String, JsonValue>_additionalProperties()final V1TrademarkSearchResponse.BuildertoBuilder()final V1TrademarkSearchResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1TrademarkSearchResponse.Builderbuilder()Returns a mutable builder for constructing an instance of V1TrademarkSearchResponse. -
-
Method Detail
-
filingDate
final Optional<LocalDate> filingDate()
Date the application was filed
-
goodsAndServices
final Optional<List<V1TrademarkSearchResponse.GoodsAndService>> goodsAndServices()
Goods and services descriptions with class numbers
-
markType
final Optional<String> markType()
Type of mark (e.g. "Standard Character Mark", "Design Mark")
-
niceClasses
final Optional<List<Long>> niceClasses()
Nice classification class numbers
-
owner
final Optional<V1TrademarkSearchResponse.Owner> owner()
Current owner/applicant information
-
registrationDate
final Optional<LocalDate> registrationDate()
Date the mark was registered
-
registrationNumber
final Optional<String> registrationNumber()
USPTO registration number (if registered)
-
serialNumber
final Optional<String> serialNumber()
USPTO serial number
-
status
final Optional<String> status()
Current status (e.g. "Registered", "Pending", "Abandoned", "Cancelled")
-
statusDate
final Optional<LocalDate> statusDate()
Date of most recent status update
-
_attorney
final JsonField<String> _attorney()
Returns the raw JSON value of attorney.
Unlike attorney, this method doesn't throw if the JSON field has an unexpected type.
-
_filingDate
final JsonField<LocalDate> _filingDate()
Returns the raw JSON value of filingDate.
Unlike filingDate, this method doesn't throw if the JSON field has an unexpected type.
-
_goodsAndServices
final JsonField<List<V1TrademarkSearchResponse.GoodsAndService>> _goodsAndServices()
Returns the raw JSON value of goodsAndServices.
Unlike goodsAndServices, this method doesn't throw if the JSON field has an unexpected type.
-
_imageUrl
final JsonField<String> _imageUrl()
Returns the raw JSON value of imageUrl.
Unlike imageUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_markText
final JsonField<String> _markText()
Returns the raw JSON value of markText.
Unlike markText, this method doesn't throw if the JSON field has an unexpected type.
-
_markType
final JsonField<String> _markType()
Returns the raw JSON value of markType.
Unlike markType, this method doesn't throw if the JSON field has an unexpected type.
-
_niceClasses
final JsonField<List<Long>> _niceClasses()
Returns the raw JSON value of niceClasses.
Unlike niceClasses, this method doesn't throw if the JSON field has an unexpected type.
-
_owner
final JsonField<V1TrademarkSearchResponse.Owner> _owner()
Returns the raw JSON value of owner.
Unlike owner, this method doesn't throw if the JSON field has an unexpected type.
-
_registrationDate
final JsonField<LocalDate> _registrationDate()
Returns the raw JSON value of registrationDate.
Unlike registrationDate, this method doesn't throw if the JSON field has an unexpected type.
-
_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.
-
_status
final JsonField<String> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_statusDate
final JsonField<LocalDate> _statusDate()
Returns the raw JSON value of statusDate.
Unlike statusDate, this method doesn't throw if the JSON field has an unexpected type.
-
_usptoUrl
final JsonField<String> _usptoUrl()
Returns the raw JSON value of usptoUrl.
Unlike usptoUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1TrademarkSearchResponse.Builder toBuilder()
-
validate
final V1TrademarkSearchResponse 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 V1TrademarkSearchResponse.Builder builder()
Returns a mutable builder for constructing an instance of V1TrademarkSearchResponse.
-
-
-
-