Class AsyncPassthroughReciept.Builder
- java.lang.Object
-
- com.merge.api.resources.filestorage.types.AsyncPassthroughReciept.Builder
-
- All Implemented Interfaces:
AsyncPassthroughReciept._FinalStage,AsyncPassthroughReciept.AsyncPassthroughReceiptIdStage
- Enclosing class:
- AsyncPassthroughReciept
public static final class AsyncPassthroughReciept.Builder extends java.lang.Object implements AsyncPassthroughReciept.AsyncPassthroughReceiptIdStage, AsyncPassthroughReciept._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncPassthroughReciept._FinalStageasyncPassthroughReceiptId(java.lang.String asyncPassthroughReceiptId)AsyncPassthroughRecieptbuild()AsyncPassthroughReciept.Builderfrom(AsyncPassthroughReciept other)
-
-
-
Method Detail
-
from
public AsyncPassthroughReciept.Builder from(AsyncPassthroughReciept other)
- Specified by:
fromin interfaceAsyncPassthroughReciept.AsyncPassthroughReceiptIdStage
-
asyncPassthroughReceiptId
public AsyncPassthroughReciept._FinalStage asyncPassthroughReceiptId(java.lang.String asyncPassthroughReceiptId)
- Specified by:
asyncPassthroughReceiptIdin interfaceAsyncPassthroughReciept.AsyncPassthroughReceiptIdStage
-
build
public AsyncPassthroughReciept build()
- Specified by:
buildin interfaceAsyncPassthroughReciept._FinalStage
-
-