Class V1DocketResponse
-
- All Implemented Interfaces:
public final class V1DocketResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1DocketResponse.BuilderA builder for V1DocketResponse.
public final classV1DocketResponse.Entrypublic final classV1DocketResponse.PacerFeesPACER fee information (present when live: true)
public final classV1DocketResponse.PaginationPagination info for entry list (lookup mode with includeEntries)
public final classV1DocketResponse.Type
-
Method Summary
Modifier and Type Method Description final Optional<String>court()Echo of court filter (search mode only) final Optional<LocalDate>dateFiledAfter()Echo of date filter final Optional<LocalDate>dateFiledBefore()Echo of date filter final Optional<DocketDetail>docket()Full docket record (lookup mode) final Optional<List<DocketSearchResult>>dockets()Search results (search mode) final Optional<List<V1DocketResponse.Entry>>entries()Docket entries/filings (lookup mode with includeEntries) final Optional<Long>found()final Optional<Boolean>includeEntries()Whether entries were requested (lookup mode only) final Optional<Boolean>live()Whether this was a live PACER fetch (lookup mode only) final Optional<V1DocketResponse.PacerFees>pacerFees()PACER fee information (present when live: true) final Optional<V1DocketResponse.Pagination>pagination()Pagination info for entry list (lookup mode with includeEntries) final Optional<String>query()Echo of search query (search mode only) final Optional<V1DocketResponse.Type>type()final JsonField<String>_court()Returns the raw JSON value of court. final JsonField<LocalDate>_dateFiledAfter()Returns the raw JSON value of dateFiledAfter. final JsonField<LocalDate>_dateFiledBefore()Returns the raw JSON value of dateFiledBefore. final JsonField<DocketDetail>_docket()Returns the raw JSON value of docket. final JsonField<List<DocketSearchResult>>_dockets()Returns the raw JSON value of dockets. final JsonField<List<V1DocketResponse.Entry>>_entries()Returns the raw JSON value of entries. final JsonField<Long>_found()Returns the raw JSON value of found. final JsonField<Boolean>_includeEntries()Returns the raw JSON value of includeEntries. final JsonField<Boolean>_live()Returns the raw JSON value of live. final JsonField<V1DocketResponse.PacerFees>_pacerFees()Returns the raw JSON value of pacerFees. final JsonField<V1DocketResponse.Pagination>_pagination()Returns the raw JSON value of pagination. final JsonField<String>_query()Returns the raw JSON value of query. final JsonField<V1DocketResponse.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final V1DocketResponse.BuildertoBuilder()final V1DocketResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1DocketResponse.Builderbuilder()Returns a mutable builder for constructing an instance of V1DocketResponse. -
-
Method Detail
-
dateFiledAfter
final Optional<LocalDate> dateFiledAfter()
Echo of date filter
-
dateFiledBefore
final Optional<LocalDate> dateFiledBefore()
Echo of date filter
-
docket
final Optional<DocketDetail> docket()
Full docket record (lookup mode)
-
dockets
final Optional<List<DocketSearchResult>> dockets()
Search results (search mode)
-
entries
final Optional<List<V1DocketResponse.Entry>> entries()
Docket entries/filings (lookup mode with includeEntries)
-
includeEntries
final Optional<Boolean> includeEntries()
Whether entries were requested (lookup mode only)
-
pacerFees
final Optional<V1DocketResponse.PacerFees> pacerFees()
PACER fee information (present when live: true)
-
pagination
final Optional<V1DocketResponse.Pagination> pagination()
Pagination info for entry list (lookup mode with includeEntries)
-
type
final Optional<V1DocketResponse.Type> type()
-
_court
final JsonField<String> _court()
Returns the raw JSON value of court.
Unlike court, this method doesn't throw if the JSON field has an unexpected type.
-
_dateFiledAfter
final JsonField<LocalDate> _dateFiledAfter()
Returns the raw JSON value of dateFiledAfter.
Unlike dateFiledAfter, this method doesn't throw if the JSON field has an unexpected type.
-
_dateFiledBefore
final JsonField<LocalDate> _dateFiledBefore()
Returns the raw JSON value of dateFiledBefore.
Unlike dateFiledBefore, this method doesn't throw if the JSON field has an unexpected type.
-
_docket
final JsonField<DocketDetail> _docket()
Returns the raw JSON value of docket.
Unlike docket, this method doesn't throw if the JSON field has an unexpected type.
-
_dockets
final JsonField<List<DocketSearchResult>> _dockets()
Returns the raw JSON value of dockets.
Unlike dockets, this method doesn't throw if the JSON field has an unexpected type.
-
_entries
final JsonField<List<V1DocketResponse.Entry>> _entries()
Returns the raw JSON value of entries.
Unlike entries, this method doesn't throw if the JSON field has an unexpected type.
-
_found
final JsonField<Long> _found()
Returns the raw JSON value of found.
Unlike found, this method doesn't throw if the JSON field has an unexpected type.
-
_includeEntries
final JsonField<Boolean> _includeEntries()
Returns the raw JSON value of includeEntries.
Unlike includeEntries, this method doesn't throw if the JSON field has an unexpected type.
-
_live
final JsonField<Boolean> _live()
Returns the raw JSON value of live.
Unlike live, this method doesn't throw if the JSON field has an unexpected type.
-
_pacerFees
final JsonField<V1DocketResponse.PacerFees> _pacerFees()
Returns the raw JSON value of pacerFees.
Unlike pacerFees, this method doesn't throw if the JSON field has an unexpected type.
-
_pagination
final JsonField<V1DocketResponse.Pagination> _pagination()
Returns the raw JSON value of pagination.
Unlike pagination, this method doesn't throw if the JSON field has an unexpected type.
-
_query
final JsonField<String> _query()
Returns the raw JSON value of query.
Unlike query, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<V1DocketResponse.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1DocketResponse.Builder toBuilder()
-
validate
final V1DocketResponse validate()
-
builder
final static V1DocketResponse.Builder builder()
Returns a mutable builder for constructing an instance of V1DocketResponse.
-
-
-
-