Class V1PatentSearchResponse.Result.Builder
-
- All Implemented Interfaces:
public final class V1PatentSearchResponse.Result.BuilderA builder for Result.
-
-
Method Summary
-
-
Method Detail
-
applicationNumber
final V1PatentSearchResponse.Result.Builder applicationNumber(String applicationNumber)
Patent application serial number
-
applicationNumber
final V1PatentSearchResponse.Result.Builder applicationNumber(JsonField<String> applicationNumber)
Sets Builder.applicationNumber to an arbitrary JSON value.
You should usually call Builder.applicationNumber with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
applicationType
final V1PatentSearchResponse.Result.Builder applicationType(String applicationType)
Application type (Utility, Design, Plant, etc.)
-
applicationType
final V1PatentSearchResponse.Result.Builder applicationType(JsonField<String> applicationType)
Sets Builder.applicationType to an arbitrary JSON value.
You should usually call Builder.applicationType with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
assignees
final V1PatentSearchResponse.Result.Builder assignees(List<String> assignees)
List of assignee/owner names
-
assignees
final V1PatentSearchResponse.Result.Builder assignees(JsonField<List<String>> assignees)
Sets Builder.assignees to an arbitrary JSON value.
You should usually call Builder.assignees with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addAssignee
final V1PatentSearchResponse.Result.Builder addAssignee(String assignee)
-
entityStatus
final V1PatentSearchResponse.Result.Builder entityStatus(String entityStatus)
Entity status (e.g. "Small Entity", "Micro Entity")
-
entityStatus
final V1PatentSearchResponse.Result.Builder entityStatus(Optional<String> entityStatus)
Alias for calling Builder.entityStatus with
entityStatus.orElse(null).
-
entityStatus
final V1PatentSearchResponse.Result.Builder entityStatus(JsonField<String> entityStatus)
Sets Builder.entityStatus to an arbitrary JSON value.
You should usually call Builder.entityStatus with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
filingDate
final V1PatentSearchResponse.Result.Builder filingDate(LocalDate filingDate)
Date the application was filed
-
filingDate
final V1PatentSearchResponse.Result.Builder filingDate(Optional<LocalDate> filingDate)
Alias for calling Builder.filingDate with
filingDate.orElse(null).
-
filingDate
final V1PatentSearchResponse.Result.Builder filingDate(JsonField<LocalDate> filingDate)
Sets Builder.filingDate to an arbitrary JSON value.
You should usually call Builder.filingDate with a well-typed LocalDate value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
grantDate
final V1PatentSearchResponse.Result.Builder grantDate(LocalDate grantDate)
Date the patent was granted
-
grantDate
final V1PatentSearchResponse.Result.Builder grantDate(Optional<LocalDate> grantDate)
Alias for calling Builder.grantDate with
grantDate.orElse(null).
-
grantDate
final V1PatentSearchResponse.Result.Builder grantDate(JsonField<LocalDate> grantDate)
Sets Builder.grantDate to an arbitrary JSON value.
You should usually call Builder.grantDate with a well-typed LocalDate value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
inventors
final V1PatentSearchResponse.Result.Builder inventors(List<String> inventors)
List of inventor names
-
inventors
final V1PatentSearchResponse.Result.Builder inventors(JsonField<List<String>> inventors)
Sets Builder.inventors to an arbitrary JSON value.
You should usually call Builder.inventors with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addInventor
final V1PatentSearchResponse.Result.Builder addInventor(String inventor)
-
patentNumber
final V1PatentSearchResponse.Result.Builder patentNumber(String patentNumber)
Granted patent number (if granted)
-
patentNumber
final V1PatentSearchResponse.Result.Builder patentNumber(Optional<String> patentNumber)
Alias for calling Builder.patentNumber with
patentNumber.orElse(null).
-
patentNumber
final V1PatentSearchResponse.Result.Builder patentNumber(JsonField<String> patentNumber)
Sets Builder.patentNumber to an arbitrary JSON value.
You should usually call Builder.patentNumber with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
status
final V1PatentSearchResponse.Result.Builder status(String status)
Current application status (e.g. "Patented Case", "Pending")
-
status
final V1PatentSearchResponse.Result.Builder status(JsonField<String> status)
Sets Builder.status to an arbitrary JSON value.
You should usually call Builder.status with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
title
final V1PatentSearchResponse.Result.Builder title(String title)
Invention title
-
title
final V1PatentSearchResponse.Result.Builder title(JsonField<String> title)
Sets Builder.title to an arbitrary JSON value.
You should usually call Builder.title with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final V1PatentSearchResponse.Result.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1PatentSearchResponse.Result.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1PatentSearchResponse.Result.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1PatentSearchResponse.Result.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1PatentSearchResponse.Result.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1PatentSearchResponse.Result build()
Returns an immutable instance of Result.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-