Versions in this module Expand all Collapse all v0 v0.0.1 Oct 26, 2018 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) CreateSchedule(params *CreateScheduleParams, authInfo runtime.ClientAuthInfoWriter) (*CreateScheduleOK, error) + func (a *Client) DeleteSchedule(params *DeleteScheduleParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteScheduleOK, error) + func (a *Client) DeleteSchedules(params *DeleteSchedulesParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSchedulesOK, error) + func (a *Client) GetSchedule(params *GetScheduleParams, authInfo runtime.ClientAuthInfoWriter) (*GetScheduleOK, error) + func (a *Client) GetSchedules(params *GetSchedulesParams, authInfo runtime.ClientAuthInfoWriter) (*GetSchedulesOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type CreateScheduleBadRequest struct + Payload *models.ErrorResponse + func NewCreateScheduleBadRequest() *CreateScheduleBadRequest + func (o *CreateScheduleBadRequest) Error() string + type CreateScheduleDefault struct + Payload *models.ErrorResponse + func NewCreateScheduleDefault(code int) *CreateScheduleDefault + func (o *CreateScheduleDefault) Code() int + func (o *CreateScheduleDefault) Error() string + type CreateScheduleForbidden struct + func NewCreateScheduleForbidden() *CreateScheduleForbidden + func (o *CreateScheduleForbidden) Error() string + type CreateScheduleOK struct + Payload *models.Schedule + func NewCreateScheduleOK() *CreateScheduleOK + func (o *CreateScheduleOK) Error() string + type CreateScheduleParams struct + Authorization string + Context context.Context + HTTPClient *http.Client + InstalledAppID string + Request *models.ScheduleRequest + func NewCreateScheduleParams() *CreateScheduleParams + func NewCreateScheduleParamsWithContext(ctx context.Context) *CreateScheduleParams + func NewCreateScheduleParamsWithHTTPClient(client *http.Client) *CreateScheduleParams + func NewCreateScheduleParamsWithTimeout(timeout time.Duration) *CreateScheduleParams + func (o *CreateScheduleParams) SetAuthorization(authorization string) + func (o *CreateScheduleParams) SetContext(ctx context.Context) + func (o *CreateScheduleParams) SetHTTPClient(client *http.Client) + func (o *CreateScheduleParams) SetInstalledAppID(installedAppID string) + func (o *CreateScheduleParams) SetRequest(request *models.ScheduleRequest) + func (o *CreateScheduleParams) SetTimeout(timeout time.Duration) + func (o *CreateScheduleParams) WithAuthorization(authorization string) *CreateScheduleParams + func (o *CreateScheduleParams) WithContext(ctx context.Context) *CreateScheduleParams + func (o *CreateScheduleParams) WithHTTPClient(client *http.Client) *CreateScheduleParams + func (o *CreateScheduleParams) WithInstalledAppID(installedAppID string) *CreateScheduleParams + func (o *CreateScheduleParams) WithRequest(request *models.ScheduleRequest) *CreateScheduleParams + func (o *CreateScheduleParams) WithTimeout(timeout time.Duration) *CreateScheduleParams + func (o *CreateScheduleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateScheduleReader struct + func (o *CreateScheduleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateScheduleTooManyRequests struct + Payload *models.ErrorResponse + func NewCreateScheduleTooManyRequests() *CreateScheduleTooManyRequests + func (o *CreateScheduleTooManyRequests) Error() string + type CreateScheduleUnauthorized struct + func NewCreateScheduleUnauthorized() *CreateScheduleUnauthorized + func (o *CreateScheduleUnauthorized) Error() string + type CreateScheduleUnprocessableEntity struct + Payload *models.ErrorResponse + func NewCreateScheduleUnprocessableEntity() *CreateScheduleUnprocessableEntity + func (o *CreateScheduleUnprocessableEntity) Error() string + type DeleteScheduleBadRequest struct + Payload *models.ErrorResponse + func NewDeleteScheduleBadRequest() *DeleteScheduleBadRequest + func (o *DeleteScheduleBadRequest) Error() string + type DeleteScheduleDefault struct + Payload *models.ErrorResponse + func NewDeleteScheduleDefault(code int) *DeleteScheduleDefault + func (o *DeleteScheduleDefault) Code() int + func (o *DeleteScheduleDefault) Error() string + type DeleteScheduleForbidden struct + func NewDeleteScheduleForbidden() *DeleteScheduleForbidden + func (o *DeleteScheduleForbidden) Error() string + type DeleteScheduleOK struct + Payload models.DeleteScheduleResponse + func NewDeleteScheduleOK() *DeleteScheduleOK + func (o *DeleteScheduleOK) Error() string + type DeleteScheduleParams struct + Authorization string + Context context.Context + HTTPClient *http.Client + InstalledAppID string + ScheduleName string + func NewDeleteScheduleParams() *DeleteScheduleParams + func NewDeleteScheduleParamsWithContext(ctx context.Context) *DeleteScheduleParams + func NewDeleteScheduleParamsWithHTTPClient(client *http.Client) *DeleteScheduleParams + func NewDeleteScheduleParamsWithTimeout(timeout time.Duration) *DeleteScheduleParams + func (o *DeleteScheduleParams) SetAuthorization(authorization string) + func (o *DeleteScheduleParams) SetContext(ctx context.Context) + func (o *DeleteScheduleParams) SetHTTPClient(client *http.Client) + func (o *DeleteScheduleParams) SetInstalledAppID(installedAppID string) + func (o *DeleteScheduleParams) SetScheduleName(scheduleName string) + func (o *DeleteScheduleParams) SetTimeout(timeout time.Duration) + func (o *DeleteScheduleParams) WithAuthorization(authorization string) *DeleteScheduleParams + func (o *DeleteScheduleParams) WithContext(ctx context.Context) *DeleteScheduleParams + func (o *DeleteScheduleParams) WithHTTPClient(client *http.Client) *DeleteScheduleParams + func (o *DeleteScheduleParams) WithInstalledAppID(installedAppID string) *DeleteScheduleParams + func (o *DeleteScheduleParams) WithScheduleName(scheduleName string) *DeleteScheduleParams + func (o *DeleteScheduleParams) WithTimeout(timeout time.Duration) *DeleteScheduleParams + func (o *DeleteScheduleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteScheduleReader struct + func (o *DeleteScheduleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteScheduleTooManyRequests struct + Payload *models.ErrorResponse + func NewDeleteScheduleTooManyRequests() *DeleteScheduleTooManyRequests + func (o *DeleteScheduleTooManyRequests) Error() string + type DeleteScheduleUnauthorized struct + func NewDeleteScheduleUnauthorized() *DeleteScheduleUnauthorized + func (o *DeleteScheduleUnauthorized) Error() string + type DeleteSchedulesBadRequest struct + Payload *models.ErrorResponse + func NewDeleteSchedulesBadRequest() *DeleteSchedulesBadRequest + func (o *DeleteSchedulesBadRequest) Error() string + type DeleteSchedulesDefault struct + Payload *models.ErrorResponse + func NewDeleteSchedulesDefault(code int) *DeleteSchedulesDefault + func (o *DeleteSchedulesDefault) Code() int + func (o *DeleteSchedulesDefault) Error() string + type DeleteSchedulesForbidden struct + func NewDeleteSchedulesForbidden() *DeleteSchedulesForbidden + func (o *DeleteSchedulesForbidden) Error() string + type DeleteSchedulesOK struct + Payload models.DeleteScheduleResponse + func NewDeleteSchedulesOK() *DeleteSchedulesOK + func (o *DeleteSchedulesOK) Error() string + type DeleteSchedulesParams struct + Authorization string + Context context.Context + HTTPClient *http.Client + InstalledAppID string + func NewDeleteSchedulesParams() *DeleteSchedulesParams + func NewDeleteSchedulesParamsWithContext(ctx context.Context) *DeleteSchedulesParams + func NewDeleteSchedulesParamsWithHTTPClient(client *http.Client) *DeleteSchedulesParams + func NewDeleteSchedulesParamsWithTimeout(timeout time.Duration) *DeleteSchedulesParams + func (o *DeleteSchedulesParams) SetAuthorization(authorization string) + func (o *DeleteSchedulesParams) SetContext(ctx context.Context) + func (o *DeleteSchedulesParams) SetHTTPClient(client *http.Client) + func (o *DeleteSchedulesParams) SetInstalledAppID(installedAppID string) + func (o *DeleteSchedulesParams) SetTimeout(timeout time.Duration) + func (o *DeleteSchedulesParams) WithAuthorization(authorization string) *DeleteSchedulesParams + func (o *DeleteSchedulesParams) WithContext(ctx context.Context) *DeleteSchedulesParams + func (o *DeleteSchedulesParams) WithHTTPClient(client *http.Client) *DeleteSchedulesParams + func (o *DeleteSchedulesParams) WithInstalledAppID(installedAppID string) *DeleteSchedulesParams + func (o *DeleteSchedulesParams) WithTimeout(timeout time.Duration) *DeleteSchedulesParams + func (o *DeleteSchedulesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteSchedulesReader struct + func (o *DeleteSchedulesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteSchedulesTooManyRequests struct + Payload *models.ErrorResponse + func NewDeleteSchedulesTooManyRequests() *DeleteSchedulesTooManyRequests + func (o *DeleteSchedulesTooManyRequests) Error() string + type DeleteSchedulesUnauthorized struct + func NewDeleteSchedulesUnauthorized() *DeleteSchedulesUnauthorized + func (o *DeleteSchedulesUnauthorized) Error() string + type GetScheduleBadRequest struct + Payload *models.ErrorResponse + func NewGetScheduleBadRequest() *GetScheduleBadRequest + func (o *GetScheduleBadRequest) Error() string + type GetScheduleDefault struct + Payload *models.ErrorResponse + func NewGetScheduleDefault(code int) *GetScheduleDefault + func (o *GetScheduleDefault) Code() int + func (o *GetScheduleDefault) Error() string + type GetScheduleForbidden struct + func NewGetScheduleForbidden() *GetScheduleForbidden + func (o *GetScheduleForbidden) Error() string + type GetScheduleOK struct + Payload *models.Schedule + func NewGetScheduleOK() *GetScheduleOK + func (o *GetScheduleOK) Error() string + type GetScheduleParams struct + Authorization string + Context context.Context + HTTPClient *http.Client + InstalledAppID string + ScheduleName string + func NewGetScheduleParams() *GetScheduleParams + func NewGetScheduleParamsWithContext(ctx context.Context) *GetScheduleParams + func NewGetScheduleParamsWithHTTPClient(client *http.Client) *GetScheduleParams + func NewGetScheduleParamsWithTimeout(timeout time.Duration) *GetScheduleParams + func (o *GetScheduleParams) SetAuthorization(authorization string) + func (o *GetScheduleParams) SetContext(ctx context.Context) + func (o *GetScheduleParams) SetHTTPClient(client *http.Client) + func (o *GetScheduleParams) SetInstalledAppID(installedAppID string) + func (o *GetScheduleParams) SetScheduleName(scheduleName string) + func (o *GetScheduleParams) SetTimeout(timeout time.Duration) + func (o *GetScheduleParams) WithAuthorization(authorization string) *GetScheduleParams + func (o *GetScheduleParams) WithContext(ctx context.Context) *GetScheduleParams + func (o *GetScheduleParams) WithHTTPClient(client *http.Client) *GetScheduleParams + func (o *GetScheduleParams) WithInstalledAppID(installedAppID string) *GetScheduleParams + func (o *GetScheduleParams) WithScheduleName(scheduleName string) *GetScheduleParams + func (o *GetScheduleParams) WithTimeout(timeout time.Duration) *GetScheduleParams + func (o *GetScheduleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetScheduleReader struct + func (o *GetScheduleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetScheduleTooManyRequests struct + Payload *models.ErrorResponse + func NewGetScheduleTooManyRequests() *GetScheduleTooManyRequests + func (o *GetScheduleTooManyRequests) Error() string + type GetScheduleUnauthorized struct + func NewGetScheduleUnauthorized() *GetScheduleUnauthorized + func (o *GetScheduleUnauthorized) Error() string + type GetSchedulesBadRequest struct + Payload *models.ErrorResponse + func NewGetSchedulesBadRequest() *GetSchedulesBadRequest + func (o *GetSchedulesBadRequest) Error() string + type GetSchedulesDefault struct + Payload *models.ErrorResponse + func NewGetSchedulesDefault(code int) *GetSchedulesDefault + func (o *GetSchedulesDefault) Code() int + func (o *GetSchedulesDefault) Error() string + type GetSchedulesForbidden struct + func NewGetSchedulesForbidden() *GetSchedulesForbidden + func (o *GetSchedulesForbidden) Error() string + type GetSchedulesOK struct + Payload *models.PagedSchedules + func NewGetSchedulesOK() *GetSchedulesOK + func (o *GetSchedulesOK) Error() string + type GetSchedulesParams struct + Authorization string + Context context.Context + HTTPClient *http.Client + InstalledAppID string + func NewGetSchedulesParams() *GetSchedulesParams + func NewGetSchedulesParamsWithContext(ctx context.Context) *GetSchedulesParams + func NewGetSchedulesParamsWithHTTPClient(client *http.Client) *GetSchedulesParams + func NewGetSchedulesParamsWithTimeout(timeout time.Duration) *GetSchedulesParams + func (o *GetSchedulesParams) SetAuthorization(authorization string) + func (o *GetSchedulesParams) SetContext(ctx context.Context) + func (o *GetSchedulesParams) SetHTTPClient(client *http.Client) + func (o *GetSchedulesParams) SetInstalledAppID(installedAppID string) + func (o *GetSchedulesParams) SetTimeout(timeout time.Duration) + func (o *GetSchedulesParams) WithAuthorization(authorization string) *GetSchedulesParams + func (o *GetSchedulesParams) WithContext(ctx context.Context) *GetSchedulesParams + func (o *GetSchedulesParams) WithHTTPClient(client *http.Client) *GetSchedulesParams + func (o *GetSchedulesParams) WithInstalledAppID(installedAppID string) *GetSchedulesParams + func (o *GetSchedulesParams) WithTimeout(timeout time.Duration) *GetSchedulesParams + func (o *GetSchedulesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetSchedulesReader struct + func (o *GetSchedulesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetSchedulesTooManyRequests struct + Payload *models.ErrorResponse + func NewGetSchedulesTooManyRequests() *GetSchedulesTooManyRequests + func (o *GetSchedulesTooManyRequests) Error() string + type GetSchedulesUnauthorized struct + func NewGetSchedulesUnauthorized() *GetSchedulesUnauthorized + func (o *GetSchedulesUnauthorized) Error() string