Uses of Enum Class
com.sap.retail.sapppspricing.swagger.businessobject.dto.Response.ResponseCodeEnum
Packages that use Response.ResponseCodeEnum
-
Uses of Response.ResponseCodeEnum in com.sap.retail.sapppspricing.swagger.businessobject.dto
Methods in com.sap.retail.sapppspricing.swagger.businessobject.dto that return Response.ResponseCodeEnumModifier and TypeMethodDescriptionstatic Response.ResponseCodeEnumResponse.getResponseCode()Indicates if the message was successful (OK) or not (Rejected).static Response.ResponseCodeEnumReturns the enum constant of this class with the specified name.static Response.ResponseCodeEnum[]Response.ResponseCodeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.retail.sapppspricing.swagger.businessobject.dto with parameters of type Response.ResponseCodeEnumModifier and TypeMethodDescriptionResponse.responseCode(Response.ResponseCodeEnum responseCode) voidResponse.setResponseCode(Response.ResponseCodeEnum responseCode)