public static final class MandateImportEntryService.MandateImportEntryListRequest<S> extends ListRequest<S,MandateImportEntry>
Request class for MandateImportEntryService.list()
.
For an existing mandate import, this endpoint lists all of the entries attached.
After a mandate import has been submitted, you can use this endpoint to associate records in your system (using the record_identifier
that you provided when creating the mandate import).
ListRequest.ListRequestExecutor<S,T>
Modifier and Type | Method and Description |
---|---|
MandateImportEntryService.MandateImportEntryListRequest<S> |
withAfter(java.lang.String after)
Cursor pointing to the start of the desired set.
|
MandateImportEntryService.MandateImportEntryListRequest<S> |
withBefore(java.lang.String before)
Cursor pointing to the end of the desired set.
|
MandateImportEntryService.MandateImportEntryListRequest<S> |
withHeader(java.lang.String headerName,
java.lang.String headerValue) |
MandateImportEntryService.MandateImportEntryListRequest<S> |
withLimit(java.lang.Integer limit)
Number of records to return.
|
MandateImportEntryService.MandateImportEntryListRequest<S> |
withMandateImport(java.lang.String mandateImport)
Unique identifier, beginning with “IM”.
|
execute, executeWrapped, iteratingExecutor, pagingExecutor
public MandateImportEntryService.MandateImportEntryListRequest<S> withAfter(java.lang.String after)
Cursor pointing to the start of the desired set.
public MandateImportEntryService.MandateImportEntryListRequest<S> withBefore(java.lang.String before)
Cursor pointing to the end of the desired set.
public MandateImportEntryService.MandateImportEntryListRequest<S> withLimit(java.lang.Integer limit)
Number of records to return.
public MandateImportEntryService.MandateImportEntryListRequest<S> withMandateImport(java.lang.String mandateImport)
Unique identifier, beginning with “IM”.
public MandateImportEntryService.MandateImportEntryListRequest<S> withHeader(java.lang.String headerName, java.lang.String headerValue)