Class V1GetCitationsFromUrlResponse.Citations.Case.Builder
-
- All Implemented Interfaces:
public final class V1GetCitationsFromUrlResponse.Citations.Case.BuilderA builder for Case.
-
-
Method Summary
-
-
Method Detail
-
citation
final V1GetCitationsFromUrlResponse.Citations.Case.Builder citation(String citation)
The citation string
-
citation
final V1GetCitationsFromUrlResponse.Citations.Case.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.Case.Builder count(Long count)
Number of occurrences
-
count
final V1GetCitationsFromUrlResponse.Citations.Case.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.Case.Builder type(String type)
Citation type (usReporter, federalReporter, etc.)
-
type
final V1GetCitationsFromUrlResponse.Citations.Case.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.Case.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1GetCitationsFromUrlResponse.Citations.Case.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1GetCitationsFromUrlResponse.Citations.Case.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1GetCitationsFromUrlResponse.Citations.Case.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1GetCitationsFromUrlResponse.Citations.Case.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1GetCitationsFromUrlResponse.Citations.Case build()
Returns an immutable instance of Case.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-