Class V1SecFilingResponse.Filing.Builder
-
- All Implemented Interfaces:
public final class V1SecFilingResponse.Filing.BuilderA builder for Filing.
-
-
Method Summary
-
-
Method Detail
-
accessionNumber
final V1SecFilingResponse.Filing.Builder accessionNumber(String accessionNumber)
-
accessionNumber
final V1SecFilingResponse.Filing.Builder accessionNumber(JsonField<String> accessionNumber)
Sets Builder.accessionNumber to an arbitrary JSON value.
You should usually call Builder.accessionNumber with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
description
final V1SecFilingResponse.Filing.Builder description(String description)
-
description
final V1SecFilingResponse.Filing.Builder description(Optional<String> description)
Alias for calling Builder.description with
description.orElse(null).
-
description
final V1SecFilingResponse.Filing.Builder description(JsonField<String> description)
Sets Builder.description to an arbitrary JSON value.
You should usually call Builder.description with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
documents
final V1SecFilingResponse.Filing.Builder documents(List<V1SecFilingResponse.Filing.Document> documents)
-
documents
final V1SecFilingResponse.Filing.Builder documents(JsonField<List<V1SecFilingResponse.Filing.Document>> documents)
Sets Builder.documents to an arbitrary JSON value.
You should usually call Builder.documents with a well-typed
List<Document>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addDocument
final V1SecFilingResponse.Filing.Builder addDocument(V1SecFilingResponse.Filing.Document document)
-
entity
final V1SecFilingResponse.Filing.Builder entity(V1SecFilingResponse.Filing.Entity entity)
-
entity
final V1SecFilingResponse.Filing.Builder entity(JsonField<V1SecFilingResponse.Filing.Entity> entity)
Sets Builder.entity to an arbitrary JSON value.
You should usually call Builder.entity with a well-typed Entity value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
filedAt
final V1SecFilingResponse.Filing.Builder filedAt(LocalDate filedAt)
-
filedAt
final V1SecFilingResponse.Filing.Builder filedAt(JsonField<LocalDate> filedAt)
Sets Builder.filedAt to an arbitrary JSON value.
You should usually call Builder.filedAt with a well-typed LocalDate value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
formType
final V1SecFilingResponse.Filing.Builder formType(String formType)
-
formType
final V1SecFilingResponse.Filing.Builder formType(JsonField<String> formType)
Sets Builder.formType to an arbitrary JSON value.
You should usually call Builder.formType with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
periodOfReport
final V1SecFilingResponse.Filing.Builder periodOfReport(LocalDate periodOfReport)
-
periodOfReport
final V1SecFilingResponse.Filing.Builder periodOfReport(Optional<LocalDate> periodOfReport)
Alias for calling Builder.periodOfReport with
periodOfReport.orElse(null).
-
periodOfReport
final V1SecFilingResponse.Filing.Builder periodOfReport(JsonField<LocalDate> periodOfReport)
Sets Builder.periodOfReport to an arbitrary JSON value.
You should usually call Builder.periodOfReport with a well-typed LocalDate value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
secUrl
final V1SecFilingResponse.Filing.Builder secUrl(String secUrl)
-
secUrl
final V1SecFilingResponse.Filing.Builder secUrl(JsonField<String> secUrl)
Sets Builder.secUrl to an arbitrary JSON value.
You should usually call Builder.secUrl with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
snippet
final V1SecFilingResponse.Filing.Builder snippet(String snippet)
-
snippet
final V1SecFilingResponse.Filing.Builder snippet(Optional<String> snippet)
Alias for calling Builder.snippet with
snippet.orElse(null).
-
snippet
final V1SecFilingResponse.Filing.Builder snippet(JsonField<String> snippet)
Sets Builder.snippet to an arbitrary JSON value.
You should usually call Builder.snippet 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 V1SecFilingResponse.Filing.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1SecFilingResponse.Filing.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1SecFilingResponse.Filing.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1SecFilingResponse.Filing.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1SecFilingResponse.Filing.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1SecFilingResponse.Filing build()
Returns an immutable instance of Filing.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-