Class BuiltResponseEntityNotBacked

    • Constructor Detail

      • BuiltResponseEntityNotBacked

        public BuiltResponseEntityNotBacked()
      • BuiltResponseEntityNotBacked

        public BuiltResponseEntityNotBacked​(int status,
                                            Headers<Object> metadata,
                                            Object entity,
                                            Annotation[] entityAnnotations)
      • BuiltResponseEntityNotBacked

        public BuiltResponseEntityNotBacked​(int status,
                                            String reason,
                                            Headers<Object> metadata,
                                            Object entity,
                                            Annotation[] entityAnnotations)