public class Retrievals
extends com.mastercard.api.core.model.BaseObject
| Constructor and Description |
|---|
Retrievals() |
Retrievals(com.mastercard.api.core.model.BaseObject o) |
Retrievals(com.mastercard.api.core.model.RequestMap requestMap) |
| Modifier and Type | Method and Description |
|---|---|
static Retrievals |
acquirerFulfillARequest(com.mastercard.api.core.security.Authentication auth,
com.mastercard.api.core.model.RequestMap map)
Creates a
Retrievals object |
static Retrievals |
acquirerFulfillARequest(com.mastercard.api.core.model.RequestMap map)
Creates a
Retrievals object |
static Retrievals |
create(com.mastercard.api.core.security.Authentication auth,
com.mastercard.api.core.model.RequestMap map)
Creates a
Retrievals object |
static Retrievals |
create(com.mastercard.api.core.model.RequestMap map)
Creates a
Retrievals object |
static Retrievals |
getDocumentation(com.mastercard.api.core.security.Authentication auth,
com.mastercard.api.core.model.RequestMap query)
Query / Retrieve a
Retrievals object |
static Retrievals |
getDocumentation(com.mastercard.api.core.model.RequestMap query)
Query / Retrieve a
Retrievals object |
protected com.mastercard.api.core.model.OperationConfig |
getOperationConfig(String operationUUID) |
protected com.mastercard.api.core.model.OperationMetadata |
getOperationMetadata() |
static Retrievals |
getPossibleValueListsForCreate(com.mastercard.api.core.security.Authentication auth,
com.mastercard.api.core.model.RequestMap query)
Query / Retrieve a
Retrievals object |
static Retrievals |
getPossibleValueListsForCreate(com.mastercard.api.core.model.RequestMap query)
Query / Retrieve a
Retrievals object |
static Retrievals |
issuerRespondToFulfillment(com.mastercard.api.core.security.Authentication auth,
com.mastercard.api.core.model.RequestMap map)
Creates a
Retrievals object |
static Retrievals |
issuerRespondToFulfillment(com.mastercard.api.core.model.RequestMap map)
Creates a
Retrievals object |
protected Map<String,Object> |
parseMap(Map<String,Object> arg0) |
Retrievals |
retrievalFullfilmentImageStatus()
Update a
Retrievals object. |
Retrievals |
retrievalFullfilmentImageStatus(com.mastercard.api.core.security.Authentication auth)
Update a
Retrievals object. |
Retrievals |
retrievalFullfilmentStatus()
Update a
Retrievals object. |
Retrievals |
retrievalFullfilmentStatus(com.mastercard.api.core.security.Authentication auth)
Update a
Retrievals object. |
executeListOperation, executeOperationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Retrievals()
public Retrievals(com.mastercard.api.core.model.BaseObject o)
public Retrievals(com.mastercard.api.core.model.RequestMap requestMap)
protected final com.mastercard.api.core.model.OperationConfig getOperationConfig(String operationUUID) throws IllegalArgumentException
getOperationConfig in class com.mastercard.api.core.model.BaseObjectIllegalArgumentExceptionprotected com.mastercard.api.core.model.OperationMetadata getOperationMetadata()
throws IllegalArgumentException
getOperationMetadata in class com.mastercard.api.core.model.BaseObjectIllegalArgumentExceptionpublic static Retrievals acquirerFulfillARequest(com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Retrievals objectmap - a map of parameters to create a Retrievals objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Retrievals acquirerFulfillARequest(com.mastercard.api.core.security.Authentication auth, com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Retrievals objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)map - a map of parameters to create a Retrievals objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Retrievals create(com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Retrievals objectmap - a map of parameters to create a Retrievals objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Retrievals create(com.mastercard.api.core.security.Authentication auth, com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Retrievals objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)map - a map of parameters to create a Retrievals objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Retrievals getPossibleValueListsForCreate(com.mastercard.api.core.model.RequestMap query) throws com.mastercard.api.core.exception.ApiException
Retrievals objectquery - a map of query parameterscom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Retrievals getPossibleValueListsForCreate(com.mastercard.api.core.security.Authentication auth, com.mastercard.api.core.model.RequestMap query) throws com.mastercard.api.core.exception.ApiException
Retrievals objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)query - a map of query parameterscom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Retrievals getDocumentation(com.mastercard.api.core.model.RequestMap query) throws com.mastercard.api.core.exception.ApiException
Retrievals objectquery - a map of query parameterscom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Retrievals getDocumentation(com.mastercard.api.core.security.Authentication auth, com.mastercard.api.core.model.RequestMap query) throws com.mastercard.api.core.exception.ApiException
Retrievals objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)query - a map of query parameterscom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Retrievals issuerRespondToFulfillment(com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Retrievals objectmap - a map of parameters to create a Retrievals objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Retrievals issuerRespondToFulfillment(com.mastercard.api.core.security.Authentication auth, com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Retrievals objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)map - a map of parameters to create a Retrievals objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic Retrievals retrievalFullfilmentImageStatus() throws com.mastercard.api.core.exception.ApiException
Retrievals object.com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic Retrievals retrievalFullfilmentImageStatus(com.mastercard.api.core.security.Authentication auth) throws com.mastercard.api.core.exception.ApiException
Retrievals object.auth - Authentication object overriding ApiConfig.setAuthentication(authentication)com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic Retrievals retrievalFullfilmentStatus() throws com.mastercard.api.core.exception.ApiException
Retrievals object.com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic Retrievals retrievalFullfilmentStatus(com.mastercard.api.core.security.Authentication auth) throws com.mastercard.api.core.exception.ApiException
Retrievals object.auth - Authentication object overriding ApiConfig.setAuthentication(authentication)com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverCopyright © 2019. All rights reserved.