Class V1GetCitationsFromUrlResponse.Citations.Statute.Builder
-
- All Implemented Interfaces:
public final class V1GetCitationsFromUrlResponse.Citations.Statute.BuilderA builder for Statute.
-
-
Method Summary
-
-
Method Detail
-
citation
final V1GetCitationsFromUrlResponse.Citations.Statute.Builder citation(String citation)
The citation string
-
citation
final V1GetCitationsFromUrlResponse.Citations.Statute.Builder citation(JsonField<String> citation)
Sets Builder.citation to an arbitrary JSON value.
You should usually call Builder.citation with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
count
final V1GetCitationsFromUrlResponse.Citations.Statute.Builder count(Long count)
Number of occurrences
-
count
final V1GetCitationsFromUrlResponse.Citations.Statute.Builder count(JsonField<Long> count)
Sets Builder.count to an arbitrary JSON value.
You should usually call Builder.count with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final V1GetCitationsFromUrlResponse.Citations.Statute.Builder type(String type)
Citation type (usc)
-
type
final V1GetCitationsFromUrlResponse.Citations.Statute.Builder type(JsonField<String> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type 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 V1GetCitationsFromUrlResponse.Citations.Statute.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1GetCitationsFromUrlResponse.Citations.Statute.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1GetCitationsFromUrlResponse.Citations.Statute.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1GetCitationsFromUrlResponse.Citations.Statute.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1GetCitationsFromUrlResponse.Citations.Statute.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1GetCitationsFromUrlResponse.Citations.Statute build()
Returns an immutable instance of Statute.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-