Interface PatchedCrmAccountEndpointRequest._FinalStage
-
- All Known Implementing Classes:
PatchedCrmAccountEndpointRequest.Builder
- Enclosing class:
- PatchedCrmAccountEndpointRequest
public static interface PatchedCrmAccountEndpointRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PatchedCrmAccountEndpointRequestbuild()PatchedCrmAccountEndpointRequest._FinalStageisDebugMode(java.lang.Boolean isDebugMode)PatchedCrmAccountEndpointRequest._FinalStageisDebugMode(java.util.Optional<java.lang.Boolean> isDebugMode)PatchedCrmAccountEndpointRequest._FinalStagerunAsync(java.lang.Boolean runAsync)PatchedCrmAccountEndpointRequest._FinalStagerunAsync(java.util.Optional<java.lang.Boolean> runAsync)
-
-
-
Method Detail
-
build
PatchedCrmAccountEndpointRequest build()
-
isDebugMode
PatchedCrmAccountEndpointRequest._FinalStage isDebugMode(java.util.Optional<java.lang.Boolean> isDebugMode)
-
isDebugMode
PatchedCrmAccountEndpointRequest._FinalStage isDebugMode(java.lang.Boolean isDebugMode)
-
runAsync
PatchedCrmAccountEndpointRequest._FinalStage runAsync(java.util.Optional<java.lang.Boolean> runAsync)
-
runAsync
PatchedCrmAccountEndpointRequest._FinalStage runAsync(java.lang.Boolean runAsync)
-
-