Uses of Class
model.InstrumentUpdate1
Packages that use InstrumentUpdate1
-
Uses of InstrumentUpdate1 in model
Methods in model that return InstrumentUpdate1Modifier and TypeMethodDescriptionInstrumentUpdate1.addMessagesItem(String messagesItem) InstrumentUpdate1.application(String application) InstrumentUpdate1.createdAt(OffsetDateTime createdAt) static InstrumentUpdate1Create an instance of InstrumentUpdate1 given an JSON stringInstrumentUpdate1.links(InstrumentUpdate1Links links) InstrumentUpdate1.paymentInstrument(String paymentInstrument) InstrumentUpdate1.state(InstrumentUpdate1.StateEnum state) InstrumentUpdate1.updatedAt(OffsetDateTime updatedAt) Methods in model that return types with arguments of type InstrumentUpdate1Methods in model with parameters of type InstrumentUpdate1Modifier and TypeMethodDescriptionPaymentInstrumentUpdatesListEmbedded.addUpdatesItem(InstrumentUpdate1 updatesItem) Method parameters in model with type arguments of type InstrumentUpdate1Modifier and TypeMethodDescriptionvoidPaymentInstrumentUpdatesListEmbedded.setUpdates(Set<InstrumentUpdate1> updates) PaymentInstrumentUpdatesListEmbedded.updates(Set<InstrumentUpdate1> updates)