Package model
Class InstrumentUpdateLinks
- java.lang.Object
-
- model.InstrumentUpdateLinks
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class InstrumentUpdateLinks extends Object
For your convenience, every response includes several URLs which link to resources relevant to the request. You can use these `_links` to make your follow-up requests and quickly access relevant IDs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInstrumentUpdateLinks.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_APPLICATIONstatic StringSERIALIZED_NAME_PAYMENT_INSTRUMENTstatic StringSERIALIZED_NAME_SELF
-
Constructor Summary
Constructors Constructor Description InstrumentUpdateLinks()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_SELF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PAYMENT_INSTRUMENT
public static final String SERIALIZED_NAME_PAYMENT_INSTRUMENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_APPLICATION
public static final String SERIALIZED_NAME_APPLICATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
self
public InstrumentUpdateLinks self(ApplicationLinksSelf self)
-
getSelf
@Nullable public ApplicationLinksSelf getSelf()
Get self- Returns:
- self
-
setSelf
public void setSelf(ApplicationLinksSelf self)
-
paymentInstrument
public InstrumentUpdateLinks paymentInstrument(InstrumentUpdateLinksPaymentInstrument paymentInstrument)
-
getPaymentInstrument
@Nullable public InstrumentUpdateLinksPaymentInstrument getPaymentInstrument()
Get paymentInstrument- Returns:
- paymentInstrument
-
setPaymentInstrument
public void setPaymentInstrument(InstrumentUpdateLinksPaymentInstrument paymentInstrument)
-
application
public InstrumentUpdateLinks application(InstrumentUpdateLinksApplication application)
-
getApplication
@Nullable public InstrumentUpdateLinksApplication getApplication()
Get application- Returns:
- application
-
setApplication
public void setApplication(InstrumentUpdateLinksApplication application)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to InstrumentUpdateLinks
-
fromJson
public static InstrumentUpdateLinks fromJson(String jsonString) throws IOException
Create an instance of InstrumentUpdateLinks given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of InstrumentUpdateLinks
- Throws:
IOException- if the JSON string is invalid with respect to InstrumentUpdateLinks
-
toJson
public String toJson()
Convert an instance of InstrumentUpdateLinks to an JSON string- Returns:
- JSON string
-
-