Class V1VerifyResponse.Citation.Case.Builder
-
- All Implemented Interfaces:
public final class V1VerifyResponse.Citation.Case.BuilderA builder for Case.
-
-
Method Summary
-
-
Method Detail
-
id
final V1VerifyResponse.Citation.Case.Builder id(Long id)
-
id
final V1VerifyResponse.Citation.Case.Builder id(JsonField<Long> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
court
final V1VerifyResponse.Citation.Case.Builder court(String court)
-
court
final V1VerifyResponse.Citation.Case.Builder court(JsonField<String> court)
Sets Builder.court to an arbitrary JSON value.
You should usually call Builder.court with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dateDecided
final V1VerifyResponse.Citation.Case.Builder dateDecided(String dateDecided)
-
dateDecided
final V1VerifyResponse.Citation.Case.Builder dateDecided(JsonField<String> dateDecided)
Sets Builder.dateDecided to an arbitrary JSON value.
You should usually call Builder.dateDecided with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
docketNumber
final V1VerifyResponse.Citation.Case.Builder docketNumber(String docketNumber)
-
docketNumber
final V1VerifyResponse.Citation.Case.Builder docketNumber(JsonField<String> docketNumber)
Sets Builder.docketNumber to an arbitrary JSON value.
You should usually call Builder.docketNumber 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 V1VerifyResponse.Citation.Case.Builder name(String name)
-
name
final V1VerifyResponse.Citation.Case.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.
-
parallelCitations
final V1VerifyResponse.Citation.Case.Builder parallelCitations(List<String> parallelCitations)
-
parallelCitations
final V1VerifyResponse.Citation.Case.Builder parallelCitations(JsonField<List<String>> parallelCitations)
Sets Builder.parallelCitations to an arbitrary JSON value.
You should usually call Builder.parallelCitations with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addParallelCitation
final V1VerifyResponse.Citation.Case.Builder addParallelCitation(String parallelCitation)
Adds a single String to parallelCitations.
-
shortName
final V1VerifyResponse.Citation.Case.Builder shortName(String shortName)
-
shortName
final V1VerifyResponse.Citation.Case.Builder shortName(JsonField<String> shortName)
Sets Builder.shortName to an arbitrary JSON value.
You should usually call Builder.shortName with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
url
final V1VerifyResponse.Citation.Case.Builder url(String url)
-
url
final V1VerifyResponse.Citation.Case.Builder url(JsonField<String> url)
Sets Builder.url to an arbitrary JSON value.
You should usually call Builder.url 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 V1VerifyResponse.Citation.Case.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1VerifyResponse.Citation.Case.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1VerifyResponse.Citation.Case.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1VerifyResponse.Citation.Case.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1VerifyResponse.Citation.Case.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1VerifyResponse.Citation.Case build()
Returns an immutable instance of Case.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-