Interface IAllowRESTEndpointDetails
Assembly: GPAL.dll
Syntax
public interface IAllowRESTEndpointDetails : IAllowToGPALObject<RESTClient>, IAllowRESTWorkflowDefinition
Methods
WithEndpoint(Enums.ApiEndpoint)
Declaration
IAllowRESTParametersOrExecution WithEndpoint(Enums.ApiEndpoint endpoint)
Parameters
Returns
WithEndpoint(String)
Declaration
IAllowRESTParametersOrExecution WithEndpoint(string endpoint)
Parameters
| Type |
Name |
Description |
| System.String |
endpoint |
|
Returns
WithName(String)
Declaration
IAllowRESTEndpointDetails WithName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns