Package model
Class DisputeLinks
- java.lang.Object
-
- model.DisputeLinks
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class DisputeLinks 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 classDisputeLinks.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ADJUSTMENT_TRANSFERSstatic StringSERIALIZED_NAME_APPLICATIONstatic StringSERIALIZED_NAME_EVIDENCEstatic StringSERIALIZED_NAME_SELFstatic StringSERIALIZED_NAME_TRANSFER
-
Constructor Summary
Constructors Constructor Description DisputeLinks()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_ADJUSTMENT_TRANSFERS
public static final String SERIALIZED_NAME_ADJUSTMENT_TRANSFERS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_APPLICATION
public static final String SERIALIZED_NAME_APPLICATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EVIDENCE
public static final String SERIALIZED_NAME_EVIDENCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_SELF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRANSFER
public static final String SERIALIZED_NAME_TRANSFER
- See Also:
- Constant Field Values
-
-
Method Detail
-
adjustmentTransfers
public DisputeLinks adjustmentTransfers(ApplicationLinksApplicationProfile adjustmentTransfers)
-
getAdjustmentTransfers
@Nullable public ApplicationLinksApplicationProfile getAdjustmentTransfers()
Get adjustmentTransfers- Returns:
- adjustmentTransfers
-
setAdjustmentTransfers
public void setAdjustmentTransfers(ApplicationLinksApplicationProfile adjustmentTransfers)
-
application
public DisputeLinks application(ApplicationProfileLinksApplication application)
-
getApplication
@Nullable public ApplicationProfileLinksApplication getApplication()
Get application- Returns:
- application
-
setApplication
public void setApplication(ApplicationProfileLinksApplication application)
-
evidence
public DisputeLinks evidence(ApplicationLinksApplicationProfile evidence)
-
getEvidence
@Nullable public ApplicationLinksApplicationProfile getEvidence()
Get evidence- Returns:
- evidence
-
setEvidence
public void setEvidence(ApplicationLinksApplicationProfile evidence)
-
self
public DisputeLinks self(ApplicationLinksSelf self)
-
getSelf
@Nullable public ApplicationLinksSelf getSelf()
Get self- Returns:
- self
-
setSelf
public void setSelf(ApplicationLinksSelf self)
-
transfer
public DisputeLinks transfer(DisputeLinksTransfer transfer)
-
getTransfer
@Nullable public DisputeLinksTransfer getTransfer()
Get transfer- Returns:
- transfer
-
setTransfer
public void setTransfer(DisputeLinksTransfer transfer)
-
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 DisputeLinks
-
fromJson
public static DisputeLinks fromJson(String jsonString) throws IOException
Create an instance of DisputeLinks given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DisputeLinks
- Throws:
IOException- if the JSON string is invalid with respect to DisputeLinks
-
toJson
public String toJson()
Convert an instance of DisputeLinks to an JSON string- Returns:
- JSON string
-
-