Uses of Class
com.gentics.contentnode.rest.model.response.ResponseCode

Packages that use ResponseCode
com.gentics.contentnode.rest.model.response   
 

Uses of ResponseCode in com.gentics.contentnode.rest.model.response
 

Methods in com.gentics.contentnode.rest.model.response that return ResponseCode
 ResponseCode ResponseInfo.getResponseCode()
           
static ResponseCode ResponseCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResponseCode[] ResponseCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.gentics.contentnode.rest.model.response with parameters of type ResponseCode
 void ResponseInfo.setResponseCode(ResponseCode responseCode)
           
 

Constructors in com.gentics.contentnode.rest.model.response with parameters of type ResponseCode
ResponseInfo(ResponseCode responseCode, String responseMessage)
          Constructor for a ResponseInfo with all parameters.
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.