Class InboundRequestServiceParameter
java.lang.Object
de.hybris.platform.odata2services.odata.monitoring.InboundRequestServiceParameter
Parameter object for the
InboundRequestService-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the HTTP method used to make the requestGets the request bodies for all entities contained in a requestGets the information pertaining to the inbound requests extracted from the requestsGets the information pertaining to the inbound requests extracted from the responsesGets the SAP Passport from the request headerGets the user ID that made the requestinthashCode()
-
Method Details
-
inboundRequestServiceParameter
public static InboundRequestServiceParameter.InboundRequestServiceParameterBuilder inboundRequestServiceParameter() -
getRequests
Gets the information pertaining to the inbound requests extracted from the requests- Returns:
- List of
RequestBatchEntity
-
getResponses
Gets the information pertaining to the inbound requests extracted from the responses- Returns:
- List of
ResponseChangeSetEntity
-
getMedias
Gets the request bodies for all entities contained in a request- Returns:
- List of
InboundRequestMediaModel
-
getHttpMethod
Gets the HTTP method used to make the request- Returns:
- the
HttpMethodor null
-
getUserId
Gets the user ID that made the request- Returns:
- User ID
-
getSapPassport
Gets the SAP Passport from the request header- Returns:
- SAP Passport
-
equals
-
hashCode
public int hashCode()
-