Class ResponseChangeSetEntityBuilder
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.monitoring.ResponseChangeSetEntityBuilder
-
public class ResponseChangeSetEntityBuilder extends java.lang.ObjectA builder forResponseChangeSetEntity
-
-
Constructor Summary
Constructors Constructor Description ResponseChangeSetEntityBuilder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseChangeSetEntitybuild()static ResponseChangeSetEntityBuilderresponseChangeSetEntity()ResponseChangeSetEntityBuilderwithIntegrationKey(java.lang.String key)ResponseChangeSetEntityBuilderwithRequestError(InboundRequestErrorModel error)ResponseChangeSetEntityBuilderwithStatusCode(int code)ResponseChangeSetEntityBuilderwithStatusCode(java.lang.String code)
-
-
-
Method Detail
-
responseChangeSetEntity
public static ResponseChangeSetEntityBuilder responseChangeSetEntity()
-
withStatusCode
public ResponseChangeSetEntityBuilder withStatusCode(java.lang.String code)
-
withStatusCode
public ResponseChangeSetEntityBuilder withStatusCode(int code)
-
withIntegrationKey
public ResponseChangeSetEntityBuilder withIntegrationKey(java.lang.String key)
-
withRequestError
public ResponseChangeSetEntityBuilder withRequestError(InboundRequestErrorModel error)
-
build
public ResponseChangeSetEntity build()
-
-