issue_aging_portlet_controller

package
v0.0.0-...-7b3e9a7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

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 issue aging portlet controller API

func (*Client) GetIssueAgingPortlet

func (a *Client) GetIssueAgingPortlet(params *GetIssueAgingPortletParams, authInfo runtime.ClientAuthInfoWriter) (*GetIssueAgingPortletOK, error)

GetIssueAgingPortlet gets

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetIssueAgingPortlet(params *GetIssueAgingPortletParams, authInfo runtime.ClientAuthInfoWriter) (*GetIssueAgingPortletOK, 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 issue aging portlet controller API client.

type GetIssueAgingPortletBadRequest

type GetIssueAgingPortletBadRequest struct {
	Payload *models.APIResult
}

GetIssueAgingPortletBadRequest handles this case with default header values.

Bad Request

func NewGetIssueAgingPortletBadRequest

func NewGetIssueAgingPortletBadRequest() *GetIssueAgingPortletBadRequest

NewGetIssueAgingPortletBadRequest creates a GetIssueAgingPortletBadRequest with default headers values

func (*GetIssueAgingPortletBadRequest) Error

func (*GetIssueAgingPortletBadRequest) GetPayload

type GetIssueAgingPortletConflict

type GetIssueAgingPortletConflict struct {
	Payload *models.APIResult
}

GetIssueAgingPortletConflict handles this case with default header values.

Conflict

func NewGetIssueAgingPortletConflict

func NewGetIssueAgingPortletConflict() *GetIssueAgingPortletConflict

NewGetIssueAgingPortletConflict creates a GetIssueAgingPortletConflict with default headers values

func (*GetIssueAgingPortletConflict) Error

func (*GetIssueAgingPortletConflict) GetPayload

type GetIssueAgingPortletForbidden

type GetIssueAgingPortletForbidden struct {
	Payload *models.APIResult
}

GetIssueAgingPortletForbidden handles this case with default header values.

Forbidden

func NewGetIssueAgingPortletForbidden

func NewGetIssueAgingPortletForbidden() *GetIssueAgingPortletForbidden

NewGetIssueAgingPortletForbidden creates a GetIssueAgingPortletForbidden with default headers values

func (*GetIssueAgingPortletForbidden) Error

func (*GetIssueAgingPortletForbidden) GetPayload

type GetIssueAgingPortletInternalServerError

type GetIssueAgingPortletInternalServerError struct {
	Payload *models.APIResult
}

GetIssueAgingPortletInternalServerError handles this case with default header values.

Internal Server Error

func NewGetIssueAgingPortletInternalServerError

func NewGetIssueAgingPortletInternalServerError() *GetIssueAgingPortletInternalServerError

NewGetIssueAgingPortletInternalServerError creates a GetIssueAgingPortletInternalServerError with default headers values

func (*GetIssueAgingPortletInternalServerError) Error

func (*GetIssueAgingPortletInternalServerError) GetPayload

type GetIssueAgingPortletNotFound

type GetIssueAgingPortletNotFound struct {
	Payload *models.APIResult
}

GetIssueAgingPortletNotFound handles this case with default header values.

Not Found

func NewGetIssueAgingPortletNotFound

func NewGetIssueAgingPortletNotFound() *GetIssueAgingPortletNotFound

NewGetIssueAgingPortletNotFound creates a GetIssueAgingPortletNotFound with default headers values

func (*GetIssueAgingPortletNotFound) Error

func (*GetIssueAgingPortletNotFound) GetPayload

type GetIssueAgingPortletOK

type GetIssueAgingPortletOK struct {
	Payload *models.APIResultIssueAgingPortlet
}

GetIssueAgingPortletOK handles this case with default header values.

OK

func NewGetIssueAgingPortletOK

func NewGetIssueAgingPortletOK() *GetIssueAgingPortletOK

NewGetIssueAgingPortletOK creates a GetIssueAgingPortletOK with default headers values

func (*GetIssueAgingPortletOK) Error

func (o *GetIssueAgingPortletOK) Error() string

func (*GetIssueAgingPortletOK) GetPayload

type GetIssueAgingPortletParams

type GetIssueAgingPortletParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetIssueAgingPortletParams contains all the parameters to send to the API endpoint for the get issue aging portlet operation typically these are written to a http.Request

func NewGetIssueAgingPortletParams

func NewGetIssueAgingPortletParams() *GetIssueAgingPortletParams

NewGetIssueAgingPortletParams creates a new GetIssueAgingPortletParams object with the default values initialized.

func NewGetIssueAgingPortletParamsWithContext

func NewGetIssueAgingPortletParamsWithContext(ctx context.Context) *GetIssueAgingPortletParams

NewGetIssueAgingPortletParamsWithContext creates a new GetIssueAgingPortletParams object with the default values initialized, and the ability to set a context for a request

func NewGetIssueAgingPortletParamsWithHTTPClient

func NewGetIssueAgingPortletParamsWithHTTPClient(client *http.Client) *GetIssueAgingPortletParams

NewGetIssueAgingPortletParamsWithHTTPClient creates a new GetIssueAgingPortletParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetIssueAgingPortletParamsWithTimeout

func NewGetIssueAgingPortletParamsWithTimeout(timeout time.Duration) *GetIssueAgingPortletParams

NewGetIssueAgingPortletParamsWithTimeout creates a new GetIssueAgingPortletParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetIssueAgingPortletParams) SetContext

func (o *GetIssueAgingPortletParams) SetContext(ctx context.Context)

SetContext adds the context to the get issue aging portlet params

func (*GetIssueAgingPortletParams) SetHTTPClient

func (o *GetIssueAgingPortletParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get issue aging portlet params

func (*GetIssueAgingPortletParams) SetTimeout

func (o *GetIssueAgingPortletParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get issue aging portlet params

func (*GetIssueAgingPortletParams) WithContext

WithContext adds the context to the get issue aging portlet params

func (*GetIssueAgingPortletParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get issue aging portlet params

func (*GetIssueAgingPortletParams) WithTimeout

WithTimeout adds the timeout to the get issue aging portlet params

func (*GetIssueAgingPortletParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIssueAgingPortletReader

type GetIssueAgingPortletReader struct {
	// contains filtered or unexported fields
}

GetIssueAgingPortletReader is a Reader for the GetIssueAgingPortlet structure.

func (*GetIssueAgingPortletReader) ReadResponse

func (o *GetIssueAgingPortletReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetIssueAgingPortletUnauthorized

type GetIssueAgingPortletUnauthorized struct {
	Payload *models.APIResult
}

GetIssueAgingPortletUnauthorized handles this case with default header values.

Unauthorized

func NewGetIssueAgingPortletUnauthorized

func NewGetIssueAgingPortletUnauthorized() *GetIssueAgingPortletUnauthorized

NewGetIssueAgingPortletUnauthorized creates a GetIssueAgingPortletUnauthorized with default headers values

func (*GetIssueAgingPortletUnauthorized) Error

func (*GetIssueAgingPortletUnauthorized) GetPayload

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL