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