public class YaasClientCredentialResource extends AbstractYResource<YaasClientCredentialModel>
httpHeaders, providers, request, resourceCtx, securityCtx, serviceLocator, uriInfo| Constructor and Description |
|---|
YaasClientCredentialResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
deleteYaasClientCredential()
Generated HTTP method for covering DELETE requests.
|
AbstractYResource |
getLinkResource(java.lang.String resourceKey)
Generated getter for sub resource of type
LinkResource for current root resource |
Response |
getYaasClientCredential()
Generated HTTP method for covering GET requests.
|
YaasClientCredentialModel |
getYaasClientCredentialModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
Response |
putYaasClientCredential(YaasClientCredentialDTO dto)
Generated HTTP method for covering PUT requests.
|
protected YaasClientCredentialModel |
readResource(java.lang.String resourceId)
Gets the
YaasClientCredentialModel resource which is addressed by current resource request. |
void |
setYaasClientCredentialModel(YaasClientCredentialModel value)
Convenience method which just delegates to
#setResourceValue(YaasClientCredentialModel) |
createOrUpdatePostResource, createOrUpdateResource, deleteResource, getNotsavedModelForCreate, getObjectGraph, getResourceType, getUniqueMember, isAccessGranted, passUniqueMember, prepareJaloSession, processDtoId, readResourceInternal, setObjectGraph, setUniqueMember, setUserIntoJaloSessionafterDelete, afterPost, afterPut, beforeDelete, beforePost, beforePut, createDeleteResponse, createGetResponse, createPostResource, createPostResponse, createPutResponse, createPutResponse, createResource, getEventActionFactory, getPagingStrategy, getParentResource, getPostCommandHandler, getPutCommandHandler, getRequest, getResourceId, getResourceValue, getResponse, getSecurityContext, getSecurityStrategy, getServiceLocator, getUriInfo, isAccessGrantedExternal, notifyAfterDelete, notifyAfterGet, notifyAfterPost, notifyAfterPut, notifyBeforeDelete, notifyBeforeGet, notifyBeforePost, notifyBeforePut, processException, readPostResource, setCachingStrategy, setDeleteMethod, setEventActionFactory, setGetMethod, setPagingStrategy, setParentResource, setPostCommandHandler, setPostMethod, setPutCommandHandler, setPutMethod, setRequestProcessChain, setResourceId, setResourceValue, setSecurityStrategy, setServiceLocatorpublic YaasClientCredentialResource()
public Response deleteYaasClientCredential()
javax.ws.rs.core.Responsepublic AbstractYResource getLinkResource(java.lang.String resourceKey)
LinkResource for current root resourcepublic Response getYaasClientCredential()
javax.ws.rs.core.Responsepublic YaasClientCredentialModel getYaasClientCredentialModel()
AbstractResource.getResourceValue()public Response putYaasClientCredential(YaasClientCredentialDTO dto)
javax.ws.rs.core.Responseprotected YaasClientCredentialModel readResource(java.lang.String resourceId) throws java.lang.Exception
YaasClientCredentialModel resource which is addressed by current resource request.readResource in class AbstractResource<YaasClientCredentialModel>java.lang.ExceptionAbstractResource.readResource(String)public void setYaasClientCredentialModel(YaasClientCredentialModel value)
#setResourceValue(YaasClientCredentialModel)Copyright © 2018 SAP SE. All Rights Reserved.