issue_aging_group_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: 11 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 group controller API

func (*Client) ListIssueAgingGroup

func (a *Client) ListIssueAgingGroup(params *ListIssueAgingGroupParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueAgingGroupOK, error)

ListIssueAgingGroup lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListIssueAgingGroup(params *ListIssueAgingGroupParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueAgingGroupOK, 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 group controller API client.

type ListIssueAgingGroupBadRequest

type ListIssueAgingGroupBadRequest struct {
	Payload *models.APIResult
}

ListIssueAgingGroupBadRequest handles this case with default header values.

Bad Request

func NewListIssueAgingGroupBadRequest

func NewListIssueAgingGroupBadRequest() *ListIssueAgingGroupBadRequest

NewListIssueAgingGroupBadRequest creates a ListIssueAgingGroupBadRequest with default headers values

func (*ListIssueAgingGroupBadRequest) Error

func (*ListIssueAgingGroupBadRequest) GetPayload

type ListIssueAgingGroupConflict

type ListIssueAgingGroupConflict struct {
	Payload *models.APIResult
}

ListIssueAgingGroupConflict handles this case with default header values.

Conflict

func NewListIssueAgingGroupConflict

func NewListIssueAgingGroupConflict() *ListIssueAgingGroupConflict

NewListIssueAgingGroupConflict creates a ListIssueAgingGroupConflict with default headers values

func (*ListIssueAgingGroupConflict) Error

func (*ListIssueAgingGroupConflict) GetPayload

func (o *ListIssueAgingGroupConflict) GetPayload() *models.APIResult

type ListIssueAgingGroupForbidden

type ListIssueAgingGroupForbidden struct {
	Payload *models.APIResult
}

ListIssueAgingGroupForbidden handles this case with default header values.

Forbidden

func NewListIssueAgingGroupForbidden

func NewListIssueAgingGroupForbidden() *ListIssueAgingGroupForbidden

NewListIssueAgingGroupForbidden creates a ListIssueAgingGroupForbidden with default headers values

func (*ListIssueAgingGroupForbidden) Error

func (*ListIssueAgingGroupForbidden) GetPayload

type ListIssueAgingGroupInternalServerError

type ListIssueAgingGroupInternalServerError struct {
	Payload *models.APIResult
}

ListIssueAgingGroupInternalServerError handles this case with default header values.

Internal Server Error

func NewListIssueAgingGroupInternalServerError

func NewListIssueAgingGroupInternalServerError() *ListIssueAgingGroupInternalServerError

NewListIssueAgingGroupInternalServerError creates a ListIssueAgingGroupInternalServerError with default headers values

func (*ListIssueAgingGroupInternalServerError) Error

func (*ListIssueAgingGroupInternalServerError) GetPayload

type ListIssueAgingGroupNotFound

type ListIssueAgingGroupNotFound struct {
	Payload *models.APIResult
}

ListIssueAgingGroupNotFound handles this case with default header values.

Not Found

func NewListIssueAgingGroupNotFound

func NewListIssueAgingGroupNotFound() *ListIssueAgingGroupNotFound

NewListIssueAgingGroupNotFound creates a ListIssueAgingGroupNotFound with default headers values

func (*ListIssueAgingGroupNotFound) Error

func (*ListIssueAgingGroupNotFound) GetPayload

func (o *ListIssueAgingGroupNotFound) GetPayload() *models.APIResult

type ListIssueAgingGroupOK

type ListIssueAgingGroupOK struct {
	Payload *models.APIResultListIssueAgingGroupDto
}

ListIssueAgingGroupOK handles this case with default header values.

OK

func NewListIssueAgingGroupOK

func NewListIssueAgingGroupOK() *ListIssueAgingGroupOK

NewListIssueAgingGroupOK creates a ListIssueAgingGroupOK with default headers values

func (*ListIssueAgingGroupOK) Error

func (o *ListIssueAgingGroupOK) Error() string

func (*ListIssueAgingGroupOK) GetPayload

type ListIssueAgingGroupParams

type ListIssueAgingGroupParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*Filterby
	  filterby

	*/
	Filterby *string
	/*Groupby
	  Fields to group by

	*/
	Groupby *string
	/*Limit
	  A maximum number of returned objects in listing, if '-1' or '0' no limit is applied

	*/
	Limit *int32
	/*Start
	  A start offset in object listing

	*/
	Start *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListIssueAgingGroupParams contains all the parameters to send to the API endpoint for the list issue aging group operation typically these are written to a http.Request

func NewListIssueAgingGroupParams

func NewListIssueAgingGroupParams() *ListIssueAgingGroupParams

NewListIssueAgingGroupParams creates a new ListIssueAgingGroupParams object with the default values initialized.

func NewListIssueAgingGroupParamsWithContext

func NewListIssueAgingGroupParamsWithContext(ctx context.Context) *ListIssueAgingGroupParams

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

func NewListIssueAgingGroupParamsWithHTTPClient

func NewListIssueAgingGroupParamsWithHTTPClient(client *http.Client) *ListIssueAgingGroupParams

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

func NewListIssueAgingGroupParamsWithTimeout

func NewListIssueAgingGroupParamsWithTimeout(timeout time.Duration) *ListIssueAgingGroupParams

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

func (*ListIssueAgingGroupParams) SetContext

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

SetContext adds the context to the list issue aging group params

func (*ListIssueAgingGroupParams) SetFields

func (o *ListIssueAgingGroupParams) SetFields(fields *string)

SetFields adds the fields to the list issue aging group params

func (*ListIssueAgingGroupParams) SetFilterby

func (o *ListIssueAgingGroupParams) SetFilterby(filterby *string)

SetFilterby adds the filterby to the list issue aging group params

func (*ListIssueAgingGroupParams) SetGroupby

func (o *ListIssueAgingGroupParams) SetGroupby(groupby *string)

SetGroupby adds the groupby to the list issue aging group params

func (*ListIssueAgingGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list issue aging group params

func (*ListIssueAgingGroupParams) SetLimit

func (o *ListIssueAgingGroupParams) SetLimit(limit *int32)

SetLimit adds the limit to the list issue aging group params

func (*ListIssueAgingGroupParams) SetStart

func (o *ListIssueAgingGroupParams) SetStart(start *int32)

SetStart adds the start to the list issue aging group params

func (*ListIssueAgingGroupParams) SetTimeout

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

SetTimeout adds the timeout to the list issue aging group params

func (*ListIssueAgingGroupParams) WithContext

WithContext adds the context to the list issue aging group params

func (*ListIssueAgingGroupParams) WithFields

WithFields adds the fields to the list issue aging group params

func (*ListIssueAgingGroupParams) WithFilterby

func (o *ListIssueAgingGroupParams) WithFilterby(filterby *string) *ListIssueAgingGroupParams

WithFilterby adds the filterby to the list issue aging group params

func (*ListIssueAgingGroupParams) WithGroupby

WithGroupby adds the groupby to the list issue aging group params

func (*ListIssueAgingGroupParams) WithHTTPClient

func (o *ListIssueAgingGroupParams) WithHTTPClient(client *http.Client) *ListIssueAgingGroupParams

WithHTTPClient adds the HTTPClient to the list issue aging group params

func (*ListIssueAgingGroupParams) WithLimit

WithLimit adds the limit to the list issue aging group params

func (*ListIssueAgingGroupParams) WithStart

WithStart adds the start to the list issue aging group params

func (*ListIssueAgingGroupParams) WithTimeout

WithTimeout adds the timeout to the list issue aging group params

func (*ListIssueAgingGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListIssueAgingGroupReader

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

ListIssueAgingGroupReader is a Reader for the ListIssueAgingGroup structure.

func (*ListIssueAgingGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIssueAgingGroupUnauthorized

type ListIssueAgingGroupUnauthorized struct {
	Payload *models.APIResult
}

ListIssueAgingGroupUnauthorized handles this case with default header values.

Unauthorized

func NewListIssueAgingGroupUnauthorized

func NewListIssueAgingGroupUnauthorized() *ListIssueAgingGroupUnauthorized

NewListIssueAgingGroupUnauthorized creates a ListIssueAgingGroupUnauthorized with default headers values

func (*ListIssueAgingGroupUnauthorized) Error

func (*ListIssueAgingGroupUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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