You are here

class RestResponse_Describe in Salesforce Suite 8.3

Use RestResponseDescribe.

Hierarchy

Expanded class hierarchy of RestResponse_Describe

Deprecated

Will be removed in 8.x-3.3

File

src/Rest/RestResponse_Describe.php, line 10

Namespace

Drupal\salesforce\Rest
View source
class RestResponse_Describe extends RestResponseDescribe {

}

Members

Namesort descending Modifiers Type Description Overrides
RestResponse::$data protected property The json-decoded response body.
RestResponse::$response protected property The original Response used to build this object.
RestResponse::handleJsonResponse private function Helper function to eliminate repetitive json parsing.
RestResponse::__get public function Magic getter method to return the given property.
RestResponseDescribe::$fieldOptions private property Flattened fields mapping field name => field label.
RestResponseDescribe::$fields protected property Array of field definitions for this SObject type, indexed by machine name.
RestResponseDescribe::$name protected property The name of this SObject type, e.g. "Contact", "Account", "Opportunity".
RestResponseDescribe::getField public function Return a field definition for the given field name.
RestResponseDescribe::getFieldOptions public function Return a one-dimensional array of field names => field labels.
RestResponseDescribe::getFields public function Getter.
RestResponseDescribe::getName public function Getter for name.
RestResponseDescribe::__construct public function See https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest.... Overrides RestResponse::__construct