public class RcsGetResponse extends RcsResponse {
/**
- * Creates a default RCcsGetResponse. The response will have
+ * Creates a default RcsGetResponse. The response will have
* {@link #DEFAULT_ERROR_CODE} for the errorCode. The attributes of
* {@link RcsResourceObject} will be set as the result attributes.
- *
+ * @return The default RcsGetResponse
*/
public static RcsGetResponse defaultAction() {
return new RcsGetResponse();
*
* @param errorCode
* error code to be set in response
+ * @return The created RcsGetResponse
*
*/
public static RcsGetResponse create(int errorCode) {
*
* @param attributes
* attributes to be sent as the result
+ * @return The created RcsGetResponse
*
*/
public static RcsGetResponse create(RcsResourceAttributes attributes) {
* attributes to be sent as the result
* @param errorCode
* error code for response
+ * @return The created RcsGetResponse
*
*/
public static RcsGetResponse create(RcsResourceAttributes attributes,