public class Search
extends com.mastercard.api.core.model.BaseObject
| Constructor and Description |
|---|
Search() |
Search(com.mastercard.api.core.model.BaseObject o) |
Search(com.mastercard.api.core.model.RequestMap requestMap) |
| Modifier and Type | Method and Description |
|---|---|
static Search |
create(com.mastercard.api.core.security.Authentication auth,
com.mastercard.api.core.model.RequestMap map)
Creates a
Search object |
static Search |
create(com.mastercard.api.core.model.RequestMap map)
Creates a
Search object |
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) |
executeListOperation, executeOperationpublic Search()
public Search(com.mastercard.api.core.model.BaseObject o)
public Search(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 Search create(com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Search objectmap - a map of parameters to create a Search objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Search create(com.mastercard.api.core.security.Authentication auth, com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Search objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)map - a map of parameters to create a Search objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverCopyright © 2017. All rights reserved.