Class InboundRequestServiceParameter


  • public class InboundRequestServiceParameter
    extends java.lang.Object
    Parameter object for the InboundRequestService
    • Method Detail

      • getRequests

        public java.util.List<RequestBatchEntity> getRequests()
        Gets the information pertaining to the inbound requests extracted from the requests
        Returns:
        List of RequestBatchEntity
      • getHttpMethod

        public HttpMethod getHttpMethod()
        Gets the HTTP method used to make the request
        Returns:
        the HttpMethod or null
      • getUserId

        public java.lang.String getUserId()
        Gets the user ID that made the request
        Returns:
        User ID
      • getSapPassport

        public java.lang.String getSapPassport()
        Gets the SAP Passport from the request header
        Returns:
        SAP Passport
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object