Uses of Interface
ai.vectros.resources.records.requests.UpdateRecordRequest._FinalStage
Packages that use UpdateRecordRequest._FinalStage
-
Uses of UpdateRecordRequest._FinalStage in ai.vectros.resources.records.requests
Classes in ai.vectros.resources.records.requests that implement UpdateRecordRequest._FinalStageMethods in ai.vectros.resources.records.requests that return UpdateRecordRequest._FinalStageModifier and TypeMethodDescriptionUpdateRecordRequest._FinalStage.additionalProperties(Map<String, Object> additionalProperties) UpdateRecordRequest._FinalStage.additionalProperty(String key, Object value) UpdateRecordRequest._FinalStage.allowClear(Boolean allowClear) UpdateRecordRequest._FinalStage.allowClear(Optional<Boolean> allowClear) APUTis a full replacement: if the submittedpayloadomits (or sends as null) a stored field that a list or lookup response returns only as an indexed projection (a large record whose payload is stored externally), the update is rejected unless you setallowClear=trueto confirm that clearing those fields is intended.UpdateRecordRequest.Builder.allowClear(Boolean allowClear) APUTis a full replacement: if the submittedpayloadomits (or sends as null) a stored field that a list or lookup response returns only as an indexed projection (a large record whose payload is stored externally), the update is rejected unless you setallowClear=trueto confirm that clearing those fields is intended.UpdateRecordRequest.Builder.allowClear(Optional<Boolean> allowClear) APUTis a full replacement: if the submittedpayloadomits (or sends as null) a stored field that a list or lookup response returns only as an indexed projection (a large record whose payload is stored externally), the update is rejected unless you setallowClear=trueto confirm that clearing those fields is intended.UpdateRecordRequest.BodyStage.body(@NotNull RecordRequest body) UpdateRecordRequest.Builder.body(@NotNull RecordRequest body)