Class V1ListCourtsResponse.Court.Builder
-
- All Implemented Interfaces:
public final class V1ListCourtsResponse.Court.BuilderA builder for Court.
-
-
Method Summary
-
-
Method Detail
-
id
final V1ListCourtsResponse.Court.Builder id(String id)
CourtListener court slug
-
id
final V1ListCourtsResponse.Court.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
fullName
final V1ListCourtsResponse.Court.Builder fullName(String fullName)
-
fullName
final V1ListCourtsResponse.Court.Builder fullName(Optional<String> fullName)
Alias for calling Builder.fullName with
fullName.orElse(null).
-
fullName
final V1ListCourtsResponse.Court.Builder fullName(JsonField<String> fullName)
Sets Builder.fullName to an arbitrary JSON value.
You should usually call Builder.fullName with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
jurisdiction
final V1ListCourtsResponse.Court.Builder jurisdiction(String jurisdiction)
-
jurisdiction
final V1ListCourtsResponse.Court.Builder jurisdiction(Optional<String> jurisdiction)
Alias for calling Builder.jurisdiction with
jurisdiction.orElse(null).
-
jurisdiction
final V1ListCourtsResponse.Court.Builder jurisdiction(JsonField<String> jurisdiction)
Sets Builder.jurisdiction to an arbitrary JSON value.
You should usually call Builder.jurisdiction with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
pacerCourtId
final V1ListCourtsResponse.Court.Builder pacerCourtId(Long pacerCourtId)
-
pacerCourtId
final V1ListCourtsResponse.Court.Builder pacerCourtId(Long pacerCourtId)
Alias for Builder.pacerCourtId.
This unboxed primitive overload exists for backwards compatibility.
-
pacerCourtId
final V1ListCourtsResponse.Court.Builder pacerCourtId(Optional<Long> pacerCourtId)
Alias for calling Builder.pacerCourtId with
pacerCourtId.orElse(null).
-
pacerCourtId
final V1ListCourtsResponse.Court.Builder pacerCourtId(JsonField<Long> pacerCourtId)
Sets Builder.pacerCourtId to an arbitrary JSON value.
You should usually call Builder.pacerCourtId with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
shortName
final V1ListCourtsResponse.Court.Builder shortName(String shortName)
-
shortName
final V1ListCourtsResponse.Court.Builder shortName(Optional<String> shortName)
Alias for calling Builder.shortName with
shortName.orElse(null).
-
shortName
final V1ListCourtsResponse.Court.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.
-
additionalProperties
final V1ListCourtsResponse.Court.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1ListCourtsResponse.Court.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1ListCourtsResponse.Court.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1ListCourtsResponse.Court.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1ListCourtsResponse.Court.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1ListCourtsResponse.Court build()
Returns an immutable instance of Court.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-