opportunities

package
v0.0.0-...-b9aa217 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2023 License: Apache-2.0 Imports: 12 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 opportunities API

func (*Client) GetCharactersCharacterIDOpportunities

func (a *Client) GetCharactersCharacterIDOpportunities(params *GetCharactersCharacterIDOpportunitiesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDOpportunitiesOK, error)
GetCharactersCharacterIDOpportunities gets a character s completed tasks

Return a list of tasks finished by a character

---

This route is cached for up to 3600 seconds

func (*Client) GetOpportunitiesGroups

func (a *Client) GetOpportunitiesGroups(params *GetOpportunitiesGroupsParams, opts ...ClientOption) (*GetOpportunitiesGroupsOK, error)
GetOpportunitiesGroups gets opportunities groups

Return a list of opportunities groups

---

This route expires daily at 11:05

func (*Client) GetOpportunitiesGroupsGroupID

func (a *Client) GetOpportunitiesGroupsGroupID(params *GetOpportunitiesGroupsGroupIDParams, opts ...ClientOption) (*GetOpportunitiesGroupsGroupIDOK, error)
GetOpportunitiesGroupsGroupID gets opportunities group

Return information of an opportunities group

---

This route expires daily at 11:05

func (*Client) GetOpportunitiesTasks

func (a *Client) GetOpportunitiesTasks(params *GetOpportunitiesTasksParams, opts ...ClientOption) (*GetOpportunitiesTasksOK, error)
GetOpportunitiesTasks gets opportunities tasks

Return a list of opportunities tasks

---

This route expires daily at 11:05

func (*Client) GetOpportunitiesTasksTaskID

func (a *Client) GetOpportunitiesTasksTaskID(params *GetOpportunitiesTasksTaskIDParams, opts ...ClientOption) (*GetOpportunitiesTasksTaskIDOK, error)
GetOpportunitiesTasksTaskID gets opportunities task

Return information of an opportunities task

---

