public class PartnerAddressesResource
extends <any>
| Constructor and Description |
|---|
PartnerAddressesResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllPartnerAddresses()
Generated HTTP method for covering GET requests.
|
Collection<PartnerAddressModel> |
getPartnerAddressesCollection()
Convenience method which just delegates to
#getResourceValue() |
AbstractYResource |
getPartnerAddressResource(String resourceKey)
Generated getter for sub resource of type
PartnerAddressResource for current root resource |
Response |
postPartnerAddress(PartnerAddressDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setPartnerAddressesCollection(Collection<PartnerAddressModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public PartnerAddressesResource()
public Response getAllPartnerAddresses()
Responsepublic Collection<PartnerAddressModel> getPartnerAddressesCollection()
#getResourceValue()public AbstractYResource getPartnerAddressResource(String resourceKey)
PartnerAddressResource for current root resourcepublic Response postPartnerAddress(PartnerAddressDTO dto)
Responsepublic void setPartnerAddressesCollection(Collection<PartnerAddressModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.