public class B2BCommentsResource
extends <any>
| Constructor and Description |
|---|
B2BCommentsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllB2BComments()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getB2BCommentResource(String resourceKey)
Generated getter for sub resource of type
B2BCommentResource for current root resource |
Collection<B2BCommentModel> |
getB2BCommentsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postB2BComment(B2BCommentDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setB2BCommentsCollection(Collection<B2BCommentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public B2BCommentsResource()
public Response getAllB2BComments()
Responsepublic AbstractYResource getB2BCommentResource(String resourceKey)
B2BCommentResource for current root resourcepublic Collection<B2BCommentModel> getB2BCommentsCollection()
#getResourceValue()public Response postB2BComment(B2BCommentDTO dto)
Responsepublic void setB2BCommentsCollection(Collection<B2BCommentModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.