This route expires daily at 11:05

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption added in v0.4.0

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetCharactersCharacterIDOpportunities(params *GetCharactersCharacterIDOpportunitiesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDOpportunitiesOK, error)

	GetOpportunitiesGroups(params *GetOpportunitiesGroupsParams, opts ...ClientOption) (*GetOpportunitiesGroupsOK, error)

	GetOpportunitiesGroupsGroupID(params *GetOpportunitiesGroupsGroupIDParams, opts ...ClientOption) (*GetOpportunitiesGroupsGroupIDOK, error)

	GetOpportunitiesTasks(params *GetOpportunitiesTasksParams, opts ...ClientOption) (*GetOpportunitiesTasksOK, error)

	GetOpportunitiesTasksTaskID(params *GetOpportunitiesTasksTaskIDParams, opts ...ClientOption) (*GetOpportunitiesTasksTaskIDOK, 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 opportunities API client.

type GetCharactersCharacterIDOpportunitiesBadRequest

type GetCharactersCharacterIDOpportunitiesBadRequest struct {
	Payload *models.BadRequest
}

GetCharactersCharacterIDOpportunitiesBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetCharactersCharacterIDOpportunitiesBadRequest

func NewGetCharactersCharacterIDOpportunitiesBadRequest() *GetCharactersCharacterIDOpportunitiesBadRequest

NewGetCharactersCharacterIDOpportunitiesBadRequest creates a GetCharactersCharacterIDOpportunitiesBadRequest with default headers values

func (*GetCharactersCharacterIDOpportunitiesBadRequest) Code added in v0.5.29

Code gets the status code for the get characters character Id opportunities bad request response

func (*GetCharactersCharacterIDOpportunitiesBadRequest) Error

func (*GetCharactersCharacterIDOpportunitiesBadRequest) GetPayload

func (*GetCharactersCharacterIDOpportunitiesBadRequest) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id opportunities bad request response has a 4xx status code

func (*GetCharactersCharacterIDOpportunitiesBadRequest) IsCode added in v0.5.29

IsCode returns true when this get characters character Id opportunities bad request response a status code equal to that given

func (*GetCharactersCharacterIDOpportunitiesBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id opportunities bad request response has a 3xx status code

func (*GetCharactersCharacterIDOpportunitiesBadRequest) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id opportunities bad request response has a 5xx status code

func (*GetCharactersCharacterIDOpportunitiesBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id opportunities bad request response has a 2xx status code

func (*GetCharactersCharacterIDOpportunitiesBadRequest) String added in v0.5.29

type GetCharactersCharacterIDOpportunitiesEnhanceYourCalm

type GetCharactersCharacterIDOpportunitiesEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

GetCharactersCharacterIDOpportunitiesEnhanceYourCalm describes a response with status code 420, with default header values.

Error limited

func NewGetCharactersCharacterIDOpportunitiesEnhanceYourCalm

func NewGetCharactersCharacterIDOpportunitiesEnhanceYourCalm() *GetCharactersCharacterIDOpportunitiesEnhanceYourCalm

NewGetCharactersCharacterIDOpportunitiesEnhanceYourCalm creates a GetCharactersCharacterIDOpportunitiesEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDOpportunitiesEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the get characters character Id opportunities enhance your calm response

func (*GetCharactersCharacterIDOpportunitiesEnhanceYourCalm) Error

func (*GetCharactersCharacterIDOpportunitiesEnhanceYourCalm) GetPayload

func (*GetCharactersCharacterIDOpportunitiesEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id opportunities enhance your calm response has a 4xx status code

func (*GetCharactersCharacterIDOpportunitiesEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this get characters character Id opportunities enhance your calm response a status code equal to that given

func (*GetCharactersCharacterIDOpportunitiesEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id opportunities enhance your calm response has a 3xx status code

func (*GetCharactersCharacterIDOpportunitiesEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id opportunities enhance your calm response has a 5xx status code

func (*GetCharactersCharacterIDOpportunitiesEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id opportunities enhance your calm response has a 2xx status code

func (*GetCharactersCharacterIDOpportunitiesEnhanceYourCalm) String added in v0.5.29

type GetCharactersCharacterIDOpportunitiesForbidden

type GetCharactersCharacterIDOpportunitiesForbidden struct {
	Payload *models.Forbidden
}

GetCharactersCharacterIDOpportunitiesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetCharactersCharacterIDOpportunitiesForbidden

func NewGetCharactersCharacterIDOpportunitiesForbidden() *GetCharactersCharacterIDOpportunitiesForbidden

NewGetCharactersCharacterIDOpportunitiesForbidden creates a GetCharactersCharacterIDOpportunitiesForbidden with default headers values

func (*GetCharactersCharacterIDOpportunitiesForbidden) Code added in v0.5.29

Code gets the status code for the get characters character Id opportunities forbidden response

func (*GetCharactersCharacterIDOpportunitiesForbidden) Error

func (*GetCharactersCharacterIDOpportunitiesForbidden) GetPayload

func (*GetCharactersCharacterIDOpportunitiesForbidden) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id opportunities forbidden response has a 4xx status code

func (*GetCharactersCharacterIDOpportunitiesForbidden) IsCode added in v0.5.29

IsCode returns true when this get characters character Id opportunities forbidden response a status code equal to that given

func (*GetCharactersCharacterIDOpportunitiesForbidden) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id opportunities forbidden response has a 3xx status code

func (*GetCharactersCharacterIDOpportunitiesForbidden) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id opportunities forbidden response has a 5xx status code

func (*GetCharactersCharacterIDOpportunitiesForbidden) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id opportunities forbidden response has a 2xx status code

func (*GetCharactersCharacterIDOpportunitiesForbidden) String added in v0.5.29

type GetCharactersCharacterIDOpportunitiesGatewayTimeout

type GetCharactersCharacterIDOpportunitiesGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

GetCharactersCharacterIDOpportunitiesGatewayTimeout describes a response with status code 504, with default header values.

Gateway timeout

func NewGetCharactersCharacterIDOpportunitiesGatewayTimeout

func NewGetCharactersCharacterIDOpportunitiesGatewayTimeout() *GetCharactersCharacterIDOpportunitiesGatewayTimeout

NewGetCharactersCharacterIDOpportunitiesGatewayTimeout creates a GetCharactersCharacterIDOpportunitiesGatewayTimeout with default headers values

func (*GetCharactersCharacterIDOpportunitiesGatewayTimeout) Code added in v0.5.29

Code gets the status code for the get characters character Id opportunities gateway timeout response

func (*GetCharactersCharacterIDOpportunitiesGatewayTimeout) Error

func (*GetCharactersCharacterIDOpportunitiesGatewayTimeout) GetPayload

func (*GetCharactersCharacterIDOpportunitiesGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id opportunities gateway timeout response has a 4xx status code

func (*GetCharactersCharacterIDOpportunitiesGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this get characters character Id opportunities gateway timeout response a status code equal to that given

func (*GetCharactersCharacterIDOpportunitiesGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id opportunities gateway timeout response has a 3xx status code

func (*GetCharactersCharacterIDOpportunitiesGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id opportunities gateway timeout response has a 5xx status code

func (*GetCharactersCharacterIDOpportunitiesGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id opportunities gateway timeout response has a 2xx status code

func (*GetCharactersCharacterIDOpportunitiesGatewayTimeout) String added in v0.5.29

type GetCharactersCharacterIDOpportunitiesInternalServerError

type GetCharactersCharacterIDOpportunitiesInternalServerError struct {
	Payload *models.InternalServerError
}

GetCharactersCharacterIDOpportunitiesInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetCharactersCharacterIDOpportunitiesInternalServerError

func NewGetCharactersCharacterIDOpportunitiesInternalServerError() *GetCharactersCharacterIDOpportunitiesInternalServerError

NewGetCharactersCharacterIDOpportunitiesInternalServerError creates a GetCharactersCharacterIDOpportunitiesInternalServerError with default headers values

func (*GetCharactersCharacterIDOpportunitiesInternalServerError) Code added in v0.5.29

Code gets the status code for the get characters character Id opportunities internal server error response

func (*GetCharactersCharacterIDOpportunitiesInternalServerError) Error

func (*GetCharactersCharacterIDOpportunitiesInternalServerError) GetPayload

func (*GetCharactersCharacterIDOpportunitiesInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id opportunities internal server error response has a 4xx status code

func (*GetCharactersCharacterIDOpportunitiesInternalServerError) IsCode added in v0.5.29

IsCode returns true when this get characters character Id opportunities internal server error response a status code equal to that given

func (*GetCharactersCharacterIDOpportunitiesInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id opportunities internal server error response has a 3xx status code

func (*GetCharactersCharacterIDOpportunitiesInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id opportunities internal server error response has a 5xx status code

func (*GetCharactersCharacterIDOpportunitiesInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id opportunities internal server error response has a 2xx status code

func (*GetCharactersCharacterIDOpportunitiesInternalServerError) String added in v0.5.29

type GetCharactersCharacterIDOpportunitiesNotModified

type GetCharactersCharacterIDOpportunitiesNotModified struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string
}

GetCharactersCharacterIDOpportunitiesNotModified describes a response with status code 304, with default header values.

Not modified

func NewGetCharactersCharacterIDOpportunitiesNotModified

func NewGetCharactersCharacterIDOpportunitiesNotModified() *GetCharactersCharacterIDOpportunitiesNotModified

NewGetCharactersCharacterIDOpportunitiesNotModified creates a GetCharactersCharacterIDOpportunitiesNotModified with default headers values

func (*GetCharactersCharacterIDOpportunitiesNotModified) Code added in v0.5.29

Code gets the status code for the get characters character Id opportunities not modified response

func (*GetCharactersCharacterIDOpportunitiesNotModified) Error

func (*GetCharactersCharacterIDOpportunitiesNotModified) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id opportunities not modified response has a 4xx status code

func (*GetCharactersCharacterIDOpportunitiesNotModified) IsCode added in v0.5.29

IsCode returns true when this get characters character Id opportunities not modified response a status code equal to that given

func (*GetCharactersCharacterIDOpportunitiesNotModified) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id opportunities not modified response has a 3xx status code

func (*GetCharactersCharacterIDOpportunitiesNotModified) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id opportunities not modified response has a 5xx status code

func (*GetCharactersCharacterIDOpportunitiesNotModified) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id opportunities not modified response has a 2xx status code

func (*GetCharactersCharacterIDOpportunitiesNotModified) String added in v0.5.29

type GetCharactersCharacterIDOpportunitiesOK

type GetCharactersCharacterIDOpportunitiesOK struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string

	Payload []*GetCharactersCharacterIDOpportunitiesOKBodyItems0
}

GetCharactersCharacterIDOpportunitiesOK describes a response with status code 200, with default header values.

A list of opportunities task ids

func NewGetCharactersCharacterIDOpportunitiesOK

func NewGetCharactersCharacterIDOpportunitiesOK() *GetCharactersCharacterIDOpportunitiesOK

NewGetCharactersCharacterIDOpportunitiesOK creates a GetCharactersCharacterIDOpportunitiesOK with default headers values

func (*GetCharactersCharacterIDOpportunitiesOK) Code added in v0.5.29

Code gets the status code for the get characters character Id opportunities o k response

func (*GetCharactersCharacterIDOpportunitiesOK) Error

func (*GetCharactersCharacterIDOpportunitiesOK) GetPayload

func (*GetCharactersCharacterIDOpportunitiesOK) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDOpportunitiesOK) IsClientError() bool

IsClientError returns true when this get characters character Id opportunities o k response has a 4xx status code

func (*GetCharactersCharacterIDOpportunitiesOK) IsCode added in v0.5.29

IsCode returns true when this get characters character Id opportunities o k response a status code equal to that given

func (*GetCharactersCharacterIDOpportunitiesOK) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id opportunities o k response has a 3xx status code

func (*GetCharactersCharacterIDOpportunitiesOK) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDOpportunitiesOK) IsServerError() bool

IsServerError returns true when this get characters character Id opportunities o k response has a 5xx status code

func (*GetCharactersCharacterIDOpportunitiesOK) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id opportunities o k response has a 2xx status code

func (*GetCharactersCharacterIDOpportunitiesOK) String added in v0.5.29

type GetCharactersCharacterIDOpportunitiesOKBodyItems0

type GetCharactersCharacterIDOpportunitiesOKBodyItems0 struct {

	// get_characters_character_id_opportunities_completed_at
	//
	// completed_at string
	// Required: true
	// Format: date-time
	CompletedAt *strfmt.DateTime `json:"completed_at"`

	// get_characters_character_id_opportunities_task_id
	//
	// task_id integer
	// Required: true
	TaskID *int32 `json:"task_id"`
}

GetCharactersCharacterIDOpportunitiesOKBodyItems0 get_characters_character_id_opportunities_200_ok // // 200 ok object swagger:model GetCharactersCharacterIDOpportunitiesOKBodyItems0

func (*GetCharactersCharacterIDOpportunitiesOKBodyItems0) ContextValidate added in v0.3.0

ContextValidate validates this get characters character ID opportunities o k body items0 based on context it is used

func (*GetCharactersCharacterIDOpportunitiesOKBodyItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDOpportunitiesOKBodyItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDOpportunitiesOKBodyItems0) Validate

Validate validates this get characters character ID opportunities o k body items0

type GetCharactersCharacterIDOpportunitiesParams

type GetCharactersCharacterIDOpportunitiesParams struct {

	/* IfNoneMatch.

	   ETag from a previous request. A 304 will be returned if this matches the current ETag
	*/
	IfNoneMatch *string

	/* CharacterID.

	   An EVE character ID

	   Format: int32
	*/
	CharacterID int32

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

	/* Token.

	   Access token to use if unable to set a header
	*/
	Token *string

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

GetCharactersCharacterIDOpportunitiesParams contains all the parameters to send to the API endpoint

for the get characters character id opportunities operation.

Typically these are written to a http.Request.

func NewGetCharactersCharacterIDOpportunitiesParams

func NewGetCharactersCharacterIDOpportunitiesParams() *GetCharactersCharacterIDOpportunitiesParams

NewGetCharactersCharacterIDOpportunitiesParams creates a new GetCharactersCharacterIDOpportunitiesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCharactersCharacterIDOpportunitiesParamsWithContext

func NewGetCharactersCharacterIDOpportunitiesParamsWithContext(ctx context.Context) *GetCharactersCharacterIDOpportunitiesParams

NewGetCharactersCharacterIDOpportunitiesParamsWithContext creates a new GetCharactersCharacterIDOpportunitiesParams object with the ability to set a context for a request.

func NewGetCharactersCharacterIDOpportunitiesParamsWithHTTPClient

func NewGetCharactersCharacterIDOpportunitiesParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDOpportunitiesParams

NewGetCharactersCharacterIDOpportunitiesParamsWithHTTPClient creates a new GetCharactersCharacterIDOpportunitiesParams object with the ability to set a custom HTTPClient for a request.

func NewGetCharactersCharacterIDOpportunitiesParamsWithTimeout

func NewGetCharactersCharacterIDOpportunitiesParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDOpportunitiesParams

NewGetCharactersCharacterIDOpportunitiesParamsWithTimeout creates a new GetCharactersCharacterIDOpportunitiesParams object with the ability to set a timeout on a request.

func (*GetCharactersCharacterIDOpportunitiesParams) SetCharacterID

func (o *GetCharactersCharacterIDOpportunitiesParams) SetCharacterID(characterID int32)

SetCharacterID adds the characterId to the get characters character id opportunities params

func (*GetCharactersCharacterIDOpportunitiesParams) SetContext

SetContext adds the context to the get characters character id opportunities params

func (*GetCharactersCharacterIDOpportunitiesParams) SetDatasource

func (o *GetCharactersCharacterIDOpportunitiesParams) SetDatasource(datasource *string)

SetDatasource adds the datasource to the get characters character id opportunities params

func (*GetCharactersCharacterIDOpportunitiesParams) SetDefaults added in v0.3.0

SetDefaults hydrates default values in the get characters character id opportunities params (not the query body).

All values with no default are reset to their zero value.

func (*GetCharactersCharacterIDOpportunitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get characters character id opportunities params

func (*GetCharactersCharacterIDOpportunitiesParams) SetIfNoneMatch

func (o *GetCharactersCharacterIDOpportunitiesParams) SetIfNoneMatch(ifNoneMatch *string)

SetIfNoneMatch adds the ifNoneMatch to the get characters character id opportunities params

func (*GetCharactersCharacterIDOpportunitiesParams) SetTimeout

SetTimeout adds the timeout to the get characters character id opportunities params

func (*GetCharactersCharacterIDOpportunitiesParams) SetToken

SetToken adds the token to the get characters character id opportunities params

func (*GetCharactersCharacterIDOpportunitiesParams) WithCharacterID

WithCharacterID adds the characterID to the get characters character id opportunities params

func (*GetCharactersCharacterIDOpportunitiesParams) WithContext

WithContext adds the context to the get characters character id opportunities params

func (*GetCharactersCharacterIDOpportunitiesParams) WithDatasource

WithDatasource adds the datasource to the get characters character id opportunities params

func (*GetCharactersCharacterIDOpportunitiesParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get characters character id opportunities params (not the query body).

All values with no default are reset to their zero value.

func (*GetCharactersCharacterIDOpportunitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get characters character id opportunities params

func (*GetCharactersCharacterIDOpportunitiesParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get characters character id opportunities params

func (*GetCharactersCharacterIDOpportunitiesParams) WithTimeout

WithTimeout adds the timeout to the get characters character id opportunities params

func (*GetCharactersCharacterIDOpportunitiesParams) WithToken

WithToken adds the token to the get characters character id opportunities params

func (*GetCharactersCharacterIDOpportunitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDOpportunitiesReader

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

GetCharactersCharacterIDOpportunitiesReader is a Reader for the GetCharactersCharacterIDOpportunities structure.

func (*GetCharactersCharacterIDOpportunitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDOpportunitiesServiceUnavailable

type GetCharactersCharacterIDOpportunitiesServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

GetCharactersCharacterIDOpportunitiesServiceUnavailable describes a response with status code 503, with default header values.

Service unavailable

func NewGetCharactersCharacterIDOpportunitiesServiceUnavailable

func NewGetCharactersCharacterIDOpportunitiesServiceUnavailable() *GetCharactersCharacterIDOpportunitiesServiceUnavailable

NewGetCharactersCharacterIDOpportunitiesServiceUnavailable creates a GetCharactersCharacterIDOpportunitiesServiceUnavailable with default headers values

func (*GetCharactersCharacterIDOpportunitiesServiceUnavailable) Code added in v0.5.29

Code gets the status code for the get characters character Id opportunities service unavailable response

func (*GetCharactersCharacterIDOpportunitiesServiceUnavailable) Error

func (*GetCharactersCharacterIDOpportunitiesServiceUnavailable) GetPayload

func (*GetCharactersCharacterIDOpportunitiesServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id opportunities service unavailable response has a 4xx status code

func (*GetCharactersCharacterIDOpportunitiesServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this get characters character Id opportunities service unavailable response a status code equal to that given

func (*GetCharactersCharacterIDOpportunitiesServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id opportunities service unavailable response has a 3xx status code

func (*GetCharactersCharacterIDOpportunitiesServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id opportunities service unavailable response has a 5xx status code

func (*GetCharactersCharacterIDOpportunitiesServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id opportunities service unavailable response has a 2xx status code

func (*GetCharactersCharacterIDOpportunitiesServiceUnavailable) String added in v0.5.29

type GetCharactersCharacterIDOpportunitiesUnauthorized

type GetCharactersCharacterIDOpportunitiesUnauthorized struct {
	Payload *models.Unauthorized
}

GetCharactersCharacterIDOpportunitiesUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetCharactersCharacterIDOpportunitiesUnauthorized

func NewGetCharactersCharacterIDOpportunitiesUnauthorized() *GetCharactersCharacterIDOpportunitiesUnauthorized

NewGetCharactersCharacterIDOpportunitiesUnauthorized creates a GetCharactersCharacterIDOpportunitiesUnauthorized with default headers values

func (*GetCharactersCharacterIDOpportunitiesUnauthorized) Code added in v0.5.29

Code gets the status code for the get characters character Id opportunities unauthorized response

func (*GetCharactersCharacterIDOpportunitiesUnauthorized) Error

func (*GetCharactersCharacterIDOpportunitiesUnauthorized) GetPayload

func (*GetCharactersCharacterIDOpportunitiesUnauthorized) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id opportunities unauthorized response has a 4xx status code

func (*GetCharactersCharacterIDOpportunitiesUnauthorized) IsCode added in v0.5.29

IsCode returns true when this get characters character Id opportunities unauthorized response a status code equal to that given

func (*GetCharactersCharacterIDOpportunitiesUnauthorized) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id opportunities unauthorized response has a 3xx status code

func (*GetCharactersCharacterIDOpportunitiesUnauthorized) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id opportunities unauthorized response has a 5xx status code

func (*GetCharactersCharacterIDOpportunitiesUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id opportunities unauthorized response has a 2xx status code

func (*GetCharactersCharacterIDOpportunitiesUnauthorized) String added in v0.5.29

type GetOpportunitiesGroupsBadRequest

type GetOpportunitiesGroupsBadRequest struct {
	Payload *models.BadRequest
}

GetOpportunitiesGroupsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetOpportunitiesGroupsBadRequest

func NewGetOpportunitiesGroupsBadRequest() *GetOpportunitiesGroupsBadRequest

NewGetOpportunitiesGroupsBadRequest creates a GetOpportunitiesGroupsBadRequest with default headers values

func (*GetOpportunitiesGroupsBadRequest) Code added in v0.5.29

Code gets the status code for the get opportunities groups bad request response

func (*GetOpportunitiesGroupsBadRequest) Error

func (*GetOpportunitiesGroupsBadRequest) GetPayload

func (*GetOpportunitiesGroupsBadRequest) IsClientError added in v0.5.29

func (o *GetOpportunitiesGroupsBadRequest) IsClientError() bool

IsClientError returns true when this get opportunities groups bad request response has a 4xx status code

func (*GetOpportunitiesGroupsBadRequest) IsCode added in v0.5.29

func (o *GetOpportunitiesGroupsBadRequest) IsCode(code int) bool

IsCode returns true when this get opportunities groups bad request response a status code equal to that given

func (*GetOpportunitiesGroupsBadRequest) IsRedirect added in v0.5.29

func (o *GetOpportunitiesGroupsBadRequest) IsRedirect() bool

IsRedirect returns true when this get opportunities groups bad request response has a 3xx status code

func (*GetOpportunitiesGroupsBadRequest) IsServerError added in v0.5.29

func (o *GetOpportunitiesGroupsBadRequest) IsServerError() bool

IsServerError returns true when this get opportunities groups bad request response has a 5xx status code

func (*GetOpportunitiesGroupsBadRequest) IsSuccess added in v0.5.29

func (o *GetOpportunitiesGroupsBadRequest) IsSuccess() bool

IsSuccess returns true when this get opportunities groups bad request response has a 2xx status code

func (*GetOpportunitiesGroupsBadRequest) String added in v0.5.29

type GetOpportunitiesGroupsEnhanceYourCalm

type GetOpportunitiesGroupsEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

GetOpportunitiesGroupsEnhanceYourCalm describes a response with status code 420, with default header values.

Error limited

func NewGetOpportunitiesGroupsEnhanceYourCalm

func NewGetOpportunitiesGroupsEnhanceYourCalm() *GetOpportunitiesGroupsEnhanceYourCalm

NewGetOpportunitiesGroupsEnhanceYourCalm creates a GetOpportunitiesGroupsEnhanceYourCalm with default headers values

func (*GetOpportunitiesGroupsEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the get opportunities groups enhance your calm response

func (*GetOpportunitiesGroupsEnhanceYourCalm) Error

func (*GetOpportunitiesGroupsEnhanceYourCalm) GetPayload

func (*GetOpportunitiesGroupsEnhanceYourCalm) IsClientError added in v0.5.29

func (o *GetOpportunitiesGroupsEnhanceYourCalm) IsClientError() bool

IsClientError returns true when this get opportunities groups enhance your calm response has a 4xx status code

func (*GetOpportunitiesGroupsEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this get opportunities groups enhance your calm response a status code equal to that given

func (*GetOpportunitiesGroupsEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities groups enhance your calm response has a 3xx status code

func (*GetOpportunitiesGroupsEnhanceYourCalm) IsServerError added in v0.5.29

func (o *GetOpportunitiesGroupsEnhanceYourCalm) IsServerError() bool

IsServerError returns true when this get opportunities groups enhance your calm response has a 5xx status code

func (*GetOpportunitiesGroupsEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities groups enhance your calm response has a 2xx status code

func (*GetOpportunitiesGroupsEnhanceYourCalm) String added in v0.5.29

type GetOpportunitiesGroupsGatewayTimeout

type GetOpportunitiesGroupsGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

GetOpportunitiesGroupsGatewayTimeout describes a response with status code 504, with default header values.

Gateway timeout

func NewGetOpportunitiesGroupsGatewayTimeout

func NewGetOpportunitiesGroupsGatewayTimeout() *GetOpportunitiesGroupsGatewayTimeout

NewGetOpportunitiesGroupsGatewayTimeout creates a GetOpportunitiesGroupsGatewayTimeout with default headers values

func (*GetOpportunitiesGroupsGatewayTimeout) Code added in v0.5.29

Code gets the status code for the get opportunities groups gateway timeout response

func (*GetOpportunitiesGroupsGatewayTimeout) Error

func (*GetOpportunitiesGroupsGatewayTimeout) GetPayload

func (*GetOpportunitiesGroupsGatewayTimeout) IsClientError added in v0.5.29

func (o *GetOpportunitiesGroupsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get opportunities groups gateway timeout response has a 4xx status code

func (*GetOpportunitiesGroupsGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this get opportunities groups gateway timeout response a status code equal to that given

func (*GetOpportunitiesGroupsGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities groups gateway timeout response has a 3xx status code

func (*GetOpportunitiesGroupsGatewayTimeout) IsServerError added in v0.5.29

func (o *GetOpportunitiesGroupsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get opportunities groups gateway timeout response has a 5xx status code

func (*GetOpportunitiesGroupsGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities groups gateway timeout response has a 2xx status code

func (*GetOpportunitiesGroupsGatewayTimeout) String added in v0.5.29

type GetOpportunitiesGroupsGroupIDBadRequest

type GetOpportunitiesGroupsGroupIDBadRequest struct {
	Payload *models.BadRequest
}

GetOpportunitiesGroupsGroupIDBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetOpportunitiesGroupsGroupIDBadRequest

func NewGetOpportunitiesGroupsGroupIDBadRequest() *GetOpportunitiesGroupsGroupIDBadRequest

NewGetOpportunitiesGroupsGroupIDBadRequest creates a GetOpportunitiesGroupsGroupIDBadRequest with default headers values

func (*GetOpportunitiesGroupsGroupIDBadRequest) Code added in v0.5.29

Code gets the status code for the get opportunities groups group Id bad request response

func (*GetOpportunitiesGroupsGroupIDBadRequest) Error

func (*GetOpportunitiesGroupsGroupIDBadRequest) GetPayload

func (*GetOpportunitiesGroupsGroupIDBadRequest) IsClientError added in v0.5.29

func (o *GetOpportunitiesGroupsGroupIDBadRequest) IsClientError() bool

IsClientError returns true when this get opportunities groups group Id bad request response has a 4xx status code

func (*GetOpportunitiesGroupsGroupIDBadRequest) IsCode added in v0.5.29

IsCode returns true when this get opportunities groups group Id bad request response a status code equal to that given

func (*GetOpportunitiesGroupsGroupIDBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities groups group Id bad request response has a 3xx status code

func (*GetOpportunitiesGroupsGroupIDBadRequest) IsServerError added in v0.5.29

func (o *GetOpportunitiesGroupsGroupIDBadRequest) IsServerError() bool

IsServerError returns true when this get opportunities groups group Id bad request response has a 5xx status code

func (*GetOpportunitiesGroupsGroupIDBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities groups group Id bad request response has a 2xx status code

func (*GetOpportunitiesGroupsGroupIDBadRequest) String added in v0.5.29

type GetOpportunitiesGroupsGroupIDEnhanceYourCalm

type GetOpportunitiesGroupsGroupIDEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

GetOpportunitiesGroupsGroupIDEnhanceYourCalm describes a response with status code 420, with default header values.

Error limited

func NewGetOpportunitiesGroupsGroupIDEnhanceYourCalm

func NewGetOpportunitiesGroupsGroupIDEnhanceYourCalm() *GetOpportunitiesGroupsGroupIDEnhanceYourCalm

NewGetOpportunitiesGroupsGroupIDEnhanceYourCalm creates a GetOpportunitiesGroupsGroupIDEnhanceYourCalm with default headers values

func (*GetOpportunitiesGroupsGroupIDEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the get opportunities groups group Id enhance your calm response

func (*GetOpportunitiesGroupsGroupIDEnhanceYourCalm) Error

func (*GetOpportunitiesGroupsGroupIDEnhanceYourCalm) GetPayload

func (*GetOpportunitiesGroupsGroupIDEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this get opportunities groups group Id enhance your calm response has a 4xx status code

func (*GetOpportunitiesGroupsGroupIDEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this get opportunities groups group Id enhance your calm response a status code equal to that given

func (*GetOpportunitiesGroupsGroupIDEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities groups group Id enhance your calm response has a 3xx status code

func (*GetOpportunitiesGroupsGroupIDEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this get opportunities groups group Id enhance your calm response has a 5xx status code

func (*GetOpportunitiesGroupsGroupIDEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities groups group Id enhance your calm response has a 2xx status code

func (*GetOpportunitiesGroupsGroupIDEnhanceYourCalm) String added in v0.5.29

type GetOpportunitiesGroupsGroupIDGatewayTimeout

type GetOpportunitiesGroupsGroupIDGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

GetOpportunitiesGroupsGroupIDGatewayTimeout describes a response with status code 504, with default header values.

Gateway timeout

func NewGetOpportunitiesGroupsGroupIDGatewayTimeout

func NewGetOpportunitiesGroupsGroupIDGatewayTimeout() *GetOpportunitiesGroupsGroupIDGatewayTimeout

NewGetOpportunitiesGroupsGroupIDGatewayTimeout creates a GetOpportunitiesGroupsGroupIDGatewayTimeout with default headers values

func (*GetOpportunitiesGroupsGroupIDGatewayTimeout) Code added in v0.5.29

Code gets the status code for the get opportunities groups group Id gateway timeout response

func (*GetOpportunitiesGroupsGroupIDGatewayTimeout) Error

func (*GetOpportunitiesGroupsGroupIDGatewayTimeout) GetPayload

func (*GetOpportunitiesGroupsGroupIDGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this get opportunities groups group Id gateway timeout response has a 4xx status code

func (*GetOpportunitiesGroupsGroupIDGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this get opportunities groups group Id gateway timeout response a status code equal to that given

func (*GetOpportunitiesGroupsGroupIDGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities groups group Id gateway timeout response has a 3xx status code

func (*GetOpportunitiesGroupsGroupIDGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this get opportunities groups group Id gateway timeout response has a 5xx status code

func (*GetOpportunitiesGroupsGroupIDGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities groups group Id gateway timeout response has a 2xx status code

func (*GetOpportunitiesGroupsGroupIDGatewayTimeout) String added in v0.5.29

type GetOpportunitiesGroupsGroupIDInternalServerError

type GetOpportunitiesGroupsGroupIDInternalServerError struct {
	Payload *models.InternalServerError
}

GetOpportunitiesGroupsGroupIDInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetOpportunitiesGroupsGroupIDInternalServerError

func NewGetOpportunitiesGroupsGroupIDInternalServerError() *GetOpportunitiesGroupsGroupIDInternalServerError

NewGetOpportunitiesGroupsGroupIDInternalServerError creates a GetOpportunitiesGroupsGroupIDInternalServerError with default headers values

func (*GetOpportunitiesGroupsGroupIDInternalServerError) Code added in v0.5.29

Code gets the status code for the get opportunities groups group Id internal server error response

func (*GetOpportunitiesGroupsGroupIDInternalServerError) Error

func (*GetOpportunitiesGroupsGroupIDInternalServerError) GetPayload

func (*GetOpportunitiesGroupsGroupIDInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this get opportunities groups group Id internal server error response has a 4xx status code

func (*GetOpportunitiesGroupsGroupIDInternalServerError) IsCode added in v0.5.29

IsCode returns true when this get opportunities groups group Id internal server error response a status code equal to that given

func (*GetOpportunitiesGroupsGroupIDInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities groups group Id internal server error response has a 3xx status code

func (*GetOpportunitiesGroupsGroupIDInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this get opportunities groups group Id internal server error response has a 5xx status code

func (*GetOpportunitiesGroupsGroupIDInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities groups group Id internal server error response has a 2xx status code

func (*GetOpportunitiesGroupsGroupIDInternalServerError) String added in v0.5.29

type GetOpportunitiesGroupsGroupIDNotModified

type GetOpportunitiesGroupsGroupIDNotModified struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string
}

GetOpportunitiesGroupsGroupIDNotModified describes a response with status code 304, with default header values.

Not modified

func NewGetOpportunitiesGroupsGroupIDNotModified

func NewGetOpportunitiesGroupsGroupIDNotModified() *GetOpportunitiesGroupsGroupIDNotModified

NewGetOpportunitiesGroupsGroupIDNotModified creates a GetOpportunitiesGroupsGroupIDNotModified with default headers values

func (*GetOpportunitiesGroupsGroupIDNotModified) Code added in v0.5.29

Code gets the status code for the get opportunities groups group Id not modified response

func (*GetOpportunitiesGroupsGroupIDNotModified) Error

func (*GetOpportunitiesGroupsGroupIDNotModified) IsClientError added in v0.5.29

IsClientError returns true when this get opportunities groups group Id not modified response has a 4xx status code

func (*GetOpportunitiesGroupsGroupIDNotModified) IsCode added in v0.5.29

IsCode returns true when this get opportunities groups group Id not modified response a status code equal to that given

func (*GetOpportunitiesGroupsGroupIDNotModified) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities groups group Id not modified response has a 3xx status code

func (*GetOpportunitiesGroupsGroupIDNotModified) IsServerError added in v0.5.29

IsServerError returns true when this get opportunities groups group Id not modified response has a 5xx status code

func (*GetOpportunitiesGroupsGroupIDNotModified) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities groups group Id not modified response has a 2xx status code

func (*GetOpportunitiesGroupsGroupIDNotModified) String added in v0.5.29

type GetOpportunitiesGroupsGroupIDOK

type GetOpportunitiesGroupsGroupIDOK struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* The language used in the response
	 */
	ContentLanguage string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string

	Payload *GetOpportunitiesGroupsGroupIDOKBody
}

GetOpportunitiesGroupsGroupIDOK describes a response with status code 200, with default header values.

Details of an opportunities group

func NewGetOpportunitiesGroupsGroupIDOK

func NewGetOpportunitiesGroupsGroupIDOK() *GetOpportunitiesGroupsGroupIDOK

NewGetOpportunitiesGroupsGroupIDOK creates a GetOpportunitiesGroupsGroupIDOK with default headers values

func (*GetOpportunitiesGroupsGroupIDOK) Code added in v0.5.29

Code gets the status code for the get opportunities groups group Id o k response

func (*GetOpportunitiesGroupsGroupIDOK) Error

func (*GetOpportunitiesGroupsGroupIDOK) GetPayload

func (*GetOpportunitiesGroupsGroupIDOK) IsClientError added in v0.5.29

func (o *GetOpportunitiesGroupsGroupIDOK) IsClientError() bool

IsClientError returns true when this get opportunities groups group Id o k response has a 4xx status code

func (*GetOpportunitiesGroupsGroupIDOK) IsCode added in v0.5.29

func (o *GetOpportunitiesGroupsGroupIDOK) IsCode(code int) bool

IsCode returns true when this get opportunities groups group Id o k response a status code equal to that given

func (*GetOpportunitiesGroupsGroupIDOK) IsRedirect added in v0.5.29

func (o *GetOpportunitiesGroupsGroupIDOK) IsRedirect() bool

IsRedirect returns true when this get opportunities groups group Id o k response has a 3xx status code

func (*GetOpportunitiesGroupsGroupIDOK) IsServerError added in v0.5.29

func (o *GetOpportunitiesGroupsGroupIDOK) IsServerError() bool

IsServerError returns true when this get opportunities groups group Id o k response has a 5xx status code

func (*GetOpportunitiesGroupsGroupIDOK) IsSuccess added in v0.5.29

func (o *GetOpportunitiesGroupsGroupIDOK) IsSuccess() bool

IsSuccess returns true when this get opportunities groups group Id o k response has a 2xx status code

func (*GetOpportunitiesGroupsGroupIDOK) String added in v0.5.29

type GetOpportunitiesGroupsGroupIDOKBody

type GetOpportunitiesGroupsGroupIDOKBody struct {

	// get_opportunities_groups_group_id_connected_groups
	//
	// The groups that are connected to this group on the opportunities map
	// Required: true
	// Max Items: 50
	ConnectedGroups []int32 `json:"connected_groups"`

	// get_opportunities_groups_group_id_description
	//
	// description string
	// Required: true
	Description *string `json:"description"`

	// get_opportunities_groups_group_id_group_id
	//
	// group_id integer
	// Required: true
	GroupID *int32 `json:"group_id"`

	// get_opportunities_groups_group_id_name
	//
	// name string
	// Required: true
	Name *string `json:"name"`

	// get_opportunities_groups_group_id_notification
	//
	// notification string
	// Required: true
	Notification *string `json:"notification"`

	// get_opportunities_groups_group_id_required_tasks
	//
	// Tasks need to complete for this group
	// Required: true
	// Max Items: 100
	RequiredTasks []int32 `json:"required_tasks"`
}

GetOpportunitiesGroupsGroupIDOKBody get_opportunities_groups_group_id_ok // // 200 ok object swagger:model GetOpportunitiesGroupsGroupIDOKBody

func (*GetOpportunitiesGroupsGroupIDOKBody) ContextValidate added in v0.3.0

func (o *GetOpportunitiesGroupsGroupIDOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this get opportunities groups group ID o k body based on context it is used

func (*GetOpportunitiesGroupsGroupIDOKBody) MarshalBinary

func (o *GetOpportunitiesGroupsGroupIDOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetOpportunitiesGroupsGroupIDOKBody) UnmarshalBinary

func (o *GetOpportunitiesGroupsGroupIDOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetOpportunitiesGroupsGroupIDOKBody) Validate

Validate validates this get opportunities groups group ID o k body

type GetOpportunitiesGroupsGroupIDParams

type GetOpportunitiesGroupsGroupIDParams struct {

	/* AcceptLanguage.

	   Language to use in the response

	   Default: "en"
	*/
	AcceptLanguage *string

	/* IfNoneMatch.

	   ETag from a previous request. A 304 will be returned if this matches the current ETag
	*/
	IfNoneMatch *string

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

	/* GroupID.

	   ID of an opportunities group

	   Format: int32
	*/
	GroupID int32

	/* Language.

	   Language to use in the response, takes precedence over Accept-Language

	   Default: "en"
	*/
	Language *string

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

GetOpportunitiesGroupsGroupIDParams contains all the parameters to send to the API endpoint

for the get opportunities groups group id operation.

Typically these are written to a http.Request.

func NewGetOpportunitiesGroupsGroupIDParams

func NewGetOpportunitiesGroupsGroupIDParams() *GetOpportunitiesGroupsGroupIDParams

NewGetOpportunitiesGroupsGroupIDParams creates a new GetOpportunitiesGroupsGroupIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOpportunitiesGroupsGroupIDParamsWithContext

func NewGetOpportunitiesGroupsGroupIDParamsWithContext(ctx context.Context) *GetOpportunitiesGroupsGroupIDParams

NewGetOpportunitiesGroupsGroupIDParamsWithContext creates a new GetOpportunitiesGroupsGroupIDParams object with the ability to set a context for a request.

func NewGetOpportunitiesGroupsGroupIDParamsWithHTTPClient

func NewGetOpportunitiesGroupsGroupIDParamsWithHTTPClient(client *http.Client) *GetOpportunitiesGroupsGroupIDParams

NewGetOpportunitiesGroupsGroupIDParamsWithHTTPClient creates a new GetOpportunitiesGroupsGroupIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetOpportunitiesGroupsGroupIDParamsWithTimeout

func NewGetOpportunitiesGroupsGroupIDParamsWithTimeout(timeout time.Duration) *GetOpportunitiesGroupsGroupIDParams

NewGetOpportunitiesGroupsGroupIDParamsWithTimeout creates a new GetOpportunitiesGroupsGroupIDParams object with the ability to set a timeout on a request.

func (*GetOpportunitiesGroupsGroupIDParams) SetAcceptLanguage

func (o *GetOpportunitiesGroupsGroupIDParams) SetAcceptLanguage(acceptLanguage *string)

SetAcceptLanguage adds the acceptLanguage to the get opportunities groups group id params

func (*GetOpportunitiesGroupsGroupIDParams) SetContext

SetContext adds the context to the get opportunities groups group id params

func (*GetOpportunitiesGroupsGroupIDParams) SetDatasource

func (o *GetOpportunitiesGroupsGroupIDParams) SetDatasource(datasource *string)

SetDatasource adds the datasource to the get opportunities groups group id params

func (*GetOpportunitiesGroupsGroupIDParams) SetDefaults added in v0.3.0

func (o *GetOpportunitiesGroupsGroupIDParams) SetDefaults()

SetDefaults hydrates default values in the get opportunities groups group id params (not the query body).

All values with no default are reset to their zero value.

func (*GetOpportunitiesGroupsGroupIDParams) SetGroupID

func (o *GetOpportunitiesGroupsGroupIDParams) SetGroupID(groupID int32)

SetGroupID adds the groupId to the get opportunities groups group id params

func (*GetOpportunitiesGroupsGroupIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get opportunities groups group id params

func (*GetOpportunitiesGroupsGroupIDParams) SetIfNoneMatch

func (o *GetOpportunitiesGroupsGroupIDParams) SetIfNoneMatch(ifNoneMatch *string)

SetIfNoneMatch adds the ifNoneMatch to the get opportunities groups group id params

func (*GetOpportunitiesGroupsGroupIDParams) SetLanguage

func (o *GetOpportunitiesGroupsGroupIDParams) SetLanguage(language *string)

SetLanguage adds the language to the get opportunities groups group id params

func (*GetOpportunitiesGroupsGroupIDParams) SetTimeout

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

SetTimeout adds the timeout to the get opportunities groups group id params

func (*GetOpportunitiesGroupsGroupIDParams) WithAcceptLanguage

func (o *GetOpportunitiesGroupsGroupIDParams) WithAcceptLanguage(acceptLanguage *string) *GetOpportunitiesGroupsGroupIDParams

WithAcceptLanguage adds the acceptLanguage to the get opportunities groups group id params

func (*GetOpportunitiesGroupsGroupIDParams) WithContext

WithContext adds the context to the get opportunities groups group id params

func (*GetOpportunitiesGroupsGroupIDParams) WithDatasource

WithDatasource adds the datasource to the get opportunities groups group id params

func (*GetOpportunitiesGroupsGroupIDParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get opportunities groups group id params (not the query body).

All values with no default are reset to their zero value.

func (*GetOpportunitiesGroupsGroupIDParams) WithGroupID

WithGroupID adds the groupID to the get opportunities groups group id params

func (*GetOpportunitiesGroupsGroupIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get opportunities groups group id params

func (*GetOpportunitiesGroupsGroupIDParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get opportunities groups group id params

func (*GetOpportunitiesGroupsGroupIDParams) WithLanguage

WithLanguage adds the language to the get opportunities groups group id params

func (*GetOpportunitiesGroupsGroupIDParams) WithTimeout

WithTimeout adds the timeout to the get opportunities groups group id params

func (*GetOpportunitiesGroupsGroupIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOpportunitiesGroupsGroupIDReader

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

GetOpportunitiesGroupsGroupIDReader is a Reader for the GetOpportunitiesGroupsGroupID structure.

func (*GetOpportunitiesGroupsGroupIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOpportunitiesGroupsGroupIDServiceUnavailable

type GetOpportunitiesGroupsGroupIDServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

GetOpportunitiesGroupsGroupIDServiceUnavailable describes a response with status code 503, with default header values.

Service unavailable

func NewGetOpportunitiesGroupsGroupIDServiceUnavailable

func NewGetOpportunitiesGroupsGroupIDServiceUnavailable() *GetOpportunitiesGroupsGroupIDServiceUnavailable

NewGetOpportunitiesGroupsGroupIDServiceUnavailable creates a GetOpportunitiesGroupsGroupIDServiceUnavailable with default headers values

func (*GetOpportunitiesGroupsGroupIDServiceUnavailable) Code added in v0.5.29

Code gets the status code for the get opportunities groups group Id service unavailable response

func (*GetOpportunitiesGroupsGroupIDServiceUnavailable) Error

func (*GetOpportunitiesGroupsGroupIDServiceUnavailable) GetPayload

func (*GetOpportunitiesGroupsGroupIDServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this get opportunities groups group Id service unavailable response has a 4xx status code

func (*GetOpportunitiesGroupsGroupIDServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this get opportunities groups group Id service unavailable response a status code equal to that given

func (*GetOpportunitiesGroupsGroupIDServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities groups group Id service unavailable response has a 3xx status code

func (*GetOpportunitiesGroupsGroupIDServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this get opportunities groups group Id service unavailable response has a 5xx status code

func (*GetOpportunitiesGroupsGroupIDServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities groups group Id service unavailable response has a 2xx status code

func (*GetOpportunitiesGroupsGroupIDServiceUnavailable) String added in v0.5.29

type GetOpportunitiesGroupsInternalServerError

type GetOpportunitiesGroupsInternalServerError struct {
	Payload *models.InternalServerError
}

GetOpportunitiesGroupsInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetOpportunitiesGroupsInternalServerError

func NewGetOpportunitiesGroupsInternalServerError() *GetOpportunitiesGroupsInternalServerError

NewGetOpportunitiesGroupsInternalServerError creates a GetOpportunitiesGroupsInternalServerError with default headers values

func (*GetOpportunitiesGroupsInternalServerError) Code added in v0.5.29

Code gets the status code for the get opportunities groups internal server error response

func (*GetOpportunitiesGroupsInternalServerError) Error

func (*GetOpportunitiesGroupsInternalServerError) GetPayload

func (*GetOpportunitiesGroupsInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this get opportunities groups internal server error response has a 4xx status code

func (*GetOpportunitiesGroupsInternalServerError) IsCode added in v0.5.29

IsCode returns true when this get opportunities groups internal server error response a status code equal to that given

func (*GetOpportunitiesGroupsInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities groups internal server error response has a 3xx status code

func (*GetOpportunitiesGroupsInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this get opportunities groups internal server error response has a 5xx status code

func (*GetOpportunitiesGroupsInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities groups internal server error response has a 2xx status code

func (*GetOpportunitiesGroupsInternalServerError) String added in v0.5.29

type GetOpportunitiesGroupsNotModified

type GetOpportunitiesGroupsNotModified struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string
}

GetOpportunitiesGroupsNotModified describes a response with status code 304, with default header values.

Not modified

func NewGetOpportunitiesGroupsNotModified

func NewGetOpportunitiesGroupsNotModified() *GetOpportunitiesGroupsNotModified

NewGetOpportunitiesGroupsNotModified creates a GetOpportunitiesGroupsNotModified with default headers values

func (*GetOpportunitiesGroupsNotModified) Code added in v0.5.29

Code gets the status code for the get opportunities groups not modified response

func (*GetOpportunitiesGroupsNotModified) Error

func (*GetOpportunitiesGroupsNotModified) IsClientError added in v0.5.29

func (o *GetOpportunitiesGroupsNotModified) IsClientError() bool

IsClientError returns true when this get opportunities groups not modified response has a 4xx status code

func (*GetOpportunitiesGroupsNotModified) IsCode added in v0.5.29

func (o *GetOpportunitiesGroupsNotModified) IsCode(code int) bool

IsCode returns true when this get opportunities groups not modified response a status code equal to that given

func (*GetOpportunitiesGroupsNotModified) IsRedirect added in v0.5.29

func (o *GetOpportunitiesGroupsNotModified) IsRedirect() bool

IsRedirect returns true when this get opportunities groups not modified response has a 3xx status code

func (*GetOpportunitiesGroupsNotModified) IsServerError added in v0.5.29

func (o *GetOpportunitiesGroupsNotModified) IsServerError() bool

IsServerError returns true when this get opportunities groups not modified response has a 5xx status code

func (*GetOpportunitiesGroupsNotModified) IsSuccess added in v0.5.29

func (o *GetOpportunitiesGroupsNotModified) IsSuccess() bool

IsSuccess returns true when this get opportunities groups not modified response has a 2xx status code

func (*GetOpportunitiesGroupsNotModified) String added in v0.5.29

type GetOpportunitiesGroupsOK

type GetOpportunitiesGroupsOK struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string

	Payload []int32
}

GetOpportunitiesGroupsOK describes a response with status code 200, with default header values.

A list of opportunities group ids

func NewGetOpportunitiesGroupsOK

func NewGetOpportunitiesGroupsOK() *GetOpportunitiesGroupsOK

NewGetOpportunitiesGroupsOK creates a GetOpportunitiesGroupsOK with default headers values

func (*GetOpportunitiesGroupsOK) Code added in v0.5.29

func (o *GetOpportunitiesGroupsOK) Code() int

Code gets the status code for the get opportunities groups o k response

func (*GetOpportunitiesGroupsOK) Error

func (o *GetOpportunitiesGroupsOK) Error() string

func (*GetOpportunitiesGroupsOK) GetPayload

func (o *GetOpportunitiesGroupsOK) GetPayload() []int32

func (*GetOpportunitiesGroupsOK) IsClientError added in v0.5.29

func (o *GetOpportunitiesGroupsOK) IsClientError() bool

IsClientError returns true when this get opportunities groups o k response has a 4xx status code

func (*GetOpportunitiesGroupsOK) IsCode added in v0.5.29

func (o *GetOpportunitiesGroupsOK) IsCode(code int) bool

IsCode returns true when this get opportunities groups o k response a status code equal to that given

func (*GetOpportunitiesGroupsOK) IsRedirect added in v0.5.29

func (o *GetOpportunitiesGroupsOK) IsRedirect() bool

IsRedirect returns true when this get opportunities groups o k response has a 3xx status code

func (*GetOpportunitiesGroupsOK) IsServerError added in v0.5.29

func (o *GetOpportunitiesGroupsOK) IsServerError() bool

IsServerError returns true when this get opportunities groups o k response has a 5xx status code

func (*GetOpportunitiesGroupsOK) IsSuccess added in v0.5.29

func (o *GetOpportunitiesGroupsOK) IsSuccess() bool

IsSuccess returns true when this get opportunities groups o k response has a 2xx status code

func (*GetOpportunitiesGroupsOK) String added in v0.5.29

func (o *GetOpportunitiesGroupsOK) String() string

type GetOpportunitiesGroupsParams

type GetOpportunitiesGroupsParams struct {

	/* IfNoneMatch.

	   ETag from a previous request. A 304 will be returned if this matches the current ETag
	*/
	IfNoneMatch *string

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

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

GetOpportunitiesGroupsParams contains all the parameters to send to the API endpoint

for the get opportunities groups operation.

Typically these are written to a http.Request.

func NewGetOpportunitiesGroupsParams

func NewGetOpportunitiesGroupsParams() *GetOpportunitiesGroupsParams

NewGetOpportunitiesGroupsParams creates a new GetOpportunitiesGroupsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOpportunitiesGroupsParamsWithContext

func NewGetOpportunitiesGroupsParamsWithContext(ctx context.Context) *GetOpportunitiesGroupsParams

NewGetOpportunitiesGroupsParamsWithContext creates a new GetOpportunitiesGroupsParams object with the ability to set a context for a request.

func NewGetOpportunitiesGroupsParamsWithHTTPClient

func NewGetOpportunitiesGroupsParamsWithHTTPClient(client *http.Client) *GetOpportunitiesGroupsParams

NewGetOpportunitiesGroupsParamsWithHTTPClient creates a new GetOpportunitiesGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewGetOpportunitiesGroupsParamsWithTimeout

func NewGetOpportunitiesGroupsParamsWithTimeout(timeout time.Duration) *GetOpportunitiesGroupsParams

NewGetOpportunitiesGroupsParamsWithTimeout creates a new GetOpportunitiesGroupsParams object with the ability to set a timeout on a request.

func (*GetOpportunitiesGroupsParams) SetContext

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

SetContext adds the context to the get opportunities groups params

func (*GetOpportunitiesGroupsParams) SetDatasource

func (o *GetOpportunitiesGroupsParams) SetDatasource(datasource *string)

SetDatasource adds the datasource to the get opportunities groups params

func (*GetOpportunitiesGroupsParams) SetDefaults added in v0.3.0

func (o *GetOpportunitiesGroupsParams) SetDefaults()

SetDefaults hydrates default values in the get opportunities groups params (not the query body).

All values with no default are reset to their zero value.

func (*GetOpportunitiesGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get opportunities groups params

func (*GetOpportunitiesGroupsParams) SetIfNoneMatch

func (o *GetOpportunitiesGroupsParams) SetIfNoneMatch(ifNoneMatch *string)

SetIfNoneMatch adds the ifNoneMatch to the get opportunities groups params

func (*GetOpportunitiesGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the get opportunities groups params

func (*GetOpportunitiesGroupsParams) WithContext

WithContext adds the context to the get opportunities groups params

func (*GetOpportunitiesGroupsParams) WithDatasource

func (o *GetOpportunitiesGroupsParams) WithDatasource(datasource *string) *GetOpportunitiesGroupsParams

WithDatasource adds the datasource to the get opportunities groups params

func (*GetOpportunitiesGroupsParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get opportunities groups params (not the query body).

All values with no default are reset to their zero value.

func (*GetOpportunitiesGroupsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get opportunities groups params

func (*GetOpportunitiesGroupsParams) WithIfNoneMatch

func (o *GetOpportunitiesGroupsParams) WithIfNoneMatch(ifNoneMatch *string) *GetOpportunitiesGroupsParams

WithIfNoneMatch adds the ifNoneMatch to the get opportunities groups params

func (*GetOpportunitiesGroupsParams) WithTimeout

WithTimeout adds the timeout to the get opportunities groups params

func (*GetOpportunitiesGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOpportunitiesGroupsReader

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

GetOpportunitiesGroupsReader is a Reader for the GetOpportunitiesGroups structure.

func (*GetOpportunitiesGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOpportunitiesGroupsServiceUnavailable

type GetOpportunitiesGroupsServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

GetOpportunitiesGroupsServiceUnavailable describes a response with status code 503, with default header values.

Service unavailable

func NewGetOpportunitiesGroupsServiceUnavailable

func NewGetOpportunitiesGroupsServiceUnavailable() *GetOpportunitiesGroupsServiceUnavailable

NewGetOpportunitiesGroupsServiceUnavailable creates a GetOpportunitiesGroupsServiceUnavailable with default headers values

func (*GetOpportunitiesGroupsServiceUnavailable) Code added in v0.5.29

Code gets the status code for the get opportunities groups service unavailable response

func (*GetOpportunitiesGroupsServiceUnavailable) Error

func (*GetOpportunitiesGroupsServiceUnavailable) GetPayload

func (*GetOpportunitiesGroupsServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this get opportunities groups service unavailable response has a 4xx status code

func (*GetOpportunitiesGroupsServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this get opportunities groups service unavailable response a status code equal to that given

func (*GetOpportunitiesGroupsServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities groups service unavailable response has a 3xx status code

func (*GetOpportunitiesGroupsServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this get opportunities groups service unavailable response has a 5xx status code

func (*GetOpportunitiesGroupsServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities groups service unavailable response has a 2xx status code

func (*GetOpportunitiesGroupsServiceUnavailable) String added in v0.5.29

type GetOpportunitiesTasksBadRequest

type GetOpportunitiesTasksBadRequest struct {
	Payload *models.BadRequest
}

GetOpportunitiesTasksBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetOpportunitiesTasksBadRequest

func NewGetOpportunitiesTasksBadRequest() *GetOpportunitiesTasksBadRequest

NewGetOpportunitiesTasksBadRequest creates a GetOpportunitiesTasksBadRequest with default headers values

func (*GetOpportunitiesTasksBadRequest) Code added in v0.5.29

Code gets the status code for the get opportunities tasks bad request response

func (*GetOpportunitiesTasksBadRequest) Error

func (*GetOpportunitiesTasksBadRequest) GetPayload

func (*GetOpportunitiesTasksBadRequest) IsClientError added in v0.5.29

func (o *GetOpportunitiesTasksBadRequest) IsClientError() bool

IsClientError returns true when this get opportunities tasks bad request response has a 4xx status code

func (*GetOpportunitiesTasksBadRequest) IsCode added in v0.5.29

func (o *GetOpportunitiesTasksBadRequest) IsCode(code int) bool

IsCode returns true when this get opportunities tasks bad request response a status code equal to that given

func (*GetOpportunitiesTasksBadRequest) IsRedirect added in v0.5.29

func (o *GetOpportunitiesTasksBadRequest) IsRedirect() bool

IsRedirect returns true when this get opportunities tasks bad request response has a 3xx status code

func (*GetOpportunitiesTasksBadRequest) IsServerError added in v0.5.29

func (o *GetOpportunitiesTasksBadRequest) IsServerError() bool

IsServerError returns true when this get opportunities tasks bad request response has a 5xx status code

func (*GetOpportunitiesTasksBadRequest) IsSuccess added in v0.5.29

func (o *GetOpportunitiesTasksBadRequest) IsSuccess() bool

IsSuccess returns true when this get opportunities tasks bad request response has a 2xx status code

func (*GetOpportunitiesTasksBadRequest) String added in v0.5.29

type GetOpportunitiesTasksEnhanceYourCalm

type GetOpportunitiesTasksEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

GetOpportunitiesTasksEnhanceYourCalm describes a response with status code 420, with default header values.

Error limited

func NewGetOpportunitiesTasksEnhanceYourCalm

func NewGetOpportunitiesTasksEnhanceYourCalm() *GetOpportunitiesTasksEnhanceYourCalm

NewGetOpportunitiesTasksEnhanceYourCalm creates a GetOpportunitiesTasksEnhanceYourCalm with default headers values

func (*GetOpportunitiesTasksEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the get opportunities tasks enhance your calm response

func (*GetOpportunitiesTasksEnhanceYourCalm) Error

func (*GetOpportunitiesTasksEnhanceYourCalm) GetPayload

func (*GetOpportunitiesTasksEnhanceYourCalm) IsClientError added in v0.5.29

func (o *GetOpportunitiesTasksEnhanceYourCalm) IsClientError() bool

IsClientError returns true when this get opportunities tasks enhance your calm response has a 4xx status code

func (*GetOpportunitiesTasksEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this get opportunities tasks enhance your calm response a status code equal to that given

func (*GetOpportunitiesTasksEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities tasks enhance your calm response has a 3xx status code

func (*GetOpportunitiesTasksEnhanceYourCalm) IsServerError added in v0.5.29

func (o *GetOpportunitiesTasksEnhanceYourCalm) IsServerError() bool

IsServerError returns true when this get opportunities tasks enhance your calm response has a 5xx status code

func (*GetOpportunitiesTasksEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities tasks enhance your calm response has a 2xx status code

func (*GetOpportunitiesTasksEnhanceYourCalm) String added in v0.5.29

type GetOpportunitiesTasksGatewayTimeout

type GetOpportunitiesTasksGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

GetOpportunitiesTasksGatewayTimeout describes a response with status code 504, with default header values.

Gateway timeout

func NewGetOpportunitiesTasksGatewayTimeout

func NewGetOpportunitiesTasksGatewayTimeout() *GetOpportunitiesTasksGatewayTimeout

NewGetOpportunitiesTasksGatewayTimeout creates a GetOpportunitiesTasksGatewayTimeout with default headers values

func (*GetOpportunitiesTasksGatewayTimeout) Code added in v0.5.29

Code gets the status code for the get opportunities tasks gateway timeout response

func (*GetOpportunitiesTasksGatewayTimeout) Error

func (*GetOpportunitiesTasksGatewayTimeout) GetPayload

func (*GetOpportunitiesTasksGatewayTimeout) IsClientError added in v0.5.29

func (o *GetOpportunitiesTasksGatewayTimeout) IsClientError() bool

IsClientError returns true when this get opportunities tasks gateway timeout response has a 4xx status code

func (*GetOpportunitiesTasksGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this get opportunities tasks gateway timeout response a status code equal to that given

func (*GetOpportunitiesTasksGatewayTimeout) IsRedirect added in v0.5.29

func (o *GetOpportunitiesTasksGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get opportunities tasks gateway timeout response has a 3xx status code

func (*GetOpportunitiesTasksGatewayTimeout) IsServerError added in v0.5.29

func (o *GetOpportunitiesTasksGatewayTimeout) IsServerError() bool

IsServerError returns true when this get opportunities tasks gateway timeout response has a 5xx status code

func (*GetOpportunitiesTasksGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities tasks gateway timeout response has a 2xx status code

func (*GetOpportunitiesTasksGatewayTimeout) String added in v0.5.29

type GetOpportunitiesTasksInternalServerError

type GetOpportunitiesTasksInternalServerError struct {
	Payload *models.InternalServerError
}

GetOpportunitiesTasksInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetOpportunitiesTasksInternalServerError

func NewGetOpportunitiesTasksInternalServerError() *GetOpportunitiesTasksInternalServerError

NewGetOpportunitiesTasksInternalServerError creates a GetOpportunitiesTasksInternalServerError with default headers values

func (*GetOpportunitiesTasksInternalServerError) Code added in v0.5.29

Code gets the status code for the get opportunities tasks internal server error response

func (*GetOpportunitiesTasksInternalServerError) Error

func (*GetOpportunitiesTasksInternalServerError) GetPayload

func (*GetOpportunitiesTasksInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this get opportunities tasks internal server error response has a 4xx status code

func (*GetOpportunitiesTasksInternalServerError) IsCode added in v0.5.29

IsCode returns true when this get opportunities tasks internal server error response a status code equal to that given

func (*GetOpportunitiesTasksInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities tasks internal server error response has a 3xx status code

func (*GetOpportunitiesTasksInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this get opportunities tasks internal server error response has a 5xx status code

func (*GetOpportunitiesTasksInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities tasks internal server error response has a 2xx status code

func (*GetOpportunitiesTasksInternalServerError) String added in v0.5.29

type GetOpportunitiesTasksNotModified

type GetOpportunitiesTasksNotModified struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string
}

GetOpportunitiesTasksNotModified describes a response with status code 304, with default header values.

Not modified

func NewGetOpportunitiesTasksNotModified

func NewGetOpportunitiesTasksNotModified() *GetOpportunitiesTasksNotModified

NewGetOpportunitiesTasksNotModified creates a GetOpportunitiesTasksNotModified with default headers values

func (*GetOpportunitiesTasksNotModified) Code added in v0.5.29

Code gets the status code for the get opportunities tasks not modified response

func (*GetOpportunitiesTasksNotModified) Error

func (*GetOpportunitiesTasksNotModified) IsClientError added in v0.5.29

func (o *GetOpportunitiesTasksNotModified) IsClientError() bool

IsClientError returns true when this get opportunities tasks not modified response has a 4xx status code

func (*GetOpportunitiesTasksNotModified) IsCode added in v0.5.29

func (o *GetOpportunitiesTasksNotModified) IsCode(code int) bool

IsCode returns true when this get opportunities tasks not modified response a status code equal to that given

func (*GetOpportunitiesTasksNotModified) IsRedirect added in v0.5.29

func (o *GetOpportunitiesTasksNotModified) IsRedirect() bool

IsRedirect returns true when this get opportunities tasks not modified response has a 3xx status code

func (*GetOpportunitiesTasksNotModified) IsServerError added in v0.5.29

func (o *GetOpportunitiesTasksNotModified) IsServerError() bool

IsServerError returns true when this get opportunities tasks not modified response has a 5xx status code

func (*GetOpportunitiesTasksNotModified) IsSuccess added in v0.5.29

func (o *GetOpportunitiesTasksNotModified) IsSuccess() bool

IsSuccess returns true when this get opportunities tasks not modified response has a 2xx status code

func (*GetOpportunitiesTasksNotModified) String added in v0.5.29

type GetOpportunitiesTasksOK

type GetOpportunitiesTasksOK struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string

	Payload []int32
}

GetOpportunitiesTasksOK describes a response with status code 200, with default header values.

A list of opportunities task ids

func NewGetOpportunitiesTasksOK

func NewGetOpportunitiesTasksOK() *GetOpportunitiesTasksOK

NewGetOpportunitiesTasksOK creates a GetOpportunitiesTasksOK with default headers values

func (*GetOpportunitiesTasksOK) Code added in v0.5.29

func (o *GetOpportunitiesTasksOK) Code() int

Code gets the status code for the get opportunities tasks o k response

func (*GetOpportunitiesTasksOK) Error

func (o *GetOpportunitiesTasksOK) Error() string

func (*GetOpportunitiesTasksOK) GetPayload

func (o *GetOpportunitiesTasksOK) GetPayload() []int32

func (*GetOpportunitiesTasksOK) IsClientError added in v0.5.29

func (o *GetOpportunitiesTasksOK) IsClientError() bool

IsClientError returns true when this get opportunities tasks o k response has a 4xx status code

func (*GetOpportunitiesTasksOK) IsCode added in v0.5.29

func (o *GetOpportunitiesTasksOK) IsCode(code int) bool

IsCode returns true when this get opportunities tasks o k response a status code equal to that given

func (*GetOpportunitiesTasksOK) IsRedirect added in v0.5.29

func (o *GetOpportunitiesTasksOK) IsRedirect() bool

IsRedirect returns true when this get opportunities tasks o k response has a 3xx status code

func (*GetOpportunitiesTasksOK) IsServerError added in v0.5.29

func (o *GetOpportunitiesTasksOK) IsServerError() bool

IsServerError returns true when this get opportunities tasks o k response has a 5xx status code

func (*GetOpportunitiesTasksOK) IsSuccess added in v0.5.29

func (o *GetOpportunitiesTasksOK) IsSuccess() bool

IsSuccess returns true when this get opportunities tasks o k response has a 2xx status code

func (*GetOpportunitiesTasksOK) String added in v0.5.29

func (o *GetOpportunitiesTasksOK) String() string

type GetOpportunitiesTasksParams

type GetOpportunitiesTasksParams struct {

	/* IfNoneMatch.

	   ETag from a previous request. A 304 will be returned if this matches the current ETag
	*/
	IfNoneMatch *string

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

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

GetOpportunitiesTasksParams contains all the parameters to send to the API endpoint

for the get opportunities tasks operation.

Typically these are written to a http.Request.

func NewGetOpportunitiesTasksParams

func NewGetOpportunitiesTasksParams() *GetOpportunitiesTasksParams

NewGetOpportunitiesTasksParams creates a new GetOpportunitiesTasksParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOpportunitiesTasksParamsWithContext

func NewGetOpportunitiesTasksParamsWithContext(ctx context.Context) *GetOpportunitiesTasksParams

NewGetOpportunitiesTasksParamsWithContext creates a new GetOpportunitiesTasksParams object with the ability to set a context for a request.

func NewGetOpportunitiesTasksParamsWithHTTPClient

func NewGetOpportunitiesTasksParamsWithHTTPClient(client *http.Client) *GetOpportunitiesTasksParams

NewGetOpportunitiesTasksParamsWithHTTPClient creates a new GetOpportunitiesTasksParams object with the ability to set a custom HTTPClient for a request.

func NewGetOpportunitiesTasksParamsWithTimeout

func NewGetOpportunitiesTasksParamsWithTimeout(timeout time.Duration) *GetOpportunitiesTasksParams

NewGetOpportunitiesTasksParamsWithTimeout creates a new GetOpportunitiesTasksParams object with the ability to set a timeout on a request.

func (*GetOpportunitiesTasksParams) SetContext

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

SetContext adds the context to the get opportunities tasks params

func (*GetOpportunitiesTasksParams) SetDatasource

func (o *GetOpportunitiesTasksParams) SetDatasource(datasource *string)

SetDatasource adds the datasource to the get opportunities tasks params

func (*GetOpportunitiesTasksParams) SetDefaults added in v0.3.0

func (o *GetOpportunitiesTasksParams) SetDefaults()

SetDefaults hydrates default values in the get opportunities tasks params (not the query body).

All values with no default are reset to their zero value.

func (*GetOpportunitiesTasksParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get opportunities tasks params

func (*GetOpportunitiesTasksParams) SetIfNoneMatch

func (o *GetOpportunitiesTasksParams) SetIfNoneMatch(ifNoneMatch *string)

SetIfNoneMatch adds the ifNoneMatch to the get opportunities tasks params

func (*GetOpportunitiesTasksParams) SetTimeout

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

SetTimeout adds the timeout to the get opportunities tasks params

func (*GetOpportunitiesTasksParams) WithContext

WithContext adds the context to the get opportunities tasks params

func (*GetOpportunitiesTasksParams) WithDatasource

func (o *GetOpportunitiesTasksParams) WithDatasource(datasource *string) *GetOpportunitiesTasksParams

WithDatasource adds the datasource to the get opportunities tasks params

func (*GetOpportunitiesTasksParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get opportunities tasks params (not the query body).

All values with no default are reset to their zero value.

func (*GetOpportunitiesTasksParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get opportunities tasks params

func (*GetOpportunitiesTasksParams) WithIfNoneMatch

func (o *GetOpportunitiesTasksParams) WithIfNoneMatch(ifNoneMatch *string) *GetOpportunitiesTasksParams

WithIfNoneMatch adds the ifNoneMatch to the get opportunities tasks params

func (*GetOpportunitiesTasksParams) WithTimeout

WithTimeout adds the timeout to the get opportunities tasks params

func (*GetOpportunitiesTasksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOpportunitiesTasksReader

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

GetOpportunitiesTasksReader is a Reader for the GetOpportunitiesTasks structure.

func (*GetOpportunitiesTasksReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOpportunitiesTasksServiceUnavailable

type GetOpportunitiesTasksServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

GetOpportunitiesTasksServiceUnavailable describes a response with status code 503, with default header values.

Service unavailable

func NewGetOpportunitiesTasksServiceUnavailable

func NewGetOpportunitiesTasksServiceUnavailable() *GetOpportunitiesTasksServiceUnavailable

NewGetOpportunitiesTasksServiceUnavailable creates a GetOpportunitiesTasksServiceUnavailable with default headers values

func (*GetOpportunitiesTasksServiceUnavailable) Code added in v0.5.29

Code gets the status code for the get opportunities tasks service unavailable response

func (*GetOpportunitiesTasksServiceUnavailable) Error

func (*GetOpportunitiesTasksServiceUnavailable) GetPayload

func (*GetOpportunitiesTasksServiceUnavailable) IsClientError added in v0.5.29

func (o *GetOpportunitiesTasksServiceUnavailable) IsClientError() bool

IsClientError returns true when this get opportunities tasks service unavailable response has a 4xx status code

func (*GetOpportunitiesTasksServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this get opportunities tasks service unavailable response a status code equal to that given

func (*GetOpportunitiesTasksServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities tasks service unavailable response has a 3xx status code

func (*GetOpportunitiesTasksServiceUnavailable) IsServerError added in v0.5.29

func (o *GetOpportunitiesTasksServiceUnavailable) IsServerError() bool

IsServerError returns true when this get opportunities tasks service unavailable response has a 5xx status code

func (*GetOpportunitiesTasksServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities tasks service unavailable response has a 2xx status code

func (*GetOpportunitiesTasksServiceUnavailable) String added in v0.5.29

type GetOpportunitiesTasksTaskIDBadRequest

type GetOpportunitiesTasksTaskIDBadRequest struct {
	Payload *models.BadRequest
}

GetOpportunitiesTasksTaskIDBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetOpportunitiesTasksTaskIDBadRequest

func NewGetOpportunitiesTasksTaskIDBadRequest() *GetOpportunitiesTasksTaskIDBadRequest

NewGetOpportunitiesTasksTaskIDBadRequest creates a GetOpportunitiesTasksTaskIDBadRequest with default headers values

func (*GetOpportunitiesTasksTaskIDBadRequest) Code added in v0.5.29

Code gets the status code for the get opportunities tasks task Id bad request response

func (*GetOpportunitiesTasksTaskIDBadRequest) Error

func (*GetOpportunitiesTasksTaskIDBadRequest) GetPayload

func (*GetOpportunitiesTasksTaskIDBadRequest) IsClientError added in v0.5.29

func (o *GetOpportunitiesTasksTaskIDBadRequest) IsClientError() bool

IsClientError returns true when this get opportunities tasks task Id bad request response has a 4xx status code

func (*GetOpportunitiesTasksTaskIDBadRequest) IsCode added in v0.5.29

IsCode returns true when this get opportunities tasks task Id bad request response a status code equal to that given

func (*GetOpportunitiesTasksTaskIDBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities tasks task Id bad request response has a 3xx status code

func (*GetOpportunitiesTasksTaskIDBadRequest) IsServerError added in v0.5.29

func (o *GetOpportunitiesTasksTaskIDBadRequest) IsServerError() bool

IsServerError returns true when this get opportunities tasks task Id bad request response has a 5xx status code

func (*GetOpportunitiesTasksTaskIDBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities tasks task Id bad request response has a 2xx status code

func (*GetOpportunitiesTasksTaskIDBadRequest) String added in v0.5.29

type GetOpportunitiesTasksTaskIDEnhanceYourCalm

type GetOpportunitiesTasksTaskIDEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

GetOpportunitiesTasksTaskIDEnhanceYourCalm describes a response with status code 420, with default header values.

Error limited

func NewGetOpportunitiesTasksTaskIDEnhanceYourCalm

func NewGetOpportunitiesTasksTaskIDEnhanceYourCalm() *GetOpportunitiesTasksTaskIDEnhanceYourCalm

NewGetOpportunitiesTasksTaskIDEnhanceYourCalm creates a GetOpportunitiesTasksTaskIDEnhanceYourCalm with default headers values

func (*GetOpportunitiesTasksTaskIDEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the get opportunities tasks task Id enhance your calm response

func (*GetOpportunitiesTasksTaskIDEnhanceYourCalm) Error

func (*GetOpportunitiesTasksTaskIDEnhanceYourCalm) GetPayload

func (*GetOpportunitiesTasksTaskIDEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this get opportunities tasks task Id enhance your calm response has a 4xx status code

func (*GetOpportunitiesTasksTaskIDEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this get opportunities tasks task Id enhance your calm response a status code equal to that given

func (*GetOpportunitiesTasksTaskIDEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities tasks task Id enhance your calm response has a 3xx status code

func (*GetOpportunitiesTasksTaskIDEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this get opportunities tasks task Id enhance your calm response has a 5xx status code

func (*GetOpportunitiesTasksTaskIDEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities tasks task Id enhance your calm response has a 2xx status code

func (*GetOpportunitiesTasksTaskIDEnhanceYourCalm) String added in v0.5.29

type GetOpportunitiesTasksTaskIDGatewayTimeout

type GetOpportunitiesTasksTaskIDGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

GetOpportunitiesTasksTaskIDGatewayTimeout describes a response with status code 504, with default header values.

Gateway timeout

func NewGetOpportunitiesTasksTaskIDGatewayTimeout

func NewGetOpportunitiesTasksTaskIDGatewayTimeout() *GetOpportunitiesTasksTaskIDGatewayTimeout

NewGetOpportunitiesTasksTaskIDGatewayTimeout creates a GetOpportunitiesTasksTaskIDGatewayTimeout with default headers values

func (*GetOpportunitiesTasksTaskIDGatewayTimeout) Code added in v0.5.29

Code gets the status code for the get opportunities tasks task Id gateway timeout response

func (*GetOpportunitiesTasksTaskIDGatewayTimeout) Error

func (*GetOpportunitiesTasksTaskIDGatewayTimeout) GetPayload

func (*GetOpportunitiesTasksTaskIDGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this get opportunities tasks task Id gateway timeout response has a 4xx status code

func (*GetOpportunitiesTasksTaskIDGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this get opportunities tasks task Id gateway timeout response a status code equal to that given

func (*GetOpportunitiesTasksTaskIDGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities tasks task Id gateway timeout response has a 3xx status code

func (*GetOpportunitiesTasksTaskIDGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this get opportunities tasks task Id gateway timeout response has a 5xx status code

func (*GetOpportunitiesTasksTaskIDGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities tasks task Id gateway timeout response has a 2xx status code

func (*GetOpportunitiesTasksTaskIDGatewayTimeout) String added in v0.5.29

type GetOpportunitiesTasksTaskIDInternalServerError

type GetOpportunitiesTasksTaskIDInternalServerError struct {
	Payload *models.InternalServerError
}

GetOpportunitiesTasksTaskIDInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetOpportunitiesTasksTaskIDInternalServerError

func NewGetOpportunitiesTasksTaskIDInternalServerError() *GetOpportunitiesTasksTaskIDInternalServerError

NewGetOpportunitiesTasksTaskIDInternalServerError creates a GetOpportunitiesTasksTaskIDInternalServerError with default headers values

func (*GetOpportunitiesTasksTaskIDInternalServerError) Code added in v0.5.29

Code gets the status code for the get opportunities tasks task Id internal server error response

func (*GetOpportunitiesTasksTaskIDInternalServerError) Error

func (*GetOpportunitiesTasksTaskIDInternalServerError) GetPayload

func (*GetOpportunitiesTasksTaskIDInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this get opportunities tasks task Id internal server error response has a 4xx status code

func (*GetOpportunitiesTasksTaskIDInternalServerError) IsCode added in v0.5.29

IsCode returns true when this get opportunities tasks task Id internal server error response a status code equal to that given

func (*GetOpportunitiesTasksTaskIDInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities tasks task Id internal server error response has a 3xx status code

func (*GetOpportunitiesTasksTaskIDInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this get opportunities tasks task Id internal server error response has a 5xx status code

func (*GetOpportunitiesTasksTaskIDInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities tasks task Id internal server error response has a 2xx status code

func (*GetOpportunitiesTasksTaskIDInternalServerError) String added in v0.5.29

type GetOpportunitiesTasksTaskIDNotModified

type GetOpportunitiesTasksTaskIDNotModified struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string
}

GetOpportunitiesTasksTaskIDNotModified describes a response with status code 304, with default header values.

Not modified

func NewGetOpportunitiesTasksTaskIDNotModified

func NewGetOpportunitiesTasksTaskIDNotModified() *GetOpportunitiesTasksTaskIDNotModified

NewGetOpportunitiesTasksTaskIDNotModified creates a GetOpportunitiesTasksTaskIDNotModified with default headers values

func (*GetOpportunitiesTasksTaskIDNotModified) Code added in v0.5.29

Code gets the status code for the get opportunities tasks task Id not modified response

func (*GetOpportunitiesTasksTaskIDNotModified) Error

func (*GetOpportunitiesTasksTaskIDNotModified) IsClientError added in v0.5.29

func (o *GetOpportunitiesTasksTaskIDNotModified) IsClientError() bool

IsClientError returns true when this get opportunities tasks task Id not modified response has a 4xx status code

func (*GetOpportunitiesTasksTaskIDNotModified) IsCode added in v0.5.29

IsCode returns true when this get opportunities tasks task Id not modified response a status code equal to that given

func (*GetOpportunitiesTasksTaskIDNotModified) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities tasks task Id not modified response has a 3xx status code

func (*GetOpportunitiesTasksTaskIDNotModified) IsServerError added in v0.5.29

func (o *GetOpportunitiesTasksTaskIDNotModified) IsServerError() bool

IsServerError returns true when this get opportunities tasks task Id not modified response has a 5xx status code

func (*GetOpportunitiesTasksTaskIDNotModified) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities tasks task Id not modified response has a 2xx status code

func (*GetOpportunitiesTasksTaskIDNotModified) String added in v0.5.29

type GetOpportunitiesTasksTaskIDOK

type GetOpportunitiesTasksTaskIDOK struct {

	/* The caching mechanism used
	 */
	CacheControl string

	/* RFC7232 compliant entity tag
	 */
	ETag string

	/* RFC7231 formatted datetime string
	 */
	Expires string

	/* RFC7231 formatted datetime string
	 */
	LastModified string

	Payload *GetOpportunitiesTasksTaskIDOKBody
}

GetOpportunitiesTasksTaskIDOK describes a response with status code 200, with default header values.

Details of an opportunities task

func NewGetOpportunitiesTasksTaskIDOK

func NewGetOpportunitiesTasksTaskIDOK() *GetOpportunitiesTasksTaskIDOK

NewGetOpportunitiesTasksTaskIDOK creates a GetOpportunitiesTasksTaskIDOK with default headers values

func (*GetOpportunitiesTasksTaskIDOK) Code added in v0.5.29

Code gets the status code for the get opportunities tasks task Id o k response

func (*GetOpportunitiesTasksTaskIDOK) Error

func (*GetOpportunitiesTasksTaskIDOK) GetPayload

func (*GetOpportunitiesTasksTaskIDOK) IsClientError added in v0.5.29

func (o *GetOpportunitiesTasksTaskIDOK) IsClientError() bool

IsClientError returns true when this get opportunities tasks task Id o k response has a 4xx status code

func (*GetOpportunitiesTasksTaskIDOK) IsCode added in v0.5.29

func (o *GetOpportunitiesTasksTaskIDOK) IsCode(code int) bool

IsCode returns true when this get opportunities tasks task Id o k response a status code equal to that given

func (*GetOpportunitiesTasksTaskIDOK) IsRedirect added in v0.5.29

func (o *GetOpportunitiesTasksTaskIDOK) IsRedirect() bool

IsRedirect returns true when this get opportunities tasks task Id o k response has a 3xx status code

func (*GetOpportunitiesTasksTaskIDOK) IsServerError added in v0.5.29

func (o *GetOpportunitiesTasksTaskIDOK) IsServerError() bool

IsServerError returns true when this get opportunities tasks task Id o k response has a 5xx status code

func (*GetOpportunitiesTasksTaskIDOK) IsSuccess added in v0.5.29

func (o *GetOpportunitiesTasksTaskIDOK) IsSuccess() bool

IsSuccess returns true when this get opportunities tasks task Id o k response has a 2xx status code

func (*GetOpportunitiesTasksTaskIDOK) String added in v0.5.29

type GetOpportunitiesTasksTaskIDOKBody

type GetOpportunitiesTasksTaskIDOKBody struct {

	// get_opportunities_tasks_task_id_description
	//
	// description string
	// Required: true
	Description *string `json:"description"`

	// get_opportunities_tasks_task_id_name
	//
	// name string
	// Required: true
	Name *string `json:"name"`

	// get_opportunities_tasks_task_id_notification
	//
	// notification string
	// Required: true
	Notification *string `json:"notification"`

	// get_opportunities_tasks_task_id_task_id
	//
	// task_id integer
	// Required: true
	TaskID *int32 `json:"task_id"`
}

GetOpportunitiesTasksTaskIDOKBody get_opportunities_tasks_task_id_ok // // 200 ok object swagger:model GetOpportunitiesTasksTaskIDOKBody

func (*GetOpportunitiesTasksTaskIDOKBody) ContextValidate added in v0.3.0

func (o *GetOpportunitiesTasksTaskIDOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this get opportunities tasks task ID o k body based on context it is used

func (*GetOpportunitiesTasksTaskIDOKBody) MarshalBinary

func (o *GetOpportunitiesTasksTaskIDOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetOpportunitiesTasksTaskIDOKBody) UnmarshalBinary

func (o *GetOpportunitiesTasksTaskIDOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetOpportunitiesTasksTaskIDOKBody) Validate

Validate validates this get opportunities tasks task ID o k body

type GetOpportunitiesTasksTaskIDParams

type GetOpportunitiesTasksTaskIDParams struct {

	/* IfNoneMatch.

	   ETag from a previous request. A 304 will be returned if this matches the current ETag
	*/
	IfNoneMatch *string

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	Datasource *string

	/* TaskID.

	   ID of an opportunities task

	   Format: int32
	*/
	TaskID int32

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

GetOpportunitiesTasksTaskIDParams contains all the parameters to send to the API endpoint

for the get opportunities tasks task id operation.

Typically these are written to a http.Request.

func NewGetOpportunitiesTasksTaskIDParams

func NewGetOpportunitiesTasksTaskIDParams() *GetOpportunitiesTasksTaskIDParams

NewGetOpportunitiesTasksTaskIDParams creates a new GetOpportunitiesTasksTaskIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOpportunitiesTasksTaskIDParamsWithContext

func NewGetOpportunitiesTasksTaskIDParamsWithContext(ctx context.Context) *GetOpportunitiesTasksTaskIDParams

NewGetOpportunitiesTasksTaskIDParamsWithContext creates a new GetOpportunitiesTasksTaskIDParams object with the ability to set a context for a request.

func NewGetOpportunitiesTasksTaskIDParamsWithHTTPClient

func NewGetOpportunitiesTasksTaskIDParamsWithHTTPClient(client *http.Client) *GetOpportunitiesTasksTaskIDParams

NewGetOpportunitiesTasksTaskIDParamsWithHTTPClient creates a new GetOpportunitiesTasksTaskIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetOpportunitiesTasksTaskIDParamsWithTimeout

func NewGetOpportunitiesTasksTaskIDParamsWithTimeout(timeout time.Duration) *GetOpportunitiesTasksTaskIDParams

NewGetOpportunitiesTasksTaskIDParamsWithTimeout creates a new GetOpportunitiesTasksTaskIDParams object with the ability to set a timeout on a request.

func (*GetOpportunitiesTasksTaskIDParams) SetContext

SetContext adds the context to the get opportunities tasks task id params

func (*GetOpportunitiesTasksTaskIDParams) SetDatasource

func (o *GetOpportunitiesTasksTaskIDParams) SetDatasource(datasource *string)

SetDatasource adds the datasource to the get opportunities tasks task id params

func (*GetOpportunitiesTasksTaskIDParams) SetDefaults added in v0.3.0

func (o *GetOpportunitiesTasksTaskIDParams) SetDefaults()

SetDefaults hydrates default values in the get opportunities tasks task id params (not the query body).

All values with no default are reset to their zero value.

func (*GetOpportunitiesTasksTaskIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get opportunities tasks task id params

func (*GetOpportunitiesTasksTaskIDParams) SetIfNoneMatch

func (o *GetOpportunitiesTasksTaskIDParams) SetIfNoneMatch(ifNoneMatch *string)

SetIfNoneMatch adds the ifNoneMatch to the get opportunities tasks task id params

func (*GetOpportunitiesTasksTaskIDParams) SetTaskID

func (o *GetOpportunitiesTasksTaskIDParams) SetTaskID(taskID int32)

SetTaskID adds the taskId to the get opportunities tasks task id params

func (*GetOpportunitiesTasksTaskIDParams) SetTimeout

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

SetTimeout adds the timeout to the get opportunities tasks task id params

func (*GetOpportunitiesTasksTaskIDParams) WithContext

WithContext adds the context to the get opportunities tasks task id params

func (*GetOpportunitiesTasksTaskIDParams) WithDatasource

WithDatasource adds the datasource to the get opportunities tasks task id params

func (*GetOpportunitiesTasksTaskIDParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get opportunities tasks task id params (not the query body).

All values with no default are reset to their zero value.

func (*GetOpportunitiesTasksTaskIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get opportunities tasks task id params

func (*GetOpportunitiesTasksTaskIDParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get opportunities tasks task id params

func (*GetOpportunitiesTasksTaskIDParams) WithTaskID

WithTaskID adds the taskID to the get opportunities tasks task id params

func (*GetOpportunitiesTasksTaskIDParams) WithTimeout

WithTimeout adds the timeout to the get opportunities tasks task id params

func (*GetOpportunitiesTasksTaskIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOpportunitiesTasksTaskIDReader

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

GetOpportunitiesTasksTaskIDReader is a Reader for the GetOpportunitiesTasksTaskID structure.

func (*GetOpportunitiesTasksTaskIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOpportunitiesTasksTaskIDServiceUnavailable

type GetOpportunitiesTasksTaskIDServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

GetOpportunitiesTasksTaskIDServiceUnavailable describes a response with status code 503, with default header values.

Service unavailable

func NewGetOpportunitiesTasksTaskIDServiceUnavailable

func NewGetOpportunitiesTasksTaskIDServiceUnavailable() *GetOpportunitiesTasksTaskIDServiceUnavailable

NewGetOpportunitiesTasksTaskIDServiceUnavailable creates a GetOpportunitiesTasksTaskIDServiceUnavailable with default headers values

func (*GetOpportunitiesTasksTaskIDServiceUnavailable) Code added in v0.5.29

Code gets the status code for the get opportunities tasks task Id service unavailable response

func (*GetOpportunitiesTasksTaskIDServiceUnavailable) Error

func (*GetOpportunitiesTasksTaskIDServiceUnavailable) GetPayload

func (*GetOpportunitiesTasksTaskIDServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this get opportunities tasks task Id service unavailable response has a 4xx status code

func (*GetOpportunitiesTasksTaskIDServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this get opportunities tasks task Id service unavailable response a status code equal to that given

func (*GetOpportunitiesTasksTaskIDServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this get opportunities tasks task Id service unavailable response has a 3xx status code

func (*GetOpportunitiesTasksTaskIDServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this get opportunities tasks task Id service unavailable response has a 5xx status code

func (*GetOpportunitiesTasksTaskIDServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this get opportunities tasks task Id service unavailable response has a 2xx status code

func (*GetOpportunitiesTasksTaskIDServiceUnavailable) String added in v0.5.29

Jump to

Keyboard shortcuts

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