class DeleteDocumentResponse extends Response
Class DeleteDocumentResponse
Constants
PROP_OK |
|
PROP_FOUND |
|
PROP_ID |
|
PROP_VERSION |
|
PROP_INDEX |
|
PROP_TYPE |
|
Methods
void |
__construct($rawData $rawData, SerializerInterface $serializer, array $serializerParams = array())
|
from Response |
mixed |
getData()
|
from Response |
string |
getRawData()
|
from Response |
SerializerInterface |
getSerializer()
|
from Response |
mixed |
isOk()
Getter Method |
|
mixed |
found()
Getter Method |
|
mixed |
getId()
Getter Method |
|
mixed |
getVersion()
Getter Method |
|
mixed |
getIndex()
Getter Method |
|
mixed |
getType()
Getter Method |
Details
in Response at line 57
public void
__construct($rawData $rawData, SerializerInterface $serializer, array $serializerParams = array())
in Response at line 67
public mixed
getData()
in Response at line 77
public string
getRawData()
in Response at line 85
public SerializerInterface
getSerializer()
at line 44
public mixed
isOk()
Getter Method
at line 57
public mixed
found()
Getter Method
at line 70
public mixed
getId()
Getter Method
at line 83
public mixed
getVersion()
Getter Method
at line 96
public mixed
getIndex()
Getter Method
at line 109
public mixed
getType()
Getter Method