Documentation ¶
Index ¶
- type Client
- func (a *Client) ProjectParticipantGet(params *ProjectParticipantGetParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectParticipantGetOK, error)
- func (a *Client) ProjectParticipantListDeleteByIds(params *ProjectParticipantListDeleteByIdsParams, ...) error
- func (a *Client) ProjectParticipantListPostList(params *ProjectParticipantListPostListParams, ...) (*ProjectParticipantListPostListCreated, error)
- func (a *Client) ProjectParticipantPost(params *ProjectParticipantPostParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectParticipantPostCreated, error)
- func (a *Client) ProjectParticipantPut(params *ProjectParticipantPutParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectParticipantPutOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type ProjectParticipantGetOK
- type ProjectParticipantGetParams
- func NewProjectParticipantGetParams() *ProjectParticipantGetParams
- func NewProjectParticipantGetParamsWithContext(ctx context.Context) *ProjectParticipantGetParams
- func NewProjectParticipantGetParamsWithHTTPClient(client *http.Client) *ProjectParticipantGetParams
- func NewProjectParticipantGetParamsWithTimeout(timeout time.Duration) *ProjectParticipantGetParams
- func (o *ProjectParticipantGetParams) SetContext(ctx context.Context)
- func (o *ProjectParticipantGetParams) SetFields(fields *string)
- func (o *ProjectParticipantGetParams) SetHTTPClient(client *http.Client)
- func (o *ProjectParticipantGetParams) SetID(id int32)
- func (o *ProjectParticipantGetParams) SetTimeout(timeout time.Duration)
- func (o *ProjectParticipantGetParams) WithContext(ctx context.Context) *ProjectParticipantGetParams
- func (o *ProjectParticipantGetParams) WithFields(fields *string) *ProjectParticipantGetParams
- func (o *ProjectParticipantGetParams) WithHTTPClient(client *http.Client) *ProjectParticipantGetParams
- func (o *ProjectParticipantGetParams) WithID(id int32) *ProjectParticipantGetParams
- func (o *ProjectParticipantGetParams) WithTimeout(timeout time.Duration) *ProjectParticipantGetParams
- func (o *ProjectParticipantGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProjectParticipantGetReader
- type ProjectParticipantListDeleteByIdsDefault
- type ProjectParticipantListDeleteByIdsParams
- func NewProjectParticipantListDeleteByIdsParams() *ProjectParticipantListDeleteByIdsParams
- func NewProjectParticipantListDeleteByIdsParamsWithContext(ctx context.Context) *ProjectParticipantListDeleteByIdsParams
- func NewProjectParticipantListDeleteByIdsParamsWithHTTPClient(client *http.Client) *ProjectParticipantListDeleteByIdsParams
- func NewProjectParticipantListDeleteByIdsParamsWithTimeout(timeout time.Duration) *ProjectParticipantListDeleteByIdsParams
- func (o *ProjectParticipantListDeleteByIdsParams) SetContext(ctx context.Context)
- func (o *ProjectParticipantListDeleteByIdsParams) SetHTTPClient(client *http.Client)
- func (o *ProjectParticipantListDeleteByIdsParams) SetIds(ids string)
- func (o *ProjectParticipantListDeleteByIdsParams) SetTimeout(timeout time.Duration)
- func (o *ProjectParticipantListDeleteByIdsParams) WithContext(ctx context.Context) *ProjectParticipantListDeleteByIdsParams
- func (o *ProjectParticipantListDeleteByIdsParams) WithHTTPClient(client *http.Client) *ProjectParticipantListDeleteByIdsParams
- func (o *ProjectParticipantListDeleteByIdsParams) WithIds(ids string) *ProjectParticipantListDeleteByIdsParams
- func (o *ProjectParticipantListDeleteByIdsParams) WithTimeout(timeout time.Duration) *ProjectParticipantListDeleteByIdsParams
- func (o *ProjectParticipantListDeleteByIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProjectParticipantListDeleteByIdsReader
- type ProjectParticipantListPostListCreated
- type ProjectParticipantListPostListParams
- func NewProjectParticipantListPostListParams() *ProjectParticipantListPostListParams
- func NewProjectParticipantListPostListParamsWithContext(ctx context.Context) *ProjectParticipantListPostListParams
- func NewProjectParticipantListPostListParamsWithHTTPClient(client *http.Client) *ProjectParticipantListPostListParams
- func NewProjectParticipantListPostListParamsWithTimeout(timeout time.Duration) *ProjectParticipantListPostListParams
- func (o *ProjectParticipantListPostListParams) SetBody(body []*models.ProjectParticipant)
- func (o *ProjectParticipantListPostListParams) SetContext(ctx context.Context)
- func (o *ProjectParticipantListPostListParams) SetHTTPClient(client *http.Client)
- func (o *ProjectParticipantListPostListParams) SetTimeout(timeout time.Duration)
- func (o *ProjectParticipantListPostListParams) WithBody(body []*models.ProjectParticipant) *ProjectParticipantListPostListParams
- func (o *ProjectParticipantListPostListParams) WithContext(ctx context.Context) *ProjectParticipantListPostListParams
- func (o *ProjectParticipantListPostListParams) WithHTTPClient(client *http.Client) *ProjectParticipantListPostListParams
- func (o *ProjectParticipantListPostListParams) WithTimeout(timeout time.Duration) *ProjectParticipantListPostListParams
- func (o *ProjectParticipantListPostListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProjectParticipantListPostListReader
- type ProjectParticipantPostCreated
- type ProjectParticipantPostParams
- func NewProjectParticipantPostParams() *ProjectParticipantPostParams
- func NewProjectParticipantPostParamsWithContext(ctx context.Context) *ProjectParticipantPostParams
- func NewProjectParticipantPostParamsWithHTTPClient(client *http.Client) *ProjectParticipantPostParams
- func NewProjectParticipantPostParamsWithTimeout(timeout time.Duration) *ProjectParticipantPostParams
- func (o *ProjectParticipantPostParams) SetBody(body *models.ProjectParticipant)
- func (o *ProjectParticipantPostParams) SetContext(ctx context.Context)
- func (o *ProjectParticipantPostParams) SetHTTPClient(client *http.Client)
- func (o *ProjectParticipantPostParams) SetTimeout(timeout time.Duration)
- func (o *ProjectParticipantPostParams) WithBody(body *models.ProjectParticipant) *ProjectParticipantPostParams
- func (o *ProjectParticipantPostParams) WithContext(ctx context.Context) *ProjectParticipantPostParams
- func (o *ProjectParticipantPostParams) WithHTTPClient(client *http.Client) *ProjectParticipantPostParams
- func (o *ProjectParticipantPostParams) WithTimeout(timeout time.Duration) *ProjectParticipantPostParams
- func (o *ProjectParticipantPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProjectParticipantPostReader
- type ProjectParticipantPutOK
- type ProjectParticipantPutParams
- func NewProjectParticipantPutParams() *ProjectParticipantPutParams
- func NewProjectParticipantPutParamsWithContext(ctx context.Context) *ProjectParticipantPutParams
- func NewProjectParticipantPutParamsWithHTTPClient(client *http.Client) *ProjectParticipantPutParams
- func NewProjectParticipantPutParamsWithTimeout(timeout time.Duration) *ProjectParticipantPutParams
- func (o *ProjectParticipantPutParams) SetBody(body *models.ProjectParticipant)
- func (o *ProjectParticipantPutParams) SetContext(ctx context.Context)
- func (o *ProjectParticipantPutParams) SetHTTPClient(client *http.Client)
- func (o *ProjectParticipantPutParams) SetID(id int32)
- func (o *ProjectParticipantPutParams) SetTimeout(timeout time.Duration)
- func (o *ProjectParticipantPutParams) WithBody(body *models.ProjectParticipant) *ProjectParticipantPutParams
- func (o *ProjectParticipantPutParams) WithContext(ctx context.Context) *ProjectParticipantPutParams
- func (o *ProjectParticipantPutParams) WithHTTPClient(client *http.Client) *ProjectParticipantPutParams
- func (o *ProjectParticipantPutParams) WithID(id int32) *ProjectParticipantPutParams
- func (o *ProjectParticipantPutParams) WithTimeout(timeout time.Duration) *ProjectParticipantPutParams
- func (o *ProjectParticipantPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProjectParticipantPutReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for participant API
func (*Client) ProjectParticipantGet ¶
func (a *Client) ProjectParticipantGet(params *ProjectParticipantGetParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectParticipantGetOK, error)
ProjectParticipantGet bs e t a find project participant by ID
func (*Client) ProjectParticipantListDeleteByIds ¶
func (a *Client) ProjectParticipantListDeleteByIds(params *ProjectParticipantListDeleteByIdsParams, authInfo runtime.ClientAuthInfoWriter) error
ProjectParticipantListDeleteByIds bs e t a delete project participants
func (*Client) ProjectParticipantListPostList ¶
func (a *Client) ProjectParticipantListPostList(params *ProjectParticipantListPostListParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectParticipantListPostListCreated, error)
ProjectParticipantListPostList bs e t a add new project participant multiple project participants can be sent in the same request
func (*Client) ProjectParticipantPost ¶
func (a *Client) ProjectParticipantPost(params *ProjectParticipantPostParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectParticipantPostCreated, error)
ProjectParticipantPost bs e t a add new project participant
func (*Client) ProjectParticipantPut ¶
func (a *Client) ProjectParticipantPut(params *ProjectParticipantPutParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectParticipantPutOK, error)
ProjectParticipantPut bs e t a update project participant
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { ProjectParticipantListDeleteByIds(params *ProjectParticipantListDeleteByIdsParams, authInfo runtime.ClientAuthInfoWriter) error ProjectParticipantListPostList(params *ProjectParticipantListPostListParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectParticipantListPostListCreated, error) ProjectParticipantGet(params *ProjectParticipantGetParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectParticipantGetOK, error) ProjectParticipantPost(params *ProjectParticipantPostParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectParticipantPostCreated, error) ProjectParticipantPut(params *ProjectParticipantPutParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectParticipantPutOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new participant API client.
type ProjectParticipantGetOK ¶
type ProjectParticipantGetOK struct {
Payload *models.ResponseWrapperProjectParticipant
}
ProjectParticipantGetOK handles this case with default header values.
successful operation
func NewProjectParticipantGetOK ¶
func NewProjectParticipantGetOK() *ProjectParticipantGetOK
NewProjectParticipantGetOK creates a ProjectParticipantGetOK with default headers values
func (*ProjectParticipantGetOK) Error ¶
func (o *ProjectParticipantGetOK) Error() string
func (*ProjectParticipantGetOK) GetPayload ¶
func (o *ProjectParticipantGetOK) GetPayload() *models.ResponseWrapperProjectParticipant
type ProjectParticipantGetParams ¶
type ProjectParticipantGetParams struct { /*Fields Fields filter pattern */ Fields *string /*ID Element ID */ ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ProjectParticipantGetParams contains all the parameters to send to the API endpoint for the project participant get operation typically these are written to a http.Request
func NewProjectParticipantGetParams ¶
func NewProjectParticipantGetParams() *ProjectParticipantGetParams
NewProjectParticipantGetParams creates a new ProjectParticipantGetParams object with the default values initialized.
func NewProjectParticipantGetParamsWithContext ¶
func NewProjectParticipantGetParamsWithContext(ctx context.Context) *ProjectParticipantGetParams
NewProjectParticipantGetParamsWithContext creates a new ProjectParticipantGetParams object with the default values initialized, and the ability to set a context for a request
func NewProjectParticipantGetParamsWithHTTPClient ¶
func NewProjectParticipantGetParamsWithHTTPClient(client *http.Client) *ProjectParticipantGetParams
NewProjectParticipantGetParamsWithHTTPClient creates a new ProjectParticipantGetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewProjectParticipantGetParamsWithTimeout ¶
func NewProjectParticipantGetParamsWithTimeout(timeout time.Duration) *ProjectParticipantGetParams
NewProjectParticipantGetParamsWithTimeout creates a new ProjectParticipantGetParams object with the default values initialized, and the ability to set a timeout on a request
func (*ProjectParticipantGetParams) SetContext ¶
func (o *ProjectParticipantGetParams) SetContext(ctx context.Context)
SetContext adds the context to the project participant get params
func (*ProjectParticipantGetParams) SetFields ¶
func (o *ProjectParticipantGetParams) SetFields(fields *string)
SetFields adds the fields to the project participant get params
func (*ProjectParticipantGetParams) SetHTTPClient ¶
func (o *ProjectParticipantGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the project participant get params
func (*ProjectParticipantGetParams) SetID ¶
func (o *ProjectParticipantGetParams) SetID(id int32)
SetID adds the id to the project participant get params
func (*ProjectParticipantGetParams) SetTimeout ¶
func (o *ProjectParticipantGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the project participant get params
func (*ProjectParticipantGetParams) WithContext ¶
func (o *ProjectParticipantGetParams) WithContext(ctx context.Context) *ProjectParticipantGetParams
WithContext adds the context to the project participant get params
func (*ProjectParticipantGetParams) WithFields ¶
func (o *ProjectParticipantGetParams) WithFields(fields *string) *ProjectParticipantGetParams
WithFields adds the fields to the project participant get params
func (*ProjectParticipantGetParams) WithHTTPClient ¶
func (o *ProjectParticipantGetParams) WithHTTPClient(client *http.Client) *ProjectParticipantGetParams
WithHTTPClient adds the HTTPClient to the project participant get params
func (*ProjectParticipantGetParams) WithID ¶
func (o *ProjectParticipantGetParams) WithID(id int32) *ProjectParticipantGetParams
WithID adds the id to the project participant get params
func (*ProjectParticipantGetParams) WithTimeout ¶
func (o *ProjectParticipantGetParams) WithTimeout(timeout time.Duration) *ProjectParticipantGetParams
WithTimeout adds the timeout to the project participant get params
func (*ProjectParticipantGetParams) WriteToRequest ¶
func (o *ProjectParticipantGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ProjectParticipantGetReader ¶
type ProjectParticipantGetReader struct {
// contains filtered or unexported fields
}
ProjectParticipantGetReader is a Reader for the ProjectParticipantGet structure.
func (*ProjectParticipantGetReader) ReadResponse ¶
func (o *ProjectParticipantGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ProjectParticipantListDeleteByIdsDefault ¶
type ProjectParticipantListDeleteByIdsDefault struct {
// contains filtered or unexported fields
}
ProjectParticipantListDeleteByIdsDefault handles this case with default header values.
successful operation
func NewProjectParticipantListDeleteByIdsDefault ¶
func NewProjectParticipantListDeleteByIdsDefault(code int) *ProjectParticipantListDeleteByIdsDefault
NewProjectParticipantListDeleteByIdsDefault creates a ProjectParticipantListDeleteByIdsDefault with default headers values
func (*ProjectParticipantListDeleteByIdsDefault) Code ¶
func (o *ProjectParticipantListDeleteByIdsDefault) Code() int
Code gets the status code for the project participant list delete by ids default response
func (*ProjectParticipantListDeleteByIdsDefault) Error ¶
func (o *ProjectParticipantListDeleteByIdsDefault) Error() string
type ProjectParticipantListDeleteByIdsParams ¶
type ProjectParticipantListDeleteByIdsParams struct { /*Ids ID of the elements */ Ids string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ProjectParticipantListDeleteByIdsParams contains all the parameters to send to the API endpoint for the project participant list delete by ids operation typically these are written to a http.Request
func NewProjectParticipantListDeleteByIdsParams ¶
func NewProjectParticipantListDeleteByIdsParams() *ProjectParticipantListDeleteByIdsParams
NewProjectParticipantListDeleteByIdsParams creates a new ProjectParticipantListDeleteByIdsParams object with the default values initialized.
func NewProjectParticipantListDeleteByIdsParamsWithContext ¶
func NewProjectParticipantListDeleteByIdsParamsWithContext(ctx context.Context) *ProjectParticipantListDeleteByIdsParams
NewProjectParticipantListDeleteByIdsParamsWithContext creates a new ProjectParticipantListDeleteByIdsParams object with the default values initialized, and the ability to set a context for a request
func NewProjectParticipantListDeleteByIdsParamsWithHTTPClient ¶
func NewProjectParticipantListDeleteByIdsParamsWithHTTPClient(client *http.Client) *ProjectParticipantListDeleteByIdsParams
NewProjectParticipantListDeleteByIdsParamsWithHTTPClient creates a new ProjectParticipantListDeleteByIdsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewProjectParticipantListDeleteByIdsParamsWithTimeout ¶
func NewProjectParticipantListDeleteByIdsParamsWithTimeout(timeout time.Duration) *ProjectParticipantListDeleteByIdsParams
NewProjectParticipantListDeleteByIdsParamsWithTimeout creates a new ProjectParticipantListDeleteByIdsParams object with the default values initialized, and the ability to set a timeout on a request
func (*ProjectParticipantListDeleteByIdsParams) SetContext ¶
func (o *ProjectParticipantListDeleteByIdsParams) SetContext(ctx context.Context)
SetContext adds the context to the project participant list delete by ids params
func (*ProjectParticipantListDeleteByIdsParams) SetHTTPClient ¶
func (o *ProjectParticipantListDeleteByIdsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the project participant list delete by ids params
func (*ProjectParticipantListDeleteByIdsParams) SetIds ¶
func (o *ProjectParticipantListDeleteByIdsParams) SetIds(ids string)
SetIds adds the ids to the project participant list delete by ids params
func (*ProjectParticipantListDeleteByIdsParams) SetTimeout ¶
func (o *ProjectParticipantListDeleteByIdsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the project participant list delete by ids params
func (*ProjectParticipantListDeleteByIdsParams) WithContext ¶
func (o *ProjectParticipantListDeleteByIdsParams) WithContext(ctx context.Context) *ProjectParticipantListDeleteByIdsParams
WithContext adds the context to the project participant list delete by ids params
func (*ProjectParticipantListDeleteByIdsParams) WithHTTPClient ¶
func (o *ProjectParticipantListDeleteByIdsParams) WithHTTPClient(client *http.Client) *ProjectParticipantListDeleteByIdsParams
WithHTTPClient adds the HTTPClient to the project participant list delete by ids params
func (*ProjectParticipantListDeleteByIdsParams) WithIds ¶
func (o *ProjectParticipantListDeleteByIdsParams) WithIds(ids string) *ProjectParticipantListDeleteByIdsParams
WithIds adds the ids to the project participant list delete by ids params
func (*ProjectParticipantListDeleteByIdsParams) WithTimeout ¶
func (o *ProjectParticipantListDeleteByIdsParams) WithTimeout(timeout time.Duration) *ProjectParticipantListDeleteByIdsParams
WithTimeout adds the timeout to the project participant list delete by ids params
func (*ProjectParticipantListDeleteByIdsParams) WriteToRequest ¶
func (o *ProjectParticipantListDeleteByIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ProjectParticipantListDeleteByIdsReader ¶
type ProjectParticipantListDeleteByIdsReader struct {
// contains filtered or unexported fields
}
ProjectParticipantListDeleteByIdsReader is a Reader for the ProjectParticipantListDeleteByIds structure.
func (*ProjectParticipantListDeleteByIdsReader) ReadResponse ¶
func (o *ProjectParticipantListDeleteByIdsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ProjectParticipantListPostListCreated ¶
type ProjectParticipantListPostListCreated struct {
Payload *models.ListResponseProjectParticipant
}
ProjectParticipantListPostListCreated handles this case with default header values.
successfully created
func NewProjectParticipantListPostListCreated ¶
func NewProjectParticipantListPostListCreated() *ProjectParticipantListPostListCreated
NewProjectParticipantListPostListCreated creates a ProjectParticipantListPostListCreated with default headers values
func (*ProjectParticipantListPostListCreated) Error ¶
func (o *ProjectParticipantListPostListCreated) Error() string
func (*ProjectParticipantListPostListCreated) GetPayload ¶
func (o *ProjectParticipantListPostListCreated) GetPayload() *models.ListResponseProjectParticipant
type ProjectParticipantListPostListParams ¶
type ProjectParticipantListPostListParams struct { /*Body JSON representing a list of new object to be created. Should not have ID and version set. */ Body []*models.ProjectParticipant Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ProjectParticipantListPostListParams contains all the parameters to send to the API endpoint for the project participant list post list operation typically these are written to a http.Request
func NewProjectParticipantListPostListParams ¶
func NewProjectParticipantListPostListParams() *ProjectParticipantListPostListParams
NewProjectParticipantListPostListParams creates a new ProjectParticipantListPostListParams object with the default values initialized.
func NewProjectParticipantListPostListParamsWithContext ¶
func NewProjectParticipantListPostListParamsWithContext(ctx context.Context) *ProjectParticipantListPostListParams
NewProjectParticipantListPostListParamsWithContext creates a new ProjectParticipantListPostListParams object with the default values initialized, and the ability to set a context for a request
func NewProjectParticipantListPostListParamsWithHTTPClient ¶
func NewProjectParticipantListPostListParamsWithHTTPClient(client *http.Client) *ProjectParticipantListPostListParams
NewProjectParticipantListPostListParamsWithHTTPClient creates a new ProjectParticipantListPostListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewProjectParticipantListPostListParamsWithTimeout ¶
func NewProjectParticipantListPostListParamsWithTimeout(timeout time.Duration) *ProjectParticipantListPostListParams
NewProjectParticipantListPostListParamsWithTimeout creates a new ProjectParticipantListPostListParams object with the default values initialized, and the ability to set a timeout on a request
func (*ProjectParticipantListPostListParams) SetBody ¶
func (o *ProjectParticipantListPostListParams) SetBody(body []*models.ProjectParticipant)
SetBody adds the body to the project participant list post list params
func (*ProjectParticipantListPostListParams) SetContext ¶
func (o *ProjectParticipantListPostListParams) SetContext(ctx context.Context)
SetContext adds the context to the project participant list post list params
func (*ProjectParticipantListPostListParams) SetHTTPClient ¶
func (o *ProjectParticipantListPostListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the project participant list post list params
func (*ProjectParticipantListPostListParams) SetTimeout ¶
func (o *ProjectParticipantListPostListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the project participant list post list params
func (*ProjectParticipantListPostListParams) WithBody ¶
func (o *ProjectParticipantListPostListParams) WithBody(body []*models.ProjectParticipant) *ProjectParticipantListPostListParams
WithBody adds the body to the project participant list post list params
func (*ProjectParticipantListPostListParams) WithContext ¶
func (o *ProjectParticipantListPostListParams) WithContext(ctx context.Context) *ProjectParticipantListPostListParams
WithContext adds the context to the project participant list post list params
func (*ProjectParticipantListPostListParams) WithHTTPClient ¶
func (o *ProjectParticipantListPostListParams) WithHTTPClient(client *http.Client) *ProjectParticipantListPostListParams
WithHTTPClient adds the HTTPClient to the project participant list post list params
func (*ProjectParticipantListPostListParams) WithTimeout ¶
func (o *ProjectParticipantListPostListParams) WithTimeout(timeout time.Duration) *ProjectParticipantListPostListParams
WithTimeout adds the timeout to the project participant list post list params
func (*ProjectParticipantListPostListParams) WriteToRequest ¶
func (o *ProjectParticipantListPostListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ProjectParticipantListPostListReader ¶
type ProjectParticipantListPostListReader struct {
// contains filtered or unexported fields
}
ProjectParticipantListPostListReader is a Reader for the ProjectParticipantListPostList structure.
func (*ProjectParticipantListPostListReader) ReadResponse ¶
func (o *ProjectParticipantListPostListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ProjectParticipantPostCreated ¶
type ProjectParticipantPostCreated struct {
Payload *models.ResponseWrapperProjectParticipant
}
ProjectParticipantPostCreated handles this case with default header values.
successfully created
func NewProjectParticipantPostCreated ¶
func NewProjectParticipantPostCreated() *ProjectParticipantPostCreated
NewProjectParticipantPostCreated creates a ProjectParticipantPostCreated with default headers values
func (*ProjectParticipantPostCreated) Error ¶
func (o *ProjectParticipantPostCreated) Error() string
func (*ProjectParticipantPostCreated) GetPayload ¶
func (o *ProjectParticipantPostCreated) GetPayload() *models.ResponseWrapperProjectParticipant
type ProjectParticipantPostParams ¶
type ProjectParticipantPostParams struct { /*Body JSON representing the new object to be created. Should not have ID and version set. */ Body *models.ProjectParticipant Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ProjectParticipantPostParams contains all the parameters to send to the API endpoint for the project participant post operation typically these are written to a http.Request
func NewProjectParticipantPostParams ¶
func NewProjectParticipantPostParams() *ProjectParticipantPostParams
NewProjectParticipantPostParams creates a new ProjectParticipantPostParams object with the default values initialized.
func NewProjectParticipantPostParamsWithContext ¶
func NewProjectParticipantPostParamsWithContext(ctx context.Context) *ProjectParticipantPostParams
NewProjectParticipantPostParamsWithContext creates a new ProjectParticipantPostParams object with the default values initialized, and the ability to set a context for a request
func NewProjectParticipantPostParamsWithHTTPClient ¶
func NewProjectParticipantPostParamsWithHTTPClient(client *http.Client) *ProjectParticipantPostParams
NewProjectParticipantPostParamsWithHTTPClient creates a new ProjectParticipantPostParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewProjectParticipantPostParamsWithTimeout ¶
func NewProjectParticipantPostParamsWithTimeout(timeout time.Duration) *ProjectParticipantPostParams
NewProjectParticipantPostParamsWithTimeout creates a new ProjectParticipantPostParams object with the default values initialized, and the ability to set a timeout on a request
func (*ProjectParticipantPostParams) SetBody ¶
func (o *ProjectParticipantPostParams) SetBody(body *models.ProjectParticipant)
SetBody adds the body to the project participant post params
func (*ProjectParticipantPostParams) SetContext ¶
func (o *ProjectParticipantPostParams) SetContext(ctx context.Context)
SetContext adds the context to the project participant post params
func (*ProjectParticipantPostParams) SetHTTPClient ¶
func (o *ProjectParticipantPostParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the project participant post params
func (*ProjectParticipantPostParams) SetTimeout ¶
func (o *ProjectParticipantPostParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the project participant post params
func (*ProjectParticipantPostParams) WithBody ¶
func (o *ProjectParticipantPostParams) WithBody(body *models.ProjectParticipant) *ProjectParticipantPostParams
WithBody adds the body to the project participant post params
func (*ProjectParticipantPostParams) WithContext ¶
func (o *ProjectParticipantPostParams) WithContext(ctx context.Context) *ProjectParticipantPostParams
WithContext adds the context to the project participant post params
func (*ProjectParticipantPostParams) WithHTTPClient ¶
func (o *ProjectParticipantPostParams) WithHTTPClient(client *http.Client) *ProjectParticipantPostParams
WithHTTPClient adds the HTTPClient to the project participant post params
func (*ProjectParticipantPostParams) WithTimeout ¶
func (o *ProjectParticipantPostParams) WithTimeout(timeout time.Duration) *ProjectParticipantPostParams
WithTimeout adds the timeout to the project participant post params
func (*ProjectParticipantPostParams) WriteToRequest ¶
func (o *ProjectParticipantPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ProjectParticipantPostReader ¶
type ProjectParticipantPostReader struct {
// contains filtered or unexported fields
}
ProjectParticipantPostReader is a Reader for the ProjectParticipantPost structure.
func (*ProjectParticipantPostReader) ReadResponse ¶
func (o *ProjectParticipantPostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ProjectParticipantPutOK ¶
type ProjectParticipantPutOK struct {
Payload *models.ResponseWrapperProjectParticipant
}
ProjectParticipantPutOK handles this case with default header values.
successful operation
func NewProjectParticipantPutOK ¶
func NewProjectParticipantPutOK() *ProjectParticipantPutOK
NewProjectParticipantPutOK creates a ProjectParticipantPutOK with default headers values
func (*ProjectParticipantPutOK) Error ¶
func (o *ProjectParticipantPutOK) Error() string
func (*ProjectParticipantPutOK) GetPayload ¶
func (o *ProjectParticipantPutOK) GetPayload() *models.ResponseWrapperProjectParticipant
type ProjectParticipantPutParams ¶
type ProjectParticipantPutParams struct { /*Body Partial object describing what should be updated */ Body *models.ProjectParticipant /*ID Element ID */ ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ProjectParticipantPutParams contains all the parameters to send to the API endpoint for the project participant put operation typically these are written to a http.Request
func NewProjectParticipantPutParams ¶
func NewProjectParticipantPutParams() *ProjectParticipantPutParams
NewProjectParticipantPutParams creates a new ProjectParticipantPutParams object with the default values initialized.
func NewProjectParticipantPutParamsWithContext ¶
func NewProjectParticipantPutParamsWithContext(ctx context.Context) *ProjectParticipantPutParams
NewProjectParticipantPutParamsWithContext creates a new ProjectParticipantPutParams object with the default values initialized, and the ability to set a context for a request
func NewProjectParticipantPutParamsWithHTTPClient ¶
func NewProjectParticipantPutParamsWithHTTPClient(client *http.Client) *ProjectParticipantPutParams
NewProjectParticipantPutParamsWithHTTPClient creates a new ProjectParticipantPutParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewProjectParticipantPutParamsWithTimeout ¶
func NewProjectParticipantPutParamsWithTimeout(timeout time.Duration) *ProjectParticipantPutParams
NewProjectParticipantPutParamsWithTimeout creates a new ProjectParticipantPutParams object with the default values initialized, and the ability to set a timeout on a request
func (*ProjectParticipantPutParams) SetBody ¶
func (o *ProjectParticipantPutParams) SetBody(body *models.ProjectParticipant)
SetBody adds the body to the project participant put params
func (*ProjectParticipantPutParams) SetContext ¶
func (o *ProjectParticipantPutParams) SetContext(ctx context.Context)
SetContext adds the context to the project participant put params
func (*ProjectParticipantPutParams) SetHTTPClient ¶
func (o *ProjectParticipantPutParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the project participant put params
func (*ProjectParticipantPutParams) SetID ¶
func (o *ProjectParticipantPutParams) SetID(id int32)
SetID adds the id to the project participant put params
func (*ProjectParticipantPutParams) SetTimeout ¶
func (o *ProjectParticipantPutParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the project participant put params
func (*ProjectParticipantPutParams) WithBody ¶
func (o *ProjectParticipantPutParams) WithBody(body *models.ProjectParticipant) *ProjectParticipantPutParams
WithBody adds the body to the project participant put params
func (*ProjectParticipantPutParams) WithContext ¶
func (o *ProjectParticipantPutParams) WithContext(ctx context.Context) *ProjectParticipantPutParams
WithContext adds the context to the project participant put params
func (*ProjectParticipantPutParams) WithHTTPClient ¶
func (o *ProjectParticipantPutParams) WithHTTPClient(client *http.Client) *ProjectParticipantPutParams
WithHTTPClient adds the HTTPClient to the project participant put params
func (*ProjectParticipantPutParams) WithID ¶
func (o *ProjectParticipantPutParams) WithID(id int32) *ProjectParticipantPutParams
WithID adds the id to the project participant put params
func (*ProjectParticipantPutParams) WithTimeout ¶
func (o *ProjectParticipantPutParams) WithTimeout(timeout time.Duration) *ProjectParticipantPutParams
WithTimeout adds the timeout to the project participant put params
func (*ProjectParticipantPutParams) WriteToRequest ¶
func (o *ProjectParticipantPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ProjectParticipantPutReader ¶
type ProjectParticipantPutReader struct {
// contains filtered or unexported fields
}
ProjectParticipantPutReader is a Reader for the ProjectParticipantPut structure.
func (*ProjectParticipantPutReader) ReadResponse ¶
func (o *ProjectParticipantPutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- participant_client.go
- project_participant_get_parameters.go
- project_participant_get_responses.go
- project_participant_list_delete_by_ids_parameters.go
- project_participant_list_delete_by_ids_responses.go
- project_participant_list_post_list_parameters.go
- project_participant_list_post_list_responses.go
- project_participant_post_parameters.go
- project_participant_post_responses.go
- project_participant_put_parameters.go
- project_participant_put_responses.go