public class AgreementsResource
extends <any>
| Constructor and Description |
|---|
AgreementsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractYResource |
getAgreementResource(String resourceKey)
Generated getter for sub resource of type
AgreementResource for current root resource |
Collection<AgreementModel> |
getAgreementsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
getAllAgreements()
Generated HTTP method for covering GET requests.
|
void |
setAgreementsCollection(Collection<AgreementModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public AgreementsResource()
public AbstractYResource getAgreementResource(String resourceKey)
AgreementResource for current root resourcepublic Collection<AgreementModel> getAgreementsCollection()
#getResourceValue()public Response getAllAgreements()
Responsepublic void setAgreementsCollection(Collection<AgreementModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.