public class Claims
extends com.mastercard.api.core.model.BaseObject
| Constructor and Description |
|---|
Claims() |
Claims(com.mastercard.api.core.model.BaseObject o) |
Claims(com.mastercard.api.core.model.RequestMap requestMap) |
| Modifier and Type | Method and Description |
|---|---|
static Claims |
create(com.mastercard.api.core.security.Authentication auth,
com.mastercard.api.core.model.RequestMap map)
Creates a
Claims object |
static Claims |
create(com.mastercard.api.core.model.RequestMap map)
Creates a
Claims 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) |
static Claims |
retrieve(com.mastercard.api.core.security.Authentication auth,
String id)
Retrieve a
Claims object |
static Claims |
retrieve(com.mastercard.api.core.security.Authentication auth,
String id,
com.mastercard.api.core.model.RequestMap map)
Retrieve a
Claims object |
static Claims |
retrieve(String id)
Retrieve a
Claims object |
static Claims |
retrieve(String id,
com.mastercard.api.core.model.RequestMap map)
Retrieve a
Claims object |
Claims |
update()
Update a
Claims object. |
Claims |
update(com.mastercard.api.core.security.Authentication auth)
Update a
Claims 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 Claims()
public Claims(com.mastercard.api.core.model.BaseObject o)
public Claims(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 Claims create(com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Claims objectmap - a map of parameters to create a Claims objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Claims create(com.mastercard.api.core.security.Authentication auth, com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Claims objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)map - a map of parameters to create a Claims objectcom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Claims retrieve(String id) throws com.mastercard.api.core.exception.ApiException
Claims objectid - the id of the Claims object to retrievecom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Claims retrieve(String id, com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Claims objectid - the id of the Claims object to retrievemap - a map of additional parameterscom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Claims retrieve(com.mastercard.api.core.security.Authentication auth, String id) throws com.mastercard.api.core.exception.ApiException
Claims objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)id - the id of the Claims object to retrievecom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static Claims retrieve(com.mastercard.api.core.security.Authentication auth, String id, com.mastercard.api.core.model.RequestMap map) throws com.mastercard.api.core.exception.ApiException
Claims objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)id - the id of the Claims object to retrievemap - a map of additional parameterscom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic Claims update() throws com.mastercard.api.core.exception.ApiException
Claims object.com.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic Claims update(com.mastercard.api.core.security.Authentication auth) throws com.mastercard.api.core.exception.ApiException
Claims 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.