Class InboundRequestModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class InboundRequestModel
    extends MonitoredRequestModel
    Generated model class for type InboundRequest first defined at extension inboundservices.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • HTTPMETHOD

        public static final java.lang.String HTTPMETHOD
        Generated constant - Attribute key of InboundRequest.httpMethod attribute defined at extension inboundservices.
        See Also:
        Constant Field Values
      • ERRORS

        public static final java.lang.String ERRORS
        Generated constant - Attribute key of InboundRequest.errors attribute defined at extension inboundservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InboundRequestModel

        public InboundRequestModel()
        Generated constructor - Default constructor for generic creation.
      • InboundRequestModel

        public InboundRequestModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • InboundRequestModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public InboundRequestModel​(IntegrationRequestStatus _status,
                                   java.lang.String _type)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _status - initial attribute declared by type MonitoredRequest at extension integrationservices
        _type - initial attribute declared by type MonitoredRequest at extension integrationservices
      • InboundRequestModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public InboundRequestModel​(HttpMethod _httpMethod,
                                   ItemModel _owner,
                                   IntegrationRequestStatus _status,
                                   java.lang.String _type)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _httpMethod - initial attribute declared by type InboundRequest at extension inboundservices
        _owner - initial attribute declared by type Item at extension core
        _status - initial attribute declared by type MonitoredRequest at extension integrationservices
        _type - initial attribute declared by type MonitoredRequest at extension integrationservices
    • Method Detail

      • getErrors

        @Accessor(qualifier="errors",
                  type=GETTER)
        public java.util.Set<InboundRequestErrorModel> getErrors()
        Generated method - Getter of the InboundRequest.errors attribute defined at extension inboundservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the errors
      • getHttpMethod

        @Accessor(qualifier="httpMethod",
                  type=GETTER)
        public HttpMethod getHttpMethod()
        Generated method - Getter of the InboundRequest.httpMethod attribute defined at extension inboundservices.
        Returns:
        the httpMethod - Indicates what HTTP method was used for this inbound request
      • setHttpMethod

        @Accessor(qualifier="httpMethod",
                  type=SETTER)
        public void setHttpMethod​(HttpMethod value)
        Generated method - Initial setter of InboundRequest.httpMethod attribute defined at extension inboundservices. Can only be used at creation of model - before first save.
        Parameters:
        value - the httpMethod - Indicates what HTTP method was used for this inbound request