Class V1TrademarkSearchResponse.Owner.Builder
-
- All Implemented Interfaces:
public final class V1TrademarkSearchResponse.Owner.BuilderA builder for Owner.
-
-
Method Summary
-
-
Method Detail
-
address
final V1TrademarkSearchResponse.Owner.Builder address(String address)
-
address
final V1TrademarkSearchResponse.Owner.Builder address(Optional<String> address)
Alias for calling Builder.address with
address.orElse(null).
-
address
final V1TrademarkSearchResponse.Owner.Builder address(JsonField<String> address)
Sets Builder.address to an arbitrary JSON value.
You should usually call Builder.address with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
entityType
final V1TrademarkSearchResponse.Owner.Builder entityType(String entityType)
-
entityType
final V1TrademarkSearchResponse.Owner.Builder entityType(Optional<String> entityType)
Alias for calling Builder.entityType with
entityType.orElse(null).
-
entityType
final V1TrademarkSearchResponse.Owner.Builder entityType(JsonField<String> entityType)
Sets Builder.entityType to an arbitrary JSON value.
You should usually call Builder.entityType with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
name
final V1TrademarkSearchResponse.Owner.Builder name(String name)
-
name
final V1TrademarkSearchResponse.Owner.Builder name(Optional<String> name)
Alias for calling Builder.name with
name.orElse(null).
-
name
final V1TrademarkSearchResponse.Owner.Builder name(JsonField<String> name)
Sets Builder.name to an arbitrary JSON value.
You should usually call Builder.name 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 V1TrademarkSearchResponse.Owner.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1TrademarkSearchResponse.Owner.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1TrademarkSearchResponse.Owner.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1TrademarkSearchResponse.Owner.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1TrademarkSearchResponse.Owner.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1TrademarkSearchResponse.Owner build()
Returns an immutable instance of Owner.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-