Interface CreateResponse

All Superinterfaces:
Operation, Response<CreateRequest>, Serializable

public interface CreateResponse extends Response<CreateRequest>
CreateResponse contains response information that should ber returned on a CreateRequest operation.
  • Method Details

    • getCreatedMetacards

      List<Metacard> getCreatedMetacards()
      Gets the metacards returned from a create operation.
      Returns:
      the created metacards