![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowRequestSettings | WithTokenFor (string parameterName) |
| IAllowRequestSettings | WithPath (string path) |
| IAllowRequestSettings | WithHttpMethod (Enums.HttpVerb method) |
| IAllowRequestSettings | WithParameter (string nameValue) |
| IAllowRequestSettings | WithHeader (string nameValue) |
| IAllowRequestSettings | WithBody (string body) |
| IAllowRequestSettings | WithContentType (Enums.ContentType contentType) |
| IAllowRequestSettings | WithFirstPage (int firstPage) |
| IAllowRequestSettings | WithPageToken (string token="{page}") |
| IAllowRequestSettings | CallAfterFetch (Browser.Browser.CallAfterFetchDelegate callAfterFetch) |
| IAllowToGPALObject< GPALRequest > | WithName (string name) |
| Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult > | |
| TResult | ToGPALObject () |
Definition at line 1357 of file Interfaces.cs.
| IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.CallAfterFetch | ( | Browser.Browser.CallAfterFetchDelegate | callAfterFetch | ) |
Implemented in GenerallyPositive.GPALRequest.
| IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithBody | ( | string | body | ) |
Implemented in GenerallyPositive.GPALRequest.
| IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithContentType | ( | Enums.ContentType | contentType | ) |
Implemented in GenerallyPositive.GPALRequest.
| IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithFirstPage | ( | int | firstPage | ) |
Implemented in GenerallyPositive.GPALRequest.
| IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithHeader | ( | string | nameValue | ) |
Implemented in GenerallyPositive.GPALRequest.
| IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithHttpMethod | ( | Enums.HttpVerb | method | ) |
Implemented in GenerallyPositive.GPALRequest.
| IAllowToGPALObject< GPALRequest > GenerallyPositive.IAllowRequestSettings.WithName | ( | string | name | ) |
Implemented in GenerallyPositive.GPALRequest.
| IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithPageToken | ( | string | token = "{page}" | ) |
Implemented in GenerallyPositive.GPALRequest.
| IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithParameter | ( | string | nameValue | ) |
Implemented in GenerallyPositive.GPALRequest.
| IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithPath | ( | string | path | ) |
Implemented in GenerallyPositive.GPALRequest.
| IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithTokenFor | ( | string | parameterName | ) |
Implemented in GenerallyPositive.GPALRequest.