Package dev.case.api.models.legal.v1
Class V1GetCitationsResponse.Citation.Span.Builder
-
- All Implemented Interfaces:
public final class V1GetCitationsResponse.Citation.Span.BuilderA builder for Span.
-
-
Method Summary
-
-
Method Detail
-
end
final V1GetCitationsResponse.Citation.Span.Builder end(Long end)
-
end
final V1GetCitationsResponse.Citation.Span.Builder end(JsonField<Long> end)
Sets Builder.end to an arbitrary JSON value.
You should usually call Builder.end with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
start
final V1GetCitationsResponse.Citation.Span.Builder start(Long start)
-
start
final V1GetCitationsResponse.Citation.Span.Builder start(JsonField<Long> start)
Sets Builder.start to an arbitrary JSON value.
You should usually call Builder.start with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final V1GetCitationsResponse.Citation.Span.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1GetCitationsResponse.Citation.Span.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1GetCitationsResponse.Citation.Span.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1GetCitationsResponse.Citation.Span.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1GetCitationsResponse.Citation.Span.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1GetCitationsResponse.Citation.Span build()
Returns an immutable instance of Span.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-