public class Queues
extends com.mastercard.api.core.model.BaseObject
| Constructor and Description |
|---|
Queues() |
Queues(com.mastercard.api.core.model.BaseObject o) |
Queues(com.mastercard.api.core.model.RequestMap requestMap) |
| Modifier and Type | Method and Description |
|---|---|
protected com.mastercard.api.core.model.OperationConfig |
getOperationConfig(String operationUUID) |
protected com.mastercard.api.core.model.OperationMetadata |
getOperationMetadata() |
protected Map<String,Object> |
parseMap(Map<String,Object> arg0) |
static com.mastercard.api.core.model.ResourceList<Queues> |
retrieveClaimsFromQueue()
Retrieve a list of
Queues objects |
static com.mastercard.api.core.model.ResourceList<Queues> |
retrieveClaimsFromQueue(com.mastercard.api.core.security.Authentication auth)
Retrieve a list of
Queues objects |
static com.mastercard.api.core.model.ResourceList<Queues> |
retrieveClaimsFromQueue(com.mastercard.api.core.security.Authentication auth,
com.mastercard.api.core.model.RequestMap criteria)
Retrieve a list of
Queues objects |
static com.mastercard.api.core.model.ResourceList<Queues> |
retrieveClaimsFromQueue(com.mastercard.api.core.model.RequestMap criteria)
Retrieve a list of
Queues objects |
static Queues |
retrieveClaimsFromQueueWithDateInterval(com.mastercard.api.core.security.Authentication auth,
com.mastercard.api.core.model.RequestMap map)
Creates a
Queues object |
static Queues |
retrieveClaimsFromQueueWithDateInterval(com.mastercard.api.core.model.RequestMap map)
Creates a
Queues object |
static com.mastercard.api.core.model.ResourceList<Queues> |
retrieveQueueNames()
Retrieve a list of
Queues objects |
static com.mastercard.api.core.model.ResourceList<Queues> |
retrieveQueueNames(com.mastercard.api.core.security.Authentication auth)
Retrieve a list of
Queues objects |
static com.mastercard.api.core.model.ResourceList<Queues> |
retrieveQueueNames(com.mastercard.api.core.security.Authentication auth,
com.mastercard.api.core.model.RequestMap criteria)
Retrieve a list of
Queues objects |
static com.mastercard.api.core.model.ResourceList<Queues> |
retrieveQueueNames(com.mastercard.api.core.model.RequestMap criteria)
Retrieve a list of
Queues objects |
executeListOperation, executeOperationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Queues()
public Queues(com.mastercard.api.core.model.BaseObject o)
public Queues(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 com.mastercard.api.core.model.ResourceList<Queues> retrieveClaimsFromQueue() throws com.mastercard.api.core.exception.ApiException
Queues objectscom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverResourceListpublic static com.mastercard.api.core.model.ResourceList<Queues> retrieveClaimsFromQueue(com.mastercard.api.core.security.Authentication auth) throws com.mastercard.api.core.exception.ApiException
Queues objectsauth - Authentication object overriding ApiConfig.setAuthentication(authentication)com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverResourceListpublic static com.mastercard.api.core.model.ResourceList<Queues> retrieveClaimsFromQueue(com.mastercard.api.core.model.RequestMap criteria) throws com.mastercard.api.core.exception.ApiException
Queues objectscriteria - a map of additional criteria parameterscriteria provided and the total number of Queues objects available.com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverResourceListpublic static com.mastercard.api.core.model.ResourceList<Queues> retrieveClaimsFromQueue(com.mastercard.api.core.security.Authentication auth, com.mastercard.api.core.model.RequestMap criteria) throws com.mastercard.api.core.exception.ApiException
Queues objectsauth - Authentication object overriding ApiConfig.setAuthentication(authentication)criteria - a map of additional criteria parameterscriteria provided and the total number of Queues objects available.com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverResourceListpublic static Queues retrieveClaimsFromQueueWithDateInterval(com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Queues objectmap - a map of parameters to create a Queues objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Queues retrieveClaimsFromQueueWithDateInterval(com.mastercard.api.core.security.Authentication auth, com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Queues objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)map - a map of parameters to create a Queues objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static com.mastercard.api.core.model.ResourceList<Queues> retrieveQueueNames() throws com.mastercard.api.core.exception.ApiException
Queues objectscom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverResourceListpublic static com.mastercard.api.core.model.ResourceList<Queues> retrieveQueueNames(com.mastercard.api.core.security.Authentication auth) throws com.mastercard.api.core.exception.ApiException
Queues objectsauth - Authentication object overriding ApiConfig.setAuthentication(authentication)com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverResourceListpublic static com.mastercard.api.core.model.ResourceList<Queues> retrieveQueueNames(com.mastercard.api.core.model.RequestMap criteria) throws com.mastercard.api.core.exception.ApiException
Queues objectscriteria - a map of additional criteria parameterscriteria provided and the total number of Queues objects available.com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverResourceListpublic static com.mastercard.api.core.model.ResourceList<Queues> retrieveQueueNames(com.mastercard.api.core.security.Authentication auth, com.mastercard.api.core.model.RequestMap criteria) throws com.mastercard.api.core.exception.ApiException
Queues objectsauth - Authentication object overriding ApiConfig.setAuthentication(authentication)criteria - a map of additional criteria parameterscriteria provided and the total number of Queues objects available.com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverResourceListCopyright © 2019. All rights reserved.