Class V1GetCitationsResponse.Citation.Builder
-
- All Implemented Interfaces:
public final class V1GetCitationsResponse.Citation.BuilderA builder for Citation.
-
-
Method Summary
-
-
Method Detail
-
components
final V1GetCitationsResponse.Citation.Builder components(V1GetCitationsResponse.Citation.Components components)
Structured Bluebook components. Null if citation format is not recognized.
-
components
final V1GetCitationsResponse.Citation.Builder components(Optional<V1GetCitationsResponse.Citation.Components> components)
Alias for calling Builder.components with
components.orElse(null).
-
components
final V1GetCitationsResponse.Citation.Builder components(JsonField<V1GetCitationsResponse.Citation.Components> components)
Sets Builder.components to an arbitrary JSON value.
You should usually call Builder.components with a well-typed Components value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
found
final V1GetCitationsResponse.Citation.Builder found(Boolean found)
Whether citation was found in CourtListener database
-
found
final V1GetCitationsResponse.Citation.Builder found(JsonField<Boolean> found)
Sets Builder.found to an arbitrary JSON value.
You should usually call Builder.found with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
normalized
final V1GetCitationsResponse.Citation.Builder normalized(String normalized)
Normalized citation string
-
normalized
final V1GetCitationsResponse.Citation.Builder normalized(JsonField<String> normalized)
Sets Builder.normalized to an arbitrary JSON value.
You should usually call Builder.normalized with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
original
final V1GetCitationsResponse.Citation.Builder original(String original)
Original citation as found in text
-
original
final V1GetCitationsResponse.Citation.Builder original(JsonField<String> original)
Sets Builder.original to an arbitrary JSON value.
You should usually call Builder.original with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
span
final V1GetCitationsResponse.Citation.Builder span(JsonField<V1GetCitationsResponse.Citation.Span> span)
Sets Builder.span to an arbitrary JSON value.
You should usually call Builder.span with a well-typed Span value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final V1GetCitationsResponse.Citation.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1GetCitationsResponse.Citation.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1GetCitationsResponse.Citation.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1GetCitationsResponse.Citation.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1GetCitationsResponse.Citation.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1GetCitationsResponse.Citation build()
Returns an immutable instance of Citation.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-