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