GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.IAllowRequestSettings Interface Reference
Inheritance diagram for GenerallyPositive.IAllowRequestSettings:
GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.GPALRequest

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< GPALRequestWithName (string name)
Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult >
TResult ToGPALObject ()

Detailed Description

Definition at line 1357 of file Interfaces.cs.

Member Function Documentation

◆ CallAfterFetch()

IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.CallAfterFetch ( Browser.Browser.CallAfterFetchDelegate callAfterFetch)

◆ WithBody()

IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithBody ( string body)

◆ WithContentType()

IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithContentType ( Enums.ContentType contentType)

◆ WithFirstPage()

IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithFirstPage ( int firstPage)

◆ WithHeader()

IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithHeader ( string nameValue)

◆ WithHttpMethod()

IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithHttpMethod ( Enums.HttpVerb method)

◆ WithName()

IAllowToGPALObject< GPALRequest > GenerallyPositive.IAllowRequestSettings.WithName ( string name)

◆ WithPageToken()

IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithPageToken ( string token = "{page}")

◆ WithParameter()

IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithParameter ( string nameValue)

◆ WithPath()

IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithPath ( string path)

◆ WithTokenFor()

IAllowRequestSettings GenerallyPositive.IAllowRequestSettings.WithTokenFor ( string parameterName)

The documentation for this interface was generated from the following file: