Class NoteEndpointRequest.Builder
- java.lang.Object
-
- com.merge.api.resources.crm.notes.requests.NoteEndpointRequest.Builder
-
- All Implemented Interfaces:
NoteEndpointRequest._FinalStage,NoteEndpointRequest.ModelStage
- Enclosing class:
- NoteEndpointRequest
public static final class NoteEndpointRequest.Builder extends java.lang.Object implements NoteEndpointRequest.ModelStage, NoteEndpointRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NoteEndpointRequestbuild()NoteEndpointRequest.Builderfrom(NoteEndpointRequest other)NoteEndpointRequest._FinalStageisDebugMode(java.lang.Boolean isDebugMode)Whether to include debug fields (such as log file links) in the response.NoteEndpointRequest._FinalStageisDebugMode(java.util.Optional<java.lang.Boolean> isDebugMode)NoteEndpointRequest._FinalStagemodel(NoteRequest model)NoteEndpointRequest._FinalStagerunAsync(java.lang.Boolean runAsync)Whether or not third-party updates should be run asynchronously.NoteEndpointRequest._FinalStagerunAsync(java.util.Optional<java.lang.Boolean> runAsync)
-
-
-
Method Detail
-
from
public NoteEndpointRequest.Builder from(NoteEndpointRequest other)
- Specified by:
fromin interfaceNoteEndpointRequest.ModelStage
-
model
public NoteEndpointRequest._FinalStage model(NoteRequest model)
- Specified by:
modelin interfaceNoteEndpointRequest.ModelStage
-
runAsync
public NoteEndpointRequest._FinalStage runAsync(java.lang.Boolean runAsync)
Whether or not third-party updates should be run asynchronously.
- Specified by:
runAsyncin interfaceNoteEndpointRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
runAsync
public NoteEndpointRequest._FinalStage runAsync(java.util.Optional<java.lang.Boolean> runAsync)
- Specified by:
runAsyncin interfaceNoteEndpointRequest._FinalStage
-
isDebugMode
public NoteEndpointRequest._FinalStage isDebugMode(java.lang.Boolean isDebugMode)
Whether to include debug fields (such as log file links) in the response.
- Specified by:
isDebugModein interfaceNoteEndpointRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
isDebugMode
public NoteEndpointRequest._FinalStage isDebugMode(java.util.Optional<java.lang.Boolean> isDebugMode)
- Specified by:
isDebugModein interfaceNoteEndpointRequest._FinalStage
-
build
public NoteEndpointRequest build()
- Specified by:
buildin interfaceNoteEndpointRequest._FinalStage
-
-