-
Notifications
You must be signed in to change notification settings - Fork 66
Krizalys Onedrive Definition OperationDefinitionInterface
Christophe Vidal edited this page Aug 4, 2019
·
1 revision
An interface defining the contract for an operation definition.
- Interface name: OperationDefinitionInterface
- Namespace: Krizalys\Onedrive\Definition
- This is an interface
\Krizalys\Onedrive\Parameter\ParameterDefinitionCollectionInterface Krizalys\Onedrive\Definition\OperationDefinitionInterface::getBodyParameterDefinitions()
Gets the body parameter definitions.
- Visibility: public
\Krizalys\Onedrive\Parameter\ParameterDefinitionCollectionInterface Krizalys\Onedrive\Definition\OperationDefinitionInterface::getHeaderParameterDefinitions()
Gets the header parameter definitions.
- Visibility: public
\Krizalys\Onedrive\Parameter\ParameterDefinitionCollectionInterface Krizalys\Onedrive\Definition\OperationDefinitionInterface::getQueryStringParameterDefinitions()
Gets the query string parameter definitions.
- Visibility: public