Klasse PatchDocumentOperationSpec.PatchDocumentOperationSpecBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.PatchDocumentOperationSpec.PatchDocumentOperationSpecBuilder
- Umschließende Klasse:
PatchDocumentOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe request payload to patch the document in API Gateway.build()documentId(@NotNull String documentId) The unique identifier of the document to be patched.toString()
-
Methodendetails
-
documentId
public PatchDocumentOperationSpec.PatchDocumentOperationSpecBuilder documentId(@NotNull @NotNull String documentId) The unique identifier of the document to be patched.- Gibt zurück:
this.
-
body
public PatchDocumentOperationSpec.PatchDocumentOperationSpecBuilder body(@NotNull @NotNull Document body) The request payload to patch the document in API Gateway.- Gibt zurück:
this.
-
build
-
toString
-