Class V1SecFilingResponse.Builder
-
- All Implemented Interfaces:
public final class V1SecFilingResponse.BuilderA builder for V1SecFilingResponse.
-
-
Method Summary
-
-
Method Detail
-
cik
final V1SecFilingResponse.Builder cik(String cik)
-
cik
final V1SecFilingResponse.Builder cik(Optional<String> cik)
Alias for calling Builder.cik with
cik.orElse(null).
-
cik
final V1SecFilingResponse.Builder cik(JsonField<String> cik)
Sets Builder.cik to an arbitrary JSON value.
You should usually call Builder.cik with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dateAfter
final V1SecFilingResponse.Builder dateAfter(LocalDate dateAfter)
-
dateAfter
final V1SecFilingResponse.Builder dateAfter(Optional<LocalDate> dateAfter)
Alias for calling Builder.dateAfter with
dateAfter.orElse(null).
-
dateAfter
final V1SecFilingResponse.Builder dateAfter(JsonField<LocalDate> dateAfter)
Sets Builder.dateAfter to an arbitrary JSON value.
You should usually call Builder.dateAfter with a well-typed LocalDate value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dateBefore
final V1SecFilingResponse.Builder dateBefore(LocalDate dateBefore)
-
dateBefore
final V1SecFilingResponse.Builder dateBefore(Optional<LocalDate> dateBefore)
Alias for calling Builder.dateBefore with
dateBefore.orElse(null).
-
dateBefore
final V1SecFilingResponse.Builder dateBefore(JsonField<LocalDate> dateBefore)
Sets Builder.dateBefore to an arbitrary JSON value.
You should usually call Builder.dateBefore with a well-typed LocalDate value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
entity
final V1SecFilingResponse.Builder entity(String entity)
-
entity
final V1SecFilingResponse.Builder entity(Optional<String> entity)
Alias for calling Builder.entity with
entity.orElse(null).
-
entity
final V1SecFilingResponse.Builder entity(JsonField<String> entity)
Sets Builder.entity to an arbitrary JSON value.
You should usually call Builder.entity with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
filings
final V1SecFilingResponse.Builder filings(List<V1SecFilingResponse.Filing> filings)
-
filings
final V1SecFilingResponse.Builder filings(JsonField<List<V1SecFilingResponse.Filing>> filings)
Sets Builder.filings to an arbitrary JSON value.
You should usually call Builder.filings with a well-typed
List<Filing>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addFiling
final V1SecFilingResponse.Builder addFiling(V1SecFilingResponse.Filing filing)
-
formTypes
final V1SecFilingResponse.Builder formTypes(List<String> formTypes)
-
formTypes
final V1SecFilingResponse.Builder formTypes(JsonField<List<String>> formTypes)
Sets Builder.formTypes to an arbitrary JSON value.
You should usually call Builder.formTypes with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addFormType
final V1SecFilingResponse.Builder addFormType(String formType)
-
limit
final V1SecFilingResponse.Builder limit(Long limit)
-
limit
final V1SecFilingResponse.Builder limit(JsonField<Long> limit)
Sets Builder.limit to an arbitrary JSON value.
You should usually call Builder.limit with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
offset
final V1SecFilingResponse.Builder offset(Long offset)
-
offset
final V1SecFilingResponse.Builder offset(JsonField<Long> offset)
Sets Builder.offset to an arbitrary JSON value.
You should usually call Builder.offset with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
query
final V1SecFilingResponse.Builder query(String query)
-
query
final V1SecFilingResponse.Builder query(Optional<String> query)
Alias for calling Builder.query with
query.orElse(null).
-
query
final V1SecFilingResponse.Builder query(JsonField<String> query)
Sets Builder.query to an arbitrary JSON value.
You should usually call Builder.query with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
ticker
final V1SecFilingResponse.Builder ticker(String ticker)
-
ticker
final V1SecFilingResponse.Builder ticker(Optional<String> ticker)
Alias for calling Builder.ticker with
ticker.orElse(null).
-
ticker
final V1SecFilingResponse.Builder ticker(JsonField<String> ticker)
Sets Builder.ticker to an arbitrary JSON value.
You should usually call Builder.ticker with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
total
final V1SecFilingResponse.Builder total(Long total)
-
total
final V1SecFilingResponse.Builder total(JsonField<Long> total)
Sets Builder.total to an arbitrary JSON value.
You should usually call Builder.total 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 V1SecFilingResponse.Builder type(V1SecFilingResponse.Type type)
-
type
final V1SecFilingResponse.Builder type(JsonField<V1SecFilingResponse.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final V1SecFilingResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1SecFilingResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1SecFilingResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1SecFilingResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1SecFilingResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1SecFilingResponse build()
Returns an immutable instance of V1SecFilingResponse.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-