@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class MockBatchUpdateParams extends Object
| Constructor and Description |
|---|
MockBatchUpdateParams() |
| Modifier and Type | Method and Description |
|---|---|
MockBatchUpdateParams |
addMockBankConnectionUpdatesItem(MockBankConnectionUpdate mockBankConnectionUpdatesItem) |
boolean |
equals(Object o) |
List<MockBankConnectionUpdate> |
getMockBankConnectionUpdates()
List of mock bank connection updates
|
int |
hashCode() |
Boolean |
isTriggerNotifications()
Whether this call should trigger the dispatching of notifications.
|
MockBatchUpdateParams |
mockBankConnectionUpdates(List<MockBankConnectionUpdate> mockBankConnectionUpdates) |
void |
setMockBankConnectionUpdates(List<MockBankConnectionUpdate> mockBankConnectionUpdates) |
void |
setTriggerNotifications(Boolean triggerNotifications) |
String |
toString() |
MockBatchUpdateParams |
triggerNotifications(Boolean triggerNotifications) |
public MockBatchUpdateParams mockBankConnectionUpdates(List<MockBankConnectionUpdate> mockBankConnectionUpdates)
public MockBatchUpdateParams addMockBankConnectionUpdatesItem(MockBankConnectionUpdate mockBankConnectionUpdatesItem)
public List<MockBankConnectionUpdate> getMockBankConnectionUpdates()
public void setMockBankConnectionUpdates(List<MockBankConnectionUpdate> mockBankConnectionUpdates)
public MockBatchUpdateParams triggerNotifications(Boolean triggerNotifications)
public Boolean isTriggerNotifications()
public void setTriggerNotifications(Boolean triggerNotifications)
Copyright © 2018. All rights reserved.