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