Show / Hide Table of Contents

Interface IAllowRESTEndpointDetails

Inherited Members
IAllowToGPALObject<RESTClient>.ToGPALObject()
IAllowRESTWorkflowDefinition.WithWorkflow(Action<RESTClient>)
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowRESTEndpointDetails : IAllowToGPALObject<RESTClient>, IAllowRESTWorkflowDefinition

Methods

WithEndpoint(Enums.ApiEndpoint)

Declaration
IAllowRESTParametersOrExecution WithEndpoint(Enums.ApiEndpoint endpoint)
Parameters
Type Name Description
Enums.ApiEndpoint endpoint
Returns
Type Description
IAllowRESTParametersOrExecution

WithEndpoint(String)

Declaration
IAllowRESTParametersOrExecution WithEndpoint(string endpoint)
Parameters
Type Name Description
System.String endpoint
Returns
Type Description
IAllowRESTParametersOrExecution

WithName(String)

Declaration
IAllowRESTEndpointDetails WithName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
IAllowRESTEndpointDetails
In This Article
Back to top Generated by DocFX