users

package
v0.0.0-...-853dd42 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   DeleteUser deletes user
	*/
	DeleteUser(ctx context.Context, params *DeleteUserParams) (*DeleteUserOK, error)
	/*
	   DeleteUserRoutinglanguage removes routing language from user
	*/
	DeleteUserRoutinglanguage(ctx context.Context, params *DeleteUserRoutinglanguageParams) (*DeleteUserRoutinglanguageNoContent, error)
	/*
	   DeleteUserRoutingskill removes routing skill from user
	*/
	DeleteUserRoutingskill(ctx context.Context, params *DeleteUserRoutingskillParams) (*DeleteUserRoutingskillOK, error)
	/*
	   DeleteUserStationAssociatedstation clears associated station
	*/
	DeleteUserStationAssociatedstation(ctx context.Context, params *DeleteUserStationAssociatedstationParams) (*DeleteUserStationAssociatedstationAccepted, error)
	/*
	   DeleteUserStationDefaultstation clears default station
	*/
	DeleteUserStationDefaultstation(ctx context.Context, params *DeleteUserStationDefaultstationParams) (*DeleteUserStationDefaultstationAccepted, error)
	/*
	   GetFieldconfig fetches field config for an entity type
	*/
	GetFieldconfig(ctx context.Context, params *GetFieldconfigParams) (*GetFieldconfigOK, error)
	/*
	   GetProfilesUsers gets a user profile listing
	   This api is deprecated. User /api/v2/users
	*/
	GetProfilesUsers(ctx context.Context, params *GetProfilesUsersParams) (*GetProfilesUsersOK, error)
	/*
	   GetUser gets user
	*/
	GetUser(ctx context.Context, params *GetUserParams) (*GetUserOK, error)
	/*
	   GetUserAdjacents gets adjacents
	*/
	GetUserAdjacents(ctx context.Context, params *GetUserAdjacentsParams) (*GetUserAdjacentsOK, error)
	/*
	   GetUserCallforwarding gets a user s call forwarding
	*/
	GetUserCallforwarding(ctx context.Context, params *GetUserCallforwardingParams) (*GetUserCallforwardingOK, error)
	/*
	   GetUserDirectreports gets direct reports
	*/
	GetUserDirectreports(ctx context.Context, params *GetUserDirectreportsParams) (*GetUserDirectreportsOK, error)
	/*
	   GetUserFavorites deprecateds will be revived with new contract
	*/
	GetUserFavorites(ctx context.Context, params *GetUserFavoritesParams) (*GetUserFavoritesOK, error)
	/*
	   GetUserOutofoffice gets a out of office
	*/
	GetUserOutofoffice(ctx context.Context, params *GetUserOutofofficeParams) (*GetUserOutofofficeOK, error)
	/*
	   GetUserProfile gets user profile
	   This api has been deprecated. Use api/v2/users instead
	*/
	GetUserProfile(ctx context.Context, params *GetUserProfileParams) (*GetUserProfileOK, error)
	/*
	   GetUserProfileskills lists profile skills for a user
	*/
	GetUserProfileskills(ctx context.Context, params *GetUserProfileskillsParams) (*GetUserProfileskillsOK, error)
	/*
	   GetUserRoutinglanguages lists routing language for user
	*/
	GetUserRoutinglanguages(ctx context.Context, params *GetUserRoutinglanguagesParams) (*GetUserRoutinglanguagesOK, error)
	/*
	   GetUserRoutingskills lists routing skills for user
	*/
	GetUserRoutingskills(ctx context.Context, params *GetUserRoutingskillsParams) (*GetUserRoutingskillsOK, error)
	/*
	   GetUserRoutingstatus fetches the routing status of a user
	*/
	GetUserRoutingstatus(ctx context.Context, params *GetUserRoutingstatusParams) (*GetUserRoutingstatusOK, error)
	/*
	   GetUserState gets user state information
	*/
	GetUserState(ctx context.Context, params *GetUserStateParams) (*GetUserStateOK, error)
	/*
	   GetUserStation gets station information for user
	*/
	GetUserStation(ctx context.Context, params *GetUserStationParams) (*GetUserStationOK, error)
	/*
	   GetUserSuperiors gets superiors
	*/
	GetUserSuperiors(ctx context.Context, params *GetUserSuperiorsParams) (*GetUserSuperiorsOK, error)
	/*
	   GetUserTrustors lists the organizations that have authorized trusted the user
	*/
	GetUserTrustors(ctx context.Context, params *GetUserTrustorsParams) (*GetUserTrustorsOK, error)
	/*
	   GetUsers gets the list of available users
	*/
	GetUsers(ctx context.Context, params *GetUsersParams) (*GetUsersOK, error)
	/*
	   GetUsersDevelopmentActivities gets list of development activities
	   Either moduleId or userId is required. Results are filtered based on the applicable permissions.
	*/
	GetUsersDevelopmentActivities(ctx context.Context, params *GetUsersDevelopmentActivitiesParams) (*GetUsersDevelopmentActivitiesOK, error)
	/*
	   GetUsersDevelopmentActivitiesMe gets list of development activities for current user
	   Results are filtered based on the applicable permissions.
	*/
	GetUsersDevelopmentActivitiesMe(ctx context.Context, params *GetUsersDevelopmentActivitiesMeParams) (*GetUsersDevelopmentActivitiesMeOK, error)
	/*
	   GetUsersDevelopmentActivity gets a development activity
	   Permission not required if you are the attendee, creator or facilitator of the coaching appointment or you are the assigned user of the learning assignment.
	*/
	GetUsersDevelopmentActivity(ctx context.Context, params *GetUsersDevelopmentActivityParams) (*GetUsersDevelopmentActivityOK, error)
	/*
	   GetUsersMe gets current user details
	   This request is not valid when using the Client Credentials OAuth grant.
	*/
	GetUsersMe(ctx context.Context, params *GetUsersMeParams) (*GetUsersMeOK, error)
	/*
	   GetUsersSearch searches users using the q64 value returned from a previous search
	*/
	GetUsersSearch(ctx context.Context, params *GetUsersSearchParams) (*GetUsersSearchOK, error)
	/*
	   PatchUser updates user
	*/
	PatchUser(ctx context.Context, params *PatchUserParams) (*PatchUserOK, error)
	/*
	   PatchUserCallforwarding patches a user s call forwarding
	*/
	PatchUserCallforwarding(ctx context.Context, params *PatchUserCallforwardingParams) (*PatchUserCallforwardingOK, error)
	/*
	   PatchUserRoutinglanguage updates routing language proficiency or state
	*/
	PatchUserRoutinglanguage(ctx context.Context, params *PatchUserRoutinglanguageParams) (*PatchUserRoutinglanguageOK, error)
	/*
	   PatchUserRoutinglanguagesBulk adds bulk routing language to user max limit 50 languages
	*/
	PatchUserRoutinglanguagesBulk(ctx context.Context, params *PatchUserRoutinglanguagesBulkParams) (*PatchUserRoutinglanguagesBulkOK, error)
	/*
	   PatchUserRoutingskillsBulk bulks add routing skills to user
	*/
	PatchUserRoutingskillsBulk(ctx context.Context, params *PatchUserRoutingskillsBulkParams) (*PatchUserRoutingskillsBulkOK, error)
	/*
	   PatchUsersBulk updates bulk acd autoanswer on users
	*/
	PatchUsersBulk(ctx context.Context, params *PatchUsersBulkParams) (*PatchUsersBulkOK, error)
	/*
	   PostUserExternalid creates mapping between external identifier and user limit 100 per entity
	   Authority Name and External key are case sensitive.
	*/
	PostUserExternalid(ctx context.Context, params *PostUserExternalidParams) (*PostUserExternalidOK, *PostUserExternalidCreated, error)
	/*
	   PostUserInvite sends an activation email to the user
	*/
	PostUserInvite(ctx context.Context, params *PostUserInviteParams) (*PostUserInviteNoContent, error)
	/*
	   PostUserPassword changes a users password
	*/
	PostUserPassword(ctx context.Context, params *PostUserPasswordParams) (*PostUserPasswordNoContent, error)
	/*
	   PostUserRoutinglanguages adds routing language to user
	*/
	PostUserRoutinglanguages(ctx context.Context, params *PostUserRoutinglanguagesParams) (*PostUserRoutinglanguagesOK, error)
	/*
	   PostUserRoutingskills adds routing skill to user
	*/
	PostUserRoutingskills(ctx context.Context, params *PostUserRoutingskillsParams) (*PostUserRoutingskillsOK, error)
	/*
	   PostUsers creates user
	   If user creation is successful but the provided password is invalid or configuration fails, POST api/v2/users/{userId}/password can be used to re-attempt password configuration.
	*/
	PostUsers(ctx context.Context, params *PostUsersParams) (*PostUsersOK, error)
	/*
	   PostUsersDevelopmentActivitiesAggregatesQuery retrieves aggregated development activity data
	   Results are filtered based on the applicable permissions.
	*/
	PostUsersDevelopmentActivitiesAggregatesQuery(ctx context.Context, params *PostUsersDevelopmentActivitiesAggregatesQueryParams) (*PostUsersDevelopmentActivitiesAggregatesQueryOK, error)
	/*
	   PostUsersMePassword changes your password
	*/
	PostUsersMePassword(ctx context.Context, params *PostUsersMePasswordParams) (*PostUsersMePasswordNoContent, error)
	/*
	   PostUsersSearch searches users
	*/
	PostUsersSearch(ctx context.Context, params *PostUsersSearchParams) (*PostUsersSearchOK, error)
	/*
	   PostUsersSearchTeamsAssign searches users assigned to teams
	*/
	PostUsersSearchTeamsAssign(ctx context.Context, params *PostUsersSearchTeamsAssignParams) (*PostUsersSearchTeamsAssignOK, error)
	/*
	   PutUserCallforwarding updates a user s call forwarding
	*/
	PutUserCallforwarding(ctx context.Context, params *PutUserCallforwardingParams) (*PutUserCallforwardingOK, error)
	/*
	   PutUserOutofoffice updates an out of office
	*/
	PutUserOutofoffice(ctx context.Context, params *PutUserOutofofficeParams) (*PutUserOutofofficeOK, error)
	/*
	   PutUserProfileskills updates profile skills for a user
	*/
	PutUserProfileskills(ctx context.Context, params *PutUserProfileskillsParams) (*PutUserProfileskillsOK, error)
	/*
	   PutUserRoutingskill updates routing skill proficiency or state
	*/
	PutUserRoutingskill(ctx context.Context, params *PutUserRoutingskillParams) (*PutUserRoutingskillOK, error)
	/*
	   PutUserRoutingskillsBulk replaces all routing skills assigned to a user
	*/
	PutUserRoutingskillsBulk(ctx context.Context, params *PutUserRoutingskillsBulkParams) (*PutUserRoutingskillsBulkOK, error)
	/*
	   PutUserRoutingstatus updates the routing status of a user
	*/
	PutUserRoutingstatus(ctx context.Context, params *PutUserRoutingstatusParams) (*PutUserRoutingstatusOK, error)
	/*
	   PutUserState updates user state information
	*/
	PutUserState(ctx context.Context, params *PutUserStateParams) (*PutUserStateOK, error)
	/*
	   PutUserStationAssociatedstationStationID sets associated station
	*/
	PutUserStationAssociatedstationStationID(ctx context.Context, params *PutUserStationAssociatedstationStationIDParams) (*PutUserStationAssociatedstationStationIDAccepted, error)
	/*
	   PutUserStationDefaultstationStationID sets default station
	*/
	PutUserStationDefaultstationStationID(ctx context.Context, params *PutUserStationDefaultstationStationIDParams) (*PutUserStationDefaultstationStationIDAccepted, error)
}

API is the interface of the users client

type Client

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

Client for users API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client

New creates a new users API client.

func (*Client) DeleteUser

func (a *Client) DeleteUser(ctx context.Context, params *DeleteUserParams) (*DeleteUserOK, error)

DeleteUser deletes user

func (*Client) DeleteUserRoutinglanguage

func (a *Client) DeleteUserRoutinglanguage(ctx context.Context, params *DeleteUserRoutinglanguageParams) (*DeleteUserRoutinglanguageNoContent, error)

DeleteUserRoutinglanguage removes routing language from user

func (*Client) DeleteUserRoutingskill

func (a *Client) DeleteUserRoutingskill(ctx context.Context, params *DeleteUserRoutingskillParams) (*DeleteUserRoutingskillOK, error)

DeleteUserRoutingskill removes routing skill from user

func (*Client) DeleteUserStationAssociatedstation

DeleteUserStationAssociatedstation clears associated station

func (*Client) DeleteUserStationDefaultstation

DeleteUserStationDefaultstation clears default station

func (*Client) GetFieldconfig

func (a *Client) GetFieldconfig(ctx context.Context, params *GetFieldconfigParams) (*GetFieldconfigOK, error)

GetFieldconfig fetches field config for an entity type

func (*Client) GetProfilesUsers

func (a *Client) GetProfilesUsers(ctx context.Context, params *GetProfilesUsersParams) (*GetProfilesUsersOK, error)

GetProfilesUsers gets a user profile listing

This api is deprecated. User /api/v2/users

func (*Client) GetUser

func (a *Client) GetUser(ctx context.Context, params *GetUserParams) (*GetUserOK, error)

GetUser gets user

func (*Client) GetUserAdjacents

func (a *Client) GetUserAdjacents(ctx context.Context, params *GetUserAdjacentsParams) (*GetUserAdjacentsOK, error)

GetUserAdjacents gets adjacents

func (*Client) GetUserCallforwarding

func (a *Client) GetUserCallforwarding(ctx context.Context, params *GetUserCallforwardingParams) (*GetUserCallforwardingOK, error)

GetUserCallforwarding gets a user s call forwarding

func (*Client) GetUserDirectreports

func (a *Client) GetUserDirectreports(ctx context.Context, params *GetUserDirectreportsParams) (*GetUserDirectreportsOK, error)

GetUserDirectreports gets direct reports

func (*Client) GetUserFavorites

func (a *Client) GetUserFavorites(ctx context.Context, params *GetUserFavoritesParams) (*GetUserFavoritesOK, error)

GetUserFavorites deprecateds will be revived with new contract

func (*Client) GetUserOutofoffice

func (a *Client) GetUserOutofoffice(ctx context.Context, params *GetUserOutofofficeParams) (*GetUserOutofofficeOK, error)

GetUserOutofoffice gets a out of office

func (*Client) GetUserProfile

func (a *Client) GetUserProfile(ctx context.Context, params *GetUserProfileParams) (*GetUserProfileOK, error)

GetUserProfile gets user profile

This api has been deprecated. Use api/v2/users instead

func (*Client) GetUserProfileskills

func (a *Client) GetUserProfileskills(ctx context.Context, params *GetUserProfileskillsParams) (*GetUserProfileskillsOK, error)

GetUserProfileskills lists profile skills for a user

func (*Client) GetUserRoutinglanguages

func (a *Client) GetUserRoutinglanguages(ctx context.Context, params *GetUserRoutinglanguagesParams) (*GetUserRoutinglanguagesOK, error)

GetUserRoutinglanguages lists routing language for user

func (*Client) GetUserRoutingskills

func (a *Client) GetUserRoutingskills(ctx context.Context, params *GetUserRoutingskillsParams) (*GetUserRoutingskillsOK, error)

GetUserRoutingskills lists routing skills for user

func (*Client) GetUserRoutingstatus

func (a *Client) GetUserRoutingstatus(ctx context.Context, params *GetUserRoutingstatusParams) (*GetUserRoutingstatusOK, error)

GetUserRoutingstatus fetches the routing status of a user

func (*Client) GetUserState

func (a *Client) GetUserState(ctx context.Context, params *GetUserStateParams) (*GetUserStateOK, error)

GetUserState gets user state information

func (*Client) GetUserStation

func (a *Client) GetUserStation(ctx context.Context, params *GetUserStationParams) (*GetUserStationOK, error)

GetUserStation gets station information for user

func (*Client) GetUserSuperiors

func (a *Client) GetUserSuperiors(ctx context.Context, params *GetUserSuperiorsParams) (*GetUserSuperiorsOK, error)

GetUserSuperiors gets superiors

func (*Client) GetUserTrustors

func (a *Client) GetUserTrustors(ctx context.Context, params *GetUserTrustorsParams) (*GetUserTrustorsOK, error)

GetUserTrustors lists the organizations that have authorized trusted the user

func (*Client) GetUsers

func (a *Client) GetUsers(ctx context.Context, params *GetUsersParams) (*GetUsersOK, error)

GetUsers gets the list of available users

func (*Client) GetUsersDevelopmentActivities

func (a *Client) GetUsersDevelopmentActivities(ctx context.Context, params *GetUsersDevelopmentActivitiesParams) (*GetUsersDevelopmentActivitiesOK, error)

GetUsersDevelopmentActivities gets list of development activities

Either moduleId or userId is required. Results are filtered based on the applicable permissions.

func (*Client) GetUsersDevelopmentActivitiesMe

func (a *Client) GetUsersDevelopmentActivitiesMe(ctx context.Context, params *GetUsersDevelopmentActivitiesMeParams) (*GetUsersDevelopmentActivitiesMeOK, error)

GetUsersDevelopmentActivitiesMe gets list of development activities for current user

Results are filtered based on the applicable permissions.

func (*Client) GetUsersDevelopmentActivity

func (a *Client) GetUsersDevelopmentActivity(ctx context.Context, params *GetUsersDevelopmentActivityParams) (*GetUsersDevelopmentActivityOK, error)

GetUsersDevelopmentActivity gets a development activity

Permission not required if you are the attendee, creator or facilitator of the coaching appointment or you are the assigned user of the learning assignment.

func (*Client) GetUsersMe

func (a *Client) GetUsersMe(ctx context.Context, params *GetUsersMeParams) (*GetUsersMeOK, error)

GetUsersMe gets current user details

This request is not valid when using the Client Credentials OAuth grant.

func (*Client) GetUsersSearch

func (a *Client) GetUsersSearch(ctx context.Context, params *GetUsersSearchParams) (*GetUsersSearchOK, error)

GetUsersSearch searches users using the q64 value returned from a previous search

func (*Client) PatchUser

func (a *Client) PatchUser(ctx context.Context, params *PatchUserParams) (*PatchUserOK, error)

PatchUser updates user

func (*Client) PatchUserCallforwarding

func (a *Client) PatchUserCallforwarding(ctx context.Context, params *PatchUserCallforwardingParams) (*PatchUserCallforwardingOK, error)

PatchUserCallforwarding patches a user s call forwarding

func (*Client) PatchUserRoutinglanguage

func (a *Client) PatchUserRoutinglanguage(ctx context.Context, params *PatchUserRoutinglanguageParams) (*PatchUserRoutinglanguageOK, error)

PatchUserRoutinglanguage updates routing language proficiency or state

func (*Client) PatchUserRoutinglanguagesBulk

func (a *Client) PatchUserRoutinglanguagesBulk(ctx context.Context, params *PatchUserRoutinglanguagesBulkParams) (*PatchUserRoutinglanguagesBulkOK, error)

PatchUserRoutinglanguagesBulk adds bulk routing language to user max limit 50 languages

func (*Client) PatchUserRoutingskillsBulk

func (a *Client) PatchUserRoutingskillsBulk(ctx context.Context, params *PatchUserRoutingskillsBulkParams) (*PatchUserRoutingskillsBulkOK, error)

PatchUserRoutingskillsBulk bulks add routing skills to user

func (*Client) PatchUsersBulk

func (a *Client) PatchUsersBulk(ctx context.Context, params *PatchUsersBulkParams) (*PatchUsersBulkOK, error)

PatchUsersBulk updates bulk acd autoanswer on users

func (*Client) PostUserExternalid

PostUserExternalid creates mapping between external identifier and user limit 100 per entity

Authority Name and External key are case sensitive.

func (*Client) PostUserInvite

func (a *Client) PostUserInvite(ctx context.Context, params *PostUserInviteParams) (*PostUserInviteNoContent, error)

PostUserInvite sends an activation email to the user

func (*Client) PostUserPassword

func (a *Client) PostUserPassword(ctx context.Context, params *PostUserPasswordParams) (*PostUserPasswordNoContent, error)

PostUserPassword changes a users password

func (*Client) PostUserRoutinglanguages

func (a *Client) PostUserRoutinglanguages(ctx context.Context, params *PostUserRoutinglanguagesParams) (*PostUserRoutinglanguagesOK, error)

PostUserRoutinglanguages adds routing language to user

func (*Client) PostUserRoutingskills

func (a *Client) PostUserRoutingskills(ctx context.Context, params *PostUserRoutingskillsParams) (*PostUserRoutingskillsOK, error)

PostUserRoutingskills adds routing skill to user

func (*Client) PostUsers

func (a *Client) PostUsers(ctx context.Context, params *PostUsersParams) (*PostUsersOK, error)

PostUsers creates user

If user creation is successful but the provided password is invalid or configuration fails, POST api/v2/users/{userId}/password can be used to re-attempt password configuration.

func (*Client) PostUsersDevelopmentActivitiesAggregatesQuery

PostUsersDevelopmentActivitiesAggregatesQuery retrieves aggregated development activity data

Results are filtered based on the applicable permissions.

func (*Client) PostUsersMePassword

func (a *Client) PostUsersMePassword(ctx context.Context, params *PostUsersMePasswordParams) (*PostUsersMePasswordNoContent, error)

PostUsersMePassword changes your password

func (*Client) PostUsersSearch

func (a *Client) PostUsersSearch(ctx context.Context, params *PostUsersSearchParams) (*PostUsersSearchOK, error)

PostUsersSearch searches users

func (*Client) PostUsersSearchTeamsAssign

func (a *Client) PostUsersSearchTeamsAssign(ctx context.Context, params *PostUsersSearchTeamsAssignParams) (*PostUsersSearchTeamsAssignOK, error)

PostUsersSearchTeamsAssign searches users assigned to teams

func (*Client) PutUserCallforwarding

func (a *Client) PutUserCallforwarding(ctx context.Context, params *PutUserCallforwardingParams) (*PutUserCallforwardingOK, error)

PutUserCallforwarding updates a user s call forwarding

func (*Client) PutUserOutofoffice

func (a *Client) PutUserOutofoffice(ctx context.Context, params *PutUserOutofofficeParams) (*PutUserOutofofficeOK, error)

PutUserOutofoffice updates an out of office

func (*Client) PutUserProfileskills

func (a *Client) PutUserProfileskills(ctx context.Context, params *PutUserProfileskillsParams) (*PutUserProfileskillsOK, error)

PutUserProfileskills updates profile skills for a user

func (*Client) PutUserRoutingskill

func (a *Client) PutUserRoutingskill(ctx context.Context, params *PutUserRoutingskillParams) (*PutUserRoutingskillOK, error)

PutUserRoutingskill updates routing skill proficiency or state

func (*Client) PutUserRoutingskillsBulk

func (a *Client) PutUserRoutingskillsBulk(ctx context.Context, params *PutUserRoutingskillsBulkParams) (*PutUserRoutingskillsBulkOK, error)

PutUserRoutingskillsBulk replaces all routing skills assigned to a user

func (*Client) PutUserRoutingstatus

func (a *Client) PutUserRoutingstatus(ctx context.Context, params *PutUserRoutingstatusParams) (*PutUserRoutingstatusOK, error)

PutUserRoutingstatus updates the routing status of a user

func (*Client) PutUserState

func (a *Client) PutUserState(ctx context.Context, params *PutUserStateParams) (*PutUserStateOK, error)

PutUserState updates user state information

func (*Client) PutUserStationAssociatedstationStationID

PutUserStationAssociatedstationStationID sets associated station

func (*Client) PutUserStationDefaultstationStationID

PutUserStationDefaultstationStationID sets default station

type DeleteUserBadRequest

type DeleteUserBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewDeleteUserBadRequest

func NewDeleteUserBadRequest() *DeleteUserBadRequest

NewDeleteUserBadRequest creates a DeleteUserBadRequest with default headers values

func (*DeleteUserBadRequest) Error

func (o *DeleteUserBadRequest) Error() string

func (*DeleteUserBadRequest) GetPayload

func (o *DeleteUserBadRequest) GetPayload() *models.ErrorBody

func (*DeleteUserBadRequest) IsClientError

func (o *DeleteUserBadRequest) IsClientError() bool

IsClientError returns true when this delete user bad request response has a 4xx status code

func (*DeleteUserBadRequest) IsCode

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

IsCode returns true when this delete user bad request response a status code equal to that given

func (*DeleteUserBadRequest) IsRedirect

func (o *DeleteUserBadRequest) IsRedirect() bool

IsRedirect returns true when this delete user bad request response has a 3xx status code

func (*DeleteUserBadRequest) IsServerError

func (o *DeleteUserBadRequest) IsServerError() bool

IsServerError returns true when this delete user bad request response has a 5xx status code

func (*DeleteUserBadRequest) IsSuccess

func (o *DeleteUserBadRequest) IsSuccess() bool

IsSuccess returns true when this delete user bad request response has a 2xx status code

func (*DeleteUserBadRequest) String

func (o *DeleteUserBadRequest) String() string

type DeleteUserForbidden

type DeleteUserForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteUserForbidden

func NewDeleteUserForbidden() *DeleteUserForbidden

NewDeleteUserForbidden creates a DeleteUserForbidden with default headers values

func (*DeleteUserForbidden) Error

func (o *DeleteUserForbidden) Error() string

func (*DeleteUserForbidden) GetPayload

func (o *DeleteUserForbidden) GetPayload() *models.ErrorBody

func (*DeleteUserForbidden) IsClientError

func (o *DeleteUserForbidden) IsClientError() bool

IsClientError returns true when this delete user forbidden response has a 4xx status code

func (*DeleteUserForbidden) IsCode

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

IsCode returns true when this delete user forbidden response a status code equal to that given

func (*DeleteUserForbidden) IsRedirect

func (o *DeleteUserForbidden) IsRedirect() bool

IsRedirect returns true when this delete user forbidden response has a 3xx status code

func (*DeleteUserForbidden) IsServerError

func (o *DeleteUserForbidden) IsServerError() bool

IsServerError returns true when this delete user forbidden response has a 5xx status code

func (*DeleteUserForbidden) IsSuccess

func (o *DeleteUserForbidden) IsSuccess() bool

IsSuccess returns true when this delete user forbidden response has a 2xx status code

func (*DeleteUserForbidden) String

func (o *DeleteUserForbidden) String() string

type DeleteUserGatewayTimeout

type DeleteUserGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteUserGatewayTimeout

func NewDeleteUserGatewayTimeout() *DeleteUserGatewayTimeout

NewDeleteUserGatewayTimeout creates a DeleteUserGatewayTimeout with default headers values

func (*DeleteUserGatewayTimeout) Error

func (o *DeleteUserGatewayTimeout) Error() string

func (*DeleteUserGatewayTimeout) GetPayload

func (o *DeleteUserGatewayTimeout) GetPayload() *models.ErrorBody

func (*DeleteUserGatewayTimeout) IsClientError

func (o *DeleteUserGatewayTimeout) IsClientError() bool

IsClientError returns true when this delete user gateway timeout response has a 4xx status code

func (*DeleteUserGatewayTimeout) IsCode

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

IsCode returns true when this delete user gateway timeout response a status code equal to that given

func (*DeleteUserGatewayTimeout) IsRedirect

func (o *DeleteUserGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this delete user gateway timeout response has a 3xx status code

func (*DeleteUserGatewayTimeout) IsServerError

func (o *DeleteUserGatewayTimeout) IsServerError() bool

IsServerError returns true when this delete user gateway timeout response has a 5xx status code

func (*DeleteUserGatewayTimeout) IsSuccess

func (o *DeleteUserGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this delete user gateway timeout response has a 2xx status code

func (*DeleteUserGatewayTimeout) String

func (o *DeleteUserGatewayTimeout) String() string

type DeleteUserInternalServerError

type DeleteUserInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteUserInternalServerError

func NewDeleteUserInternalServerError() *DeleteUserInternalServerError

NewDeleteUserInternalServerError creates a DeleteUserInternalServerError with default headers values

func (*DeleteUserInternalServerError) Error

func (*DeleteUserInternalServerError) GetPayload

func (*DeleteUserInternalServerError) IsClientError

func (o *DeleteUserInternalServerError) IsClientError() bool

IsClientError returns true when this delete user internal server error response has a 4xx status code

func (*DeleteUserInternalServerError) IsCode

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

IsCode returns true when this delete user internal server error response a status code equal to that given

func (*DeleteUserInternalServerError) IsRedirect

func (o *DeleteUserInternalServerError) IsRedirect() bool

IsRedirect returns true when this delete user internal server error response has a 3xx status code

func (*DeleteUserInternalServerError) IsServerError

func (o *DeleteUserInternalServerError) IsServerError() bool

IsServerError returns true when this delete user internal server error response has a 5xx status code

func (*DeleteUserInternalServerError) IsSuccess

func (o *DeleteUserInternalServerError) IsSuccess() bool

IsSuccess returns true when this delete user internal server error response has a 2xx status code

func (*DeleteUserInternalServerError) String

type DeleteUserNotFound

type DeleteUserNotFound struct {
	Payload *models.ErrorBody
}

DeleteUserNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteUserNotFound

func NewDeleteUserNotFound() *DeleteUserNotFound

NewDeleteUserNotFound creates a DeleteUserNotFound with default headers values

func (*DeleteUserNotFound) Error

func (o *DeleteUserNotFound) Error() string

func (*DeleteUserNotFound) GetPayload

func (o *DeleteUserNotFound) GetPayload() *models.ErrorBody

func (*DeleteUserNotFound) IsClientError

func (o *DeleteUserNotFound) IsClientError() bool

IsClientError returns true when this delete user not found response has a 4xx status code

func (*DeleteUserNotFound) IsCode

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

IsCode returns true when this delete user not found response a status code equal to that given

func (*DeleteUserNotFound) IsRedirect

func (o *DeleteUserNotFound) IsRedirect() bool

IsRedirect returns true when this delete user not found response has a 3xx status code

func (*DeleteUserNotFound) IsServerError

func (o *DeleteUserNotFound) IsServerError() bool

IsServerError returns true when this delete user not found response has a 5xx status code

func (*DeleteUserNotFound) IsSuccess

func (o *DeleteUserNotFound) IsSuccess() bool

IsSuccess returns true when this delete user not found response has a 2xx status code

func (*DeleteUserNotFound) String

func (o *DeleteUserNotFound) String() string

type DeleteUserOK

type DeleteUserOK struct {
	Payload models.Empty
}

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

successful operation

func NewDeleteUserOK

func NewDeleteUserOK() *DeleteUserOK

NewDeleteUserOK creates a DeleteUserOK with default headers values

func (*DeleteUserOK) Error

func (o *DeleteUserOK) Error() string

func (*DeleteUserOK) GetPayload

func (o *DeleteUserOK) GetPayload() models.Empty

func (*DeleteUserOK) IsClientError

func (o *DeleteUserOK) IsClientError() bool

IsClientError returns true when this delete user o k response has a 4xx status code

func (*DeleteUserOK) IsCode

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

IsCode returns true when this delete user o k response a status code equal to that given

func (*DeleteUserOK) IsRedirect

func (o *DeleteUserOK) IsRedirect() bool

IsRedirect returns true when this delete user o k response has a 3xx status code

func (*DeleteUserOK) IsServerError

func (o *DeleteUserOK) IsServerError() bool

IsServerError returns true when this delete user o k response has a 5xx status code

func (*DeleteUserOK) IsSuccess

func (o *DeleteUserOK) IsSuccess() bool

IsSuccess returns true when this delete user o k response has a 2xx status code

func (*DeleteUserOK) String

func (o *DeleteUserOK) String() string

type DeleteUserParams

type DeleteUserParams struct {

	/* UserID.

	   User ID
	*/
	UserID string

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

DeleteUserParams contains all the parameters to send to the API endpoint

for the delete user operation.

Typically these are written to a http.Request.

func NewDeleteUserParams

func NewDeleteUserParams() *DeleteUserParams

NewDeleteUserParams creates a new DeleteUserParams 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 NewDeleteUserParamsWithContext

func NewDeleteUserParamsWithContext(ctx context.Context) *DeleteUserParams

NewDeleteUserParamsWithContext creates a new DeleteUserParams object with the ability to set a context for a request.

func NewDeleteUserParamsWithHTTPClient

func NewDeleteUserParamsWithHTTPClient(client *http.Client) *DeleteUserParams

NewDeleteUserParamsWithHTTPClient creates a new DeleteUserParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserParamsWithTimeout

func NewDeleteUserParamsWithTimeout(timeout time.Duration) *DeleteUserParams

NewDeleteUserParamsWithTimeout creates a new DeleteUserParams object with the ability to set a timeout on a request.

func (*DeleteUserParams) SetContext

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

SetContext adds the context to the delete user params

func (*DeleteUserParams) SetDefaults

func (o *DeleteUserParams) SetDefaults()

SetDefaults hydrates default values in the delete user params (not the query body).

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

func (*DeleteUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user params

func (*DeleteUserParams) SetTimeout

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

SetTimeout adds the timeout to the delete user params

func (*DeleteUserParams) SetUserID

func (o *DeleteUserParams) SetUserID(userID string)

SetUserID adds the userId to the delete user params

func (*DeleteUserParams) WithContext

func (o *DeleteUserParams) WithContext(ctx context.Context) *DeleteUserParams

WithContext adds the context to the delete user params

func (*DeleteUserParams) WithDefaults

func (o *DeleteUserParams) WithDefaults() *DeleteUserParams

WithDefaults hydrates default values in the delete user params (not the query body).

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

func (*DeleteUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete user params

func (*DeleteUserParams) WithTimeout

func (o *DeleteUserParams) WithTimeout(timeout time.Duration) *DeleteUserParams

WithTimeout adds the timeout to the delete user params

func (*DeleteUserParams) WithUserID

func (o *DeleteUserParams) WithUserID(userID string) *DeleteUserParams

WithUserID adds the userID to the delete user params

func (*DeleteUserParams) WriteToRequest

func (o *DeleteUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteUserReader

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

DeleteUserReader is a Reader for the DeleteUser structure.

func (*DeleteUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserRequestEntityTooLarge

type DeleteUserRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteUserRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteUserRequestEntityTooLarge

func NewDeleteUserRequestEntityTooLarge() *DeleteUserRequestEntityTooLarge

NewDeleteUserRequestEntityTooLarge creates a DeleteUserRequestEntityTooLarge with default headers values

func (*DeleteUserRequestEntityTooLarge) Error

func (*DeleteUserRequestEntityTooLarge) GetPayload

func (*DeleteUserRequestEntityTooLarge) IsClientError

func (o *DeleteUserRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this delete user request entity too large response has a 4xx status code

func (*DeleteUserRequestEntityTooLarge) IsCode

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

IsCode returns true when this delete user request entity too large response a status code equal to that given

func (*DeleteUserRequestEntityTooLarge) IsRedirect

func (o *DeleteUserRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this delete user request entity too large response has a 3xx status code

func (*DeleteUserRequestEntityTooLarge) IsServerError

func (o *DeleteUserRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this delete user request entity too large response has a 5xx status code

func (*DeleteUserRequestEntityTooLarge) IsSuccess

func (o *DeleteUserRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this delete user request entity too large response has a 2xx status code

func (*DeleteUserRequestEntityTooLarge) String

type DeleteUserRequestTimeout

type DeleteUserRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteUserRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteUserRequestTimeout

func NewDeleteUserRequestTimeout() *DeleteUserRequestTimeout

NewDeleteUserRequestTimeout creates a DeleteUserRequestTimeout with default headers values

func (*DeleteUserRequestTimeout) Error

func (o *DeleteUserRequestTimeout) Error() string

func (*DeleteUserRequestTimeout) GetPayload

func (o *DeleteUserRequestTimeout) GetPayload() *models.ErrorBody

func (*DeleteUserRequestTimeout) IsClientError

func (o *DeleteUserRequestTimeout) IsClientError() bool

IsClientError returns true when this delete user request timeout response has a 4xx status code

func (*DeleteUserRequestTimeout) IsCode

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

IsCode returns true when this delete user request timeout response a status code equal to that given

func (*DeleteUserRequestTimeout) IsRedirect

func (o *DeleteUserRequestTimeout) IsRedirect() bool

IsRedirect returns true when this delete user request timeout response has a 3xx status code

func (*DeleteUserRequestTimeout) IsServerError

func (o *DeleteUserRequestTimeout) IsServerError() bool

IsServerError returns true when this delete user request timeout response has a 5xx status code

func (*DeleteUserRequestTimeout) IsSuccess

func (o *DeleteUserRequestTimeout) IsSuccess() bool

IsSuccess returns true when this delete user request timeout response has a 2xx status code

func (*DeleteUserRequestTimeout) String

func (o *DeleteUserRequestTimeout) String() string

type DeleteUserRoutinglanguageBadRequest

type DeleteUserRoutinglanguageBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewDeleteUserRoutinglanguageBadRequest

func NewDeleteUserRoutinglanguageBadRequest() *DeleteUserRoutinglanguageBadRequest

NewDeleteUserRoutinglanguageBadRequest creates a DeleteUserRoutinglanguageBadRequest with default headers values

func (*DeleteUserRoutinglanguageBadRequest) Error

func (*DeleteUserRoutinglanguageBadRequest) GetPayload

func (*DeleteUserRoutinglanguageBadRequest) IsClientError

func (o *DeleteUserRoutinglanguageBadRequest) IsClientError() bool

IsClientError returns true when this delete user routinglanguage bad request response has a 4xx status code

func (*DeleteUserRoutinglanguageBadRequest) IsCode

IsCode returns true when this delete user routinglanguage bad request response a status code equal to that given

func (*DeleteUserRoutinglanguageBadRequest) IsRedirect

func (o *DeleteUserRoutinglanguageBadRequest) IsRedirect() bool

IsRedirect returns true when this delete user routinglanguage bad request response has a 3xx status code

func (*DeleteUserRoutinglanguageBadRequest) IsServerError

func (o *DeleteUserRoutinglanguageBadRequest) IsServerError() bool

IsServerError returns true when this delete user routinglanguage bad request response has a 5xx status code

func (*DeleteUserRoutinglanguageBadRequest) IsSuccess

IsSuccess returns true when this delete user routinglanguage bad request response has a 2xx status code

func (*DeleteUserRoutinglanguageBadRequest) String

type DeleteUserRoutinglanguageForbidden

type DeleteUserRoutinglanguageForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteUserRoutinglanguageForbidden

func NewDeleteUserRoutinglanguageForbidden() *DeleteUserRoutinglanguageForbidden

NewDeleteUserRoutinglanguageForbidden creates a DeleteUserRoutinglanguageForbidden with default headers values

func (*DeleteUserRoutinglanguageForbidden) Error

func (*DeleteUserRoutinglanguageForbidden) GetPayload

func (*DeleteUserRoutinglanguageForbidden) IsClientError

func (o *DeleteUserRoutinglanguageForbidden) IsClientError() bool

IsClientError returns true when this delete user routinglanguage forbidden response has a 4xx status code

func (*DeleteUserRoutinglanguageForbidden) IsCode

IsCode returns true when this delete user routinglanguage forbidden response a status code equal to that given

func (*DeleteUserRoutinglanguageForbidden) IsRedirect

func (o *DeleteUserRoutinglanguageForbidden) IsRedirect() bool

IsRedirect returns true when this delete user routinglanguage forbidden response has a 3xx status code

func (*DeleteUserRoutinglanguageForbidden) IsServerError

func (o *DeleteUserRoutinglanguageForbidden) IsServerError() bool

IsServerError returns true when this delete user routinglanguage forbidden response has a 5xx status code

func (*DeleteUserRoutinglanguageForbidden) IsSuccess

IsSuccess returns true when this delete user routinglanguage forbidden response has a 2xx status code

func (*DeleteUserRoutinglanguageForbidden) String

type DeleteUserRoutinglanguageGatewayTimeout

type DeleteUserRoutinglanguageGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteUserRoutinglanguageGatewayTimeout

func NewDeleteUserRoutinglanguageGatewayTimeout() *DeleteUserRoutinglanguageGatewayTimeout

NewDeleteUserRoutinglanguageGatewayTimeout creates a DeleteUserRoutinglanguageGatewayTimeout with default headers values

func (*DeleteUserRoutinglanguageGatewayTimeout) Error

func (*DeleteUserRoutinglanguageGatewayTimeout) GetPayload

func (*DeleteUserRoutinglanguageGatewayTimeout) IsClientError

func (o *DeleteUserRoutinglanguageGatewayTimeout) IsClientError() bool

IsClientError returns true when this delete user routinglanguage gateway timeout response has a 4xx status code

func (*DeleteUserRoutinglanguageGatewayTimeout) IsCode

IsCode returns true when this delete user routinglanguage gateway timeout response a status code equal to that given

func (*DeleteUserRoutinglanguageGatewayTimeout) IsRedirect

IsRedirect returns true when this delete user routinglanguage gateway timeout response has a 3xx status code

func (*DeleteUserRoutinglanguageGatewayTimeout) IsServerError

func (o *DeleteUserRoutinglanguageGatewayTimeout) IsServerError() bool

IsServerError returns true when this delete user routinglanguage gateway timeout response has a 5xx status code

func (*DeleteUserRoutinglanguageGatewayTimeout) IsSuccess

IsSuccess returns true when this delete user routinglanguage gateway timeout response has a 2xx status code

func (*DeleteUserRoutinglanguageGatewayTimeout) String

type DeleteUserRoutinglanguageInternalServerError

type DeleteUserRoutinglanguageInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteUserRoutinglanguageInternalServerError

func NewDeleteUserRoutinglanguageInternalServerError() *DeleteUserRoutinglanguageInternalServerError

NewDeleteUserRoutinglanguageInternalServerError creates a DeleteUserRoutinglanguageInternalServerError with default headers values

func (*DeleteUserRoutinglanguageInternalServerError) Error

func (*DeleteUserRoutinglanguageInternalServerError) GetPayload

func (*DeleteUserRoutinglanguageInternalServerError) IsClientError

IsClientError returns true when this delete user routinglanguage internal server error response has a 4xx status code

func (*DeleteUserRoutinglanguageInternalServerError) IsCode

IsCode returns true when this delete user routinglanguage internal server error response a status code equal to that given

func (*DeleteUserRoutinglanguageInternalServerError) IsRedirect

IsRedirect returns true when this delete user routinglanguage internal server error response has a 3xx status code

func (*DeleteUserRoutinglanguageInternalServerError) IsServerError

IsServerError returns true when this delete user routinglanguage internal server error response has a 5xx status code

func (*DeleteUserRoutinglanguageInternalServerError) IsSuccess

IsSuccess returns true when this delete user routinglanguage internal server error response has a 2xx status code

func (*DeleteUserRoutinglanguageInternalServerError) String

type DeleteUserRoutinglanguageNoContent

type DeleteUserRoutinglanguageNoContent struct {
}

DeleteUserRoutinglanguageNoContent describes a response with status code 204, with default header values.

Language removed

func NewDeleteUserRoutinglanguageNoContent

func NewDeleteUserRoutinglanguageNoContent() *DeleteUserRoutinglanguageNoContent

NewDeleteUserRoutinglanguageNoContent creates a DeleteUserRoutinglanguageNoContent with default headers values

func (*DeleteUserRoutinglanguageNoContent) Error

func (*DeleteUserRoutinglanguageNoContent) IsClientError

func (o *DeleteUserRoutinglanguageNoContent) IsClientError() bool

IsClientError returns true when this delete user routinglanguage no content response has a 4xx status code

func (*DeleteUserRoutinglanguageNoContent) IsCode

IsCode returns true when this delete user routinglanguage no content response a status code equal to that given

func (*DeleteUserRoutinglanguageNoContent) IsRedirect

func (o *DeleteUserRoutinglanguageNoContent) IsRedirect() bool

IsRedirect returns true when this delete user routinglanguage no content response has a 3xx status code

func (*DeleteUserRoutinglanguageNoContent) IsServerError

func (o *DeleteUserRoutinglanguageNoContent) IsServerError() bool

IsServerError returns true when this delete user routinglanguage no content response has a 5xx status code

func (*DeleteUserRoutinglanguageNoContent) IsSuccess

IsSuccess returns true when this delete user routinglanguage no content response has a 2xx status code

func (*DeleteUserRoutinglanguageNoContent) String

type DeleteUserRoutinglanguageNotFound

type DeleteUserRoutinglanguageNotFound struct {
	Payload *models.ErrorBody
}

DeleteUserRoutinglanguageNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteUserRoutinglanguageNotFound

func NewDeleteUserRoutinglanguageNotFound() *DeleteUserRoutinglanguageNotFound

NewDeleteUserRoutinglanguageNotFound creates a DeleteUserRoutinglanguageNotFound with default headers values

func (*DeleteUserRoutinglanguageNotFound) Error

func (*DeleteUserRoutinglanguageNotFound) GetPayload

func (*DeleteUserRoutinglanguageNotFound) IsClientError

func (o *DeleteUserRoutinglanguageNotFound) IsClientError() bool

IsClientError returns true when this delete user routinglanguage not found response has a 4xx status code

func (*DeleteUserRoutinglanguageNotFound) IsCode

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

IsCode returns true when this delete user routinglanguage not found response a status code equal to that given

func (*DeleteUserRoutinglanguageNotFound) IsRedirect

func (o *DeleteUserRoutinglanguageNotFound) IsRedirect() bool

IsRedirect returns true when this delete user routinglanguage not found response has a 3xx status code

func (*DeleteUserRoutinglanguageNotFound) IsServerError

func (o *DeleteUserRoutinglanguageNotFound) IsServerError() bool

IsServerError returns true when this delete user routinglanguage not found response has a 5xx status code

func (*DeleteUserRoutinglanguageNotFound) IsSuccess

func (o *DeleteUserRoutinglanguageNotFound) IsSuccess() bool

IsSuccess returns true when this delete user routinglanguage not found response has a 2xx status code

func (*DeleteUserRoutinglanguageNotFound) String

type DeleteUserRoutinglanguageParams

type DeleteUserRoutinglanguageParams struct {

	/* LanguageID.

	   languageId
	*/
	LanguageID string

	/* UserID.

	   User ID
	*/
	UserID string

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

DeleteUserRoutinglanguageParams contains all the parameters to send to the API endpoint

for the delete user routinglanguage operation.

Typically these are written to a http.Request.

func NewDeleteUserRoutinglanguageParams

func NewDeleteUserRoutinglanguageParams() *DeleteUserRoutinglanguageParams

NewDeleteUserRoutinglanguageParams creates a new DeleteUserRoutinglanguageParams 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 NewDeleteUserRoutinglanguageParamsWithContext

func NewDeleteUserRoutinglanguageParamsWithContext(ctx context.Context) *DeleteUserRoutinglanguageParams

NewDeleteUserRoutinglanguageParamsWithContext creates a new DeleteUserRoutinglanguageParams object with the ability to set a context for a request.

func NewDeleteUserRoutinglanguageParamsWithHTTPClient

func NewDeleteUserRoutinglanguageParamsWithHTTPClient(client *http.Client) *DeleteUserRoutinglanguageParams

NewDeleteUserRoutinglanguageParamsWithHTTPClient creates a new DeleteUserRoutinglanguageParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserRoutinglanguageParamsWithTimeout

func NewDeleteUserRoutinglanguageParamsWithTimeout(timeout time.Duration) *DeleteUserRoutinglanguageParams

NewDeleteUserRoutinglanguageParamsWithTimeout creates a new DeleteUserRoutinglanguageParams object with the ability to set a timeout on a request.

func (*DeleteUserRoutinglanguageParams) SetContext

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

SetContext adds the context to the delete user routinglanguage params

func (*DeleteUserRoutinglanguageParams) SetDefaults

func (o *DeleteUserRoutinglanguageParams) SetDefaults()

SetDefaults hydrates default values in the delete user routinglanguage params (not the query body).

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

func (*DeleteUserRoutinglanguageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user routinglanguage params

func (*DeleteUserRoutinglanguageParams) SetLanguageID

func (o *DeleteUserRoutinglanguageParams) SetLanguageID(languageID string)

SetLanguageID adds the languageId to the delete user routinglanguage params

func (*DeleteUserRoutinglanguageParams) SetTimeout

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

SetTimeout adds the timeout to the delete user routinglanguage params

func (*DeleteUserRoutinglanguageParams) SetUserID

func (o *DeleteUserRoutinglanguageParams) SetUserID(userID string)

SetUserID adds the userId to the delete user routinglanguage params

func (*DeleteUserRoutinglanguageParams) WithContext

WithContext adds the context to the delete user routinglanguage params

func (*DeleteUserRoutinglanguageParams) WithDefaults

WithDefaults hydrates default values in the delete user routinglanguage params (not the query body).

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

func (*DeleteUserRoutinglanguageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete user routinglanguage params

func (*DeleteUserRoutinglanguageParams) WithLanguageID

WithLanguageID adds the languageID to the delete user routinglanguage params

func (*DeleteUserRoutinglanguageParams) WithTimeout

WithTimeout adds the timeout to the delete user routinglanguage params

func (*DeleteUserRoutinglanguageParams) WithUserID

WithUserID adds the userID to the delete user routinglanguage params

func (*DeleteUserRoutinglanguageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserRoutinglanguageReader

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

DeleteUserRoutinglanguageReader is a Reader for the DeleteUserRoutinglanguage structure.

func (*DeleteUserRoutinglanguageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserRoutinglanguageRequestEntityTooLarge

type DeleteUserRoutinglanguageRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteUserRoutinglanguageRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteUserRoutinglanguageRequestEntityTooLarge

func NewDeleteUserRoutinglanguageRequestEntityTooLarge() *DeleteUserRoutinglanguageRequestEntityTooLarge

NewDeleteUserRoutinglanguageRequestEntityTooLarge creates a DeleteUserRoutinglanguageRequestEntityTooLarge with default headers values

func (*DeleteUserRoutinglanguageRequestEntityTooLarge) Error

func (*DeleteUserRoutinglanguageRequestEntityTooLarge) GetPayload

func (*DeleteUserRoutinglanguageRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete user routinglanguage request entity too large response has a 4xx status code

func (*DeleteUserRoutinglanguageRequestEntityTooLarge) IsCode

IsCode returns true when this delete user routinglanguage request entity too large response a status code equal to that given

func (*DeleteUserRoutinglanguageRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete user routinglanguage request entity too large response has a 3xx status code

func (*DeleteUserRoutinglanguageRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete user routinglanguage request entity too large response has a 5xx status code

func (*DeleteUserRoutinglanguageRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete user routinglanguage request entity too large response has a 2xx status code

func (*DeleteUserRoutinglanguageRequestEntityTooLarge) String

type DeleteUserRoutinglanguageRequestTimeout

type DeleteUserRoutinglanguageRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteUserRoutinglanguageRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteUserRoutinglanguageRequestTimeout

func NewDeleteUserRoutinglanguageRequestTimeout() *DeleteUserRoutinglanguageRequestTimeout

NewDeleteUserRoutinglanguageRequestTimeout creates a DeleteUserRoutinglanguageRequestTimeout with default headers values

func (*DeleteUserRoutinglanguageRequestTimeout) Error

func (*DeleteUserRoutinglanguageRequestTimeout) GetPayload

func (*DeleteUserRoutinglanguageRequestTimeout) IsClientError

func (o *DeleteUserRoutinglanguageRequestTimeout) IsClientError() bool

IsClientError returns true when this delete user routinglanguage request timeout response has a 4xx status code

func (*DeleteUserRoutinglanguageRequestTimeout) IsCode

IsCode returns true when this delete user routinglanguage request timeout response a status code equal to that given

func (*DeleteUserRoutinglanguageRequestTimeout) IsRedirect

IsRedirect returns true when this delete user routinglanguage request timeout response has a 3xx status code

func (*DeleteUserRoutinglanguageRequestTimeout) IsServerError

func (o *DeleteUserRoutinglanguageRequestTimeout) IsServerError() bool

IsServerError returns true when this delete user routinglanguage request timeout response has a 5xx status code

func (*DeleteUserRoutinglanguageRequestTimeout) IsSuccess

IsSuccess returns true when this delete user routinglanguage request timeout response has a 2xx status code

func (*DeleteUserRoutinglanguageRequestTimeout) String

type DeleteUserRoutinglanguageServiceUnavailable

type DeleteUserRoutinglanguageServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteUserRoutinglanguageServiceUnavailable

func NewDeleteUserRoutinglanguageServiceUnavailable() *DeleteUserRoutinglanguageServiceUnavailable

NewDeleteUserRoutinglanguageServiceUnavailable creates a DeleteUserRoutinglanguageServiceUnavailable with default headers values

func (*DeleteUserRoutinglanguageServiceUnavailable) Error

func (*DeleteUserRoutinglanguageServiceUnavailable) GetPayload

func (*DeleteUserRoutinglanguageServiceUnavailable) IsClientError

IsClientError returns true when this delete user routinglanguage service unavailable response has a 4xx status code

func (*DeleteUserRoutinglanguageServiceUnavailable) IsCode

IsCode returns true when this delete user routinglanguage service unavailable response a status code equal to that given

func (*DeleteUserRoutinglanguageServiceUnavailable) IsRedirect

IsRedirect returns true when this delete user routinglanguage service unavailable response has a 3xx status code

func (*DeleteUserRoutinglanguageServiceUnavailable) IsServerError

IsServerError returns true when this delete user routinglanguage service unavailable response has a 5xx status code

func (*DeleteUserRoutinglanguageServiceUnavailable) IsSuccess

IsSuccess returns true when this delete user routinglanguage service unavailable response has a 2xx status code

func (*DeleteUserRoutinglanguageServiceUnavailable) String

type DeleteUserRoutinglanguageTooManyRequests

type DeleteUserRoutinglanguageTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteUserRoutinglanguageTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteUserRoutinglanguageTooManyRequests

func NewDeleteUserRoutinglanguageTooManyRequests() *DeleteUserRoutinglanguageTooManyRequests

NewDeleteUserRoutinglanguageTooManyRequests creates a DeleteUserRoutinglanguageTooManyRequests with default headers values

func (*DeleteUserRoutinglanguageTooManyRequests) Error

func (*DeleteUserRoutinglanguageTooManyRequests) GetPayload

func (*DeleteUserRoutinglanguageTooManyRequests) IsClientError

IsClientError returns true when this delete user routinglanguage too many requests response has a 4xx status code

func (*DeleteUserRoutinglanguageTooManyRequests) IsCode

IsCode returns true when this delete user routinglanguage too many requests response a status code equal to that given

func (*DeleteUserRoutinglanguageTooManyRequests) IsRedirect

IsRedirect returns true when this delete user routinglanguage too many requests response has a 3xx status code

func (*DeleteUserRoutinglanguageTooManyRequests) IsServerError

IsServerError returns true when this delete user routinglanguage too many requests response has a 5xx status code

func (*DeleteUserRoutinglanguageTooManyRequests) IsSuccess

IsSuccess returns true when this delete user routinglanguage too many requests response has a 2xx status code

func (*DeleteUserRoutinglanguageTooManyRequests) String

type DeleteUserRoutinglanguageUnauthorized

type DeleteUserRoutinglanguageUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteUserRoutinglanguageUnauthorized

func NewDeleteUserRoutinglanguageUnauthorized() *DeleteUserRoutinglanguageUnauthorized

NewDeleteUserRoutinglanguageUnauthorized creates a DeleteUserRoutinglanguageUnauthorized with default headers values

func (*DeleteUserRoutinglanguageUnauthorized) Error

func (*DeleteUserRoutinglanguageUnauthorized) GetPayload

func (*DeleteUserRoutinglanguageUnauthorized) IsClientError

func (o *DeleteUserRoutinglanguageUnauthorized) IsClientError() bool

IsClientError returns true when this delete user routinglanguage unauthorized response has a 4xx status code

func (*DeleteUserRoutinglanguageUnauthorized) IsCode

IsCode returns true when this delete user routinglanguage unauthorized response a status code equal to that given

func (*DeleteUserRoutinglanguageUnauthorized) IsRedirect

IsRedirect returns true when this delete user routinglanguage unauthorized response has a 3xx status code

func (*DeleteUserRoutinglanguageUnauthorized) IsServerError

func (o *DeleteUserRoutinglanguageUnauthorized) IsServerError() bool

IsServerError returns true when this delete user routinglanguage unauthorized response has a 5xx status code

func (*DeleteUserRoutinglanguageUnauthorized) IsSuccess

IsSuccess returns true when this delete user routinglanguage unauthorized response has a 2xx status code

func (*DeleteUserRoutinglanguageUnauthorized) String

type DeleteUserRoutinglanguageUnsupportedMediaType

type DeleteUserRoutinglanguageUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteUserRoutinglanguageUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteUserRoutinglanguageUnsupportedMediaType

func NewDeleteUserRoutinglanguageUnsupportedMediaType() *DeleteUserRoutinglanguageUnsupportedMediaType

NewDeleteUserRoutinglanguageUnsupportedMediaType creates a DeleteUserRoutinglanguageUnsupportedMediaType with default headers values

func (*DeleteUserRoutinglanguageUnsupportedMediaType) Error

func (*DeleteUserRoutinglanguageUnsupportedMediaType) GetPayload

func (*DeleteUserRoutinglanguageUnsupportedMediaType) IsClientError

IsClientError returns true when this delete user routinglanguage unsupported media type response has a 4xx status code

func (*DeleteUserRoutinglanguageUnsupportedMediaType) IsCode

IsCode returns true when this delete user routinglanguage unsupported media type response a status code equal to that given

func (*DeleteUserRoutinglanguageUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete user routinglanguage unsupported media type response has a 3xx status code

func (*DeleteUserRoutinglanguageUnsupportedMediaType) IsServerError

IsServerError returns true when this delete user routinglanguage unsupported media type response has a 5xx status code

func (*DeleteUserRoutinglanguageUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete user routinglanguage unsupported media type response has a 2xx status code

func (*DeleteUserRoutinglanguageUnsupportedMediaType) String

type DeleteUserRoutingskillBadRequest

type DeleteUserRoutingskillBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewDeleteUserRoutingskillBadRequest

func NewDeleteUserRoutingskillBadRequest() *DeleteUserRoutingskillBadRequest

NewDeleteUserRoutingskillBadRequest creates a DeleteUserRoutingskillBadRequest with default headers values

func (*DeleteUserRoutingskillBadRequest) Error

func (*DeleteUserRoutingskillBadRequest) GetPayload

func (*DeleteUserRoutingskillBadRequest) IsClientError

func (o *DeleteUserRoutingskillBadRequest) IsClientError() bool

IsClientError returns true when this delete user routingskill bad request response has a 4xx status code

func (*DeleteUserRoutingskillBadRequest) IsCode

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

IsCode returns true when this delete user routingskill bad request response a status code equal to that given

func (*DeleteUserRoutingskillBadRequest) IsRedirect

func (o *DeleteUserRoutingskillBadRequest) IsRedirect() bool

IsRedirect returns true when this delete user routingskill bad request response has a 3xx status code

func (*DeleteUserRoutingskillBadRequest) IsServerError

func (o *DeleteUserRoutingskillBadRequest) IsServerError() bool

IsServerError returns true when this delete user routingskill bad request response has a 5xx status code

func (*DeleteUserRoutingskillBadRequest) IsSuccess

func (o *DeleteUserRoutingskillBadRequest) IsSuccess() bool

IsSuccess returns true when this delete user routingskill bad request response has a 2xx status code

func (*DeleteUserRoutingskillBadRequest) String

type DeleteUserRoutingskillConflict

type DeleteUserRoutingskillConflict struct {
	Payload *models.ErrorBody
}

DeleteUserRoutingskillConflict describes a response with status code 409, with default header values.

Conflict

func NewDeleteUserRoutingskillConflict

func NewDeleteUserRoutingskillConflict() *DeleteUserRoutingskillConflict

NewDeleteUserRoutingskillConflict creates a DeleteUserRoutingskillConflict with default headers values

func (*DeleteUserRoutingskillConflict) Error

func (*DeleteUserRoutingskillConflict) GetPayload

func (*DeleteUserRoutingskillConflict) IsClientError

func (o *DeleteUserRoutingskillConflict) IsClientError() bool

IsClientError returns true when this delete user routingskill conflict response has a 4xx status code

func (*DeleteUserRoutingskillConflict) IsCode

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

IsCode returns true when this delete user routingskill conflict response a status code equal to that given

func (*DeleteUserRoutingskillConflict) IsRedirect

func (o *DeleteUserRoutingskillConflict) IsRedirect() bool

IsRedirect returns true when this delete user routingskill conflict response has a 3xx status code

func (*DeleteUserRoutingskillConflict) IsServerError

func (o *DeleteUserRoutingskillConflict) IsServerError() bool

IsServerError returns true when this delete user routingskill conflict response has a 5xx status code

func (*DeleteUserRoutingskillConflict) IsSuccess

func (o *DeleteUserRoutingskillConflict) IsSuccess() bool

IsSuccess returns true when this delete user routingskill conflict response has a 2xx status code

func (*DeleteUserRoutingskillConflict) String

type DeleteUserRoutingskillForbidden

type DeleteUserRoutingskillForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteUserRoutingskillForbidden

func NewDeleteUserRoutingskillForbidden() *DeleteUserRoutingskillForbidden

NewDeleteUserRoutingskillForbidden creates a DeleteUserRoutingskillForbidden with default headers values

func (*DeleteUserRoutingskillForbidden) Error

func (*DeleteUserRoutingskillForbidden) GetPayload

func (*DeleteUserRoutingskillForbidden) IsClientError

func (o *DeleteUserRoutingskillForbidden) IsClientError() bool

IsClientError returns true when this delete user routingskill forbidden response has a 4xx status code

func (*DeleteUserRoutingskillForbidden) IsCode

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

IsCode returns true when this delete user routingskill forbidden response a status code equal to that given

func (*DeleteUserRoutingskillForbidden) IsRedirect

func (o *DeleteUserRoutingskillForbidden) IsRedirect() bool

IsRedirect returns true when this delete user routingskill forbidden response has a 3xx status code

func (*DeleteUserRoutingskillForbidden) IsServerError

func (o *DeleteUserRoutingskillForbidden) IsServerError() bool

IsServerError returns true when this delete user routingskill forbidden response has a 5xx status code

func (*DeleteUserRoutingskillForbidden) IsSuccess

func (o *DeleteUserRoutingskillForbidden) IsSuccess() bool

IsSuccess returns true when this delete user routingskill forbidden response has a 2xx status code

func (*DeleteUserRoutingskillForbidden) String

type DeleteUserRoutingskillGatewayTimeout

type DeleteUserRoutingskillGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteUserRoutingskillGatewayTimeout

func NewDeleteUserRoutingskillGatewayTimeout() *DeleteUserRoutingskillGatewayTimeout

NewDeleteUserRoutingskillGatewayTimeout creates a DeleteUserRoutingskillGatewayTimeout with default headers values

func (*DeleteUserRoutingskillGatewayTimeout) Error

func (*DeleteUserRoutingskillGatewayTimeout) GetPayload

func (*DeleteUserRoutingskillGatewayTimeout) IsClientError

func (o *DeleteUserRoutingskillGatewayTimeout) IsClientError() bool

IsClientError returns true when this delete user routingskill gateway timeout response has a 4xx status code

func (*DeleteUserRoutingskillGatewayTimeout) IsCode

IsCode returns true when this delete user routingskill gateway timeout response a status code equal to that given

func (*DeleteUserRoutingskillGatewayTimeout) IsRedirect

IsRedirect returns true when this delete user routingskill gateway timeout response has a 3xx status code

func (*DeleteUserRoutingskillGatewayTimeout) IsServerError

func (o *DeleteUserRoutingskillGatewayTimeout) IsServerError() bool

IsServerError returns true when this delete user routingskill gateway timeout response has a 5xx status code

func (*DeleteUserRoutingskillGatewayTimeout) IsSuccess

IsSuccess returns true when this delete user routingskill gateway timeout response has a 2xx status code

func (*DeleteUserRoutingskillGatewayTimeout) String

type DeleteUserRoutingskillInternalServerError

type DeleteUserRoutingskillInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteUserRoutingskillInternalServerError

func NewDeleteUserRoutingskillInternalServerError() *DeleteUserRoutingskillInternalServerError

NewDeleteUserRoutingskillInternalServerError creates a DeleteUserRoutingskillInternalServerError with default headers values

func (*DeleteUserRoutingskillInternalServerError) Error

func (*DeleteUserRoutingskillInternalServerError) GetPayload

func (*DeleteUserRoutingskillInternalServerError) IsClientError

IsClientError returns true when this delete user routingskill internal server error response has a 4xx status code

func (*DeleteUserRoutingskillInternalServerError) IsCode

IsCode returns true when this delete user routingskill internal server error response a status code equal to that given

func (*DeleteUserRoutingskillInternalServerError) IsRedirect

IsRedirect returns true when this delete user routingskill internal server error response has a 3xx status code

func (*DeleteUserRoutingskillInternalServerError) IsServerError

IsServerError returns true when this delete user routingskill internal server error response has a 5xx status code

func (*DeleteUserRoutingskillInternalServerError) IsSuccess

IsSuccess returns true when this delete user routingskill internal server error response has a 2xx status code

func (*DeleteUserRoutingskillInternalServerError) String

type DeleteUserRoutingskillNotFound

type DeleteUserRoutingskillNotFound struct {
	Payload *models.ErrorBody
}

DeleteUserRoutingskillNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteUserRoutingskillNotFound

func NewDeleteUserRoutingskillNotFound() *DeleteUserRoutingskillNotFound

NewDeleteUserRoutingskillNotFound creates a DeleteUserRoutingskillNotFound with default headers values

func (*DeleteUserRoutingskillNotFound) Error

func (*DeleteUserRoutingskillNotFound) GetPayload

func (*DeleteUserRoutingskillNotFound) IsClientError

func (o *DeleteUserRoutingskillNotFound) IsClientError() bool

IsClientError returns true when this delete user routingskill not found response has a 4xx status code

func (*DeleteUserRoutingskillNotFound) IsCode

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

IsCode returns true when this delete user routingskill not found response a status code equal to that given

func (*DeleteUserRoutingskillNotFound) IsRedirect

func (o *DeleteUserRoutingskillNotFound) IsRedirect() bool

IsRedirect returns true when this delete user routingskill not found response has a 3xx status code

func (*DeleteUserRoutingskillNotFound) IsServerError

func (o *DeleteUserRoutingskillNotFound) IsServerError() bool

IsServerError returns true when this delete user routingskill not found response has a 5xx status code

func (*DeleteUserRoutingskillNotFound) IsSuccess

func (o *DeleteUserRoutingskillNotFound) IsSuccess() bool

IsSuccess returns true when this delete user routingskill not found response has a 2xx status code

func (*DeleteUserRoutingskillNotFound) String

type DeleteUserRoutingskillOK

type DeleteUserRoutingskillOK struct {
}

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

Operation was successful.

func NewDeleteUserRoutingskillOK

func NewDeleteUserRoutingskillOK() *DeleteUserRoutingskillOK

NewDeleteUserRoutingskillOK creates a DeleteUserRoutingskillOK with default headers values

func (*DeleteUserRoutingskillOK) Error

func (o *DeleteUserRoutingskillOK) Error() string

func (*DeleteUserRoutingskillOK) IsClientError

func (o *DeleteUserRoutingskillOK) IsClientError() bool

IsClientError returns true when this delete user routingskill o k response has a 4xx status code

func (*DeleteUserRoutingskillOK) IsCode

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

IsCode returns true when this delete user routingskill o k response a status code equal to that given

func (*DeleteUserRoutingskillOK) IsRedirect

func (o *DeleteUserRoutingskillOK) IsRedirect() bool

IsRedirect returns true when this delete user routingskill o k response has a 3xx status code

func (*DeleteUserRoutingskillOK) IsServerError

func (o *DeleteUserRoutingskillOK) IsServerError() bool

IsServerError returns true when this delete user routingskill o k response has a 5xx status code

func (*DeleteUserRoutingskillOK) IsSuccess

func (o *DeleteUserRoutingskillOK) IsSuccess() bool

IsSuccess returns true when this delete user routingskill o k response has a 2xx status code

func (*DeleteUserRoutingskillOK) String

func (o *DeleteUserRoutingskillOK) String() string

type DeleteUserRoutingskillParams

type DeleteUserRoutingskillParams struct {

	/* SkillID.

	   skillId
	*/
	SkillID string

	/* UserID.

	   User ID
	*/
	UserID string

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

DeleteUserRoutingskillParams contains all the parameters to send to the API endpoint

for the delete user routingskill operation.

Typically these are written to a http.Request.

func NewDeleteUserRoutingskillParams

func NewDeleteUserRoutingskillParams() *DeleteUserRoutingskillParams

NewDeleteUserRoutingskillParams creates a new DeleteUserRoutingskillParams 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 NewDeleteUserRoutingskillParamsWithContext

func NewDeleteUserRoutingskillParamsWithContext(ctx context.Context) *DeleteUserRoutingskillParams

NewDeleteUserRoutingskillParamsWithContext creates a new DeleteUserRoutingskillParams object with the ability to set a context for a request.

func NewDeleteUserRoutingskillParamsWithHTTPClient

func NewDeleteUserRoutingskillParamsWithHTTPClient(client *http.Client) *DeleteUserRoutingskillParams

NewDeleteUserRoutingskillParamsWithHTTPClient creates a new DeleteUserRoutingskillParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserRoutingskillParamsWithTimeout

func NewDeleteUserRoutingskillParamsWithTimeout(timeout time.Duration) *DeleteUserRoutingskillParams

NewDeleteUserRoutingskillParamsWithTimeout creates a new DeleteUserRoutingskillParams object with the ability to set a timeout on a request.

func (*DeleteUserRoutingskillParams) SetContext

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

SetContext adds the context to the delete user routingskill params

func (*DeleteUserRoutingskillParams) SetDefaults

func (o *DeleteUserRoutingskillParams) SetDefaults()

SetDefaults hydrates default values in the delete user routingskill params (not the query body).

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

func (*DeleteUserRoutingskillParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user routingskill params

func (*DeleteUserRoutingskillParams) SetSkillID

func (o *DeleteUserRoutingskillParams) SetSkillID(skillID string)

SetSkillID adds the skillId to the delete user routingskill params

func (*DeleteUserRoutingskillParams) SetTimeout

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

SetTimeout adds the timeout to the delete user routingskill params

func (*DeleteUserRoutingskillParams) SetUserID

func (o *DeleteUserRoutingskillParams) SetUserID(userID string)

SetUserID adds the userId to the delete user routingskill params

func (*DeleteUserRoutingskillParams) WithContext

WithContext adds the context to the delete user routingskill params

func (*DeleteUserRoutingskillParams) WithDefaults

WithDefaults hydrates default values in the delete user routingskill params (not the query body).

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

func (*DeleteUserRoutingskillParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete user routingskill params

func (*DeleteUserRoutingskillParams) WithSkillID

WithSkillID adds the skillID to the delete user routingskill params

func (*DeleteUserRoutingskillParams) WithTimeout

WithTimeout adds the timeout to the delete user routingskill params

func (*DeleteUserRoutingskillParams) WithUserID

WithUserID adds the userID to the delete user routingskill params

func (*DeleteUserRoutingskillParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserRoutingskillReader

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

DeleteUserRoutingskillReader is a Reader for the DeleteUserRoutingskill structure.

func (*DeleteUserRoutingskillReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserRoutingskillRequestEntityTooLarge

type DeleteUserRoutingskillRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteUserRoutingskillRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteUserRoutingskillRequestEntityTooLarge

func NewDeleteUserRoutingskillRequestEntityTooLarge() *DeleteUserRoutingskillRequestEntityTooLarge

NewDeleteUserRoutingskillRequestEntityTooLarge creates a DeleteUserRoutingskillRequestEntityTooLarge with default headers values

func (*DeleteUserRoutingskillRequestEntityTooLarge) Error

func (*DeleteUserRoutingskillRequestEntityTooLarge) GetPayload

func (*DeleteUserRoutingskillRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete user routingskill request entity too large response has a 4xx status code

func (*DeleteUserRoutingskillRequestEntityTooLarge) IsCode

IsCode returns true when this delete user routingskill request entity too large response a status code equal to that given

func (*DeleteUserRoutingskillRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete user routingskill request entity too large response has a 3xx status code

func (*DeleteUserRoutingskillRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete user routingskill request entity too large response has a 5xx status code

func (*DeleteUserRoutingskillRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete user routingskill request entity too large response has a 2xx status code

func (*DeleteUserRoutingskillRequestEntityTooLarge) String

type DeleteUserRoutingskillRequestTimeout

type DeleteUserRoutingskillRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteUserRoutingskillRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteUserRoutingskillRequestTimeout

func NewDeleteUserRoutingskillRequestTimeout() *DeleteUserRoutingskillRequestTimeout

NewDeleteUserRoutingskillRequestTimeout creates a DeleteUserRoutingskillRequestTimeout with default headers values

func (*DeleteUserRoutingskillRequestTimeout) Error

func (*DeleteUserRoutingskillRequestTimeout) GetPayload

func (*DeleteUserRoutingskillRequestTimeout) IsClientError

func (o *DeleteUserRoutingskillRequestTimeout) IsClientError() bool

IsClientError returns true when this delete user routingskill request timeout response has a 4xx status code

func (*DeleteUserRoutingskillRequestTimeout) IsCode

IsCode returns true when this delete user routingskill request timeout response a status code equal to that given

func (*DeleteUserRoutingskillRequestTimeout) IsRedirect

IsRedirect returns true when this delete user routingskill request timeout response has a 3xx status code

func (*DeleteUserRoutingskillRequestTimeout) IsServerError

func (o *DeleteUserRoutingskillRequestTimeout) IsServerError() bool

IsServerError returns true when this delete user routingskill request timeout response has a 5xx status code

func (*DeleteUserRoutingskillRequestTimeout) IsSuccess

IsSuccess returns true when this delete user routingskill request timeout response has a 2xx status code

func (*DeleteUserRoutingskillRequestTimeout) String

type DeleteUserRoutingskillServiceUnavailable

type DeleteUserRoutingskillServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteUserRoutingskillServiceUnavailable

func NewDeleteUserRoutingskillServiceUnavailable() *DeleteUserRoutingskillServiceUnavailable

NewDeleteUserRoutingskillServiceUnavailable creates a DeleteUserRoutingskillServiceUnavailable with default headers values

func (*DeleteUserRoutingskillServiceUnavailable) Error

func (*DeleteUserRoutingskillServiceUnavailable) GetPayload

func (*DeleteUserRoutingskillServiceUnavailable) IsClientError

IsClientError returns true when this delete user routingskill service unavailable response has a 4xx status code

func (*DeleteUserRoutingskillServiceUnavailable) IsCode

IsCode returns true when this delete user routingskill service unavailable response a status code equal to that given

func (*DeleteUserRoutingskillServiceUnavailable) IsRedirect

IsRedirect returns true when this delete user routingskill service unavailable response has a 3xx status code

func (*DeleteUserRoutingskillServiceUnavailable) IsServerError

IsServerError returns true when this delete user routingskill service unavailable response has a 5xx status code

func (*DeleteUserRoutingskillServiceUnavailable) IsSuccess

IsSuccess returns true when this delete user routingskill service unavailable response has a 2xx status code

func (*DeleteUserRoutingskillServiceUnavailable) String

type DeleteUserRoutingskillTooManyRequests

type DeleteUserRoutingskillTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteUserRoutingskillTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteUserRoutingskillTooManyRequests

func NewDeleteUserRoutingskillTooManyRequests() *DeleteUserRoutingskillTooManyRequests

NewDeleteUserRoutingskillTooManyRequests creates a DeleteUserRoutingskillTooManyRequests with default headers values

func (*DeleteUserRoutingskillTooManyRequests) Error

func (*DeleteUserRoutingskillTooManyRequests) GetPayload

func (*DeleteUserRoutingskillTooManyRequests) IsClientError

func (o *DeleteUserRoutingskillTooManyRequests) IsClientError() bool

IsClientError returns true when this delete user routingskill too many requests response has a 4xx status code

func (*DeleteUserRoutingskillTooManyRequests) IsCode

IsCode returns true when this delete user routingskill too many requests response a status code equal to that given

func (*DeleteUserRoutingskillTooManyRequests) IsRedirect

IsRedirect returns true when this delete user routingskill too many requests response has a 3xx status code

func (*DeleteUserRoutingskillTooManyRequests) IsServerError

func (o *DeleteUserRoutingskillTooManyRequests) IsServerError() bool

IsServerError returns true when this delete user routingskill too many requests response has a 5xx status code

func (*DeleteUserRoutingskillTooManyRequests) IsSuccess

IsSuccess returns true when this delete user routingskill too many requests response has a 2xx status code

func (*DeleteUserRoutingskillTooManyRequests) String

type DeleteUserRoutingskillUnauthorized

type DeleteUserRoutingskillUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteUserRoutingskillUnauthorized

func NewDeleteUserRoutingskillUnauthorized() *DeleteUserRoutingskillUnauthorized

NewDeleteUserRoutingskillUnauthorized creates a DeleteUserRoutingskillUnauthorized with default headers values

func (*DeleteUserRoutingskillUnauthorized) Error

func (*DeleteUserRoutingskillUnauthorized) GetPayload

func (*DeleteUserRoutingskillUnauthorized) IsClientError

func (o *DeleteUserRoutingskillUnauthorized) IsClientError() bool

IsClientError returns true when this delete user routingskill unauthorized response has a 4xx status code

func (*DeleteUserRoutingskillUnauthorized) IsCode

IsCode returns true when this delete user routingskill unauthorized response a status code equal to that given

func (*DeleteUserRoutingskillUnauthorized) IsRedirect

func (o *DeleteUserRoutingskillUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete user routingskill unauthorized response has a 3xx status code

func (*DeleteUserRoutingskillUnauthorized) IsServerError

func (o *DeleteUserRoutingskillUnauthorized) IsServerError() bool

IsServerError returns true when this delete user routingskill unauthorized response has a 5xx status code

func (*DeleteUserRoutingskillUnauthorized) IsSuccess

IsSuccess returns true when this delete user routingskill unauthorized response has a 2xx status code

func (*DeleteUserRoutingskillUnauthorized) String

type DeleteUserRoutingskillUnsupportedMediaType

type DeleteUserRoutingskillUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteUserRoutingskillUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteUserRoutingskillUnsupportedMediaType

func NewDeleteUserRoutingskillUnsupportedMediaType() *DeleteUserRoutingskillUnsupportedMediaType

NewDeleteUserRoutingskillUnsupportedMediaType creates a DeleteUserRoutingskillUnsupportedMediaType with default headers values

func (*DeleteUserRoutingskillUnsupportedMediaType) Error

func (*DeleteUserRoutingskillUnsupportedMediaType) GetPayload

func (*DeleteUserRoutingskillUnsupportedMediaType) IsClientError

IsClientError returns true when this delete user routingskill unsupported media type response has a 4xx status code

func (*DeleteUserRoutingskillUnsupportedMediaType) IsCode

IsCode returns true when this delete user routingskill unsupported media type response a status code equal to that given

func (*DeleteUserRoutingskillUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete user routingskill unsupported media type response has a 3xx status code

func (*DeleteUserRoutingskillUnsupportedMediaType) IsServerError

IsServerError returns true when this delete user routingskill unsupported media type response has a 5xx status code

func (*DeleteUserRoutingskillUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete user routingskill unsupported media type response has a 2xx status code

func (*DeleteUserRoutingskillUnsupportedMediaType) String

type DeleteUserServiceUnavailable

type DeleteUserServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteUserServiceUnavailable

func NewDeleteUserServiceUnavailable() *DeleteUserServiceUnavailable

NewDeleteUserServiceUnavailable creates a DeleteUserServiceUnavailable with default headers values

func (*DeleteUserServiceUnavailable) Error

func (*DeleteUserServiceUnavailable) GetPayload

func (*DeleteUserServiceUnavailable) IsClientError

func (o *DeleteUserServiceUnavailable) IsClientError() bool

IsClientError returns true when this delete user service unavailable response has a 4xx status code

func (*DeleteUserServiceUnavailable) IsCode

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

IsCode returns true when this delete user service unavailable response a status code equal to that given

func (*DeleteUserServiceUnavailable) IsRedirect

func (o *DeleteUserServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this delete user service unavailable response has a 3xx status code

func (*DeleteUserServiceUnavailable) IsServerError

func (o *DeleteUserServiceUnavailable) IsServerError() bool

IsServerError returns true when this delete user service unavailable response has a 5xx status code

func (*DeleteUserServiceUnavailable) IsSuccess

func (o *DeleteUserServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this delete user service unavailable response has a 2xx status code

func (*DeleteUserServiceUnavailable) String

type DeleteUserStationAssociatedstationAccepted

type DeleteUserStationAssociatedstationAccepted struct {
}

DeleteUserStationAssociatedstationAccepted describes a response with status code 202, with default header values.

Success

func NewDeleteUserStationAssociatedstationAccepted

func NewDeleteUserStationAssociatedstationAccepted() *DeleteUserStationAssociatedstationAccepted

NewDeleteUserStationAssociatedstationAccepted creates a DeleteUserStationAssociatedstationAccepted with default headers values

func (*DeleteUserStationAssociatedstationAccepted) Error

func (*DeleteUserStationAssociatedstationAccepted) IsClientError

IsClientError returns true when this delete user station associatedstation accepted response has a 4xx status code

func (*DeleteUserStationAssociatedstationAccepted) IsCode

IsCode returns true when this delete user station associatedstation accepted response a status code equal to that given

func (*DeleteUserStationAssociatedstationAccepted) IsRedirect

IsRedirect returns true when this delete user station associatedstation accepted response has a 3xx status code

func (*DeleteUserStationAssociatedstationAccepted) IsServerError

IsServerError returns true when this delete user station associatedstation accepted response has a 5xx status code

func (*DeleteUserStationAssociatedstationAccepted) IsSuccess

IsSuccess returns true when this delete user station associatedstation accepted response has a 2xx status code

func (*DeleteUserStationAssociatedstationAccepted) String

type DeleteUserStationAssociatedstationBadRequest

type DeleteUserStationAssociatedstationBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewDeleteUserStationAssociatedstationBadRequest

func NewDeleteUserStationAssociatedstationBadRequest() *DeleteUserStationAssociatedstationBadRequest

NewDeleteUserStationAssociatedstationBadRequest creates a DeleteUserStationAssociatedstationBadRequest with default headers values

func (*DeleteUserStationAssociatedstationBadRequest) Error

func (*DeleteUserStationAssociatedstationBadRequest) GetPayload

func (*DeleteUserStationAssociatedstationBadRequest) IsClientError

IsClientError returns true when this delete user station associatedstation bad request response has a 4xx status code

func (*DeleteUserStationAssociatedstationBadRequest) IsCode

IsCode returns true when this delete user station associatedstation bad request response a status code equal to that given

func (*DeleteUserStationAssociatedstationBadRequest) IsRedirect

IsRedirect returns true when this delete user station associatedstation bad request response has a 3xx status code

func (*DeleteUserStationAssociatedstationBadRequest) IsServerError

IsServerError returns true when this delete user station associatedstation bad request response has a 5xx status code

func (*DeleteUserStationAssociatedstationBadRequest) IsSuccess

IsSuccess returns true when this delete user station associatedstation bad request response has a 2xx status code

func (*DeleteUserStationAssociatedstationBadRequest) String

type DeleteUserStationAssociatedstationForbidden

type DeleteUserStationAssociatedstationForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteUserStationAssociatedstationForbidden

func NewDeleteUserStationAssociatedstationForbidden() *DeleteUserStationAssociatedstationForbidden

NewDeleteUserStationAssociatedstationForbidden creates a DeleteUserStationAssociatedstationForbidden with default headers values

func (*DeleteUserStationAssociatedstationForbidden) Error

func (*DeleteUserStationAssociatedstationForbidden) GetPayload

func (*DeleteUserStationAssociatedstationForbidden) IsClientError

IsClientError returns true when this delete user station associatedstation forbidden response has a 4xx status code

func (*DeleteUserStationAssociatedstationForbidden) IsCode

IsCode returns true when this delete user station associatedstation forbidden response a status code equal to that given

func (*DeleteUserStationAssociatedstationForbidden) IsRedirect

IsRedirect returns true when this delete user station associatedstation forbidden response has a 3xx status code

func (*DeleteUserStationAssociatedstationForbidden) IsServerError

IsServerError returns true when this delete user station associatedstation forbidden response has a 5xx status code

func (*DeleteUserStationAssociatedstationForbidden) IsSuccess

IsSuccess returns true when this delete user station associatedstation forbidden response has a 2xx status code

func (*DeleteUserStationAssociatedstationForbidden) String

type DeleteUserStationAssociatedstationGatewayTimeout

type DeleteUserStationAssociatedstationGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteUserStationAssociatedstationGatewayTimeout

func NewDeleteUserStationAssociatedstationGatewayTimeout() *DeleteUserStationAssociatedstationGatewayTimeout

NewDeleteUserStationAssociatedstationGatewayTimeout creates a DeleteUserStationAssociatedstationGatewayTimeout with default headers values

func (*DeleteUserStationAssociatedstationGatewayTimeout) Error

func (*DeleteUserStationAssociatedstationGatewayTimeout) GetPayload

func (*DeleteUserStationAssociatedstationGatewayTimeout) IsClientError

IsClientError returns true when this delete user station associatedstation gateway timeout response has a 4xx status code

func (*DeleteUserStationAssociatedstationGatewayTimeout) IsCode

IsCode returns true when this delete user station associatedstation gateway timeout response a status code equal to that given

func (*DeleteUserStationAssociatedstationGatewayTimeout) IsRedirect

IsRedirect returns true when this delete user station associatedstation gateway timeout response has a 3xx status code

func (*DeleteUserStationAssociatedstationGatewayTimeout) IsServerError

IsServerError returns true when this delete user station associatedstation gateway timeout response has a 5xx status code

func (*DeleteUserStationAssociatedstationGatewayTimeout) IsSuccess

IsSuccess returns true when this delete user station associatedstation gateway timeout response has a 2xx status code

func (*DeleteUserStationAssociatedstationGatewayTimeout) String

type DeleteUserStationAssociatedstationInternalServerError

type DeleteUserStationAssociatedstationInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteUserStationAssociatedstationInternalServerError

func NewDeleteUserStationAssociatedstationInternalServerError() *DeleteUserStationAssociatedstationInternalServerError

NewDeleteUserStationAssociatedstationInternalServerError creates a DeleteUserStationAssociatedstationInternalServerError with default headers values

func (*DeleteUserStationAssociatedstationInternalServerError) Error

func (*DeleteUserStationAssociatedstationInternalServerError) GetPayload

func (*DeleteUserStationAssociatedstationInternalServerError) IsClientError

IsClientError returns true when this delete user station associatedstation internal server error response has a 4xx status code

func (*DeleteUserStationAssociatedstationInternalServerError) IsCode

IsCode returns true when this delete user station associatedstation internal server error response a status code equal to that given

func (*DeleteUserStationAssociatedstationInternalServerError) IsRedirect

IsRedirect returns true when this delete user station associatedstation internal server error response has a 3xx status code

func (*DeleteUserStationAssociatedstationInternalServerError) IsServerError

IsServerError returns true when this delete user station associatedstation internal server error response has a 5xx status code

func (*DeleteUserStationAssociatedstationInternalServerError) IsSuccess

IsSuccess returns true when this delete user station associatedstation internal server error response has a 2xx status code

func (*DeleteUserStationAssociatedstationInternalServerError) String

type DeleteUserStationAssociatedstationNotFound

type DeleteUserStationAssociatedstationNotFound struct {
	Payload *models.ErrorBody
}

DeleteUserStationAssociatedstationNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteUserStationAssociatedstationNotFound

func NewDeleteUserStationAssociatedstationNotFound() *DeleteUserStationAssociatedstationNotFound

NewDeleteUserStationAssociatedstationNotFound creates a DeleteUserStationAssociatedstationNotFound with default headers values

func (*DeleteUserStationAssociatedstationNotFound) Error

func (*DeleteUserStationAssociatedstationNotFound) GetPayload

func (*DeleteUserStationAssociatedstationNotFound) IsClientError

IsClientError returns true when this delete user station associatedstation not found response has a 4xx status code

func (*DeleteUserStationAssociatedstationNotFound) IsCode

IsCode returns true when this delete user station associatedstation not found response a status code equal to that given

func (*DeleteUserStationAssociatedstationNotFound) IsRedirect

IsRedirect returns true when this delete user station associatedstation not found response has a 3xx status code

func (*DeleteUserStationAssociatedstationNotFound) IsServerError

IsServerError returns true when this delete user station associatedstation not found response has a 5xx status code

func (*DeleteUserStationAssociatedstationNotFound) IsSuccess

IsSuccess returns true when this delete user station associatedstation not found response has a 2xx status code

func (*DeleteUserStationAssociatedstationNotFound) String

type DeleteUserStationAssociatedstationParams

type DeleteUserStationAssociatedstationParams struct {

	/* UserID.

	   User ID
	*/
	UserID string

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

DeleteUserStationAssociatedstationParams contains all the parameters to send to the API endpoint

for the delete user station associatedstation operation.

Typically these are written to a http.Request.

func NewDeleteUserStationAssociatedstationParams

func NewDeleteUserStationAssociatedstationParams() *DeleteUserStationAssociatedstationParams

NewDeleteUserStationAssociatedstationParams creates a new DeleteUserStationAssociatedstationParams 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 NewDeleteUserStationAssociatedstationParamsWithContext

func NewDeleteUserStationAssociatedstationParamsWithContext(ctx context.Context) *DeleteUserStationAssociatedstationParams

NewDeleteUserStationAssociatedstationParamsWithContext creates a new DeleteUserStationAssociatedstationParams object with the ability to set a context for a request.

func NewDeleteUserStationAssociatedstationParamsWithHTTPClient

func NewDeleteUserStationAssociatedstationParamsWithHTTPClient(client *http.Client) *DeleteUserStationAssociatedstationParams

NewDeleteUserStationAssociatedstationParamsWithHTTPClient creates a new DeleteUserStationAssociatedstationParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserStationAssociatedstationParamsWithTimeout

func NewDeleteUserStationAssociatedstationParamsWithTimeout(timeout time.Duration) *DeleteUserStationAssociatedstationParams

NewDeleteUserStationAssociatedstationParamsWithTimeout creates a new DeleteUserStationAssociatedstationParams object with the ability to set a timeout on a request.

func (*DeleteUserStationAssociatedstationParams) SetContext

SetContext adds the context to the delete user station associatedstation params

func (*DeleteUserStationAssociatedstationParams) SetDefaults

SetDefaults hydrates default values in the delete user station associatedstation params (not the query body).

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

func (*DeleteUserStationAssociatedstationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user station associatedstation params

func (*DeleteUserStationAssociatedstationParams) SetTimeout

SetTimeout adds the timeout to the delete user station associatedstation params

func (*DeleteUserStationAssociatedstationParams) SetUserID

func (o *DeleteUserStationAssociatedstationParams) SetUserID(userID string)

SetUserID adds the userId to the delete user station associatedstation params

func (*DeleteUserStationAssociatedstationParams) WithContext

WithContext adds the context to the delete user station associatedstation params

func (*DeleteUserStationAssociatedstationParams) WithDefaults

WithDefaults hydrates default values in the delete user station associatedstation params (not the query body).

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

func (*DeleteUserStationAssociatedstationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete user station associatedstation params

func (*DeleteUserStationAssociatedstationParams) WithTimeout

WithTimeout adds the timeout to the delete user station associatedstation params

func (*DeleteUserStationAssociatedstationParams) WithUserID

WithUserID adds the userID to the delete user station associatedstation params

func (*DeleteUserStationAssociatedstationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserStationAssociatedstationReader

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

DeleteUserStationAssociatedstationReader is a Reader for the DeleteUserStationAssociatedstation structure.

func (*DeleteUserStationAssociatedstationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserStationAssociatedstationRequestEntityTooLarge

type DeleteUserStationAssociatedstationRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteUserStationAssociatedstationRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteUserStationAssociatedstationRequestEntityTooLarge

func NewDeleteUserStationAssociatedstationRequestEntityTooLarge() *DeleteUserStationAssociatedstationRequestEntityTooLarge

NewDeleteUserStationAssociatedstationRequestEntityTooLarge creates a DeleteUserStationAssociatedstationRequestEntityTooLarge with default headers values

func (*DeleteUserStationAssociatedstationRequestEntityTooLarge) Error

func (*DeleteUserStationAssociatedstationRequestEntityTooLarge) GetPayload

func (*DeleteUserStationAssociatedstationRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete user station associatedstation request entity too large response has a 4xx status code

func (*DeleteUserStationAssociatedstationRequestEntityTooLarge) IsCode

IsCode returns true when this delete user station associatedstation request entity too large response a status code equal to that given

func (*DeleteUserStationAssociatedstationRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete user station associatedstation request entity too large response has a 3xx status code

func (*DeleteUserStationAssociatedstationRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete user station associatedstation request entity too large response has a 5xx status code

func (*DeleteUserStationAssociatedstationRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete user station associatedstation request entity too large response has a 2xx status code

func (*DeleteUserStationAssociatedstationRequestEntityTooLarge) String

type DeleteUserStationAssociatedstationRequestTimeout

type DeleteUserStationAssociatedstationRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteUserStationAssociatedstationRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteUserStationAssociatedstationRequestTimeout

func NewDeleteUserStationAssociatedstationRequestTimeout() *DeleteUserStationAssociatedstationRequestTimeout

NewDeleteUserStationAssociatedstationRequestTimeout creates a DeleteUserStationAssociatedstationRequestTimeout with default headers values

func (*DeleteUserStationAssociatedstationRequestTimeout) Error

func (*DeleteUserStationAssociatedstationRequestTimeout) GetPayload

func (*DeleteUserStationAssociatedstationRequestTimeout) IsClientError

IsClientError returns true when this delete user station associatedstation request timeout response has a 4xx status code

func (*DeleteUserStationAssociatedstationRequestTimeout) IsCode

IsCode returns true when this delete user station associatedstation request timeout response a status code equal to that given

func (*DeleteUserStationAssociatedstationRequestTimeout) IsRedirect

IsRedirect returns true when this delete user station associatedstation request timeout response has a 3xx status code

func (*DeleteUserStationAssociatedstationRequestTimeout) IsServerError

IsServerError returns true when this delete user station associatedstation request timeout response has a 5xx status code

func (*DeleteUserStationAssociatedstationRequestTimeout) IsSuccess

IsSuccess returns true when this delete user station associatedstation request timeout response has a 2xx status code

func (*DeleteUserStationAssociatedstationRequestTimeout) String

type DeleteUserStationAssociatedstationServiceUnavailable

type DeleteUserStationAssociatedstationServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteUserStationAssociatedstationServiceUnavailable

func NewDeleteUserStationAssociatedstationServiceUnavailable() *DeleteUserStationAssociatedstationServiceUnavailable

NewDeleteUserStationAssociatedstationServiceUnavailable creates a DeleteUserStationAssociatedstationServiceUnavailable with default headers values

func (*DeleteUserStationAssociatedstationServiceUnavailable) Error

func (*DeleteUserStationAssociatedstationServiceUnavailable) GetPayload

func (*DeleteUserStationAssociatedstationServiceUnavailable) IsClientError

IsClientError returns true when this delete user station associatedstation service unavailable response has a 4xx status code

func (*DeleteUserStationAssociatedstationServiceUnavailable) IsCode

IsCode returns true when this delete user station associatedstation service unavailable response a status code equal to that given

func (*DeleteUserStationAssociatedstationServiceUnavailable) IsRedirect

IsRedirect returns true when this delete user station associatedstation service unavailable response has a 3xx status code

func (*DeleteUserStationAssociatedstationServiceUnavailable) IsServerError

IsServerError returns true when this delete user station associatedstation service unavailable response has a 5xx status code

func (*DeleteUserStationAssociatedstationServiceUnavailable) IsSuccess

IsSuccess returns true when this delete user station associatedstation service unavailable response has a 2xx status code

func (*DeleteUserStationAssociatedstationServiceUnavailable) String

type DeleteUserStationAssociatedstationTooManyRequests

type DeleteUserStationAssociatedstationTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteUserStationAssociatedstationTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteUserStationAssociatedstationTooManyRequests

func NewDeleteUserStationAssociatedstationTooManyRequests() *DeleteUserStationAssociatedstationTooManyRequests

NewDeleteUserStationAssociatedstationTooManyRequests creates a DeleteUserStationAssociatedstationTooManyRequests with default headers values

func (*DeleteUserStationAssociatedstationTooManyRequests) Error

func (*DeleteUserStationAssociatedstationTooManyRequests) GetPayload

func (*DeleteUserStationAssociatedstationTooManyRequests) IsClientError

IsClientError returns true when this delete user station associatedstation too many requests response has a 4xx status code

func (*DeleteUserStationAssociatedstationTooManyRequests) IsCode

IsCode returns true when this delete user station associatedstation too many requests response a status code equal to that given

func (*DeleteUserStationAssociatedstationTooManyRequests) IsRedirect

IsRedirect returns true when this delete user station associatedstation too many requests response has a 3xx status code

func (*DeleteUserStationAssociatedstationTooManyRequests) IsServerError

IsServerError returns true when this delete user station associatedstation too many requests response has a 5xx status code

func (*DeleteUserStationAssociatedstationTooManyRequests) IsSuccess

IsSuccess returns true when this delete user station associatedstation too many requests response has a 2xx status code

func (*DeleteUserStationAssociatedstationTooManyRequests) String

type DeleteUserStationAssociatedstationUnauthorized

type DeleteUserStationAssociatedstationUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteUserStationAssociatedstationUnauthorized

func NewDeleteUserStationAssociatedstationUnauthorized() *DeleteUserStationAssociatedstationUnauthorized

NewDeleteUserStationAssociatedstationUnauthorized creates a DeleteUserStationAssociatedstationUnauthorized with default headers values

func (*DeleteUserStationAssociatedstationUnauthorized) Error

func (*DeleteUserStationAssociatedstationUnauthorized) GetPayload

func (*DeleteUserStationAssociatedstationUnauthorized) IsClientError

IsClientError returns true when this delete user station associatedstation unauthorized response has a 4xx status code

func (*DeleteUserStationAssociatedstationUnauthorized) IsCode

IsCode returns true when this delete user station associatedstation unauthorized response a status code equal to that given

func (*DeleteUserStationAssociatedstationUnauthorized) IsRedirect

IsRedirect returns true when this delete user station associatedstation unauthorized response has a 3xx status code

func (*DeleteUserStationAssociatedstationUnauthorized) IsServerError

IsServerError returns true when this delete user station associatedstation unauthorized response has a 5xx status code

func (*DeleteUserStationAssociatedstationUnauthorized) IsSuccess

IsSuccess returns true when this delete user station associatedstation unauthorized response has a 2xx status code

func (*DeleteUserStationAssociatedstationUnauthorized) String

type DeleteUserStationAssociatedstationUnsupportedMediaType

type DeleteUserStationAssociatedstationUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteUserStationAssociatedstationUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteUserStationAssociatedstationUnsupportedMediaType

func NewDeleteUserStationAssociatedstationUnsupportedMediaType() *DeleteUserStationAssociatedstationUnsupportedMediaType

NewDeleteUserStationAssociatedstationUnsupportedMediaType creates a DeleteUserStationAssociatedstationUnsupportedMediaType with default headers values

func (*DeleteUserStationAssociatedstationUnsupportedMediaType) Error

func (*DeleteUserStationAssociatedstationUnsupportedMediaType) GetPayload

func (*DeleteUserStationAssociatedstationUnsupportedMediaType) IsClientError

IsClientError returns true when this delete user station associatedstation unsupported media type response has a 4xx status code

func (*DeleteUserStationAssociatedstationUnsupportedMediaType) IsCode

IsCode returns true when this delete user station associatedstation unsupported media type response a status code equal to that given

func (*DeleteUserStationAssociatedstationUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete user station associatedstation unsupported media type response has a 3xx status code

func (*DeleteUserStationAssociatedstationUnsupportedMediaType) IsServerError

IsServerError returns true when this delete user station associatedstation unsupported media type response has a 5xx status code

func (*DeleteUserStationAssociatedstationUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete user station associatedstation unsupported media type response has a 2xx status code

func (*DeleteUserStationAssociatedstationUnsupportedMediaType) String

type DeleteUserStationDefaultstationAccepted

type DeleteUserStationDefaultstationAccepted struct {
}

DeleteUserStationDefaultstationAccepted describes a response with status code 202, with default header values.

Success

func NewDeleteUserStationDefaultstationAccepted

func NewDeleteUserStationDefaultstationAccepted() *DeleteUserStationDefaultstationAccepted

NewDeleteUserStationDefaultstationAccepted creates a DeleteUserStationDefaultstationAccepted with default headers values

func (*DeleteUserStationDefaultstationAccepted) Error

func (*DeleteUserStationDefaultstationAccepted) IsClientError

func (o *DeleteUserStationDefaultstationAccepted) IsClientError() bool

IsClientError returns true when this delete user station defaultstation accepted response has a 4xx status code

func (*DeleteUserStationDefaultstationAccepted) IsCode

IsCode returns true when this delete user station defaultstation accepted response a status code equal to that given

func (*DeleteUserStationDefaultstationAccepted) IsRedirect

IsRedirect returns true when this delete user station defaultstation accepted response has a 3xx status code

func (*DeleteUserStationDefaultstationAccepted) IsServerError

func (o *DeleteUserStationDefaultstationAccepted) IsServerError() bool

IsServerError returns true when this delete user station defaultstation accepted response has a 5xx status code

func (*DeleteUserStationDefaultstationAccepted) IsSuccess

IsSuccess returns true when this delete user station defaultstation accepted response has a 2xx status code

func (*DeleteUserStationDefaultstationAccepted) String

type DeleteUserStationDefaultstationBadRequest

type DeleteUserStationDefaultstationBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewDeleteUserStationDefaultstationBadRequest

func NewDeleteUserStationDefaultstationBadRequest() *DeleteUserStationDefaultstationBadRequest

NewDeleteUserStationDefaultstationBadRequest creates a DeleteUserStationDefaultstationBadRequest with default headers values

func (*DeleteUserStationDefaultstationBadRequest) Error

func (*DeleteUserStationDefaultstationBadRequest) GetPayload

func (*DeleteUserStationDefaultstationBadRequest) IsClientError

IsClientError returns true when this delete user station defaultstation bad request response has a 4xx status code

func (*DeleteUserStationDefaultstationBadRequest) IsCode

IsCode returns true when this delete user station defaultstation bad request response a status code equal to that given

func (*DeleteUserStationDefaultstationBadRequest) IsRedirect

IsRedirect returns true when this delete user station defaultstation bad request response has a 3xx status code

func (*DeleteUserStationDefaultstationBadRequest) IsServerError

IsServerError returns true when this delete user station defaultstation bad request response has a 5xx status code

func (*DeleteUserStationDefaultstationBadRequest) IsSuccess

IsSuccess returns true when this delete user station defaultstation bad request response has a 2xx status code

func (*DeleteUserStationDefaultstationBadRequest) String

type DeleteUserStationDefaultstationForbidden

type DeleteUserStationDefaultstationForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteUserStationDefaultstationForbidden

func NewDeleteUserStationDefaultstationForbidden() *DeleteUserStationDefaultstationForbidden

NewDeleteUserStationDefaultstationForbidden creates a DeleteUserStationDefaultstationForbidden with default headers values

func (*DeleteUserStationDefaultstationForbidden) Error

func (*DeleteUserStationDefaultstationForbidden) GetPayload

func (*DeleteUserStationDefaultstationForbidden) IsClientError

IsClientError returns true when this delete user station defaultstation forbidden response has a 4xx status code

func (*DeleteUserStationDefaultstationForbidden) IsCode

IsCode returns true when this delete user station defaultstation forbidden response a status code equal to that given

func (*DeleteUserStationDefaultstationForbidden) IsRedirect

IsRedirect returns true when this delete user station defaultstation forbidden response has a 3xx status code

func (*DeleteUserStationDefaultstationForbidden) IsServerError

IsServerError returns true when this delete user station defaultstation forbidden response has a 5xx status code

func (*DeleteUserStationDefaultstationForbidden) IsSuccess

IsSuccess returns true when this delete user station defaultstation forbidden response has a 2xx status code

func (*DeleteUserStationDefaultstationForbidden) String

type DeleteUserStationDefaultstationGatewayTimeout

type DeleteUserStationDefaultstationGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteUserStationDefaultstationGatewayTimeout

func NewDeleteUserStationDefaultstationGatewayTimeout() *DeleteUserStationDefaultstationGatewayTimeout

NewDeleteUserStationDefaultstationGatewayTimeout creates a DeleteUserStationDefaultstationGatewayTimeout with default headers values

func (*DeleteUserStationDefaultstationGatewayTimeout) Error

func (*DeleteUserStationDefaultstationGatewayTimeout) GetPayload

func (*DeleteUserStationDefaultstationGatewayTimeout) IsClientError

IsClientError returns true when this delete user station defaultstation gateway timeout response has a 4xx status code

func (*DeleteUserStationDefaultstationGatewayTimeout) IsCode

IsCode returns true when this delete user station defaultstation gateway timeout response a status code equal to that given

func (*DeleteUserStationDefaultstationGatewayTimeout) IsRedirect

IsRedirect returns true when this delete user station defaultstation gateway timeout response has a 3xx status code

func (*DeleteUserStationDefaultstationGatewayTimeout) IsServerError

IsServerError returns true when this delete user station defaultstation gateway timeout response has a 5xx status code

func (*DeleteUserStationDefaultstationGatewayTimeout) IsSuccess

IsSuccess returns true when this delete user station defaultstation gateway timeout response has a 2xx status code

func (*DeleteUserStationDefaultstationGatewayTimeout) String

type DeleteUserStationDefaultstationInternalServerError

type DeleteUserStationDefaultstationInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteUserStationDefaultstationInternalServerError

func NewDeleteUserStationDefaultstationInternalServerError() *DeleteUserStationDefaultstationInternalServerError

NewDeleteUserStationDefaultstationInternalServerError creates a DeleteUserStationDefaultstationInternalServerError with default headers values

func (*DeleteUserStationDefaultstationInternalServerError) Error

func (*DeleteUserStationDefaultstationInternalServerError) GetPayload

func (*DeleteUserStationDefaultstationInternalServerError) IsClientError

IsClientError returns true when this delete user station defaultstation internal server error response has a 4xx status code

func (*DeleteUserStationDefaultstationInternalServerError) IsCode

IsCode returns true when this delete user station defaultstation internal server error response a status code equal to that given

func (*DeleteUserStationDefaultstationInternalServerError) IsRedirect

IsRedirect returns true when this delete user station defaultstation internal server error response has a 3xx status code

func (*DeleteUserStationDefaultstationInternalServerError) IsServerError

IsServerError returns true when this delete user station defaultstation internal server error response has a 5xx status code

func (*DeleteUserStationDefaultstationInternalServerError) IsSuccess

IsSuccess returns true when this delete user station defaultstation internal server error response has a 2xx status code

func (*DeleteUserStationDefaultstationInternalServerError) String

type DeleteUserStationDefaultstationNotFound

type DeleteUserStationDefaultstationNotFound struct {
	Payload *models.ErrorBody
}

DeleteUserStationDefaultstationNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteUserStationDefaultstationNotFound

func NewDeleteUserStationDefaultstationNotFound() *DeleteUserStationDefaultstationNotFound

NewDeleteUserStationDefaultstationNotFound creates a DeleteUserStationDefaultstationNotFound with default headers values

func (*DeleteUserStationDefaultstationNotFound) Error

func (*DeleteUserStationDefaultstationNotFound) GetPayload

func (*DeleteUserStationDefaultstationNotFound) IsClientError

func (o *DeleteUserStationDefaultstationNotFound) IsClientError() bool

IsClientError returns true when this delete user station defaultstation not found response has a 4xx status code

func (*DeleteUserStationDefaultstationNotFound) IsCode

IsCode returns true when this delete user station defaultstation not found response a status code equal to that given

func (*DeleteUserStationDefaultstationNotFound) IsRedirect

IsRedirect returns true when this delete user station defaultstation not found response has a 3xx status code

func (*DeleteUserStationDefaultstationNotFound) IsServerError

func (o *DeleteUserStationDefaultstationNotFound) IsServerError() bool

IsServerError returns true when this delete user station defaultstation not found response has a 5xx status code

func (*DeleteUserStationDefaultstationNotFound) IsSuccess

IsSuccess returns true when this delete user station defaultstation not found response has a 2xx status code

func (*DeleteUserStationDefaultstationNotFound) String

type DeleteUserStationDefaultstationParams

type DeleteUserStationDefaultstationParams struct {

	/* UserID.

	   User ID
	*/
	UserID string

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

DeleteUserStationDefaultstationParams contains all the parameters to send to the API endpoint

for the delete user station defaultstation operation.

Typically these are written to a http.Request.

func NewDeleteUserStationDefaultstationParams

func NewDeleteUserStationDefaultstationParams() *DeleteUserStationDefaultstationParams

NewDeleteUserStationDefaultstationParams creates a new DeleteUserStationDefaultstationParams 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 NewDeleteUserStationDefaultstationParamsWithContext

func NewDeleteUserStationDefaultstationParamsWithContext(ctx context.Context) *DeleteUserStationDefaultstationParams

NewDeleteUserStationDefaultstationParamsWithContext creates a new DeleteUserStationDefaultstationParams object with the ability to set a context for a request.

func NewDeleteUserStationDefaultstationParamsWithHTTPClient

func NewDeleteUserStationDefaultstationParamsWithHTTPClient(client *http.Client) *DeleteUserStationDefaultstationParams

NewDeleteUserStationDefaultstationParamsWithHTTPClient creates a new DeleteUserStationDefaultstationParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserStationDefaultstationParamsWithTimeout

func NewDeleteUserStationDefaultstationParamsWithTimeout(timeout time.Duration) *DeleteUserStationDefaultstationParams

NewDeleteUserStationDefaultstationParamsWithTimeout creates a new DeleteUserStationDefaultstationParams object with the ability to set a timeout on a request.

func (*DeleteUserStationDefaultstationParams) SetContext

SetContext adds the context to the delete user station defaultstation params

func (*DeleteUserStationDefaultstationParams) SetDefaults

func (o *DeleteUserStationDefaultstationParams) SetDefaults()

SetDefaults hydrates default values in the delete user station defaultstation params (not the query body).

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

func (*DeleteUserStationDefaultstationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user station defaultstation params

func (*DeleteUserStationDefaultstationParams) SetTimeout

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

SetTimeout adds the timeout to the delete user station defaultstation params

func (*DeleteUserStationDefaultstationParams) SetUserID

func (o *DeleteUserStationDefaultstationParams) SetUserID(userID string)

SetUserID adds the userId to the delete user station defaultstation params

func (*DeleteUserStationDefaultstationParams) WithContext

WithContext adds the context to the delete user station defaultstation params

func (*DeleteUserStationDefaultstationParams) WithDefaults

WithDefaults hydrates default values in the delete user station defaultstation params (not the query body).

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

func (*DeleteUserStationDefaultstationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete user station defaultstation params

func (*DeleteUserStationDefaultstationParams) WithTimeout

WithTimeout adds the timeout to the delete user station defaultstation params

func (*DeleteUserStationDefaultstationParams) WithUserID

WithUserID adds the userID to the delete user station defaultstation params

func (*DeleteUserStationDefaultstationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserStationDefaultstationReader

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

DeleteUserStationDefaultstationReader is a Reader for the DeleteUserStationDefaultstation structure.

func (*DeleteUserStationDefaultstationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserStationDefaultstationRequestEntityTooLarge

type DeleteUserStationDefaultstationRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteUserStationDefaultstationRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteUserStationDefaultstationRequestEntityTooLarge

func NewDeleteUserStationDefaultstationRequestEntityTooLarge() *DeleteUserStationDefaultstationRequestEntityTooLarge

NewDeleteUserStationDefaultstationRequestEntityTooLarge creates a DeleteUserStationDefaultstationRequestEntityTooLarge with default headers values

func (*DeleteUserStationDefaultstationRequestEntityTooLarge) Error

func (*DeleteUserStationDefaultstationRequestEntityTooLarge) GetPayload

func (*DeleteUserStationDefaultstationRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete user station defaultstation request entity too large response has a 4xx status code

func (*DeleteUserStationDefaultstationRequestEntityTooLarge) IsCode

IsCode returns true when this delete user station defaultstation request entity too large response a status code equal to that given

func (*DeleteUserStationDefaultstationRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete user station defaultstation request entity too large response has a 3xx status code

func (*DeleteUserStationDefaultstationRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete user station defaultstation request entity too large response has a 5xx status code

func (*DeleteUserStationDefaultstationRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete user station defaultstation request entity too large response has a 2xx status code

func (*DeleteUserStationDefaultstationRequestEntityTooLarge) String

type DeleteUserStationDefaultstationRequestTimeout

type DeleteUserStationDefaultstationRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteUserStationDefaultstationRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteUserStationDefaultstationRequestTimeout

func NewDeleteUserStationDefaultstationRequestTimeout() *DeleteUserStationDefaultstationRequestTimeout

NewDeleteUserStationDefaultstationRequestTimeout creates a DeleteUserStationDefaultstationRequestTimeout with default headers values

func (*DeleteUserStationDefaultstationRequestTimeout) Error

func (*DeleteUserStationDefaultstationRequestTimeout) GetPayload

func (*DeleteUserStationDefaultstationRequestTimeout) IsClientError

IsClientError returns true when this delete user station defaultstation request timeout response has a 4xx status code

func (*DeleteUserStationDefaultstationRequestTimeout) IsCode

IsCode returns true when this delete user station defaultstation request timeout response a status code equal to that given

func (*DeleteUserStationDefaultstationRequestTimeout) IsRedirect

IsRedirect returns true when this delete user station defaultstation request timeout response has a 3xx status code

func (*DeleteUserStationDefaultstationRequestTimeout) IsServerError

IsServerError returns true when this delete user station defaultstation request timeout response has a 5xx status code

func (*DeleteUserStationDefaultstationRequestTimeout) IsSuccess

IsSuccess returns true when this delete user station defaultstation request timeout response has a 2xx status code

func (*DeleteUserStationDefaultstationRequestTimeout) String

type DeleteUserStationDefaultstationServiceUnavailable

type DeleteUserStationDefaultstationServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteUserStationDefaultstationServiceUnavailable

func NewDeleteUserStationDefaultstationServiceUnavailable() *DeleteUserStationDefaultstationServiceUnavailable

NewDeleteUserStationDefaultstationServiceUnavailable creates a DeleteUserStationDefaultstationServiceUnavailable with default headers values

func (*DeleteUserStationDefaultstationServiceUnavailable) Error

func (*DeleteUserStationDefaultstationServiceUnavailable) GetPayload

func (*DeleteUserStationDefaultstationServiceUnavailable) IsClientError

IsClientError returns true when this delete user station defaultstation service unavailable response has a 4xx status code

func (*DeleteUserStationDefaultstationServiceUnavailable) IsCode

IsCode returns true when this delete user station defaultstation service unavailable response a status code equal to that given

func (*DeleteUserStationDefaultstationServiceUnavailable) IsRedirect

IsRedirect returns true when this delete user station defaultstation service unavailable response has a 3xx status code

func (*DeleteUserStationDefaultstationServiceUnavailable) IsServerError

IsServerError returns true when this delete user station defaultstation service unavailable response has a 5xx status code

func (*DeleteUserStationDefaultstationServiceUnavailable) IsSuccess

IsSuccess returns true when this delete user station defaultstation service unavailable response has a 2xx status code

func (*DeleteUserStationDefaultstationServiceUnavailable) String

type DeleteUserStationDefaultstationTooManyRequests

type DeleteUserStationDefaultstationTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteUserStationDefaultstationTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteUserStationDefaultstationTooManyRequests

func NewDeleteUserStationDefaultstationTooManyRequests() *DeleteUserStationDefaultstationTooManyRequests

NewDeleteUserStationDefaultstationTooManyRequests creates a DeleteUserStationDefaultstationTooManyRequests with default headers values

func (*DeleteUserStationDefaultstationTooManyRequests) Error

func (*DeleteUserStationDefaultstationTooManyRequests) GetPayload

func (*DeleteUserStationDefaultstationTooManyRequests) IsClientError

IsClientError returns true when this delete user station defaultstation too many requests response has a 4xx status code

func (*DeleteUserStationDefaultstationTooManyRequests) IsCode

IsCode returns true when this delete user station defaultstation too many requests response a status code equal to that given

func (*DeleteUserStationDefaultstationTooManyRequests) IsRedirect

IsRedirect returns true when this delete user station defaultstation too many requests response has a 3xx status code

func (*DeleteUserStationDefaultstationTooManyRequests) IsServerError

IsServerError returns true when this delete user station defaultstation too many requests response has a 5xx status code

func (*DeleteUserStationDefaultstationTooManyRequests) IsSuccess

IsSuccess returns true when this delete user station defaultstation too many requests response has a 2xx status code

func (*DeleteUserStationDefaultstationTooManyRequests) String

type DeleteUserStationDefaultstationUnauthorized

type DeleteUserStationDefaultstationUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteUserStationDefaultstationUnauthorized

func NewDeleteUserStationDefaultstationUnauthorized() *DeleteUserStationDefaultstationUnauthorized

NewDeleteUserStationDefaultstationUnauthorized creates a DeleteUserStationDefaultstationUnauthorized with default headers values

func (*DeleteUserStationDefaultstationUnauthorized) Error

func (*DeleteUserStationDefaultstationUnauthorized) GetPayload

func (*DeleteUserStationDefaultstationUnauthorized) IsClientError

IsClientError returns true when this delete user station defaultstation unauthorized response has a 4xx status code

func (*DeleteUserStationDefaultstationUnauthorized) IsCode

IsCode returns true when this delete user station defaultstation unauthorized response a status code equal to that given

func (*DeleteUserStationDefaultstationUnauthorized) IsRedirect

IsRedirect returns true when this delete user station defaultstation unauthorized response has a 3xx status code

func (*DeleteUserStationDefaultstationUnauthorized) IsServerError

IsServerError returns true when this delete user station defaultstation unauthorized response has a 5xx status code

func (*DeleteUserStationDefaultstationUnauthorized) IsSuccess

IsSuccess returns true when this delete user station defaultstation unauthorized response has a 2xx status code

func (*DeleteUserStationDefaultstationUnauthorized) String

type DeleteUserStationDefaultstationUnsupportedMediaType

type DeleteUserStationDefaultstationUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteUserStationDefaultstationUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteUserStationDefaultstationUnsupportedMediaType

func NewDeleteUserStationDefaultstationUnsupportedMediaType() *DeleteUserStationDefaultstationUnsupportedMediaType

NewDeleteUserStationDefaultstationUnsupportedMediaType creates a DeleteUserStationDefaultstationUnsupportedMediaType with default headers values

func (*DeleteUserStationDefaultstationUnsupportedMediaType) Error

func (*DeleteUserStationDefaultstationUnsupportedMediaType) GetPayload

func (*DeleteUserStationDefaultstationUnsupportedMediaType) IsClientError

IsClientError returns true when this delete user station defaultstation unsupported media type response has a 4xx status code

func (*DeleteUserStationDefaultstationUnsupportedMediaType) IsCode

IsCode returns true when this delete user station defaultstation unsupported media type response a status code equal to that given

func (*DeleteUserStationDefaultstationUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete user station defaultstation unsupported media type response has a 3xx status code

func (*DeleteUserStationDefaultstationUnsupportedMediaType) IsServerError

IsServerError returns true when this delete user station defaultstation unsupported media type response has a 5xx status code

func (*DeleteUserStationDefaultstationUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete user station defaultstation unsupported media type response has a 2xx status code

func (*DeleteUserStationDefaultstationUnsupportedMediaType) String

type DeleteUserTooManyRequests

type DeleteUserTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteUserTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteUserTooManyRequests

func NewDeleteUserTooManyRequests() *DeleteUserTooManyRequests

NewDeleteUserTooManyRequests creates a DeleteUserTooManyRequests with default headers values

func (*DeleteUserTooManyRequests) Error

func (o *DeleteUserTooManyRequests) Error() string

func (*DeleteUserTooManyRequests) GetPayload

func (o *DeleteUserTooManyRequests) GetPayload() *models.ErrorBody

func (*DeleteUserTooManyRequests) IsClientError

func (o *DeleteUserTooManyRequests) IsClientError() bool

IsClientError returns true when this delete user too many requests response has a 4xx status code

func (*DeleteUserTooManyRequests) IsCode

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

IsCode returns true when this delete user too many requests response a status code equal to that given

func (*DeleteUserTooManyRequests) IsRedirect

func (o *DeleteUserTooManyRequests) IsRedirect() bool

IsRedirect returns true when this delete user too many requests response has a 3xx status code

func (*DeleteUserTooManyRequests) IsServerError

func (o *DeleteUserTooManyRequests) IsServerError() bool

IsServerError returns true when this delete user too many requests response has a 5xx status code

func (*DeleteUserTooManyRequests) IsSuccess

func (o *DeleteUserTooManyRequests) IsSuccess() bool

IsSuccess returns true when this delete user too many requests response has a 2xx status code

func (*DeleteUserTooManyRequests) String

func (o *DeleteUserTooManyRequests) String() string

type DeleteUserUnauthorized

type DeleteUserUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteUserUnauthorized

func NewDeleteUserUnauthorized() *DeleteUserUnauthorized

NewDeleteUserUnauthorized creates a DeleteUserUnauthorized with default headers values

func (*DeleteUserUnauthorized) Error

func (o *DeleteUserUnauthorized) Error() string

func (*DeleteUserUnauthorized) GetPayload

func (o *DeleteUserUnauthorized) GetPayload() *models.ErrorBody

func (*DeleteUserUnauthorized) IsClientError

func (o *DeleteUserUnauthorized) IsClientError() bool

IsClientError returns true when this delete user unauthorized response has a 4xx status code

func (*DeleteUserUnauthorized) IsCode

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

IsCode returns true when this delete user unauthorized response a status code equal to that given

func (*DeleteUserUnauthorized) IsRedirect

func (o *DeleteUserUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete user unauthorized response has a 3xx status code

func (*DeleteUserUnauthorized) IsServerError

func (o *DeleteUserUnauthorized) IsServerError() bool

IsServerError returns true when this delete user unauthorized response has a 5xx status code

func (*DeleteUserUnauthorized) IsSuccess

func (o *DeleteUserUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete user unauthorized response has a 2xx status code

func (*DeleteUserUnauthorized) String

func (o *DeleteUserUnauthorized) String() string

type DeleteUserUnsupportedMediaType

type DeleteUserUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteUserUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteUserUnsupportedMediaType

func NewDeleteUserUnsupportedMediaType() *DeleteUserUnsupportedMediaType

NewDeleteUserUnsupportedMediaType creates a DeleteUserUnsupportedMediaType with default headers values

func (*DeleteUserUnsupportedMediaType) Error

func (*DeleteUserUnsupportedMediaType) GetPayload

func (*DeleteUserUnsupportedMediaType) IsClientError

func (o *DeleteUserUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this delete user unsupported media type response has a 4xx status code

func (*DeleteUserUnsupportedMediaType) IsCode

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

IsCode returns true when this delete user unsupported media type response a status code equal to that given

func (*DeleteUserUnsupportedMediaType) IsRedirect

func (o *DeleteUserUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this delete user unsupported media type response has a 3xx status code

func (*DeleteUserUnsupportedMediaType) IsServerError

func (o *DeleteUserUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this delete user unsupported media type response has a 5xx status code

func (*DeleteUserUnsupportedMediaType) IsSuccess

func (o *DeleteUserUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this delete user unsupported media type response has a 2xx status code

func (*DeleteUserUnsupportedMediaType) String

type GetFieldconfigBadRequest

type GetFieldconfigBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetFieldconfigBadRequest

func NewGetFieldconfigBadRequest() *GetFieldconfigBadRequest

NewGetFieldconfigBadRequest creates a GetFieldconfigBadRequest with default headers values

func (*GetFieldconfigBadRequest) Error

func (o *GetFieldconfigBadRequest) Error() string

func (*GetFieldconfigBadRequest) GetPayload

func (o *GetFieldconfigBadRequest) GetPayload() *models.ErrorBody

func (*GetFieldconfigBadRequest) IsClientError

func (o *GetFieldconfigBadRequest) IsClientError() bool

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

func (*GetFieldconfigBadRequest) IsCode

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

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

func (*GetFieldconfigBadRequest) IsRedirect

func (o *GetFieldconfigBadRequest) IsRedirect() bool

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

func (*GetFieldconfigBadRequest) IsServerError

func (o *GetFieldconfigBadRequest) IsServerError() bool

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

func (*GetFieldconfigBadRequest) IsSuccess

func (o *GetFieldconfigBadRequest) IsSuccess() bool

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

func (*GetFieldconfigBadRequest) String

func (o *GetFieldconfigBadRequest) String() string

type GetFieldconfigForbidden

type GetFieldconfigForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetFieldconfigForbidden

func NewGetFieldconfigForbidden() *GetFieldconfigForbidden

NewGetFieldconfigForbidden creates a GetFieldconfigForbidden with default headers values

func (*GetFieldconfigForbidden) Error

func (o *GetFieldconfigForbidden) Error() string

func (*GetFieldconfigForbidden) GetPayload

func (o *GetFieldconfigForbidden) GetPayload() *models.ErrorBody

func (*GetFieldconfigForbidden) IsClientError

func (o *GetFieldconfigForbidden) IsClientError() bool

IsClientError returns true when this get fieldconfig forbidden response has a 4xx status code

func (*GetFieldconfigForbidden) IsCode

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

IsCode returns true when this get fieldconfig forbidden response a status code equal to that given

func (*GetFieldconfigForbidden) IsRedirect

func (o *GetFieldconfigForbidden) IsRedirect() bool

IsRedirect returns true when this get fieldconfig forbidden response has a 3xx status code

func (*GetFieldconfigForbidden) IsServerError

func (o *GetFieldconfigForbidden) IsServerError() bool

IsServerError returns true when this get fieldconfig forbidden response has a 5xx status code

func (*GetFieldconfigForbidden) IsSuccess

func (o *GetFieldconfigForbidden) IsSuccess() bool

IsSuccess returns true when this get fieldconfig forbidden response has a 2xx status code

func (*GetFieldconfigForbidden) String

func (o *GetFieldconfigForbidden) String() string

type GetFieldconfigGatewayTimeout

type GetFieldconfigGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetFieldconfigGatewayTimeout

func NewGetFieldconfigGatewayTimeout() *GetFieldconfigGatewayTimeout

NewGetFieldconfigGatewayTimeout creates a GetFieldconfigGatewayTimeout with default headers values

func (*GetFieldconfigGatewayTimeout) Error

func (*GetFieldconfigGatewayTimeout) GetPayload

func (*GetFieldconfigGatewayTimeout) IsClientError

func (o *GetFieldconfigGatewayTimeout) IsClientError() bool

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

func (*GetFieldconfigGatewayTimeout) IsCode

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

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

func (*GetFieldconfigGatewayTimeout) IsRedirect

func (o *GetFieldconfigGatewayTimeout) IsRedirect() bool

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

func (*GetFieldconfigGatewayTimeout) IsServerError

func (o *GetFieldconfigGatewayTimeout) IsServerError() bool

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

func (*GetFieldconfigGatewayTimeout) IsSuccess

func (o *GetFieldconfigGatewayTimeout) IsSuccess() bool

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

func (*GetFieldconfigGatewayTimeout) String

type GetFieldconfigInternalServerError

type GetFieldconfigInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetFieldconfigInternalServerError

func NewGetFieldconfigInternalServerError() *GetFieldconfigInternalServerError

NewGetFieldconfigInternalServerError creates a GetFieldconfigInternalServerError with default headers values

func (*GetFieldconfigInternalServerError) Error

func (*GetFieldconfigInternalServerError) GetPayload

func (*GetFieldconfigInternalServerError) IsClientError

func (o *GetFieldconfigInternalServerError) IsClientError() bool

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

func (*GetFieldconfigInternalServerError) IsCode

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

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

func (*GetFieldconfigInternalServerError) IsRedirect

func (o *GetFieldconfigInternalServerError) IsRedirect() bool

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

func (*GetFieldconfigInternalServerError) IsServerError

func (o *GetFieldconfigInternalServerError) IsServerError() bool

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

func (*GetFieldconfigInternalServerError) IsSuccess

func (o *GetFieldconfigInternalServerError) IsSuccess() bool

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

func (*GetFieldconfigInternalServerError) String

type GetFieldconfigNotFound

type GetFieldconfigNotFound struct {
	Payload *models.ErrorBody
}

GetFieldconfigNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetFieldconfigNotFound

func NewGetFieldconfigNotFound() *GetFieldconfigNotFound

NewGetFieldconfigNotFound creates a GetFieldconfigNotFound with default headers values

func (*GetFieldconfigNotFound) Error

func (o *GetFieldconfigNotFound) Error() string

func (*GetFieldconfigNotFound) GetPayload

func (o *GetFieldconfigNotFound) GetPayload() *models.ErrorBody

func (*GetFieldconfigNotFound) IsClientError

func (o *GetFieldconfigNotFound) IsClientError() bool

IsClientError returns true when this get fieldconfig not found response has a 4xx status code

func (*GetFieldconfigNotFound) IsCode

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

IsCode returns true when this get fieldconfig not found response a status code equal to that given

func (*GetFieldconfigNotFound) IsRedirect

func (o *GetFieldconfigNotFound) IsRedirect() bool

IsRedirect returns true when this get fieldconfig not found response has a 3xx status code

func (*GetFieldconfigNotFound) IsServerError

func (o *GetFieldconfigNotFound) IsServerError() bool

IsServerError returns true when this get fieldconfig not found response has a 5xx status code

func (*GetFieldconfigNotFound) IsSuccess

func (o *GetFieldconfigNotFound) IsSuccess() bool

IsSuccess returns true when this get fieldconfig not found response has a 2xx status code

func (*GetFieldconfigNotFound) String

func (o *GetFieldconfigNotFound) String() string

type GetFieldconfigOK

type GetFieldconfigOK struct {
	Payload *models.FieldConfig
}

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

successful operation

func NewGetFieldconfigOK

func NewGetFieldconfigOK() *GetFieldconfigOK

NewGetFieldconfigOK creates a GetFieldconfigOK with default headers values

func (*GetFieldconfigOK) Error

func (o *GetFieldconfigOK) Error() string

func (*GetFieldconfigOK) GetPayload

func (o *GetFieldconfigOK) GetPayload() *models.FieldConfig

func (*GetFieldconfigOK) IsClientError

func (o *GetFieldconfigOK) IsClientError() bool

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

func (*GetFieldconfigOK) IsCode

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

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

func (*GetFieldconfigOK) IsRedirect

func (o *GetFieldconfigOK) IsRedirect() bool

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

func (*GetFieldconfigOK) IsServerError

func (o *GetFieldconfigOK) IsServerError() bool

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

func (*GetFieldconfigOK) IsSuccess

func (o *GetFieldconfigOK) IsSuccess() bool

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

func (*GetFieldconfigOK) String

func (o *GetFieldconfigOK) String() string

type GetFieldconfigParams

type GetFieldconfigParams struct {

	/* Type.

	   Field type
	*/
	Type string

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

GetFieldconfigParams contains all the parameters to send to the API endpoint

for the get fieldconfig operation.

Typically these are written to a http.Request.

func NewGetFieldconfigParams

func NewGetFieldconfigParams() *GetFieldconfigParams

NewGetFieldconfigParams creates a new GetFieldconfigParams 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 NewGetFieldconfigParamsWithContext

func NewGetFieldconfigParamsWithContext(ctx context.Context) *GetFieldconfigParams

NewGetFieldconfigParamsWithContext creates a new GetFieldconfigParams object with the ability to set a context for a request.

func NewGetFieldconfigParamsWithHTTPClient

func NewGetFieldconfigParamsWithHTTPClient(client *http.Client) *GetFieldconfigParams

NewGetFieldconfigParamsWithHTTPClient creates a new GetFieldconfigParams object with the ability to set a custom HTTPClient for a request.

func NewGetFieldconfigParamsWithTimeout

func NewGetFieldconfigParamsWithTimeout(timeout time.Duration) *GetFieldconfigParams

NewGetFieldconfigParamsWithTimeout creates a new GetFieldconfigParams object with the ability to set a timeout on a request.

func (*GetFieldconfigParams) SetContext

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

SetContext adds the context to the get fieldconfig params

func (*GetFieldconfigParams) SetDefaults

func (o *GetFieldconfigParams) SetDefaults()

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

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

func (*GetFieldconfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get fieldconfig params

func (*GetFieldconfigParams) SetTimeout

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

SetTimeout adds the timeout to the get fieldconfig params

func (*GetFieldconfigParams) SetType

func (o *GetFieldconfigParams) SetType(typeVar string)

SetType adds the type to the get fieldconfig params

func (*GetFieldconfigParams) WithContext

WithContext adds the context to the get fieldconfig params

func (*GetFieldconfigParams) WithDefaults

func (o *GetFieldconfigParams) WithDefaults() *GetFieldconfigParams

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

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

func (*GetFieldconfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get fieldconfig params

func (*GetFieldconfigParams) WithTimeout

func (o *GetFieldconfigParams) WithTimeout(timeout time.Duration) *GetFieldconfigParams

WithTimeout adds the timeout to the get fieldconfig params

func (*GetFieldconfigParams) WithType

func (o *GetFieldconfigParams) WithType(typeVar string) *GetFieldconfigParams

WithType adds the typeVar to the get fieldconfig params

func (*GetFieldconfigParams) WriteToRequest

func (o *GetFieldconfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetFieldconfigReader

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

GetFieldconfigReader is a Reader for the GetFieldconfig structure.

func (*GetFieldconfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFieldconfigRequestEntityTooLarge

type GetFieldconfigRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetFieldconfigRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetFieldconfigRequestEntityTooLarge

func NewGetFieldconfigRequestEntityTooLarge() *GetFieldconfigRequestEntityTooLarge

NewGetFieldconfigRequestEntityTooLarge creates a GetFieldconfigRequestEntityTooLarge with default headers values

func (*GetFieldconfigRequestEntityTooLarge) Error

func (*GetFieldconfigRequestEntityTooLarge) GetPayload

func (*GetFieldconfigRequestEntityTooLarge) IsClientError

func (o *GetFieldconfigRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get fieldconfig request entity too large response has a 4xx status code

func (*GetFieldconfigRequestEntityTooLarge) IsCode

IsCode returns true when this get fieldconfig request entity too large response a status code equal to that given

func (*GetFieldconfigRequestEntityTooLarge) IsRedirect

func (o *GetFieldconfigRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this get fieldconfig request entity too large response has a 3xx status code

func (*GetFieldconfigRequestEntityTooLarge) IsServerError

func (o *GetFieldconfigRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get fieldconfig request entity too large response has a 5xx status code

func (*GetFieldconfigRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get fieldconfig request entity too large response has a 2xx status code

func (*GetFieldconfigRequestEntityTooLarge) String

type GetFieldconfigRequestTimeout

type GetFieldconfigRequestTimeout struct {
	Payload *models.ErrorBody
}

GetFieldconfigRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetFieldconfigRequestTimeout

func NewGetFieldconfigRequestTimeout() *GetFieldconfigRequestTimeout

NewGetFieldconfigRequestTimeout creates a GetFieldconfigRequestTimeout with default headers values

func (*GetFieldconfigRequestTimeout) Error

func (*GetFieldconfigRequestTimeout) GetPayload

func (*GetFieldconfigRequestTimeout) IsClientError

func (o *GetFieldconfigRequestTimeout) IsClientError() bool

IsClientError returns true when this get fieldconfig request timeout response has a 4xx status code

func (*GetFieldconfigRequestTimeout) IsCode

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

IsCode returns true when this get fieldconfig request timeout response a status code equal to that given

func (*GetFieldconfigRequestTimeout) IsRedirect

func (o *GetFieldconfigRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get fieldconfig request timeout response has a 3xx status code

func (*GetFieldconfigRequestTimeout) IsServerError

func (o *GetFieldconfigRequestTimeout) IsServerError() bool

IsServerError returns true when this get fieldconfig request timeout response has a 5xx status code

func (*GetFieldconfigRequestTimeout) IsSuccess

func (o *GetFieldconfigRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get fieldconfig request timeout response has a 2xx status code

func (*GetFieldconfigRequestTimeout) String

type GetFieldconfigServiceUnavailable

type GetFieldconfigServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetFieldconfigServiceUnavailable

func NewGetFieldconfigServiceUnavailable() *GetFieldconfigServiceUnavailable

NewGetFieldconfigServiceUnavailable creates a GetFieldconfigServiceUnavailable with default headers values

func (*GetFieldconfigServiceUnavailable) Error

func (*GetFieldconfigServiceUnavailable) GetPayload

func (*GetFieldconfigServiceUnavailable) IsClientError

func (o *GetFieldconfigServiceUnavailable) IsClientError() bool

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

func (*GetFieldconfigServiceUnavailable) IsCode

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

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

func (*GetFieldconfigServiceUnavailable) IsRedirect

func (o *GetFieldconfigServiceUnavailable) IsRedirect() bool

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

func (*GetFieldconfigServiceUnavailable) IsServerError

func (o *GetFieldconfigServiceUnavailable) IsServerError() bool

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

func (*GetFieldconfigServiceUnavailable) IsSuccess

func (o *GetFieldconfigServiceUnavailable) IsSuccess() bool

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

func (*GetFieldconfigServiceUnavailable) String

type GetFieldconfigTooManyRequests

type GetFieldconfigTooManyRequests struct {
	Payload *models.ErrorBody
}

GetFieldconfigTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetFieldconfigTooManyRequests

func NewGetFieldconfigTooManyRequests() *GetFieldconfigTooManyRequests

NewGetFieldconfigTooManyRequests creates a GetFieldconfigTooManyRequests with default headers values

func (*GetFieldconfigTooManyRequests) Error

func (*GetFieldconfigTooManyRequests) GetPayload

func (*GetFieldconfigTooManyRequests) IsClientError

func (o *GetFieldconfigTooManyRequests) IsClientError() bool

IsClientError returns true when this get fieldconfig too many requests response has a 4xx status code

func (*GetFieldconfigTooManyRequests) IsCode

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

IsCode returns true when this get fieldconfig too many requests response a status code equal to that given

func (*GetFieldconfigTooManyRequests) IsRedirect

func (o *GetFieldconfigTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get fieldconfig too many requests response has a 3xx status code

func (*GetFieldconfigTooManyRequests) IsServerError

func (o *GetFieldconfigTooManyRequests) IsServerError() bool

IsServerError returns true when this get fieldconfig too many requests response has a 5xx status code

func (*GetFieldconfigTooManyRequests) IsSuccess

func (o *GetFieldconfigTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get fieldconfig too many requests response has a 2xx status code

func (*GetFieldconfigTooManyRequests) String

type GetFieldconfigUnauthorized

type GetFieldconfigUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetFieldconfigUnauthorized

func NewGetFieldconfigUnauthorized() *GetFieldconfigUnauthorized

NewGetFieldconfigUnauthorized creates a GetFieldconfigUnauthorized with default headers values

func (*GetFieldconfigUnauthorized) Error

func (*GetFieldconfigUnauthorized) GetPayload

func (o *GetFieldconfigUnauthorized) GetPayload() *models.ErrorBody

func (*GetFieldconfigUnauthorized) IsClientError

func (o *GetFieldconfigUnauthorized) IsClientError() bool

IsClientError returns true when this get fieldconfig unauthorized response has a 4xx status code

func (*GetFieldconfigUnauthorized) IsCode

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

IsCode returns true when this get fieldconfig unauthorized response a status code equal to that given

func (*GetFieldconfigUnauthorized) IsRedirect

func (o *GetFieldconfigUnauthorized) IsRedirect() bool

IsRedirect returns true when this get fieldconfig unauthorized response has a 3xx status code

func (*GetFieldconfigUnauthorized) IsServerError

func (o *GetFieldconfigUnauthorized) IsServerError() bool

IsServerError returns true when this get fieldconfig unauthorized response has a 5xx status code

func (*GetFieldconfigUnauthorized) IsSuccess

func (o *GetFieldconfigUnauthorized) IsSuccess() bool

IsSuccess returns true when this get fieldconfig unauthorized response has a 2xx status code

func (*GetFieldconfigUnauthorized) String

func (o *GetFieldconfigUnauthorized) String() string

type GetFieldconfigUnsupportedMediaType

type GetFieldconfigUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetFieldconfigUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetFieldconfigUnsupportedMediaType

func NewGetFieldconfigUnsupportedMediaType() *GetFieldconfigUnsupportedMediaType

NewGetFieldconfigUnsupportedMediaType creates a GetFieldconfigUnsupportedMediaType with default headers values

func (*GetFieldconfigUnsupportedMediaType) Error

func (*GetFieldconfigUnsupportedMediaType) GetPayload

func (*GetFieldconfigUnsupportedMediaType) IsClientError

func (o *GetFieldconfigUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get fieldconfig unsupported media type response has a 4xx status code

func (*GetFieldconfigUnsupportedMediaType) IsCode

IsCode returns true when this get fieldconfig unsupported media type response a status code equal to that given

func (*GetFieldconfigUnsupportedMediaType) IsRedirect

func (o *GetFieldconfigUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get fieldconfig unsupported media type response has a 3xx status code

func (*GetFieldconfigUnsupportedMediaType) IsServerError

func (o *GetFieldconfigUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get fieldconfig unsupported media type response has a 5xx status code

func (*GetFieldconfigUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get fieldconfig unsupported media type response has a 2xx status code

func (*GetFieldconfigUnsupportedMediaType) String

type GetProfilesUsersBadRequest

type GetProfilesUsersBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetProfilesUsersBadRequest

func NewGetProfilesUsersBadRequest() *GetProfilesUsersBadRequest

NewGetProfilesUsersBadRequest creates a GetProfilesUsersBadRequest with default headers values

func (*GetProfilesUsersBadRequest) Error

func (*GetProfilesUsersBadRequest) GetPayload

func (o *GetProfilesUsersBadRequest) GetPayload() *models.ErrorBody

func (*GetProfilesUsersBadRequest) IsClientError

func (o *GetProfilesUsersBadRequest) IsClientError() bool

IsClientError returns true when this get profiles users bad request response has a 4xx status code

func (*GetProfilesUsersBadRequest) IsCode

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

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

func (*GetProfilesUsersBadRequest) IsRedirect

func (o *GetProfilesUsersBadRequest) IsRedirect() bool

IsRedirect returns true when this get profiles users bad request response has a 3xx status code

func (*GetProfilesUsersBadRequest) IsServerError

func (o *GetProfilesUsersBadRequest) IsServerError() bool

IsServerError returns true when this get profiles users bad request response has a 5xx status code

func (*GetProfilesUsersBadRequest) IsSuccess

func (o *GetProfilesUsersBadRequest) IsSuccess() bool

IsSuccess returns true when this get profiles users bad request response has a 2xx status code

func (*GetProfilesUsersBadRequest) String

func (o *GetProfilesUsersBadRequest) String() string

type GetProfilesUsersForbidden

type GetProfilesUsersForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetProfilesUsersForbidden

func NewGetProfilesUsersForbidden() *GetProfilesUsersForbidden

NewGetProfilesUsersForbidden creates a GetProfilesUsersForbidden with default headers values

func (*GetProfilesUsersForbidden) Error

func (o *GetProfilesUsersForbidden) Error() string

func (*GetProfilesUsersForbidden) GetPayload

func (o *GetProfilesUsersForbidden) GetPayload() *models.ErrorBody

func (*GetProfilesUsersForbidden) IsClientError

func (o *GetProfilesUsersForbidden) IsClientError() bool

IsClientError returns true when this get profiles users forbidden response has a 4xx status code

func (*GetProfilesUsersForbidden) IsCode

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

IsCode returns true when this get profiles users forbidden response a status code equal to that given

func (*GetProfilesUsersForbidden) IsRedirect

func (o *GetProfilesUsersForbidden) IsRedirect() bool

IsRedirect returns true when this get profiles users forbidden response has a 3xx status code

func (*GetProfilesUsersForbidden) IsServerError

func (o *GetProfilesUsersForbidden) IsServerError() bool

IsServerError returns true when this get profiles users forbidden response has a 5xx status code

func (*GetProfilesUsersForbidden) IsSuccess

func (o *GetProfilesUsersForbidden) IsSuccess() bool

IsSuccess returns true when this get profiles users forbidden response has a 2xx status code

func (*GetProfilesUsersForbidden) String

func (o *GetProfilesUsersForbidden) String() string

type GetProfilesUsersGatewayTimeout

type GetProfilesUsersGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetProfilesUsersGatewayTimeout

func NewGetProfilesUsersGatewayTimeout() *GetProfilesUsersGatewayTimeout

NewGetProfilesUsersGatewayTimeout creates a GetProfilesUsersGatewayTimeout with default headers values

func (*GetProfilesUsersGatewayTimeout) Error

func (*GetProfilesUsersGatewayTimeout) GetPayload

func (*GetProfilesUsersGatewayTimeout) IsClientError

func (o *GetProfilesUsersGatewayTimeout) IsClientError() bool

IsClientError returns true when this get profiles users gateway timeout response has a 4xx status code

func (*GetProfilesUsersGatewayTimeout) IsCode

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

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

func (*GetProfilesUsersGatewayTimeout) IsRedirect

func (o *GetProfilesUsersGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get profiles users gateway timeout response has a 3xx status code

func (*GetProfilesUsersGatewayTimeout) IsServerError

func (o *GetProfilesUsersGatewayTimeout) IsServerError() bool

IsServerError returns true when this get profiles users gateway timeout response has a 5xx status code

func (*GetProfilesUsersGatewayTimeout) IsSuccess

func (o *GetProfilesUsersGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get profiles users gateway timeout response has a 2xx status code

func (*GetProfilesUsersGatewayTimeout) String

type GetProfilesUsersInternalServerError

type GetProfilesUsersInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetProfilesUsersInternalServerError

func NewGetProfilesUsersInternalServerError() *GetProfilesUsersInternalServerError

NewGetProfilesUsersInternalServerError creates a GetProfilesUsersInternalServerError with default headers values

func (*GetProfilesUsersInternalServerError) Error

func (*GetProfilesUsersInternalServerError) GetPayload

func (*GetProfilesUsersInternalServerError) IsClientError

func (o *GetProfilesUsersInternalServerError) IsClientError() bool

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

func (*GetProfilesUsersInternalServerError) IsCode

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

func (*GetProfilesUsersInternalServerError) IsRedirect

func (o *GetProfilesUsersInternalServerError) IsRedirect() bool

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

func (*GetProfilesUsersInternalServerError) IsServerError

func (o *GetProfilesUsersInternalServerError) IsServerError() bool

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

func (*GetProfilesUsersInternalServerError) IsSuccess

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

func (*GetProfilesUsersInternalServerError) String

type GetProfilesUsersNotFound

type GetProfilesUsersNotFound struct {
	Payload *models.ErrorBody
}

GetProfilesUsersNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetProfilesUsersNotFound

func NewGetProfilesUsersNotFound() *GetProfilesUsersNotFound

NewGetProfilesUsersNotFound creates a GetProfilesUsersNotFound with default headers values

func (*GetProfilesUsersNotFound) Error

func (o *GetProfilesUsersNotFound) Error() string

func (*GetProfilesUsersNotFound) GetPayload

func (o *GetProfilesUsersNotFound) GetPayload() *models.ErrorBody

func (*GetProfilesUsersNotFound) IsClientError

func (o *GetProfilesUsersNotFound) IsClientError() bool

IsClientError returns true when this get profiles users not found response has a 4xx status code

func (*GetProfilesUsersNotFound) IsCode

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

IsCode returns true when this get profiles users not found response a status code equal to that given

func (*GetProfilesUsersNotFound) IsRedirect

func (o *GetProfilesUsersNotFound) IsRedirect() bool

IsRedirect returns true when this get profiles users not found response has a 3xx status code

func (*GetProfilesUsersNotFound) IsServerError

func (o *GetProfilesUsersNotFound) IsServerError() bool

IsServerError returns true when this get profiles users not found response has a 5xx status code

func (*GetProfilesUsersNotFound) IsSuccess

func (o *GetProfilesUsersNotFound) IsSuccess() bool

IsSuccess returns true when this get profiles users not found response has a 2xx status code

func (*GetProfilesUsersNotFound) String

func (o *GetProfilesUsersNotFound) String() string

type GetProfilesUsersOK

type GetProfilesUsersOK struct {
	Payload *models.UserProfileEntityListing
}

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

successful operation

func NewGetProfilesUsersOK

func NewGetProfilesUsersOK() *GetProfilesUsersOK

NewGetProfilesUsersOK creates a GetProfilesUsersOK with default headers values

func (*GetProfilesUsersOK) Error

func (o *GetProfilesUsersOK) Error() string

func (*GetProfilesUsersOK) GetPayload

func (*GetProfilesUsersOK) IsClientError

func (o *GetProfilesUsersOK) IsClientError() bool

IsClientError returns true when this get profiles users o k response has a 4xx status code

func (*GetProfilesUsersOK) IsCode

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

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

func (*GetProfilesUsersOK) IsRedirect

func (o *GetProfilesUsersOK) IsRedirect() bool

IsRedirect returns true when this get profiles users o k response has a 3xx status code

func (*GetProfilesUsersOK) IsServerError

func (o *GetProfilesUsersOK) IsServerError() bool

IsServerError returns true when this get profiles users o k response has a 5xx status code

func (*GetProfilesUsersOK) IsSuccess

func (o *GetProfilesUsersOK) IsSuccess() bool

IsSuccess returns true when this get profiles users o k response has a 2xx status code

func (*GetProfilesUsersOK) String

func (o *GetProfilesUsersOK) String() string

type GetProfilesUsersParams

type GetProfilesUsersParams struct {

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	/* ID.

	   id
	*/
	ID []string

	/* IntegrationPresenceSource.

	   Gets an integration presence for users instead of their defaults. This parameter will only be used when presence is provided as an "expand".
	*/
	IntegrationPresenceSource *string

	/* Jid.

	   jid
	*/
	Jid []string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* SortOrder.

	   Ascending or descending sort order

	   Default: "ASC"
	*/
	SortOrder *string

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

GetProfilesUsersParams contains all the parameters to send to the API endpoint

for the get profiles users operation.

Typically these are written to a http.Request.

func NewGetProfilesUsersParams

func NewGetProfilesUsersParams() *GetProfilesUsersParams

NewGetProfilesUsersParams creates a new GetProfilesUsersParams 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 NewGetProfilesUsersParamsWithContext

func NewGetProfilesUsersParamsWithContext(ctx context.Context) *GetProfilesUsersParams

NewGetProfilesUsersParamsWithContext creates a new GetProfilesUsersParams object with the ability to set a context for a request.

func NewGetProfilesUsersParamsWithHTTPClient

func NewGetProfilesUsersParamsWithHTTPClient(client *http.Client) *GetProfilesUsersParams

NewGetProfilesUsersParamsWithHTTPClient creates a new GetProfilesUsersParams object with the ability to set a custom HTTPClient for a request.

func NewGetProfilesUsersParamsWithTimeout

func NewGetProfilesUsersParamsWithTimeout(timeout time.Duration) *GetProfilesUsersParams

NewGetProfilesUsersParamsWithTimeout creates a new GetProfilesUsersParams object with the ability to set a timeout on a request.

func (*GetProfilesUsersParams) SetContext

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

SetContext adds the context to the get profiles users params

func (*GetProfilesUsersParams) SetDefaults

func (o *GetProfilesUsersParams) SetDefaults()

SetDefaults hydrates default values in the get profiles users params (not the query body).

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

func (*GetProfilesUsersParams) SetExpand

func (o *GetProfilesUsersParams) SetExpand(expand []string)

SetExpand adds the expand to the get profiles users params

func (*GetProfilesUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get profiles users params

func (*GetProfilesUsersParams) SetID

func (o *GetProfilesUsersParams) SetID(id []string)

SetID adds the id to the get profiles users params

func (*GetProfilesUsersParams) SetIntegrationPresenceSource

func (o *GetProfilesUsersParams) SetIntegrationPresenceSource(integrationPresenceSource *string)

SetIntegrationPresenceSource adds the integrationPresenceSource to the get profiles users params

func (*GetProfilesUsersParams) SetJid

func (o *GetProfilesUsersParams) SetJid(jid []string)

SetJid adds the jid to the get profiles users params

func (*GetProfilesUsersParams) SetPageNumber

func (o *GetProfilesUsersParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get profiles users params

func (*GetProfilesUsersParams) SetPageSize

func (o *GetProfilesUsersParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get profiles users params

func (*GetProfilesUsersParams) SetSortOrder

func (o *GetProfilesUsersParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get profiles users params

func (*GetProfilesUsersParams) SetTimeout

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

SetTimeout adds the timeout to the get profiles users params

func (*GetProfilesUsersParams) WithContext

WithContext adds the context to the get profiles users params

func (*GetProfilesUsersParams) WithDefaults

WithDefaults hydrates default values in the get profiles users params (not the query body).

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

func (*GetProfilesUsersParams) WithExpand

func (o *GetProfilesUsersParams) WithExpand(expand []string) *GetProfilesUsersParams

WithExpand adds the expand to the get profiles users params

func (*GetProfilesUsersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get profiles users params

func (*GetProfilesUsersParams) WithID

WithID adds the id to the get profiles users params

func (*GetProfilesUsersParams) WithIntegrationPresenceSource

func (o *GetProfilesUsersParams) WithIntegrationPresenceSource(integrationPresenceSource *string) *GetProfilesUsersParams

WithIntegrationPresenceSource adds the integrationPresenceSource to the get profiles users params

func (*GetProfilesUsersParams) WithJid

WithJid adds the jid to the get profiles users params

func (*GetProfilesUsersParams) WithPageNumber

func (o *GetProfilesUsersParams) WithPageNumber(pageNumber *int32) *GetProfilesUsersParams

WithPageNumber adds the pageNumber to the get profiles users params

func (*GetProfilesUsersParams) WithPageSize

func (o *GetProfilesUsersParams) WithPageSize(pageSize *int32) *GetProfilesUsersParams

WithPageSize adds the pageSize to the get profiles users params

func (*GetProfilesUsersParams) WithSortOrder

func (o *GetProfilesUsersParams) WithSortOrder(sortOrder *string) *GetProfilesUsersParams

WithSortOrder adds the sortOrder to the get profiles users params

func (*GetProfilesUsersParams) WithTimeout

WithTimeout adds the timeout to the get profiles users params

func (*GetProfilesUsersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProfilesUsersReader

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

GetProfilesUsersReader is a Reader for the GetProfilesUsers structure.

func (*GetProfilesUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProfilesUsersRequestEntityTooLarge

type GetProfilesUsersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetProfilesUsersRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetProfilesUsersRequestEntityTooLarge

func NewGetProfilesUsersRequestEntityTooLarge() *GetProfilesUsersRequestEntityTooLarge

NewGetProfilesUsersRequestEntityTooLarge creates a GetProfilesUsersRequestEntityTooLarge with default headers values

func (*GetProfilesUsersRequestEntityTooLarge) Error

func (*GetProfilesUsersRequestEntityTooLarge) GetPayload

func (*GetProfilesUsersRequestEntityTooLarge) IsClientError

func (o *GetProfilesUsersRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get profiles users request entity too large response has a 4xx status code

func (*GetProfilesUsersRequestEntityTooLarge) IsCode

IsCode returns true when this get profiles users request entity too large response a status code equal to that given

func (*GetProfilesUsersRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get profiles users request entity too large response has a 3xx status code

func (*GetProfilesUsersRequestEntityTooLarge) IsServerError

func (o *GetProfilesUsersRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get profiles users request entity too large response has a 5xx status code

func (*GetProfilesUsersRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get profiles users request entity too large response has a 2xx status code

func (*GetProfilesUsersRequestEntityTooLarge) String

type GetProfilesUsersRequestTimeout

type GetProfilesUsersRequestTimeout struct {
	Payload *models.ErrorBody
}

GetProfilesUsersRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetProfilesUsersRequestTimeout

func NewGetProfilesUsersRequestTimeout() *GetProfilesUsersRequestTimeout

NewGetProfilesUsersRequestTimeout creates a GetProfilesUsersRequestTimeout with default headers values

func (*GetProfilesUsersRequestTimeout) Error

func (*GetProfilesUsersRequestTimeout) GetPayload

func (*GetProfilesUsersRequestTimeout) IsClientError

func (o *GetProfilesUsersRequestTimeout) IsClientError() bool

IsClientError returns true when this get profiles users request timeout response has a 4xx status code

func (*GetProfilesUsersRequestTimeout) IsCode

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

IsCode returns true when this get profiles users request timeout response a status code equal to that given

func (*GetProfilesUsersRequestTimeout) IsRedirect

func (o *GetProfilesUsersRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get profiles users request timeout response has a 3xx status code

func (*GetProfilesUsersRequestTimeout) IsServerError

func (o *GetProfilesUsersRequestTimeout) IsServerError() bool

IsServerError returns true when this get profiles users request timeout response has a 5xx status code

func (*GetProfilesUsersRequestTimeout) IsSuccess

func (o *GetProfilesUsersRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get profiles users request timeout response has a 2xx status code

func (*GetProfilesUsersRequestTimeout) String

type GetProfilesUsersServiceUnavailable

type GetProfilesUsersServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetProfilesUsersServiceUnavailable

func NewGetProfilesUsersServiceUnavailable() *GetProfilesUsersServiceUnavailable

NewGetProfilesUsersServiceUnavailable creates a GetProfilesUsersServiceUnavailable with default headers values

func (*GetProfilesUsersServiceUnavailable) Error

func (*GetProfilesUsersServiceUnavailable) GetPayload

func (*GetProfilesUsersServiceUnavailable) IsClientError

func (o *GetProfilesUsersServiceUnavailable) IsClientError() bool

IsClientError returns true when this get profiles users service unavailable response has a 4xx status code

func (*GetProfilesUsersServiceUnavailable) IsCode

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

func (*GetProfilesUsersServiceUnavailable) IsRedirect

func (o *GetProfilesUsersServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get profiles users service unavailable response has a 3xx status code

func (*GetProfilesUsersServiceUnavailable) IsServerError

func (o *GetProfilesUsersServiceUnavailable) IsServerError() bool

IsServerError returns true when this get profiles users service unavailable response has a 5xx status code

func (*GetProfilesUsersServiceUnavailable) IsSuccess

IsSuccess returns true when this get profiles users service unavailable response has a 2xx status code

func (*GetProfilesUsersServiceUnavailable) String

type GetProfilesUsersTooManyRequests

type GetProfilesUsersTooManyRequests struct {
	Payload *models.ErrorBody
}

GetProfilesUsersTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetProfilesUsersTooManyRequests

func NewGetProfilesUsersTooManyRequests() *GetProfilesUsersTooManyRequests

NewGetProfilesUsersTooManyRequests creates a GetProfilesUsersTooManyRequests with default headers values

func (*GetProfilesUsersTooManyRequests) Error

func (*GetProfilesUsersTooManyRequests) GetPayload

func (*GetProfilesUsersTooManyRequests) IsClientError

func (o *GetProfilesUsersTooManyRequests) IsClientError() bool

IsClientError returns true when this get profiles users too many requests response has a 4xx status code

func (*GetProfilesUsersTooManyRequests) IsCode

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

IsCode returns true when this get profiles users too many requests response a status code equal to that given

func (*GetProfilesUsersTooManyRequests) IsRedirect

func (o *GetProfilesUsersTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get profiles users too many requests response has a 3xx status code

func (*GetProfilesUsersTooManyRequests) IsServerError

func (o *GetProfilesUsersTooManyRequests) IsServerError() bool

IsServerError returns true when this get profiles users too many requests response has a 5xx status code

func (*GetProfilesUsersTooManyRequests) IsSuccess

func (o *GetProfilesUsersTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get profiles users too many requests response has a 2xx status code

func (*GetProfilesUsersTooManyRequests) String

type GetProfilesUsersUnauthorized

type GetProfilesUsersUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetProfilesUsersUnauthorized

func NewGetProfilesUsersUnauthorized() *GetProfilesUsersUnauthorized

NewGetProfilesUsersUnauthorized creates a GetProfilesUsersUnauthorized with default headers values

func (*GetProfilesUsersUnauthorized) Error

func (*GetProfilesUsersUnauthorized) GetPayload

func (*GetProfilesUsersUnauthorized) IsClientError

func (o *GetProfilesUsersUnauthorized) IsClientError() bool

IsClientError returns true when this get profiles users unauthorized response has a 4xx status code

func (*GetProfilesUsersUnauthorized) IsCode

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

IsCode returns true when this get profiles users unauthorized response a status code equal to that given

func (*GetProfilesUsersUnauthorized) IsRedirect

func (o *GetProfilesUsersUnauthorized) IsRedirect() bool

IsRedirect returns true when this get profiles users unauthorized response has a 3xx status code

func (*GetProfilesUsersUnauthorized) IsServerError

func (o *GetProfilesUsersUnauthorized) IsServerError() bool

IsServerError returns true when this get profiles users unauthorized response has a 5xx status code

func (*GetProfilesUsersUnauthorized) IsSuccess

func (o *GetProfilesUsersUnauthorized) IsSuccess() bool

IsSuccess returns true when this get profiles users unauthorized response has a 2xx status code

func (*GetProfilesUsersUnauthorized) String

type GetProfilesUsersUnsupportedMediaType

type GetProfilesUsersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetProfilesUsersUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetProfilesUsersUnsupportedMediaType

func NewGetProfilesUsersUnsupportedMediaType() *GetProfilesUsersUnsupportedMediaType

NewGetProfilesUsersUnsupportedMediaType creates a GetProfilesUsersUnsupportedMediaType with default headers values

func (*GetProfilesUsersUnsupportedMediaType) Error

func (*GetProfilesUsersUnsupportedMediaType) GetPayload

func (*GetProfilesUsersUnsupportedMediaType) IsClientError

func (o *GetProfilesUsersUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get profiles users unsupported media type response has a 4xx status code

func (*GetProfilesUsersUnsupportedMediaType) IsCode

IsCode returns true when this get profiles users unsupported media type response a status code equal to that given

func (*GetProfilesUsersUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get profiles users unsupported media type response has a 3xx status code

func (*GetProfilesUsersUnsupportedMediaType) IsServerError

func (o *GetProfilesUsersUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get profiles users unsupported media type response has a 5xx status code

func (*GetProfilesUsersUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get profiles users unsupported media type response has a 2xx status code

func (*GetProfilesUsersUnsupportedMediaType) String

type GetUserAdjacentsBadRequest

type GetUserAdjacentsBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUserAdjacentsBadRequest

func NewGetUserAdjacentsBadRequest() *GetUserAdjacentsBadRequest

NewGetUserAdjacentsBadRequest creates a GetUserAdjacentsBadRequest with default headers values

func (*GetUserAdjacentsBadRequest) Error

func (*GetUserAdjacentsBadRequest) GetPayload

func (o *GetUserAdjacentsBadRequest) GetPayload() *models.ErrorBody

func (*GetUserAdjacentsBadRequest) IsClientError

func (o *GetUserAdjacentsBadRequest) IsClientError() bool

IsClientError returns true when this get user adjacents bad request response has a 4xx status code

func (*GetUserAdjacentsBadRequest) IsCode

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

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

func (*GetUserAdjacentsBadRequest) IsRedirect

func (o *GetUserAdjacentsBadRequest) IsRedirect() bool

IsRedirect returns true when this get user adjacents bad request response has a 3xx status code

func (*GetUserAdjacentsBadRequest) IsServerError

func (o *GetUserAdjacentsBadRequest) IsServerError() bool

IsServerError returns true when this get user adjacents bad request response has a 5xx status code

func (*GetUserAdjacentsBadRequest) IsSuccess

func (o *GetUserAdjacentsBadRequest) IsSuccess() bool

IsSuccess returns true when this get user adjacents bad request response has a 2xx status code

func (*GetUserAdjacentsBadRequest) String

func (o *GetUserAdjacentsBadRequest) String() string

type GetUserAdjacentsForbidden

type GetUserAdjacentsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUserAdjacentsForbidden

func NewGetUserAdjacentsForbidden() *GetUserAdjacentsForbidden

NewGetUserAdjacentsForbidden creates a GetUserAdjacentsForbidden with default headers values

func (*GetUserAdjacentsForbidden) Error

func (o *GetUserAdjacentsForbidden) Error() string

func (*GetUserAdjacentsForbidden) GetPayload

func (o *GetUserAdjacentsForbidden) GetPayload() *models.ErrorBody

func (*GetUserAdjacentsForbidden) IsClientError

func (o *GetUserAdjacentsForbidden) IsClientError() bool

IsClientError returns true when this get user adjacents forbidden response has a 4xx status code

func (*GetUserAdjacentsForbidden) IsCode

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

IsCode returns true when this get user adjacents forbidden response a status code equal to that given

func (*GetUserAdjacentsForbidden) IsRedirect

func (o *GetUserAdjacentsForbidden) IsRedirect() bool

IsRedirect returns true when this get user adjacents forbidden response has a 3xx status code

func (*GetUserAdjacentsForbidden) IsServerError

func (o *GetUserAdjacentsForbidden) IsServerError() bool

IsServerError returns true when this get user adjacents forbidden response has a 5xx status code

func (*GetUserAdjacentsForbidden) IsSuccess

func (o *GetUserAdjacentsForbidden) IsSuccess() bool

IsSuccess returns true when this get user adjacents forbidden response has a 2xx status code

func (*GetUserAdjacentsForbidden) String

func (o *GetUserAdjacentsForbidden) String() string

type GetUserAdjacentsGatewayTimeout

type GetUserAdjacentsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUserAdjacentsGatewayTimeout

func NewGetUserAdjacentsGatewayTimeout() *GetUserAdjacentsGatewayTimeout

NewGetUserAdjacentsGatewayTimeout creates a GetUserAdjacentsGatewayTimeout with default headers values

func (*GetUserAdjacentsGatewayTimeout) Error

func (*GetUserAdjacentsGatewayTimeout) GetPayload

func (*GetUserAdjacentsGatewayTimeout) IsClientError

func (o *GetUserAdjacentsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get user adjacents gateway timeout response has a 4xx status code

func (*GetUserAdjacentsGatewayTimeout) IsCode

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

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

func (*GetUserAdjacentsGatewayTimeout) IsRedirect

func (o *GetUserAdjacentsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get user adjacents gateway timeout response has a 3xx status code

func (*GetUserAdjacentsGatewayTimeout) IsServerError

func (o *GetUserAdjacentsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get user adjacents gateway timeout response has a 5xx status code

func (*GetUserAdjacentsGatewayTimeout) IsSuccess

func (o *GetUserAdjacentsGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get user adjacents gateway timeout response has a 2xx status code

func (*GetUserAdjacentsGatewayTimeout) String

type GetUserAdjacentsInternalServerError

type GetUserAdjacentsInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserAdjacentsInternalServerError

func NewGetUserAdjacentsInternalServerError() *GetUserAdjacentsInternalServerError

NewGetUserAdjacentsInternalServerError creates a GetUserAdjacentsInternalServerError with default headers values

func (*GetUserAdjacentsInternalServerError) Error

func (*GetUserAdjacentsInternalServerError) GetPayload

func (*GetUserAdjacentsInternalServerError) IsClientError

func (o *GetUserAdjacentsInternalServerError) IsClientError() bool

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

func (*GetUserAdjacentsInternalServerError) IsCode

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

func (*GetUserAdjacentsInternalServerError) IsRedirect

func (o *GetUserAdjacentsInternalServerError) IsRedirect() bool

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

func (*GetUserAdjacentsInternalServerError) IsServerError

func (o *GetUserAdjacentsInternalServerError) IsServerError() bool

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

func (*GetUserAdjacentsInternalServerError) IsSuccess

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

func (*GetUserAdjacentsInternalServerError) String

type GetUserAdjacentsNotFound

type GetUserAdjacentsNotFound struct {
	Payload *models.ErrorBody
}

GetUserAdjacentsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserAdjacentsNotFound

func NewGetUserAdjacentsNotFound() *GetUserAdjacentsNotFound

NewGetUserAdjacentsNotFound creates a GetUserAdjacentsNotFound with default headers values

func (*GetUserAdjacentsNotFound) Error

func (o *GetUserAdjacentsNotFound) Error() string

func (*GetUserAdjacentsNotFound) GetPayload

func (o *GetUserAdjacentsNotFound) GetPayload() *models.ErrorBody

func (*GetUserAdjacentsNotFound) IsClientError

func (o *GetUserAdjacentsNotFound) IsClientError() bool

IsClientError returns true when this get user adjacents not found response has a 4xx status code

func (*GetUserAdjacentsNotFound) IsCode

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

IsCode returns true when this get user adjacents not found response a status code equal to that given

func (*GetUserAdjacentsNotFound) IsRedirect

func (o *GetUserAdjacentsNotFound) IsRedirect() bool

IsRedirect returns true when this get user adjacents not found response has a 3xx status code

func (*GetUserAdjacentsNotFound) IsServerError

func (o *GetUserAdjacentsNotFound) IsServerError() bool

IsServerError returns true when this get user adjacents not found response has a 5xx status code

func (*GetUserAdjacentsNotFound) IsSuccess

func (o *GetUserAdjacentsNotFound) IsSuccess() bool

IsSuccess returns true when this get user adjacents not found response has a 2xx status code

func (*GetUserAdjacentsNotFound) String

func (o *GetUserAdjacentsNotFound) String() string

type GetUserAdjacentsOK

type GetUserAdjacentsOK struct {
	Payload *models.Adjacents
}

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

successful operation

func NewGetUserAdjacentsOK

func NewGetUserAdjacentsOK() *GetUserAdjacentsOK

NewGetUserAdjacentsOK creates a GetUserAdjacentsOK with default headers values

func (*GetUserAdjacentsOK) Error

func (o *GetUserAdjacentsOK) Error() string

func (*GetUserAdjacentsOK) GetPayload

func (o *GetUserAdjacentsOK) GetPayload() *models.Adjacents

func (*GetUserAdjacentsOK) IsClientError

func (o *GetUserAdjacentsOK) IsClientError() bool

IsClientError returns true when this get user adjacents o k response has a 4xx status code

func (*GetUserAdjacentsOK) IsCode

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

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

func (*GetUserAdjacentsOK) IsRedirect

func (o *GetUserAdjacentsOK) IsRedirect() bool

IsRedirect returns true when this get user adjacents o k response has a 3xx status code

func (*GetUserAdjacentsOK) IsServerError

func (o *GetUserAdjacentsOK) IsServerError() bool

IsServerError returns true when this get user adjacents o k response has a 5xx status code

func (*GetUserAdjacentsOK) IsSuccess

func (o *GetUserAdjacentsOK) IsSuccess() bool

IsSuccess returns true when this get user adjacents o k response has a 2xx status code

func (*GetUserAdjacentsOK) String

func (o *GetUserAdjacentsOK) String() string

type GetUserAdjacentsParams

type GetUserAdjacentsParams struct {

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	/* UserID.

	   User ID
	*/
	UserID string

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

GetUserAdjacentsParams contains all the parameters to send to the API endpoint

for the get user adjacents operation.

Typically these are written to a http.Request.

func NewGetUserAdjacentsParams

func NewGetUserAdjacentsParams() *GetUserAdjacentsParams

NewGetUserAdjacentsParams creates a new GetUserAdjacentsParams 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 NewGetUserAdjacentsParamsWithContext

func NewGetUserAdjacentsParamsWithContext(ctx context.Context) *GetUserAdjacentsParams

NewGetUserAdjacentsParamsWithContext creates a new GetUserAdjacentsParams object with the ability to set a context for a request.

func NewGetUserAdjacentsParamsWithHTTPClient

func NewGetUserAdjacentsParamsWithHTTPClient(client *http.Client) *GetUserAdjacentsParams

NewGetUserAdjacentsParamsWithHTTPClient creates a new GetUserAdjacentsParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserAdjacentsParamsWithTimeout

func NewGetUserAdjacentsParamsWithTimeout(timeout time.Duration) *GetUserAdjacentsParams

NewGetUserAdjacentsParamsWithTimeout creates a new GetUserAdjacentsParams object with the ability to set a timeout on a request.

func (*GetUserAdjacentsParams) SetContext

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

SetContext adds the context to the get user adjacents params

func (*GetUserAdjacentsParams) SetDefaults

func (o *GetUserAdjacentsParams) SetDefaults()

SetDefaults hydrates default values in the get user adjacents params (not the query body).

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

func (*GetUserAdjacentsParams) SetExpand

func (o *GetUserAdjacentsParams) SetExpand(expand []string)

SetExpand adds the expand to the get user adjacents params

func (*GetUserAdjacentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user adjacents params

func (*GetUserAdjacentsParams) SetTimeout

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

SetTimeout adds the timeout to the get user adjacents params

func (*GetUserAdjacentsParams) SetUserID

func (o *GetUserAdjacentsParams) SetUserID(userID string)

SetUserID adds the userId to the get user adjacents params

func (*GetUserAdjacentsParams) WithContext

WithContext adds the context to the get user adjacents params

func (*GetUserAdjacentsParams) WithDefaults

WithDefaults hydrates default values in the get user adjacents params (not the query body).

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

func (*GetUserAdjacentsParams) WithExpand

func (o *GetUserAdjacentsParams) WithExpand(expand []string) *GetUserAdjacentsParams

WithExpand adds the expand to the get user adjacents params

func (*GetUserAdjacentsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user adjacents params

func (*GetUserAdjacentsParams) WithTimeout

WithTimeout adds the timeout to the get user adjacents params

func (*GetUserAdjacentsParams) WithUserID

func (o *GetUserAdjacentsParams) WithUserID(userID string) *GetUserAdjacentsParams

WithUserID adds the userID to the get user adjacents params

func (*GetUserAdjacentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserAdjacentsReader

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

GetUserAdjacentsReader is a Reader for the GetUserAdjacents structure.

func (*GetUserAdjacentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserAdjacentsRequestEntityTooLarge

type GetUserAdjacentsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserAdjacentsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserAdjacentsRequestEntityTooLarge

func NewGetUserAdjacentsRequestEntityTooLarge() *GetUserAdjacentsRequestEntityTooLarge

NewGetUserAdjacentsRequestEntityTooLarge creates a GetUserAdjacentsRequestEntityTooLarge with default headers values

func (*GetUserAdjacentsRequestEntityTooLarge) Error

func (*GetUserAdjacentsRequestEntityTooLarge) GetPayload

func (*GetUserAdjacentsRequestEntityTooLarge) IsClientError

func (o *GetUserAdjacentsRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get user adjacents request entity too large response has a 4xx status code

func (*GetUserAdjacentsRequestEntityTooLarge) IsCode

IsCode returns true when this get user adjacents request entity too large response a status code equal to that given

func (*GetUserAdjacentsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get user adjacents request entity too large response has a 3xx status code

func (*GetUserAdjacentsRequestEntityTooLarge) IsServerError

func (o *GetUserAdjacentsRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get user adjacents request entity too large response has a 5xx status code

func (*GetUserAdjacentsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get user adjacents request entity too large response has a 2xx status code

func (*GetUserAdjacentsRequestEntityTooLarge) String

type GetUserAdjacentsRequestTimeout

type GetUserAdjacentsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserAdjacentsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserAdjacentsRequestTimeout

func NewGetUserAdjacentsRequestTimeout() *GetUserAdjacentsRequestTimeout

NewGetUserAdjacentsRequestTimeout creates a GetUserAdjacentsRequestTimeout with default headers values

func (*GetUserAdjacentsRequestTimeout) Error

func (*GetUserAdjacentsRequestTimeout) GetPayload

func (*GetUserAdjacentsRequestTimeout) IsClientError

func (o *GetUserAdjacentsRequestTimeout) IsClientError() bool

IsClientError returns true when this get user adjacents request timeout response has a 4xx status code

func (*GetUserAdjacentsRequestTimeout) IsCode

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

IsCode returns true when this get user adjacents request timeout response a status code equal to that given

func (*GetUserAdjacentsRequestTimeout) IsRedirect

func (o *GetUserAdjacentsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get user adjacents request timeout response has a 3xx status code

func (*GetUserAdjacentsRequestTimeout) IsServerError

func (o *GetUserAdjacentsRequestTimeout) IsServerError() bool

IsServerError returns true when this get user adjacents request timeout response has a 5xx status code

func (*GetUserAdjacentsRequestTimeout) IsSuccess

func (o *GetUserAdjacentsRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get user adjacents request timeout response has a 2xx status code

func (*GetUserAdjacentsRequestTimeout) String

type GetUserAdjacentsServiceUnavailable

type GetUserAdjacentsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserAdjacentsServiceUnavailable

func NewGetUserAdjacentsServiceUnavailable() *GetUserAdjacentsServiceUnavailable

NewGetUserAdjacentsServiceUnavailable creates a GetUserAdjacentsServiceUnavailable with default headers values

func (*GetUserAdjacentsServiceUnavailable) Error

func (*GetUserAdjacentsServiceUnavailable) GetPayload

func (*GetUserAdjacentsServiceUnavailable) IsClientError

func (o *GetUserAdjacentsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get user adjacents service unavailable response has a 4xx status code

func (*GetUserAdjacentsServiceUnavailable) IsCode

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

func (*GetUserAdjacentsServiceUnavailable) IsRedirect

func (o *GetUserAdjacentsServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get user adjacents service unavailable response has a 3xx status code

func (*GetUserAdjacentsServiceUnavailable) IsServerError

func (o *GetUserAdjacentsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get user adjacents service unavailable response has a 5xx status code

func (*GetUserAdjacentsServiceUnavailable) IsSuccess

IsSuccess returns true when this get user adjacents service unavailable response has a 2xx status code

func (*GetUserAdjacentsServiceUnavailable) String

type GetUserAdjacentsTooManyRequests

type GetUserAdjacentsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserAdjacentsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserAdjacentsTooManyRequests

func NewGetUserAdjacentsTooManyRequests() *GetUserAdjacentsTooManyRequests

NewGetUserAdjacentsTooManyRequests creates a GetUserAdjacentsTooManyRequests with default headers values

func (*GetUserAdjacentsTooManyRequests) Error

func (*GetUserAdjacentsTooManyRequests) GetPayload

func (*GetUserAdjacentsTooManyRequests) IsClientError

func (o *GetUserAdjacentsTooManyRequests) IsClientError() bool

IsClientError returns true when this get user adjacents too many requests response has a 4xx status code

func (*GetUserAdjacentsTooManyRequests) IsCode

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

IsCode returns true when this get user adjacents too many requests response a status code equal to that given

func (*GetUserAdjacentsTooManyRequests) IsRedirect

func (o *GetUserAdjacentsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user adjacents too many requests response has a 3xx status code

func (*GetUserAdjacentsTooManyRequests) IsServerError

func (o *GetUserAdjacentsTooManyRequests) IsServerError() bool

IsServerError returns true when this get user adjacents too many requests response has a 5xx status code

func (*GetUserAdjacentsTooManyRequests) IsSuccess

func (o *GetUserAdjacentsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get user adjacents too many requests response has a 2xx status code

func (*GetUserAdjacentsTooManyRequests) String

type GetUserAdjacentsUnauthorized

type GetUserAdjacentsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUserAdjacentsUnauthorized

func NewGetUserAdjacentsUnauthorized() *GetUserAdjacentsUnauthorized

NewGetUserAdjacentsUnauthorized creates a GetUserAdjacentsUnauthorized with default headers values

func (*GetUserAdjacentsUnauthorized) Error

func (*GetUserAdjacentsUnauthorized) GetPayload

func (*GetUserAdjacentsUnauthorized) IsClientError

func (o *GetUserAdjacentsUnauthorized) IsClientError() bool

IsClientError returns true when this get user adjacents unauthorized response has a 4xx status code

func (*GetUserAdjacentsUnauthorized) IsCode

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

IsCode returns true when this get user adjacents unauthorized response a status code equal to that given

func (*GetUserAdjacentsUnauthorized) IsRedirect

func (o *GetUserAdjacentsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user adjacents unauthorized response has a 3xx status code

func (*GetUserAdjacentsUnauthorized) IsServerError

func (o *GetUserAdjacentsUnauthorized) IsServerError() bool

IsServerError returns true when this get user adjacents unauthorized response has a 5xx status code

func (*GetUserAdjacentsUnauthorized) IsSuccess

func (o *GetUserAdjacentsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user adjacents unauthorized response has a 2xx status code

func (*GetUserAdjacentsUnauthorized) String

type GetUserAdjacentsUnsupportedMediaType

type GetUserAdjacentsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserAdjacentsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserAdjacentsUnsupportedMediaType

func NewGetUserAdjacentsUnsupportedMediaType() *GetUserAdjacentsUnsupportedMediaType

NewGetUserAdjacentsUnsupportedMediaType creates a GetUserAdjacentsUnsupportedMediaType with default headers values

func (*GetUserAdjacentsUnsupportedMediaType) Error

func (*GetUserAdjacentsUnsupportedMediaType) GetPayload

func (*GetUserAdjacentsUnsupportedMediaType) IsClientError

func (o *GetUserAdjacentsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get user adjacents unsupported media type response has a 4xx status code

func (*GetUserAdjacentsUnsupportedMediaType) IsCode

IsCode returns true when this get user adjacents unsupported media type response a status code equal to that given

func (*GetUserAdjacentsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get user adjacents unsupported media type response has a 3xx status code

func (*GetUserAdjacentsUnsupportedMediaType) IsServerError

func (o *GetUserAdjacentsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get user adjacents unsupported media type response has a 5xx status code

func (*GetUserAdjacentsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get user adjacents unsupported media type response has a 2xx status code

func (*GetUserAdjacentsUnsupportedMediaType) String

type GetUserBadRequest

type GetUserBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUserBadRequest

func NewGetUserBadRequest() *GetUserBadRequest

NewGetUserBadRequest creates a GetUserBadRequest with default headers values

func (*GetUserBadRequest) Error

func (o *GetUserBadRequest) Error() string

func (*GetUserBadRequest) GetPayload

func (o *GetUserBadRequest) GetPayload() *models.ErrorBody

func (*GetUserBadRequest) IsClientError

func (o *GetUserBadRequest) IsClientError() bool

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

func (*GetUserBadRequest) IsCode

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

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

func (*GetUserBadRequest) IsRedirect

func (o *GetUserBadRequest) IsRedirect() bool

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

func (*GetUserBadRequest) IsServerError

func (o *GetUserBadRequest) IsServerError() bool

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

func (*GetUserBadRequest) IsSuccess

func (o *GetUserBadRequest) IsSuccess() bool

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

func (*GetUserBadRequest) String

func (o *GetUserBadRequest) String() string

type GetUserCallforwardingBadRequest

type GetUserCallforwardingBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUserCallforwardingBadRequest

func NewGetUserCallforwardingBadRequest() *GetUserCallforwardingBadRequest

NewGetUserCallforwardingBadRequest creates a GetUserCallforwardingBadRequest with default headers values

func (*GetUserCallforwardingBadRequest) Error

func (*GetUserCallforwardingBadRequest) GetPayload

func (*GetUserCallforwardingBadRequest) IsClientError

func (o *GetUserCallforwardingBadRequest) IsClientError() bool

IsClientError returns true when this get user callforwarding bad request response has a 4xx status code

func (*GetUserCallforwardingBadRequest) IsCode

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

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

func (*GetUserCallforwardingBadRequest) IsRedirect

func (o *GetUserCallforwardingBadRequest) IsRedirect() bool

IsRedirect returns true when this get user callforwarding bad request response has a 3xx status code

func (*GetUserCallforwardingBadRequest) IsServerError

func (o *GetUserCallforwardingBadRequest) IsServerError() bool

IsServerError returns true when this get user callforwarding bad request response has a 5xx status code

func (*GetUserCallforwardingBadRequest) IsSuccess

func (o *GetUserCallforwardingBadRequest) IsSuccess() bool

IsSuccess returns true when this get user callforwarding bad request response has a 2xx status code

func (*GetUserCallforwardingBadRequest) String

type GetUserCallforwardingFailedDependency

type GetUserCallforwardingFailedDependency struct {
	Payload *models.ErrorBody
}

GetUserCallforwardingFailedDependency describes a response with status code 424, with default header values.

GetUserCallforwardingFailedDependency get user callforwarding failed dependency

func NewGetUserCallforwardingFailedDependency

func NewGetUserCallforwardingFailedDependency() *GetUserCallforwardingFailedDependency

NewGetUserCallforwardingFailedDependency creates a GetUserCallforwardingFailedDependency with default headers values

func (*GetUserCallforwardingFailedDependency) Error

func (*GetUserCallforwardingFailedDependency) GetPayload

func (*GetUserCallforwardingFailedDependency) IsClientError

func (o *GetUserCallforwardingFailedDependency) IsClientError() bool

IsClientError returns true when this get user callforwarding failed dependency response has a 4xx status code

func (*GetUserCallforwardingFailedDependency) IsCode

IsCode returns true when this get user callforwarding failed dependency response a status code equal to that given

func (*GetUserCallforwardingFailedDependency) IsRedirect

IsRedirect returns true when this get user callforwarding failed dependency response has a 3xx status code

func (*GetUserCallforwardingFailedDependency) IsServerError

func (o *GetUserCallforwardingFailedDependency) IsServerError() bool

IsServerError returns true when this get user callforwarding failed dependency response has a 5xx status code

func (*GetUserCallforwardingFailedDependency) IsSuccess

IsSuccess returns true when this get user callforwarding failed dependency response has a 2xx status code

func (*GetUserCallforwardingFailedDependency) String

type GetUserCallforwardingForbidden

type GetUserCallforwardingForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUserCallforwardingForbidden

func NewGetUserCallforwardingForbidden() *GetUserCallforwardingForbidden

NewGetUserCallforwardingForbidden creates a GetUserCallforwardingForbidden with default headers values

func (*GetUserCallforwardingForbidden) Error

func (*GetUserCallforwardingForbidden) GetPayload

func (*GetUserCallforwardingForbidden) IsClientError

func (o *GetUserCallforwardingForbidden) IsClientError() bool

IsClientError returns true when this get user callforwarding forbidden response has a 4xx status code

func (*GetUserCallforwardingForbidden) IsCode

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

IsCode returns true when this get user callforwarding forbidden response a status code equal to that given

func (*GetUserCallforwardingForbidden) IsRedirect

func (o *GetUserCallforwardingForbidden) IsRedirect() bool

IsRedirect returns true when this get user callforwarding forbidden response has a 3xx status code

func (*GetUserCallforwardingForbidden) IsServerError

func (o *GetUserCallforwardingForbidden) IsServerError() bool

IsServerError returns true when this get user callforwarding forbidden response has a 5xx status code

func (*GetUserCallforwardingForbidden) IsSuccess

func (o *GetUserCallforwardingForbidden) IsSuccess() bool

IsSuccess returns true when this get user callforwarding forbidden response has a 2xx status code

func (*GetUserCallforwardingForbidden) String

type GetUserCallforwardingGatewayTimeout

type GetUserCallforwardingGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUserCallforwardingGatewayTimeout

func NewGetUserCallforwardingGatewayTimeout() *GetUserCallforwardingGatewayTimeout

NewGetUserCallforwardingGatewayTimeout creates a GetUserCallforwardingGatewayTimeout with default headers values

func (*GetUserCallforwardingGatewayTimeout) Error

func (*GetUserCallforwardingGatewayTimeout) GetPayload

func (*GetUserCallforwardingGatewayTimeout) IsClientError

func (o *GetUserCallforwardingGatewayTimeout) IsClientError() bool

IsClientError returns true when this get user callforwarding gateway timeout response has a 4xx status code

func (*GetUserCallforwardingGatewayTimeout) IsCode

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

func (*GetUserCallforwardingGatewayTimeout) IsRedirect

func (o *GetUserCallforwardingGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get user callforwarding gateway timeout response has a 3xx status code

func (*GetUserCallforwardingGatewayTimeout) IsServerError

func (o *GetUserCallforwardingGatewayTimeout) IsServerError() bool

IsServerError returns true when this get user callforwarding gateway timeout response has a 5xx status code

func (*GetUserCallforwardingGatewayTimeout) IsSuccess

IsSuccess returns true when this get user callforwarding gateway timeout response has a 2xx status code

func (*GetUserCallforwardingGatewayTimeout) String

type GetUserCallforwardingInternalServerError

type GetUserCallforwardingInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserCallforwardingInternalServerError

func NewGetUserCallforwardingInternalServerError() *GetUserCallforwardingInternalServerError

NewGetUserCallforwardingInternalServerError creates a GetUserCallforwardingInternalServerError with default headers values

func (*GetUserCallforwardingInternalServerError) Error

func (*GetUserCallforwardingInternalServerError) GetPayload

func (*GetUserCallforwardingInternalServerError) IsClientError

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

func (*GetUserCallforwardingInternalServerError) IsCode

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

func (*GetUserCallforwardingInternalServerError) IsRedirect

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

func (*GetUserCallforwardingInternalServerError) IsServerError

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

func (*GetUserCallforwardingInternalServerError) IsSuccess

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

func (*GetUserCallforwardingInternalServerError) String

type GetUserCallforwardingNotFound

type GetUserCallforwardingNotFound struct {
	Payload *models.ErrorBody
}

GetUserCallforwardingNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserCallforwardingNotFound

func NewGetUserCallforwardingNotFound() *GetUserCallforwardingNotFound

NewGetUserCallforwardingNotFound creates a GetUserCallforwardingNotFound with default headers values

func (*GetUserCallforwardingNotFound) Error

func (*GetUserCallforwardingNotFound) GetPayload

func (*GetUserCallforwardingNotFound) IsClientError

func (o *GetUserCallforwardingNotFound) IsClientError() bool

IsClientError returns true when this get user callforwarding not found response has a 4xx status code

func (*GetUserCallforwardingNotFound) IsCode

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

IsCode returns true when this get user callforwarding not found response a status code equal to that given

func (*GetUserCallforwardingNotFound) IsRedirect

func (o *GetUserCallforwardingNotFound) IsRedirect() bool

IsRedirect returns true when this get user callforwarding not found response has a 3xx status code

func (*GetUserCallforwardingNotFound) IsServerError

func (o *GetUserCallforwardingNotFound) IsServerError() bool

IsServerError returns true when this get user callforwarding not found response has a 5xx status code

func (*GetUserCallforwardingNotFound) IsSuccess

func (o *GetUserCallforwardingNotFound) IsSuccess() bool

IsSuccess returns true when this get user callforwarding not found response has a 2xx status code

func (*GetUserCallforwardingNotFound) String

type GetUserCallforwardingOK

type GetUserCallforwardingOK struct {
	Payload *models.CallForwarding
}

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

successful operation

func NewGetUserCallforwardingOK

func NewGetUserCallforwardingOK() *GetUserCallforwardingOK

NewGetUserCallforwardingOK creates a GetUserCallforwardingOK with default headers values

func (*GetUserCallforwardingOK) Error

func (o *GetUserCallforwardingOK) Error() string

func (*GetUserCallforwardingOK) GetPayload

func (*GetUserCallforwardingOK) IsClientError

func (o *GetUserCallforwardingOK) IsClientError() bool

IsClientError returns true when this get user callforwarding o k response has a 4xx status code

func (*GetUserCallforwardingOK) IsCode

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

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

func (*GetUserCallforwardingOK) IsRedirect

func (o *GetUserCallforwardingOK) IsRedirect() bool

IsRedirect returns true when this get user callforwarding o k response has a 3xx status code

func (*GetUserCallforwardingOK) IsServerError

func (o *GetUserCallforwardingOK) IsServerError() bool

IsServerError returns true when this get user callforwarding o k response has a 5xx status code

func (*GetUserCallforwardingOK) IsSuccess

func (o *GetUserCallforwardingOK) IsSuccess() bool

IsSuccess returns true when this get user callforwarding o k response has a 2xx status code

func (*GetUserCallforwardingOK) String

func (o *GetUserCallforwardingOK) String() string

type GetUserCallforwardingParams

type GetUserCallforwardingParams struct {

	/* UserID.

	   User ID
	*/
	UserID string

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

GetUserCallforwardingParams contains all the parameters to send to the API endpoint

for the get user callforwarding operation.

Typically these are written to a http.Request.

func NewGetUserCallforwardingParams

func NewGetUserCallforwardingParams() *GetUserCallforwardingParams

NewGetUserCallforwardingParams creates a new GetUserCallforwardingParams 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 NewGetUserCallforwardingParamsWithContext

func NewGetUserCallforwardingParamsWithContext(ctx context.Context) *GetUserCallforwardingParams

NewGetUserCallforwardingParamsWithContext creates a new GetUserCallforwardingParams object with the ability to set a context for a request.

func NewGetUserCallforwardingParamsWithHTTPClient

func NewGetUserCallforwardingParamsWithHTTPClient(client *http.Client) *GetUserCallforwardingParams

NewGetUserCallforwardingParamsWithHTTPClient creates a new GetUserCallforwardingParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserCallforwardingParamsWithTimeout

func NewGetUserCallforwardingParamsWithTimeout(timeout time.Duration) *GetUserCallforwardingParams

NewGetUserCallforwardingParamsWithTimeout creates a new GetUserCallforwardingParams object with the ability to set a timeout on a request.

func (*GetUserCallforwardingParams) SetContext

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

SetContext adds the context to the get user callforwarding params

func (*GetUserCallforwardingParams) SetDefaults

func (o *GetUserCallforwardingParams) SetDefaults()

SetDefaults hydrates default values in the get user callforwarding params (not the query body).

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

func (*GetUserCallforwardingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user callforwarding params

func (*GetUserCallforwardingParams) SetTimeout

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

SetTimeout adds the timeout to the get user callforwarding params

func (*GetUserCallforwardingParams) SetUserID

func (o *GetUserCallforwardingParams) SetUserID(userID string)

SetUserID adds the userId to the get user callforwarding params

func (*GetUserCallforwardingParams) WithContext

WithContext adds the context to the get user callforwarding params

func (*GetUserCallforwardingParams) WithDefaults

WithDefaults hydrates default values in the get user callforwarding params (not the query body).

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

func (*GetUserCallforwardingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user callforwarding params

func (*GetUserCallforwardingParams) WithTimeout

WithTimeout adds the timeout to the get user callforwarding params

func (*GetUserCallforwardingParams) WithUserID

WithUserID adds the userID to the get user callforwarding params

func (*GetUserCallforwardingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserCallforwardingReader

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

GetUserCallforwardingReader is a Reader for the GetUserCallforwarding structure.

func (*GetUserCallforwardingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserCallforwardingRequestEntityTooLarge

type GetUserCallforwardingRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserCallforwardingRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserCallforwardingRequestEntityTooLarge

func NewGetUserCallforwardingRequestEntityTooLarge() *GetUserCallforwardingRequestEntityTooLarge

NewGetUserCallforwardingRequestEntityTooLarge creates a GetUserCallforwardingRequestEntityTooLarge with default headers values

func (*GetUserCallforwardingRequestEntityTooLarge) Error

func (*GetUserCallforwardingRequestEntityTooLarge) GetPayload

func (*GetUserCallforwardingRequestEntityTooLarge) IsClientError

IsClientError returns true when this get user callforwarding request entity too large response has a 4xx status code

func (*GetUserCallforwardingRequestEntityTooLarge) IsCode

IsCode returns true when this get user callforwarding request entity too large response a status code equal to that given

func (*GetUserCallforwardingRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get user callforwarding request entity too large response has a 3xx status code

func (*GetUserCallforwardingRequestEntityTooLarge) IsServerError

IsServerError returns true when this get user callforwarding request entity too large response has a 5xx status code

func (*GetUserCallforwardingRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get user callforwarding request entity too large response has a 2xx status code

func (*GetUserCallforwardingRequestEntityTooLarge) String

type GetUserCallforwardingRequestTimeout

type GetUserCallforwardingRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserCallforwardingRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserCallforwardingRequestTimeout

func NewGetUserCallforwardingRequestTimeout() *GetUserCallforwardingRequestTimeout

NewGetUserCallforwardingRequestTimeout creates a GetUserCallforwardingRequestTimeout with default headers values

func (*GetUserCallforwardingRequestTimeout) Error

func (*GetUserCallforwardingRequestTimeout) GetPayload

func (*GetUserCallforwardingRequestTimeout) IsClientError

func (o *GetUserCallforwardingRequestTimeout) IsClientError() bool

IsClientError returns true when this get user callforwarding request timeout response has a 4xx status code

func (*GetUserCallforwardingRequestTimeout) IsCode

IsCode returns true when this get user callforwarding request timeout response a status code equal to that given

func (*GetUserCallforwardingRequestTimeout) IsRedirect

func (o *GetUserCallforwardingRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get user callforwarding request timeout response has a 3xx status code

func (*GetUserCallforwardingRequestTimeout) IsServerError

func (o *GetUserCallforwardingRequestTimeout) IsServerError() bool

IsServerError returns true when this get user callforwarding request timeout response has a 5xx status code

func (*GetUserCallforwardingRequestTimeout) IsSuccess

IsSuccess returns true when this get user callforwarding request timeout response has a 2xx status code

func (*GetUserCallforwardingRequestTimeout) String

type GetUserCallforwardingServiceUnavailable

type GetUserCallforwardingServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserCallforwardingServiceUnavailable

func NewGetUserCallforwardingServiceUnavailable() *GetUserCallforwardingServiceUnavailable

NewGetUserCallforwardingServiceUnavailable creates a GetUserCallforwardingServiceUnavailable with default headers values

func (*GetUserCallforwardingServiceUnavailable) Error

func (*GetUserCallforwardingServiceUnavailable) GetPayload

func (*GetUserCallforwardingServiceUnavailable) IsClientError

func (o *GetUserCallforwardingServiceUnavailable) IsClientError() bool

IsClientError returns true when this get user callforwarding service unavailable response has a 4xx status code

func (*GetUserCallforwardingServiceUnavailable) IsCode

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

func (*GetUserCallforwardingServiceUnavailable) IsRedirect

IsRedirect returns true when this get user callforwarding service unavailable response has a 3xx status code

func (*GetUserCallforwardingServiceUnavailable) IsServerError

func (o *GetUserCallforwardingServiceUnavailable) IsServerError() bool

IsServerError returns true when this get user callforwarding service unavailable response has a 5xx status code

func (*GetUserCallforwardingServiceUnavailable) IsSuccess

IsSuccess returns true when this get user callforwarding service unavailable response has a 2xx status code

func (*GetUserCallforwardingServiceUnavailable) String

type GetUserCallforwardingTooManyRequests

type GetUserCallforwardingTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserCallforwardingTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserCallforwardingTooManyRequests

func NewGetUserCallforwardingTooManyRequests() *GetUserCallforwardingTooManyRequests

NewGetUserCallforwardingTooManyRequests creates a GetUserCallforwardingTooManyRequests with default headers values

func (*GetUserCallforwardingTooManyRequests) Error

func (*GetUserCallforwardingTooManyRequests) GetPayload

func (*GetUserCallforwardingTooManyRequests) IsClientError

func (o *GetUserCallforwardingTooManyRequests) IsClientError() bool

IsClientError returns true when this get user callforwarding too many requests response has a 4xx status code

func (*GetUserCallforwardingTooManyRequests) IsCode

IsCode returns true when this get user callforwarding too many requests response a status code equal to that given

func (*GetUserCallforwardingTooManyRequests) IsRedirect

IsRedirect returns true when this get user callforwarding too many requests response has a 3xx status code

func (*GetUserCallforwardingTooManyRequests) IsServerError

func (o *GetUserCallforwardingTooManyRequests) IsServerError() bool

IsServerError returns true when this get user callforwarding too many requests response has a 5xx status code

func (*GetUserCallforwardingTooManyRequests) IsSuccess

IsSuccess returns true when this get user callforwarding too many requests response has a 2xx status code

func (*GetUserCallforwardingTooManyRequests) String

type GetUserCallforwardingUnauthorized

type GetUserCallforwardingUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUserCallforwardingUnauthorized

func NewGetUserCallforwardingUnauthorized() *GetUserCallforwardingUnauthorized

NewGetUserCallforwardingUnauthorized creates a GetUserCallforwardingUnauthorized with default headers values

func (*GetUserCallforwardingUnauthorized) Error

func (*GetUserCallforwardingUnauthorized) GetPayload

func (*GetUserCallforwardingUnauthorized) IsClientError

func (o *GetUserCallforwardingUnauthorized) IsClientError() bool

IsClientError returns true when this get user callforwarding unauthorized response has a 4xx status code

func (*GetUserCallforwardingUnauthorized) IsCode

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

IsCode returns true when this get user callforwarding unauthorized response a status code equal to that given

func (*GetUserCallforwardingUnauthorized) IsRedirect

func (o *GetUserCallforwardingUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user callforwarding unauthorized response has a 3xx status code

func (*GetUserCallforwardingUnauthorized) IsServerError

func (o *GetUserCallforwardingUnauthorized) IsServerError() bool

IsServerError returns true when this get user callforwarding unauthorized response has a 5xx status code

func (*GetUserCallforwardingUnauthorized) IsSuccess

func (o *GetUserCallforwardingUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user callforwarding unauthorized response has a 2xx status code

func (*GetUserCallforwardingUnauthorized) String

type GetUserCallforwardingUnsupportedMediaType

type GetUserCallforwardingUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserCallforwardingUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserCallforwardingUnsupportedMediaType

func NewGetUserCallforwardingUnsupportedMediaType() *GetUserCallforwardingUnsupportedMediaType

NewGetUserCallforwardingUnsupportedMediaType creates a GetUserCallforwardingUnsupportedMediaType with default headers values

func (*GetUserCallforwardingUnsupportedMediaType) Error

func (*GetUserCallforwardingUnsupportedMediaType) GetPayload

func (*GetUserCallforwardingUnsupportedMediaType) IsClientError

IsClientError returns true when this get user callforwarding unsupported media type response has a 4xx status code

func (*GetUserCallforwardingUnsupportedMediaType) IsCode

IsCode returns true when this get user callforwarding unsupported media type response a status code equal to that given

func (*GetUserCallforwardingUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get user callforwarding unsupported media type response has a 3xx status code

func (*GetUserCallforwardingUnsupportedMediaType) IsServerError

IsServerError returns true when this get user callforwarding unsupported media type response has a 5xx status code

func (*GetUserCallforwardingUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get user callforwarding unsupported media type response has a 2xx status code

func (*GetUserCallforwardingUnsupportedMediaType) String

type GetUserDirectreportsBadRequest

type GetUserDirectreportsBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUserDirectreportsBadRequest

func NewGetUserDirectreportsBadRequest() *GetUserDirectreportsBadRequest

NewGetUserDirectreportsBadRequest creates a GetUserDirectreportsBadRequest with default headers values

func (*GetUserDirectreportsBadRequest) Error

func (*GetUserDirectreportsBadRequest) GetPayload

func (*GetUserDirectreportsBadRequest) IsClientError

func (o *GetUserDirectreportsBadRequest) IsClientError() bool

IsClientError returns true when this get user directreports bad request response has a 4xx status code

func (*GetUserDirectreportsBadRequest) IsCode

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

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

func (*GetUserDirectreportsBadRequest) IsRedirect

func (o *GetUserDirectreportsBadRequest) IsRedirect() bool

IsRedirect returns true when this get user directreports bad request response has a 3xx status code

func (*GetUserDirectreportsBadRequest) IsServerError

func (o *GetUserDirectreportsBadRequest) IsServerError() bool

IsServerError returns true when this get user directreports bad request response has a 5xx status code

func (*GetUserDirectreportsBadRequest) IsSuccess

func (o *GetUserDirectreportsBadRequest) IsSuccess() bool

IsSuccess returns true when this get user directreports bad request response has a 2xx status code

func (*GetUserDirectreportsBadRequest) String

type GetUserDirectreportsForbidden

type GetUserDirectreportsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUserDirectreportsForbidden

func NewGetUserDirectreportsForbidden() *GetUserDirectreportsForbidden

NewGetUserDirectreportsForbidden creates a GetUserDirectreportsForbidden with default headers values

func (*GetUserDirectreportsForbidden) Error

func (*GetUserDirectreportsForbidden) GetPayload

func (*GetUserDirectreportsForbidden) IsClientError

func (o *GetUserDirectreportsForbidden) IsClientError() bool

IsClientError returns true when this get user directreports forbidden response has a 4xx status code

func (*GetUserDirectreportsForbidden) IsCode

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

IsCode returns true when this get user directreports forbidden response a status code equal to that given

func (*GetUserDirectreportsForbidden) IsRedirect

func (o *GetUserDirectreportsForbidden) IsRedirect() bool

IsRedirect returns true when this get user directreports forbidden response has a 3xx status code

func (*GetUserDirectreportsForbidden) IsServerError

func (o *GetUserDirectreportsForbidden) IsServerError() bool

IsServerError returns true when this get user directreports forbidden response has a 5xx status code

func (*GetUserDirectreportsForbidden) IsSuccess

func (o *GetUserDirectreportsForbidden) IsSuccess() bool

IsSuccess returns true when this get user directreports forbidden response has a 2xx status code

func (*GetUserDirectreportsForbidden) String

type GetUserDirectreportsGatewayTimeout

type GetUserDirectreportsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUserDirectreportsGatewayTimeout

func NewGetUserDirectreportsGatewayTimeout() *GetUserDirectreportsGatewayTimeout

NewGetUserDirectreportsGatewayTimeout creates a GetUserDirectreportsGatewayTimeout with default headers values

func (*GetUserDirectreportsGatewayTimeout) Error

func (*GetUserDirectreportsGatewayTimeout) GetPayload

func (*GetUserDirectreportsGatewayTimeout) IsClientError

func (o *GetUserDirectreportsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get user directreports gateway timeout response has a 4xx status code

func (*GetUserDirectreportsGatewayTimeout) IsCode

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

func (*GetUserDirectreportsGatewayTimeout) IsRedirect

func (o *GetUserDirectreportsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get user directreports gateway timeout response has a 3xx status code

func (*GetUserDirectreportsGatewayTimeout) IsServerError

func (o *GetUserDirectreportsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get user directreports gateway timeout response has a 5xx status code

func (*GetUserDirectreportsGatewayTimeout) IsSuccess

IsSuccess returns true when this get user directreports gateway timeout response has a 2xx status code

func (*GetUserDirectreportsGatewayTimeout) String

type GetUserDirectreportsInternalServerError

type GetUserDirectreportsInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserDirectreportsInternalServerError

func NewGetUserDirectreportsInternalServerError() *GetUserDirectreportsInternalServerError

NewGetUserDirectreportsInternalServerError creates a GetUserDirectreportsInternalServerError with default headers values

func (*GetUserDirectreportsInternalServerError) Error

func (*GetUserDirectreportsInternalServerError) GetPayload

func (*GetUserDirectreportsInternalServerError) IsClientError

func (o *GetUserDirectreportsInternalServerError) IsClientError() bool

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

func (*GetUserDirectreportsInternalServerError) IsCode

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

func (*GetUserDirectreportsInternalServerError) IsRedirect

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

func (*GetUserDirectreportsInternalServerError) IsServerError

func (o *GetUserDirectreportsInternalServerError) IsServerError() bool

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

func (*GetUserDirectreportsInternalServerError) IsSuccess

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

func (*GetUserDirectreportsInternalServerError) String

type GetUserDirectreportsNotFound

type GetUserDirectreportsNotFound struct {
	Payload *models.ErrorBody
}

GetUserDirectreportsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserDirectreportsNotFound

func NewGetUserDirectreportsNotFound() *GetUserDirectreportsNotFound

NewGetUserDirectreportsNotFound creates a GetUserDirectreportsNotFound with default headers values

func (*GetUserDirectreportsNotFound) Error

func (*GetUserDirectreportsNotFound) GetPayload

func (*GetUserDirectreportsNotFound) IsClientError

func (o *GetUserDirectreportsNotFound) IsClientError() bool

IsClientError returns true when this get user directreports not found response has a 4xx status code

func (*GetUserDirectreportsNotFound) IsCode

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

IsCode returns true when this get user directreports not found response a status code equal to that given

func (*GetUserDirectreportsNotFound) IsRedirect

func (o *GetUserDirectreportsNotFound) IsRedirect() bool

IsRedirect returns true when this get user directreports not found response has a 3xx status code

func (*GetUserDirectreportsNotFound) IsServerError

func (o *GetUserDirectreportsNotFound) IsServerError() bool

IsServerError returns true when this get user directreports not found response has a 5xx status code

func (*GetUserDirectreportsNotFound) IsSuccess

func (o *GetUserDirectreportsNotFound) IsSuccess() bool

IsSuccess returns true when this get user directreports not found response has a 2xx status code

func (*GetUserDirectreportsNotFound) String

type GetUserDirectreportsOK

type GetUserDirectreportsOK struct {
	Payload []*models.User
}

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

successful operation

func NewGetUserDirectreportsOK

func NewGetUserDirectreportsOK() *GetUserDirectreportsOK

NewGetUserDirectreportsOK creates a GetUserDirectreportsOK with default headers values

func (*GetUserDirectreportsOK) Error

func (o *GetUserDirectreportsOK) Error() string

func (*GetUserDirectreportsOK) GetPayload

func (o *GetUserDirectreportsOK) GetPayload() []*models.User

func (*GetUserDirectreportsOK) IsClientError

func (o *GetUserDirectreportsOK) IsClientError() bool

IsClientError returns true when this get user directreports o k response has a 4xx status code

func (*GetUserDirectreportsOK) IsCode

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

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

func (*GetUserDirectreportsOK) IsRedirect

func (o *GetUserDirectreportsOK) IsRedirect() bool

IsRedirect returns true when this get user directreports o k response has a 3xx status code

func (*GetUserDirectreportsOK) IsServerError

func (o *GetUserDirectreportsOK) IsServerError() bool

IsServerError returns true when this get user directreports o k response has a 5xx status code

func (*GetUserDirectreportsOK) IsSuccess

func (o *GetUserDirectreportsOK) IsSuccess() bool

IsSuccess returns true when this get user directreports o k response has a 2xx status code

func (*GetUserDirectreportsOK) String

func (o *GetUserDirectreportsOK) String() string

type GetUserDirectreportsParams

type GetUserDirectreportsParams struct {

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	/* UserID.

	   User ID
	*/
	UserID string

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

GetUserDirectreportsParams contains all the parameters to send to the API endpoint

for the get user directreports operation.

Typically these are written to a http.Request.

func NewGetUserDirectreportsParams

func NewGetUserDirectreportsParams() *GetUserDirectreportsParams

NewGetUserDirectreportsParams creates a new GetUserDirectreportsParams 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 NewGetUserDirectreportsParamsWithContext

func NewGetUserDirectreportsParamsWithContext(ctx context.Context) *GetUserDirectreportsParams

NewGetUserDirectreportsParamsWithContext creates a new GetUserDirectreportsParams object with the ability to set a context for a request.

func NewGetUserDirectreportsParamsWithHTTPClient

func NewGetUserDirectreportsParamsWithHTTPClient(client *http.Client) *GetUserDirectreportsParams

NewGetUserDirectreportsParamsWithHTTPClient creates a new GetUserDirectreportsParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserDirectreportsParamsWithTimeout

func NewGetUserDirectreportsParamsWithTimeout(timeout time.Duration) *GetUserDirectreportsParams

NewGetUserDirectreportsParamsWithTimeout creates a new GetUserDirectreportsParams object with the ability to set a timeout on a request.

func (*GetUserDirectreportsParams) SetContext

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

SetContext adds the context to the get user directreports params

func (*GetUserDirectreportsParams) SetDefaults

func (o *GetUserDirectreportsParams) SetDefaults()

SetDefaults hydrates default values in the get user directreports params (not the query body).

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

func (*GetUserDirectreportsParams) SetExpand

func (o *GetUserDirectreportsParams) SetExpand(expand []string)

SetExpand adds the expand to the get user directreports params

func (*GetUserDirectreportsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user directreports params

func (*GetUserDirectreportsParams) SetTimeout

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

SetTimeout adds the timeout to the get user directreports params

func (*GetUserDirectreportsParams) SetUserID

func (o *GetUserDirectreportsParams) SetUserID(userID string)

SetUserID adds the userId to the get user directreports params

func (*GetUserDirectreportsParams) WithContext

WithContext adds the context to the get user directreports params

func (*GetUserDirectreportsParams) WithDefaults

WithDefaults hydrates default values in the get user directreports params (not the query body).

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

func (*GetUserDirectreportsParams) WithExpand

WithExpand adds the expand to the get user directreports params

func (*GetUserDirectreportsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user directreports params

func (*GetUserDirectreportsParams) WithTimeout

WithTimeout adds the timeout to the get user directreports params

func (*GetUserDirectreportsParams) WithUserID

WithUserID adds the userID to the get user directreports params

func (*GetUserDirectreportsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserDirectreportsReader

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

GetUserDirectreportsReader is a Reader for the GetUserDirectreports structure.

func (*GetUserDirectreportsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserDirectreportsRequestEntityTooLarge

type GetUserDirectreportsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserDirectreportsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserDirectreportsRequestEntityTooLarge

func NewGetUserDirectreportsRequestEntityTooLarge() *GetUserDirectreportsRequestEntityTooLarge

NewGetUserDirectreportsRequestEntityTooLarge creates a GetUserDirectreportsRequestEntityTooLarge with default headers values

func (*GetUserDirectreportsRequestEntityTooLarge) Error

func (*GetUserDirectreportsRequestEntityTooLarge) GetPayload

func (*GetUserDirectreportsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get user directreports request entity too large response has a 4xx status code

func (*GetUserDirectreportsRequestEntityTooLarge) IsCode

IsCode returns true when this get user directreports request entity too large response a status code equal to that given

func (*GetUserDirectreportsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get user directreports request entity too large response has a 3xx status code

func (*GetUserDirectreportsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get user directreports request entity too large response has a 5xx status code

func (*GetUserDirectreportsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get user directreports request entity too large response has a 2xx status code

func (*GetUserDirectreportsRequestEntityTooLarge) String

type GetUserDirectreportsRequestTimeout

type GetUserDirectreportsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserDirectreportsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserDirectreportsRequestTimeout

func NewGetUserDirectreportsRequestTimeout() *GetUserDirectreportsRequestTimeout

NewGetUserDirectreportsRequestTimeout creates a GetUserDirectreportsRequestTimeout with default headers values

func (*GetUserDirectreportsRequestTimeout) Error

func (*GetUserDirectreportsRequestTimeout) GetPayload

func (*GetUserDirectreportsRequestTimeout) IsClientError

func (o *GetUserDirectreportsRequestTimeout) IsClientError() bool

IsClientError returns true when this get user directreports request timeout response has a 4xx status code

func (*GetUserDirectreportsRequestTimeout) IsCode

IsCode returns true when this get user directreports request timeout response a status code equal to that given

func (*GetUserDirectreportsRequestTimeout) IsRedirect

func (o *GetUserDirectreportsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get user directreports request timeout response has a 3xx status code

func (*GetUserDirectreportsRequestTimeout) IsServerError

func (o *GetUserDirectreportsRequestTimeout) IsServerError() bool

IsServerError returns true when this get user directreports request timeout response has a 5xx status code

func (*GetUserDirectreportsRequestTimeout) IsSuccess

IsSuccess returns true when this get user directreports request timeout response has a 2xx status code

func (*GetUserDirectreportsRequestTimeout) String

type GetUserDirectreportsServiceUnavailable

type GetUserDirectreportsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserDirectreportsServiceUnavailable

func NewGetUserDirectreportsServiceUnavailable() *GetUserDirectreportsServiceUnavailable

NewGetUserDirectreportsServiceUnavailable creates a GetUserDirectreportsServiceUnavailable with default headers values

func (*GetUserDirectreportsServiceUnavailable) Error

func (*GetUserDirectreportsServiceUnavailable) GetPayload

func (*GetUserDirectreportsServiceUnavailable) IsClientError

func (o *GetUserDirectreportsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get user directreports service unavailable response has a 4xx status code

func (*GetUserDirectreportsServiceUnavailable) IsCode

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

func (*GetUserDirectreportsServiceUnavailable) IsRedirect

IsRedirect returns true when this get user directreports service unavailable response has a 3xx status code

func (*GetUserDirectreportsServiceUnavailable) IsServerError

func (o *GetUserDirectreportsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get user directreports service unavailable response has a 5xx status code

func (*GetUserDirectreportsServiceUnavailable) IsSuccess

IsSuccess returns true when this get user directreports service unavailable response has a 2xx status code

func (*GetUserDirectreportsServiceUnavailable) String

type GetUserDirectreportsTooManyRequests

type GetUserDirectreportsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserDirectreportsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserDirectreportsTooManyRequests

func NewGetUserDirectreportsTooManyRequests() *GetUserDirectreportsTooManyRequests

NewGetUserDirectreportsTooManyRequests creates a GetUserDirectreportsTooManyRequests with default headers values

func (*GetUserDirectreportsTooManyRequests) Error

func (*GetUserDirectreportsTooManyRequests) GetPayload

func (*GetUserDirectreportsTooManyRequests) IsClientError

func (o *GetUserDirectreportsTooManyRequests) IsClientError() bool

IsClientError returns true when this get user directreports too many requests response has a 4xx status code

func (*GetUserDirectreportsTooManyRequests) IsCode

IsCode returns true when this get user directreports too many requests response a status code equal to that given

func (*GetUserDirectreportsTooManyRequests) IsRedirect

func (o *GetUserDirectreportsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user directreports too many requests response has a 3xx status code

func (*GetUserDirectreportsTooManyRequests) IsServerError

func (o *GetUserDirectreportsTooManyRequests) IsServerError() bool

IsServerError returns true when this get user directreports too many requests response has a 5xx status code

func (*GetUserDirectreportsTooManyRequests) IsSuccess

IsSuccess returns true when this get user directreports too many requests response has a 2xx status code

func (*GetUserDirectreportsTooManyRequests) String

type GetUserDirectreportsUnauthorized

type GetUserDirectreportsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUserDirectreportsUnauthorized

func NewGetUserDirectreportsUnauthorized() *GetUserDirectreportsUnauthorized

NewGetUserDirectreportsUnauthorized creates a GetUserDirectreportsUnauthorized with default headers values

func (*GetUserDirectreportsUnauthorized) Error

func (*GetUserDirectreportsUnauthorized) GetPayload

func (*GetUserDirectreportsUnauthorized) IsClientError

func (o *GetUserDirectreportsUnauthorized) IsClientError() bool

IsClientError returns true when this get user directreports unauthorized response has a 4xx status code

func (*GetUserDirectreportsUnauthorized) IsCode

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

IsCode returns true when this get user directreports unauthorized response a status code equal to that given

func (*GetUserDirectreportsUnauthorized) IsRedirect

func (o *GetUserDirectreportsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user directreports unauthorized response has a 3xx status code

func (*GetUserDirectreportsUnauthorized) IsServerError

func (o *GetUserDirectreportsUnauthorized) IsServerError() bool

IsServerError returns true when this get user directreports unauthorized response has a 5xx status code

func (*GetUserDirectreportsUnauthorized) IsSuccess

func (o *GetUserDirectreportsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user directreports unauthorized response has a 2xx status code

func (*GetUserDirectreportsUnauthorized) String

type GetUserDirectreportsUnsupportedMediaType

type GetUserDirectreportsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserDirectreportsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserDirectreportsUnsupportedMediaType

func NewGetUserDirectreportsUnsupportedMediaType() *GetUserDirectreportsUnsupportedMediaType

NewGetUserDirectreportsUnsupportedMediaType creates a GetUserDirectreportsUnsupportedMediaType with default headers values

func (*GetUserDirectreportsUnsupportedMediaType) Error

func (*GetUserDirectreportsUnsupportedMediaType) GetPayload

func (*GetUserDirectreportsUnsupportedMediaType) IsClientError

IsClientError returns true when this get user directreports unsupported media type response has a 4xx status code

func (*GetUserDirectreportsUnsupportedMediaType) IsCode

IsCode returns true when this get user directreports unsupported media type response a status code equal to that given

func (*GetUserDirectreportsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get user directreports unsupported media type response has a 3xx status code

func (*GetUserDirectreportsUnsupportedMediaType) IsServerError

IsServerError returns true when this get user directreports unsupported media type response has a 5xx status code

func (*GetUserDirectreportsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get user directreports unsupported media type response has a 2xx status code

func (*GetUserDirectreportsUnsupportedMediaType) String

type GetUserFavoritesBadRequest

type GetUserFavoritesBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUserFavoritesBadRequest

func NewGetUserFavoritesBadRequest() *GetUserFavoritesBadRequest

NewGetUserFavoritesBadRequest creates a GetUserFavoritesBadRequest with default headers values

func (*GetUserFavoritesBadRequest) Error

func (*GetUserFavoritesBadRequest) GetPayload

func (o *GetUserFavoritesBadRequest) GetPayload() *models.ErrorBody

func (*GetUserFavoritesBadRequest) IsClientError

func (o *GetUserFavoritesBadRequest) IsClientError() bool

IsClientError returns true when this get user favorites bad request response has a 4xx status code

func (*GetUserFavoritesBadRequest) IsCode

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

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

func (*GetUserFavoritesBadRequest) IsRedirect

func (o *GetUserFavoritesBadRequest) IsRedirect() bool

IsRedirect returns true when this get user favorites bad request response has a 3xx status code

func (*GetUserFavoritesBadRequest) IsServerError

func (o *GetUserFavoritesBadRequest) IsServerError() bool

IsServerError returns true when this get user favorites bad request response has a 5xx status code

func (*GetUserFavoritesBadRequest) IsSuccess

func (o *GetUserFavoritesBadRequest) IsSuccess() bool

IsSuccess returns true when this get user favorites bad request response has a 2xx status code

func (*GetUserFavoritesBadRequest) String

func (o *GetUserFavoritesBadRequest) String() string

type GetUserFavoritesForbidden

type GetUserFavoritesForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUserFavoritesForbidden

func NewGetUserFavoritesForbidden() *GetUserFavoritesForbidden

NewGetUserFavoritesForbidden creates a GetUserFavoritesForbidden with default headers values

func (*GetUserFavoritesForbidden) Error

func (o *GetUserFavoritesForbidden) Error() string

func (*GetUserFavoritesForbidden) GetPayload

func (o *GetUserFavoritesForbidden) GetPayload() *models.ErrorBody

func (*GetUserFavoritesForbidden) IsClientError

func (o *GetUserFavoritesForbidden) IsClientError() bool

IsClientError returns true when this get user favorites forbidden response has a 4xx status code

func (*GetUserFavoritesForbidden) IsCode

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

IsCode returns true when this get user favorites forbidden response a status code equal to that given

func (*GetUserFavoritesForbidden) IsRedirect

func (o *GetUserFavoritesForbidden) IsRedirect() bool

IsRedirect returns true when this get user favorites forbidden response has a 3xx status code

func (*GetUserFavoritesForbidden) IsServerError

func (o *GetUserFavoritesForbidden) IsServerError() bool

IsServerError returns true when this get user favorites forbidden response has a 5xx status code

func (*GetUserFavoritesForbidden) IsSuccess

func (o *GetUserFavoritesForbidden) IsSuccess() bool

IsSuccess returns true when this get user favorites forbidden response has a 2xx status code

func (*GetUserFavoritesForbidden) String

func (o *GetUserFavoritesForbidden) String() string

type GetUserFavoritesGatewayTimeout

type GetUserFavoritesGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUserFavoritesGatewayTimeout

func NewGetUserFavoritesGatewayTimeout() *GetUserFavoritesGatewayTimeout

NewGetUserFavoritesGatewayTimeout creates a GetUserFavoritesGatewayTimeout with default headers values

func (*GetUserFavoritesGatewayTimeout) Error

func (*GetUserFavoritesGatewayTimeout) GetPayload

func (*GetUserFavoritesGatewayTimeout) IsClientError

func (o *GetUserFavoritesGatewayTimeout) IsClientError() bool

IsClientError returns true when this get user favorites gateway timeout response has a 4xx status code

func (*GetUserFavoritesGatewayTimeout) IsCode

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

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

func (*GetUserFavoritesGatewayTimeout) IsRedirect

func (o *GetUserFavoritesGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get user favorites gateway timeout response has a 3xx status code

func (*GetUserFavoritesGatewayTimeout) IsServerError

func (o *GetUserFavoritesGatewayTimeout) IsServerError() bool

IsServerError returns true when this get user favorites gateway timeout response has a 5xx status code

func (*GetUserFavoritesGatewayTimeout) IsSuccess

func (o *GetUserFavoritesGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get user favorites gateway timeout response has a 2xx status code

func (*GetUserFavoritesGatewayTimeout) String

type GetUserFavoritesInternalServerError

type GetUserFavoritesInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserFavoritesInternalServerError

func NewGetUserFavoritesInternalServerError() *GetUserFavoritesInternalServerError

NewGetUserFavoritesInternalServerError creates a GetUserFavoritesInternalServerError with default headers values

func (*GetUserFavoritesInternalServerError) Error

func (*GetUserFavoritesInternalServerError) GetPayload

func (*GetUserFavoritesInternalServerError) IsClientError

func (o *GetUserFavoritesInternalServerError) IsClientError() bool

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

func (*GetUserFavoritesInternalServerError) IsCode

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

func (*GetUserFavoritesInternalServerError) IsRedirect

func (o *GetUserFavoritesInternalServerError) IsRedirect() bool

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

func (*GetUserFavoritesInternalServerError) IsServerError

func (o *GetUserFavoritesInternalServerError) IsServerError() bool

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

func (*GetUserFavoritesInternalServerError) IsSuccess

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

func (*GetUserFavoritesInternalServerError) String

type GetUserFavoritesNotFound

type GetUserFavoritesNotFound struct {
	Payload *models.ErrorBody
}

GetUserFavoritesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserFavoritesNotFound

func NewGetUserFavoritesNotFound() *GetUserFavoritesNotFound

NewGetUserFavoritesNotFound creates a GetUserFavoritesNotFound with default headers values

func (*GetUserFavoritesNotFound) Error

func (o *GetUserFavoritesNotFound) Error() string

func (*GetUserFavoritesNotFound) GetPayload

func (o *GetUserFavoritesNotFound) GetPayload() *models.ErrorBody

func (*GetUserFavoritesNotFound) IsClientError

func (o *GetUserFavoritesNotFound) IsClientError() bool

IsClientError returns true when this get user favorites not found response has a 4xx status code

func (*GetUserFavoritesNotFound) IsCode

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

IsCode returns true when this get user favorites not found response a status code equal to that given

func (*GetUserFavoritesNotFound) IsRedirect

func (o *GetUserFavoritesNotFound) IsRedirect() bool

IsRedirect returns true when this get user favorites not found response has a 3xx status code

func (*GetUserFavoritesNotFound) IsServerError

func (o *GetUserFavoritesNotFound) IsServerError() bool

IsServerError returns true when this get user favorites not found response has a 5xx status code

func (*GetUserFavoritesNotFound) IsSuccess

func (o *GetUserFavoritesNotFound) IsSuccess() bool

IsSuccess returns true when this get user favorites not found response has a 2xx status code

func (*GetUserFavoritesNotFound) String

func (o *GetUserFavoritesNotFound) String() string

type GetUserFavoritesOK

type GetUserFavoritesOK struct {
	Payload *models.UserEntityListing
}

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

successful operation

func NewGetUserFavoritesOK

func NewGetUserFavoritesOK() *GetUserFavoritesOK

NewGetUserFavoritesOK creates a GetUserFavoritesOK with default headers values

func (*GetUserFavoritesOK) Error

func (o *GetUserFavoritesOK) Error() string

func (*GetUserFavoritesOK) GetPayload

func (o *GetUserFavoritesOK) GetPayload() *models.UserEntityListing

func (*GetUserFavoritesOK) IsClientError

func (o *GetUserFavoritesOK) IsClientError() bool

IsClientError returns true when this get user favorites o k response has a 4xx status code

func (*GetUserFavoritesOK) IsCode

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

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

func (*GetUserFavoritesOK) IsRedirect

func (o *GetUserFavoritesOK) IsRedirect() bool

IsRedirect returns true when this get user favorites o k response has a 3xx status code

func (*GetUserFavoritesOK) IsServerError

func (o *GetUserFavoritesOK) IsServerError() bool

IsServerError returns true when this get user favorites o k response has a 5xx status code

func (*GetUserFavoritesOK) IsSuccess

func (o *GetUserFavoritesOK) IsSuccess() bool

IsSuccess returns true when this get user favorites o k response has a 2xx status code

func (*GetUserFavoritesOK) String

func (o *GetUserFavoritesOK) String() string

type GetUserFavoritesParams

type GetUserFavoritesParams struct {

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* SortOrder.

	   Sort order

	   Default: "ASC"
	*/
	SortOrder *string

	/* UserID.

	   User ID
	*/
	UserID string

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

GetUserFavoritesParams contains all the parameters to send to the API endpoint

for the get user favorites operation.

Typically these are written to a http.Request.

func NewGetUserFavoritesParams

func NewGetUserFavoritesParams() *GetUserFavoritesParams

NewGetUserFavoritesParams creates a new GetUserFavoritesParams 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 NewGetUserFavoritesParamsWithContext

func NewGetUserFavoritesParamsWithContext(ctx context.Context) *GetUserFavoritesParams

NewGetUserFavoritesParamsWithContext creates a new GetUserFavoritesParams object with the ability to set a context for a request.

func NewGetUserFavoritesParamsWithHTTPClient

func NewGetUserFavoritesParamsWithHTTPClient(client *http.Client) *GetUserFavoritesParams

NewGetUserFavoritesParamsWithHTTPClient creates a new GetUserFavoritesParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserFavoritesParamsWithTimeout

func NewGetUserFavoritesParamsWithTimeout(timeout time.Duration) *GetUserFavoritesParams

NewGetUserFavoritesParamsWithTimeout creates a new GetUserFavoritesParams object with the ability to set a timeout on a request.

func (*GetUserFavoritesParams) SetContext

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

SetContext adds the context to the get user favorites params

func (*GetUserFavoritesParams) SetDefaults

func (o *GetUserFavoritesParams) SetDefaults()

SetDefaults hydrates default values in the get user favorites params (not the query body).

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

func (*GetUserFavoritesParams) SetExpand

func (o *GetUserFavoritesParams) SetExpand(expand []string)

SetExpand adds the expand to the get user favorites params

func (*GetUserFavoritesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user favorites params

func (*GetUserFavoritesParams) SetPageNumber

func (o *GetUserFavoritesParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get user favorites params

func (*GetUserFavoritesParams) SetPageSize

func (o *GetUserFavoritesParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get user favorites params

func (*GetUserFavoritesParams) SetSortOrder

func (o *GetUserFavoritesParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get user favorites params

func (*GetUserFavoritesParams) SetTimeout

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

SetTimeout adds the timeout to the get user favorites params

func (*GetUserFavoritesParams) SetUserID

func (o *GetUserFavoritesParams) SetUserID(userID string)

SetUserID adds the userId to the get user favorites params

func (*GetUserFavoritesParams) WithContext

WithContext adds the context to the get user favorites params

func (*GetUserFavoritesParams) WithDefaults

WithDefaults hydrates default values in the get user favorites params (not the query body).

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

func (*GetUserFavoritesParams) WithExpand

func (o *GetUserFavoritesParams) WithExpand(expand []string) *GetUserFavoritesParams

WithExpand adds the expand to the get user favorites params

func (*GetUserFavoritesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user favorites params

func (*GetUserFavoritesParams) WithPageNumber

func (o *GetUserFavoritesParams) WithPageNumber(pageNumber *int32) *GetUserFavoritesParams

WithPageNumber adds the pageNumber to the get user favorites params

func (*GetUserFavoritesParams) WithPageSize

func (o *GetUserFavoritesParams) WithPageSize(pageSize *int32) *GetUserFavoritesParams

WithPageSize adds the pageSize to the get user favorites params

func (*GetUserFavoritesParams) WithSortOrder

func (o *GetUserFavoritesParams) WithSortOrder(sortOrder *string) *GetUserFavoritesParams

WithSortOrder adds the sortOrder to the get user favorites params

func (*GetUserFavoritesParams) WithTimeout

WithTimeout adds the timeout to the get user favorites params

func (*GetUserFavoritesParams) WithUserID

func (o *GetUserFavoritesParams) WithUserID(userID string) *GetUserFavoritesParams

WithUserID adds the userID to the get user favorites params

func (*GetUserFavoritesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserFavoritesReader

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

GetUserFavoritesReader is a Reader for the GetUserFavorites structure.

func (*GetUserFavoritesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserFavoritesRequestEntityTooLarge

type GetUserFavoritesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserFavoritesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserFavoritesRequestEntityTooLarge

func NewGetUserFavoritesRequestEntityTooLarge() *GetUserFavoritesRequestEntityTooLarge

NewGetUserFavoritesRequestEntityTooLarge creates a GetUserFavoritesRequestEntityTooLarge with default headers values

func (*GetUserFavoritesRequestEntityTooLarge) Error

func (*GetUserFavoritesRequestEntityTooLarge) GetPayload

func (*GetUserFavoritesRequestEntityTooLarge) IsClientError

func (o *GetUserFavoritesRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get user favorites request entity too large response has a 4xx status code

func (*GetUserFavoritesRequestEntityTooLarge) IsCode

IsCode returns true when this get user favorites request entity too large response a status code equal to that given

func (*GetUserFavoritesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get user favorites request entity too large response has a 3xx status code

func (*GetUserFavoritesRequestEntityTooLarge) IsServerError

func (o *GetUserFavoritesRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get user favorites request entity too large response has a 5xx status code

func (*GetUserFavoritesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get user favorites request entity too large response has a 2xx status code

func (*GetUserFavoritesRequestEntityTooLarge) String

type GetUserFavoritesRequestTimeout

type GetUserFavoritesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserFavoritesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserFavoritesRequestTimeout

func NewGetUserFavoritesRequestTimeout() *GetUserFavoritesRequestTimeout

NewGetUserFavoritesRequestTimeout creates a GetUserFavoritesRequestTimeout with default headers values

func (*GetUserFavoritesRequestTimeout) Error

func (*GetUserFavoritesRequestTimeout) GetPayload

func (*GetUserFavoritesRequestTimeout) IsClientError

func (o *GetUserFavoritesRequestTimeout) IsClientError() bool

IsClientError returns true when this get user favorites request timeout response has a 4xx status code

func (*GetUserFavoritesRequestTimeout) IsCode

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

IsCode returns true when this get user favorites request timeout response a status code equal to that given

func (*GetUserFavoritesRequestTimeout) IsRedirect

func (o *GetUserFavoritesRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get user favorites request timeout response has a 3xx status code

func (*GetUserFavoritesRequestTimeout) IsServerError

func (o *GetUserFavoritesRequestTimeout) IsServerError() bool

IsServerError returns true when this get user favorites request timeout response has a 5xx status code

func (*GetUserFavoritesRequestTimeout) IsSuccess

func (o *GetUserFavoritesRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get user favorites request timeout response has a 2xx status code

func (*GetUserFavoritesRequestTimeout) String

type GetUserFavoritesServiceUnavailable

type GetUserFavoritesServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserFavoritesServiceUnavailable

func NewGetUserFavoritesServiceUnavailable() *GetUserFavoritesServiceUnavailable

NewGetUserFavoritesServiceUnavailable creates a GetUserFavoritesServiceUnavailable with default headers values

func (*GetUserFavoritesServiceUnavailable) Error

func (*GetUserFavoritesServiceUnavailable) GetPayload

func (*GetUserFavoritesServiceUnavailable) IsClientError

func (o *GetUserFavoritesServiceUnavailable) IsClientError() bool

IsClientError returns true when this get user favorites service unavailable response has a 4xx status code

func (*GetUserFavoritesServiceUnavailable) IsCode

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

func (*GetUserFavoritesServiceUnavailable) IsRedirect

func (o *GetUserFavoritesServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get user favorites service unavailable response has a 3xx status code

func (*GetUserFavoritesServiceUnavailable) IsServerError

func (o *GetUserFavoritesServiceUnavailable) IsServerError() bool

IsServerError returns true when this get user favorites service unavailable response has a 5xx status code

func (*GetUserFavoritesServiceUnavailable) IsSuccess

IsSuccess returns true when this get user favorites service unavailable response has a 2xx status code

func (*GetUserFavoritesServiceUnavailable) String

type GetUserFavoritesTooManyRequests

type GetUserFavoritesTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserFavoritesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserFavoritesTooManyRequests

func NewGetUserFavoritesTooManyRequests() *GetUserFavoritesTooManyRequests

NewGetUserFavoritesTooManyRequests creates a GetUserFavoritesTooManyRequests with default headers values

func (*GetUserFavoritesTooManyRequests) Error

func (*GetUserFavoritesTooManyRequests) GetPayload

func (*GetUserFavoritesTooManyRequests) IsClientError

func (o *GetUserFavoritesTooManyRequests) IsClientError() bool

IsClientError returns true when this get user favorites too many requests response has a 4xx status code

func (*GetUserFavoritesTooManyRequests) IsCode

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

IsCode returns true when this get user favorites too many requests response a status code equal to that given

func (*GetUserFavoritesTooManyRequests) IsRedirect

func (o *GetUserFavoritesTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user favorites too many requests response has a 3xx status code

func (*GetUserFavoritesTooManyRequests) IsServerError

func (o *GetUserFavoritesTooManyRequests) IsServerError() bool

IsServerError returns true when this get user favorites too many requests response has a 5xx status code

func (*GetUserFavoritesTooManyRequests) IsSuccess

func (o *GetUserFavoritesTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get user favorites too many requests response has a 2xx status code

func (*GetUserFavoritesTooManyRequests) String

type GetUserFavoritesUnauthorized

type GetUserFavoritesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUserFavoritesUnauthorized

func NewGetUserFavoritesUnauthorized() *GetUserFavoritesUnauthorized

NewGetUserFavoritesUnauthorized creates a GetUserFavoritesUnauthorized with default headers values

func (*GetUserFavoritesUnauthorized) Error

func (*GetUserFavoritesUnauthorized) GetPayload

func (*GetUserFavoritesUnauthorized) IsClientError

func (o *GetUserFavoritesUnauthorized) IsClientError() bool

IsClientError returns true when this get user favorites unauthorized response has a 4xx status code

func (*GetUserFavoritesUnauthorized) IsCode

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

IsCode returns true when this get user favorites unauthorized response a status code equal to that given

func (*GetUserFavoritesUnauthorized) IsRedirect

func (o *GetUserFavoritesUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user favorites unauthorized response has a 3xx status code

func (*GetUserFavoritesUnauthorized) IsServerError

func (o *GetUserFavoritesUnauthorized) IsServerError() bool

IsServerError returns true when this get user favorites unauthorized response has a 5xx status code

func (*GetUserFavoritesUnauthorized) IsSuccess

func (o *GetUserFavoritesUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user favorites unauthorized response has a 2xx status code

func (*GetUserFavoritesUnauthorized) String

type GetUserFavoritesUnsupportedMediaType

type GetUserFavoritesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserFavoritesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserFavoritesUnsupportedMediaType

func NewGetUserFavoritesUnsupportedMediaType() *GetUserFavoritesUnsupportedMediaType

NewGetUserFavoritesUnsupportedMediaType creates a GetUserFavoritesUnsupportedMediaType with default headers values

func (*GetUserFavoritesUnsupportedMediaType) Error

func (*GetUserFavoritesUnsupportedMediaType) GetPayload

func (*GetUserFavoritesUnsupportedMediaType) IsClientError

func (o *GetUserFavoritesUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get user favorites unsupported media type response has a 4xx status code

func (*GetUserFavoritesUnsupportedMediaType) IsCode

IsCode returns true when this get user favorites unsupported media type response a status code equal to that given

func (*GetUserFavoritesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get user favorites unsupported media type response has a 3xx status code

func (*GetUserFavoritesUnsupportedMediaType) IsServerError

func (o *GetUserFavoritesUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get user favorites unsupported media type response has a 5xx status code

func (*GetUserFavoritesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get user favorites unsupported media type response has a 2xx status code

func (*GetUserFavoritesUnsupportedMediaType) String

type GetUserForbidden

type GetUserForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUserForbidden

func NewGetUserForbidden() *GetUserForbidden

NewGetUserForbidden creates a GetUserForbidden with default headers values

func (*GetUserForbidden) Error

func (o *GetUserForbidden) Error() string

func (*GetUserForbidden) GetPayload

func (o *GetUserForbidden) GetPayload() *models.ErrorBody

func (*GetUserForbidden) IsClientError

func (o *GetUserForbidden) IsClientError() bool

IsClientError returns true when this get user forbidden response has a 4xx status code

func (*GetUserForbidden) IsCode

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

IsCode returns true when this get user forbidden response a status code equal to that given

func (*GetUserForbidden) IsRedirect

func (o *GetUserForbidden) IsRedirect() bool

IsRedirect returns true when this get user forbidden response has a 3xx status code

func (*GetUserForbidden) IsServerError

func (o *GetUserForbidden) IsServerError() bool

IsServerError returns true when this get user forbidden response has a 5xx status code

func (*GetUserForbidden) IsSuccess

func (o *GetUserForbidden) IsSuccess() bool

IsSuccess returns true when this get user forbidden response has a 2xx status code

func (*GetUserForbidden) String

func (o *GetUserForbidden) String() string

type GetUserGatewayTimeout

type GetUserGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUserGatewayTimeout

func NewGetUserGatewayTimeout() *GetUserGatewayTimeout

NewGetUserGatewayTimeout creates a GetUserGatewayTimeout with default headers values

func (*GetUserGatewayTimeout) Error

func (o *GetUserGatewayTimeout) Error() string

func (*GetUserGatewayTimeout) GetPayload

func (o *GetUserGatewayTimeout) GetPayload() *models.ErrorBody

func (*GetUserGatewayTimeout) IsClientError

func (o *GetUserGatewayTimeout) IsClientError() bool

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

func (*GetUserGatewayTimeout) IsCode

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

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

func (*GetUserGatewayTimeout) IsRedirect

func (o *GetUserGatewayTimeout) IsRedirect() bool

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

func (*GetUserGatewayTimeout) IsServerError

func (o *GetUserGatewayTimeout) IsServerError() bool

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

func (*GetUserGatewayTimeout) IsSuccess

func (o *GetUserGatewayTimeout) IsSuccess() bool

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

func (*GetUserGatewayTimeout) String

func (o *GetUserGatewayTimeout) String() string

type GetUserInternalServerError

type GetUserInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserInternalServerError

func NewGetUserInternalServerError() *GetUserInternalServerError

NewGetUserInternalServerError creates a GetUserInternalServerError with default headers values

func (*GetUserInternalServerError) Error

func (*GetUserInternalServerError) GetPayload

func (o *GetUserInternalServerError) GetPayload() *models.ErrorBody

func (*GetUserInternalServerError) IsClientError

func (o *GetUserInternalServerError) IsClientError() bool

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

func (*GetUserInternalServerError) IsCode

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

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

func (*GetUserInternalServerError) IsRedirect

func (o *GetUserInternalServerError) IsRedirect() bool

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

func (*GetUserInternalServerError) IsServerError

func (o *GetUserInternalServerError) IsServerError() bool

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

func (*GetUserInternalServerError) IsSuccess

func (o *GetUserInternalServerError) IsSuccess() bool

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

func (*GetUserInternalServerError) String

func (o *GetUserInternalServerError) String() string

type GetUserNotFound

type GetUserNotFound struct {
	Payload *models.ErrorBody
}

GetUserNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserNotFound

func NewGetUserNotFound() *GetUserNotFound

NewGetUserNotFound creates a GetUserNotFound with default headers values

func (*GetUserNotFound) Error

func (o *GetUserNotFound) Error() string

func (*GetUserNotFound) GetPayload

func (o *GetUserNotFound) GetPayload() *models.ErrorBody

func (*GetUserNotFound) IsClientError

func (o *GetUserNotFound) IsClientError() bool

IsClientError returns true when this get user not found response has a 4xx status code

func (*GetUserNotFound) IsCode

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

IsCode returns true when this get user not found response a status code equal to that given

func (*GetUserNotFound) IsRedirect

func (o *GetUserNotFound) IsRedirect() bool

IsRedirect returns true when this get user not found response has a 3xx status code

func (*GetUserNotFound) IsServerError

func (o *GetUserNotFound) IsServerError() bool

IsServerError returns true when this get user not found response has a 5xx status code

func (*GetUserNotFound) IsSuccess

func (o *GetUserNotFound) IsSuccess() bool

IsSuccess returns true when this get user not found response has a 2xx status code

func (*GetUserNotFound) String

func (o *GetUserNotFound) String() string

type GetUserOK

type GetUserOK struct {
	Payload *models.User
}

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

successful operation

func NewGetUserOK

func NewGetUserOK() *GetUserOK

NewGetUserOK creates a GetUserOK with default headers values

func (*GetUserOK) Error

func (o *GetUserOK) Error() string

func (*GetUserOK) GetPayload

func (o *GetUserOK) GetPayload() *models.User

func (*GetUserOK) IsClientError

func (o *GetUserOK) IsClientError() bool

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

func (*GetUserOK) IsCode

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

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

func (*GetUserOK) IsRedirect

func (o *GetUserOK) IsRedirect() bool

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

func (*GetUserOK) IsServerError

func (o *GetUserOK) IsServerError() bool

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

func (*GetUserOK) IsSuccess

func (o *GetUserOK) IsSuccess() bool

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

func (*GetUserOK) String

func (o *GetUserOK) String() string

type GetUserOutofofficeBadRequest

type GetUserOutofofficeBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUserOutofofficeBadRequest

func NewGetUserOutofofficeBadRequest() *GetUserOutofofficeBadRequest

NewGetUserOutofofficeBadRequest creates a GetUserOutofofficeBadRequest with default headers values

func (*GetUserOutofofficeBadRequest) Error

func (*GetUserOutofofficeBadRequest) GetPayload

func (*GetUserOutofofficeBadRequest) IsClientError

func (o *GetUserOutofofficeBadRequest) IsClientError() bool

IsClientError returns true when this get user outofoffice bad request response has a 4xx status code

func (*GetUserOutofofficeBadRequest) IsCode

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

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

func (*GetUserOutofofficeBadRequest) IsRedirect

func (o *GetUserOutofofficeBadRequest) IsRedirect() bool

IsRedirect returns true when this get user outofoffice bad request response has a 3xx status code

func (*GetUserOutofofficeBadRequest) IsServerError

func (o *GetUserOutofofficeBadRequest) IsServerError() bool

IsServerError returns true when this get user outofoffice bad request response has a 5xx status code

func (*GetUserOutofofficeBadRequest) IsSuccess

func (o *GetUserOutofofficeBadRequest) IsSuccess() bool

IsSuccess returns true when this get user outofoffice bad request response has a 2xx status code

func (*GetUserOutofofficeBadRequest) String

type GetUserOutofofficeForbidden

type GetUserOutofofficeForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUserOutofofficeForbidden

func NewGetUserOutofofficeForbidden() *GetUserOutofofficeForbidden

NewGetUserOutofofficeForbidden creates a GetUserOutofofficeForbidden with default headers values

func (*GetUserOutofofficeForbidden) Error

func (*GetUserOutofofficeForbidden) GetPayload

func (o *GetUserOutofofficeForbidden) GetPayload() *models.ErrorBody

func (*GetUserOutofofficeForbidden) IsClientError

func (o *GetUserOutofofficeForbidden) IsClientError() bool

IsClientError returns true when this get user outofoffice forbidden response has a 4xx status code

func (*GetUserOutofofficeForbidden) IsCode

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

IsCode returns true when this get user outofoffice forbidden response a status code equal to that given

func (*GetUserOutofofficeForbidden) IsRedirect

func (o *GetUserOutofofficeForbidden) IsRedirect() bool

IsRedirect returns true when this get user outofoffice forbidden response has a 3xx status code

func (*GetUserOutofofficeForbidden) IsServerError

func (o *GetUserOutofofficeForbidden) IsServerError() bool

IsServerError returns true when this get user outofoffice forbidden response has a 5xx status code

func (*GetUserOutofofficeForbidden) IsSuccess

func (o *GetUserOutofofficeForbidden) IsSuccess() bool

IsSuccess returns true when this get user outofoffice forbidden response has a 2xx status code

func (*GetUserOutofofficeForbidden) String

func (o *GetUserOutofofficeForbidden) String() string

type GetUserOutofofficeGatewayTimeout

type GetUserOutofofficeGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUserOutofofficeGatewayTimeout

func NewGetUserOutofofficeGatewayTimeout() *GetUserOutofofficeGatewayTimeout

NewGetUserOutofofficeGatewayTimeout creates a GetUserOutofofficeGatewayTimeout with default headers values

func (*GetUserOutofofficeGatewayTimeout) Error

func (*GetUserOutofofficeGatewayTimeout) GetPayload

func (*GetUserOutofofficeGatewayTimeout) IsClientError

func (o *GetUserOutofofficeGatewayTimeout) IsClientError() bool

IsClientError returns true when this get user outofoffice gateway timeout response has a 4xx status code

func (*GetUserOutofofficeGatewayTimeout) IsCode

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

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

func (*GetUserOutofofficeGatewayTimeout) IsRedirect

func (o *GetUserOutofofficeGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get user outofoffice gateway timeout response has a 3xx status code

func (*GetUserOutofofficeGatewayTimeout) IsServerError

func (o *GetUserOutofofficeGatewayTimeout) IsServerError() bool

IsServerError returns true when this get user outofoffice gateway timeout response has a 5xx status code

func (*GetUserOutofofficeGatewayTimeout) IsSuccess

func (o *GetUserOutofofficeGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get user outofoffice gateway timeout response has a 2xx status code

func (*GetUserOutofofficeGatewayTimeout) String

type GetUserOutofofficeInternalServerError

type GetUserOutofofficeInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserOutofofficeInternalServerError

func NewGetUserOutofofficeInternalServerError() *GetUserOutofofficeInternalServerError

NewGetUserOutofofficeInternalServerError creates a GetUserOutofofficeInternalServerError with default headers values

func (*GetUserOutofofficeInternalServerError) Error

func (*GetUserOutofofficeInternalServerError) GetPayload

func (*GetUserOutofofficeInternalServerError) IsClientError

func (o *GetUserOutofofficeInternalServerError) IsClientError() bool

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

func (*GetUserOutofofficeInternalServerError) IsCode

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

func (*GetUserOutofofficeInternalServerError) IsRedirect

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

func (*GetUserOutofofficeInternalServerError) IsServerError

func (o *GetUserOutofofficeInternalServerError) IsServerError() bool

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

func (*GetUserOutofofficeInternalServerError) IsSuccess

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

func (*GetUserOutofofficeInternalServerError) String

type GetUserOutofofficeNotFound

type GetUserOutofofficeNotFound struct {
	Payload *models.ErrorBody
}

GetUserOutofofficeNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserOutofofficeNotFound

func NewGetUserOutofofficeNotFound() *GetUserOutofofficeNotFound

NewGetUserOutofofficeNotFound creates a GetUserOutofofficeNotFound with default headers values

func (*GetUserOutofofficeNotFound) Error

func (*GetUserOutofofficeNotFound) GetPayload

func (o *GetUserOutofofficeNotFound) GetPayload() *models.ErrorBody

func (*GetUserOutofofficeNotFound) IsClientError

func (o *GetUserOutofofficeNotFound) IsClientError() bool

IsClientError returns true when this get user outofoffice not found response has a 4xx status code

func (*GetUserOutofofficeNotFound) IsCode

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

IsCode returns true when this get user outofoffice not found response a status code equal to that given

func (*GetUserOutofofficeNotFound) IsRedirect

func (o *GetUserOutofofficeNotFound) IsRedirect() bool

IsRedirect returns true when this get user outofoffice not found response has a 3xx status code

func (*GetUserOutofofficeNotFound) IsServerError

func (o *GetUserOutofofficeNotFound) IsServerError() bool

IsServerError returns true when this get user outofoffice not found response has a 5xx status code

func (*GetUserOutofofficeNotFound) IsSuccess

func (o *GetUserOutofofficeNotFound) IsSuccess() bool

IsSuccess returns true when this get user outofoffice not found response has a 2xx status code

func (*GetUserOutofofficeNotFound) String

func (o *GetUserOutofofficeNotFound) String() string

type GetUserOutofofficeOK

type GetUserOutofofficeOK struct {
	Payload *models.OutOfOffice
}

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

successful operation

func NewGetUserOutofofficeOK

func NewGetUserOutofofficeOK() *GetUserOutofofficeOK

NewGetUserOutofofficeOK creates a GetUserOutofofficeOK with default headers values

func (*GetUserOutofofficeOK) Error

func (o *GetUserOutofofficeOK) Error() string

func (*GetUserOutofofficeOK) GetPayload

func (o *GetUserOutofofficeOK) GetPayload() *models.OutOfOffice

func (*GetUserOutofofficeOK) IsClientError

func (o *GetUserOutofofficeOK) IsClientError() bool

IsClientError returns true when this get user outofoffice o k response has a 4xx status code

func (*GetUserOutofofficeOK) IsCode

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

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

func (*GetUserOutofofficeOK) IsRedirect

func (o *GetUserOutofofficeOK) IsRedirect() bool

IsRedirect returns true when this get user outofoffice o k response has a 3xx status code

func (*GetUserOutofofficeOK) IsServerError

func (o *GetUserOutofofficeOK) IsServerError() bool

IsServerError returns true when this get user outofoffice o k response has a 5xx status code

func (*GetUserOutofofficeOK) IsSuccess

func (o *GetUserOutofofficeOK) IsSuccess() bool

IsSuccess returns true when this get user outofoffice o k response has a 2xx status code

func (*GetUserOutofofficeOK) String

func (o *GetUserOutofofficeOK) String() string

type GetUserOutofofficeParams

type GetUserOutofofficeParams struct {

	/* UserID.

	   User ID
	*/
	UserID string

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

GetUserOutofofficeParams contains all the parameters to send to the API endpoint

for the get user outofoffice operation.

Typically these are written to a http.Request.

func NewGetUserOutofofficeParams

func NewGetUserOutofofficeParams() *GetUserOutofofficeParams

NewGetUserOutofofficeParams creates a new GetUserOutofofficeParams 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 NewGetUserOutofofficeParamsWithContext

func NewGetUserOutofofficeParamsWithContext(ctx context.Context) *GetUserOutofofficeParams

NewGetUserOutofofficeParamsWithContext creates a new GetUserOutofofficeParams object with the ability to set a context for a request.

func NewGetUserOutofofficeParamsWithHTTPClient

func NewGetUserOutofofficeParamsWithHTTPClient(client *http.Client) *GetUserOutofofficeParams

NewGetUserOutofofficeParamsWithHTTPClient creates a new GetUserOutofofficeParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserOutofofficeParamsWithTimeout

func NewGetUserOutofofficeParamsWithTimeout(timeout time.Duration) *GetUserOutofofficeParams

NewGetUserOutofofficeParamsWithTimeout creates a new GetUserOutofofficeParams object with the ability to set a timeout on a request.

func (*GetUserOutofofficeParams) SetContext

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

SetContext adds the context to the get user outofoffice params

func (*GetUserOutofofficeParams) SetDefaults

func (o *GetUserOutofofficeParams) SetDefaults()

SetDefaults hydrates default values in the get user outofoffice params (not the query body).

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

func (*GetUserOutofofficeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user outofoffice params

func (*GetUserOutofofficeParams) SetTimeout

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

SetTimeout adds the timeout to the get user outofoffice params

func (*GetUserOutofofficeParams) SetUserID

func (o *GetUserOutofofficeParams) SetUserID(userID string)

SetUserID adds the userId to the get user outofoffice params

func (*GetUserOutofofficeParams) WithContext

WithContext adds the context to the get user outofoffice params

func (*GetUserOutofofficeParams) WithDefaults

WithDefaults hydrates default values in the get user outofoffice params (not the query body).

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

func (*GetUserOutofofficeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user outofoffice params

func (*GetUserOutofofficeParams) WithTimeout

WithTimeout adds the timeout to the get user outofoffice params

func (*GetUserOutofofficeParams) WithUserID

WithUserID adds the userID to the get user outofoffice params

func (*GetUserOutofofficeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserOutofofficeReader

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

GetUserOutofofficeReader is a Reader for the GetUserOutofoffice structure.

func (*GetUserOutofofficeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserOutofofficeRequestEntityTooLarge

type GetUserOutofofficeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserOutofofficeRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserOutofofficeRequestEntityTooLarge

func NewGetUserOutofofficeRequestEntityTooLarge() *GetUserOutofofficeRequestEntityTooLarge

NewGetUserOutofofficeRequestEntityTooLarge creates a GetUserOutofofficeRequestEntityTooLarge with default headers values

func (*GetUserOutofofficeRequestEntityTooLarge) Error

func (*GetUserOutofofficeRequestEntityTooLarge) GetPayload

func (*GetUserOutofofficeRequestEntityTooLarge) IsClientError

func (o *GetUserOutofofficeRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get user outofoffice request entity too large response has a 4xx status code

func (*GetUserOutofofficeRequestEntityTooLarge) IsCode

IsCode returns true when this get user outofoffice request entity too large response a status code equal to that given

func (*GetUserOutofofficeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get user outofoffice request entity too large response has a 3xx status code

func (*GetUserOutofofficeRequestEntityTooLarge) IsServerError

func (o *GetUserOutofofficeRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get user outofoffice request entity too large response has a 5xx status code

func (*GetUserOutofofficeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get user outofoffice request entity too large response has a 2xx status code

func (*GetUserOutofofficeRequestEntityTooLarge) String

type GetUserOutofofficeRequestTimeout

type GetUserOutofofficeRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserOutofofficeRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserOutofofficeRequestTimeout

func NewGetUserOutofofficeRequestTimeout() *GetUserOutofofficeRequestTimeout

NewGetUserOutofofficeRequestTimeout creates a GetUserOutofofficeRequestTimeout with default headers values

func (*GetUserOutofofficeRequestTimeout) Error

func (*GetUserOutofofficeRequestTimeout) GetPayload

func (*GetUserOutofofficeRequestTimeout) IsClientError

func (o *GetUserOutofofficeRequestTimeout) IsClientError() bool

IsClientError returns true when this get user outofoffice request timeout response has a 4xx status code

func (*GetUserOutofofficeRequestTimeout) IsCode

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

IsCode returns true when this get user outofoffice request timeout response a status code equal to that given

func (*GetUserOutofofficeRequestTimeout) IsRedirect

func (o *GetUserOutofofficeRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get user outofoffice request timeout response has a 3xx status code

func (*GetUserOutofofficeRequestTimeout) IsServerError

func (o *GetUserOutofofficeRequestTimeout) IsServerError() bool

IsServerError returns true when this get user outofoffice request timeout response has a 5xx status code

func (*GetUserOutofofficeRequestTimeout) IsSuccess

func (o *GetUserOutofofficeRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get user outofoffice request timeout response has a 2xx status code

func (*GetUserOutofofficeRequestTimeout) String

type GetUserOutofofficeServiceUnavailable

type GetUserOutofofficeServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserOutofofficeServiceUnavailable

func NewGetUserOutofofficeServiceUnavailable() *GetUserOutofofficeServiceUnavailable

NewGetUserOutofofficeServiceUnavailable creates a GetUserOutofofficeServiceUnavailable with default headers values

func (*GetUserOutofofficeServiceUnavailable) Error

func (*GetUserOutofofficeServiceUnavailable) GetPayload

func (*GetUserOutofofficeServiceUnavailable) IsClientError

func (o *GetUserOutofofficeServiceUnavailable) IsClientError() bool

IsClientError returns true when this get user outofoffice service unavailable response has a 4xx status code

func (*GetUserOutofofficeServiceUnavailable) IsCode

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

func (*GetUserOutofofficeServiceUnavailable) IsRedirect

IsRedirect returns true when this get user outofoffice service unavailable response has a 3xx status code

func (*GetUserOutofofficeServiceUnavailable) IsServerError

func (o *GetUserOutofofficeServiceUnavailable) IsServerError() bool

IsServerError returns true when this get user outofoffice service unavailable response has a 5xx status code

func (*GetUserOutofofficeServiceUnavailable) IsSuccess

IsSuccess returns true when this get user outofoffice service unavailable response has a 2xx status code

func (*GetUserOutofofficeServiceUnavailable) String

type GetUserOutofofficeTooManyRequests

type GetUserOutofofficeTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserOutofofficeTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserOutofofficeTooManyRequests

func NewGetUserOutofofficeTooManyRequests() *GetUserOutofofficeTooManyRequests

NewGetUserOutofofficeTooManyRequests creates a GetUserOutofofficeTooManyRequests with default headers values

func (*GetUserOutofofficeTooManyRequests) Error

func (*GetUserOutofofficeTooManyRequests) GetPayload

func (*GetUserOutofofficeTooManyRequests) IsClientError

func (o *GetUserOutofofficeTooManyRequests) IsClientError() bool

IsClientError returns true when this get user outofoffice too many requests response has a 4xx status code

func (*GetUserOutofofficeTooManyRequests) IsCode

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

IsCode returns true when this get user outofoffice too many requests response a status code equal to that given

func (*GetUserOutofofficeTooManyRequests) IsRedirect

func (o *GetUserOutofofficeTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user outofoffice too many requests response has a 3xx status code

func (*GetUserOutofofficeTooManyRequests) IsServerError

func (o *GetUserOutofofficeTooManyRequests) IsServerError() bool

IsServerError returns true when this get user outofoffice too many requests response has a 5xx status code

func (*GetUserOutofofficeTooManyRequests) IsSuccess

func (o *GetUserOutofofficeTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get user outofoffice too many requests response has a 2xx status code

func (*GetUserOutofofficeTooManyRequests) String

type GetUserOutofofficeUnauthorized

type GetUserOutofofficeUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUserOutofofficeUnauthorized

func NewGetUserOutofofficeUnauthorized() *GetUserOutofofficeUnauthorized

NewGetUserOutofofficeUnauthorized creates a GetUserOutofofficeUnauthorized with default headers values

func (*GetUserOutofofficeUnauthorized) Error

func (*GetUserOutofofficeUnauthorized) GetPayload

func (*GetUserOutofofficeUnauthorized) IsClientError

func (o *GetUserOutofofficeUnauthorized) IsClientError() bool

IsClientError returns true when this get user outofoffice unauthorized response has a 4xx status code

func (*GetUserOutofofficeUnauthorized) IsCode

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

IsCode returns true when this get user outofoffice unauthorized response a status code equal to that given

func (*GetUserOutofofficeUnauthorized) IsRedirect

func (o *GetUserOutofofficeUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user outofoffice unauthorized response has a 3xx status code

func (*GetUserOutofofficeUnauthorized) IsServerError

func (o *GetUserOutofofficeUnauthorized) IsServerError() bool

IsServerError returns true when this get user outofoffice unauthorized response has a 5xx status code

func (*GetUserOutofofficeUnauthorized) IsSuccess

func (o *GetUserOutofofficeUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user outofoffice unauthorized response has a 2xx status code

func (*GetUserOutofofficeUnauthorized) String

type GetUserOutofofficeUnsupportedMediaType

type GetUserOutofofficeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserOutofofficeUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserOutofofficeUnsupportedMediaType

func NewGetUserOutofofficeUnsupportedMediaType() *GetUserOutofofficeUnsupportedMediaType

NewGetUserOutofofficeUnsupportedMediaType creates a GetUserOutofofficeUnsupportedMediaType with default headers values

func (*GetUserOutofofficeUnsupportedMediaType) Error

func (*GetUserOutofofficeUnsupportedMediaType) GetPayload

func (*GetUserOutofofficeUnsupportedMediaType) IsClientError

func (o *GetUserOutofofficeUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get user outofoffice unsupported media type response has a 4xx status code

func (*GetUserOutofofficeUnsupportedMediaType) IsCode

IsCode returns true when this get user outofoffice unsupported media type response a status code equal to that given

func (*GetUserOutofofficeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get user outofoffice unsupported media type response has a 3xx status code

func (*GetUserOutofofficeUnsupportedMediaType) IsServerError

func (o *GetUserOutofofficeUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get user outofoffice unsupported media type response has a 5xx status code

func (*GetUserOutofofficeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get user outofoffice unsupported media type response has a 2xx status code

func (*GetUserOutofofficeUnsupportedMediaType) String

type GetUserParams

type GetUserParams struct {

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	/* IntegrationPresenceSource.

	   Gets an integration presence for a user instead of their default.
	*/
	IntegrationPresenceSource *string

	/* State.

	   Search for a user with this state

	   Default: "active"
	*/
	State *string

	/* UserID.

	   User ID
	*/
	UserID string

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

GetUserParams contains all the parameters to send to the API endpoint

for the get user operation.

Typically these are written to a http.Request.

func NewGetUserParams

func NewGetUserParams() *GetUserParams

NewGetUserParams creates a new GetUserParams 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 NewGetUserParamsWithContext

func NewGetUserParamsWithContext(ctx context.Context) *GetUserParams

NewGetUserParamsWithContext creates a new GetUserParams object with the ability to set a context for a request.

func NewGetUserParamsWithHTTPClient

func NewGetUserParamsWithHTTPClient(client *http.Client) *GetUserParams

NewGetUserParamsWithHTTPClient creates a new GetUserParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserParamsWithTimeout

func NewGetUserParamsWithTimeout(timeout time.Duration) *GetUserParams

NewGetUserParamsWithTimeout creates a new GetUserParams object with the ability to set a timeout on a request.

func (*GetUserParams) SetContext

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

SetContext adds the context to the get user params

func (*GetUserParams) SetDefaults

func (o *GetUserParams) SetDefaults()

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

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

func (*GetUserParams) SetExpand

func (o *GetUserParams) SetExpand(expand []string)

SetExpand adds the expand to the get user params

func (*GetUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user params

func (*GetUserParams) SetIntegrationPresenceSource

func (o *GetUserParams) SetIntegrationPresenceSource(integrationPresenceSource *string)

SetIntegrationPresenceSource adds the integrationPresenceSource to the get user params

func (*GetUserParams) SetState

func (o *GetUserParams) SetState(state *string)

SetState adds the state to the get user params

func (*GetUserParams) SetTimeout

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

SetTimeout adds the timeout to the get user params

func (*GetUserParams) SetUserID

func (o *GetUserParams) SetUserID(userID string)

SetUserID adds the userId to the get user params

func (*GetUserParams) WithContext

func (o *GetUserParams) WithContext(ctx context.Context) *GetUserParams

WithContext adds the context to the get user params

func (*GetUserParams) WithDefaults

func (o *GetUserParams) WithDefaults() *GetUserParams

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

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

func (*GetUserParams) WithExpand

func (o *GetUserParams) WithExpand(expand []string) *GetUserParams

WithExpand adds the expand to the get user params

func (*GetUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user params

func (*GetUserParams) WithIntegrationPresenceSource

func (o *GetUserParams) WithIntegrationPresenceSource(integrationPresenceSource *string) *GetUserParams

WithIntegrationPresenceSource adds the integrationPresenceSource to the get user params

func (*GetUserParams) WithState

func (o *GetUserParams) WithState(state *string) *GetUserParams

WithState adds the state to the get user params

func (*GetUserParams) WithTimeout

func (o *GetUserParams) WithTimeout(timeout time.Duration) *GetUserParams

WithTimeout adds the timeout to the get user params

func (*GetUserParams) WithUserID

func (o *GetUserParams) WithUserID(userID string) *GetUserParams

WithUserID adds the userID to the get user params

func (*GetUserParams) WriteToRequest

func (o *GetUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetUserProfileBadRequest

type GetUserProfileBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUserProfileBadRequest

func NewGetUserProfileBadRequest() *GetUserProfileBadRequest

NewGetUserProfileBadRequest creates a GetUserProfileBadRequest with default headers values

func (*GetUserProfileBadRequest) Error

func (o *GetUserProfileBadRequest) Error() string

func (*GetUserProfileBadRequest) GetPayload

func (o *GetUserProfileBadRequest) GetPayload() *models.ErrorBody

func (*GetUserProfileBadRequest) IsClientError

func (o *GetUserProfileBadRequest) IsClientError() bool

IsClientError returns true when this get user profile bad request response has a 4xx status code

func (*GetUserProfileBadRequest) IsCode

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

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

func (*GetUserProfileBadRequest) IsRedirect

func (o *GetUserProfileBadRequest) IsRedirect() bool

IsRedirect returns true when this get user profile bad request response has a 3xx status code

func (*GetUserProfileBadRequest) IsServerError

func (o *GetUserProfileBadRequest) IsServerError() bool

IsServerError returns true when this get user profile bad request response has a 5xx status code

func (*GetUserProfileBadRequest) IsSuccess

func (o *GetUserProfileBadRequest) IsSuccess() bool

IsSuccess returns true when this get user profile bad request response has a 2xx status code

func (*GetUserProfileBadRequest) String

func (o *GetUserProfileBadRequest) String() string

type GetUserProfileForbidden

type GetUserProfileForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUserProfileForbidden

func NewGetUserProfileForbidden() *GetUserProfileForbidden

NewGetUserProfileForbidden creates a GetUserProfileForbidden with default headers values

func (*GetUserProfileForbidden) Error

func (o *GetUserProfileForbidden) Error() string

func (*GetUserProfileForbidden) GetPayload

func (o *GetUserProfileForbidden) GetPayload() *models.ErrorBody

func (*GetUserProfileForbidden) IsClientError

func (o *GetUserProfileForbidden) IsClientError() bool

IsClientError returns true when this get user profile forbidden response has a 4xx status code

func (*GetUserProfileForbidden) IsCode

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

IsCode returns true when this get user profile forbidden response a status code equal to that given

func (*GetUserProfileForbidden) IsRedirect

func (o *GetUserProfileForbidden) IsRedirect() bool

IsRedirect returns true when this get user profile forbidden response has a 3xx status code

func (*GetUserProfileForbidden) IsServerError

func (o *GetUserProfileForbidden) IsServerError() bool

IsServerError returns true when this get user profile forbidden response has a 5xx status code

func (*GetUserProfileForbidden) IsSuccess

func (o *GetUserProfileForbidden) IsSuccess() bool

IsSuccess returns true when this get user profile forbidden response has a 2xx status code

func (*GetUserProfileForbidden) String

func (o *GetUserProfileForbidden) String() string

type GetUserProfileGatewayTimeout

type GetUserProfileGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUserProfileGatewayTimeout

func NewGetUserProfileGatewayTimeout() *GetUserProfileGatewayTimeout

NewGetUserProfileGatewayTimeout creates a GetUserProfileGatewayTimeout with default headers values

func (*GetUserProfileGatewayTimeout) Error

func (*GetUserProfileGatewayTimeout) GetPayload

func (*GetUserProfileGatewayTimeout) IsClientError

func (o *GetUserProfileGatewayTimeout) IsClientError() bool

IsClientError returns true when this get user profile gateway timeout response has a 4xx status code

func (*GetUserProfileGatewayTimeout) IsCode

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

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

func (*GetUserProfileGatewayTimeout) IsRedirect

func (o *GetUserProfileGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get user profile gateway timeout response has a 3xx status code

func (*GetUserProfileGatewayTimeout) IsServerError

func (o *GetUserProfileGatewayTimeout) IsServerError() bool

IsServerError returns true when this get user profile gateway timeout response has a 5xx status code

func (*GetUserProfileGatewayTimeout) IsSuccess

func (o *GetUserProfileGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get user profile gateway timeout response has a 2xx status code

func (*GetUserProfileGatewayTimeout) String

type GetUserProfileInternalServerError

type GetUserProfileInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserProfileInternalServerError

func NewGetUserProfileInternalServerError() *GetUserProfileInternalServerError

NewGetUserProfileInternalServerError creates a GetUserProfileInternalServerError with default headers values

func (*GetUserProfileInternalServerError) Error

func (*GetUserProfileInternalServerError) GetPayload

func (*GetUserProfileInternalServerError) IsClientError

func (o *GetUserProfileInternalServerError) IsClientError() bool

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

func (*GetUserProfileInternalServerError) IsCode

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

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

func (*GetUserProfileInternalServerError) IsRedirect

func (o *GetUserProfileInternalServerError) IsRedirect() bool

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

func (*GetUserProfileInternalServerError) IsServerError

func (o *GetUserProfileInternalServerError) IsServerError() bool

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

func (*GetUserProfileInternalServerError) IsSuccess

func (o *GetUserProfileInternalServerError) IsSuccess() bool

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

func (*GetUserProfileInternalServerError) String

type GetUserProfileNotFound

type GetUserProfileNotFound struct {
	Payload *models.ErrorBody
}

GetUserProfileNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserProfileNotFound

func NewGetUserProfileNotFound() *GetUserProfileNotFound

NewGetUserProfileNotFound creates a GetUserProfileNotFound with default headers values

func (*GetUserProfileNotFound) Error

func (o *GetUserProfileNotFound) Error() string

func (*GetUserProfileNotFound) GetPayload

func (o *GetUserProfileNotFound) GetPayload() *models.ErrorBody

func (*GetUserProfileNotFound) IsClientError

func (o *GetUserProfileNotFound) IsClientError() bool

IsClientError returns true when this get user profile not found response has a 4xx status code

func (*GetUserProfileNotFound) IsCode

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

IsCode returns true when this get user profile not found response a status code equal to that given

func (*GetUserProfileNotFound) IsRedirect

func (o *GetUserProfileNotFound) IsRedirect() bool

IsRedirect returns true when this get user profile not found response has a 3xx status code

func (*GetUserProfileNotFound) IsServerError

func (o *GetUserProfileNotFound) IsServerError() bool

IsServerError returns true when this get user profile not found response has a 5xx status code

func (*GetUserProfileNotFound) IsSuccess

func (o *GetUserProfileNotFound) IsSuccess() bool

IsSuccess returns true when this get user profile not found response has a 2xx status code

func (*GetUserProfileNotFound) String

func (o *GetUserProfileNotFound) String() string

type GetUserProfileOK

type GetUserProfileOK struct {
	Payload *models.UserProfile
}

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

successful operation

func NewGetUserProfileOK

func NewGetUserProfileOK() *GetUserProfileOK

NewGetUserProfileOK creates a GetUserProfileOK with default headers values

func (*GetUserProfileOK) Error

func (o *GetUserProfileOK) Error() string

func (*GetUserProfileOK) GetPayload

func (o *GetUserProfileOK) GetPayload() *models.UserProfile

func (*GetUserProfileOK) IsClientError

func (o *GetUserProfileOK) IsClientError() bool

IsClientError returns true when this get user profile o k response has a 4xx status code

func (*GetUserProfileOK) IsCode

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

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

func (*GetUserProfileOK) IsRedirect

func (o *GetUserProfileOK) IsRedirect() bool

IsRedirect returns true when this get user profile o k response has a 3xx status code

func (*GetUserProfileOK) IsServerError

func (o *GetUserProfileOK) IsServerError() bool

IsServerError returns true when this get user profile o k response has a 5xx status code

func (*GetUserProfileOK) IsSuccess

func (o *GetUserProfileOK) IsSuccess() bool

IsSuccess returns true when this get user profile o k response has a 2xx status code

func (*GetUserProfileOK) String

func (o *GetUserProfileOK) String() string

type GetUserProfileParams

type GetUserProfileParams struct {

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	/* IntegrationPresenceSource.

	   Gets an integration presence for a user instead of their default.
	*/
	IntegrationPresenceSource *string

	/* UserID.

	   userId
	*/
	UserID string

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

GetUserProfileParams contains all the parameters to send to the API endpoint

for the get user profile operation.

Typically these are written to a http.Request.

func NewGetUserProfileParams

func NewGetUserProfileParams() *GetUserProfileParams

NewGetUserProfileParams creates a new GetUserProfileParams 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 NewGetUserProfileParamsWithContext

func NewGetUserProfileParamsWithContext(ctx context.Context) *GetUserProfileParams

NewGetUserProfileParamsWithContext creates a new GetUserProfileParams object with the ability to set a context for a request.

func NewGetUserProfileParamsWithHTTPClient

func NewGetUserProfileParamsWithHTTPClient(client *http.Client) *GetUserProfileParams

NewGetUserProfileParamsWithHTTPClient creates a new GetUserProfileParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserProfileParamsWithTimeout

func NewGetUserProfileParamsWithTimeout(timeout time.Duration) *GetUserProfileParams

NewGetUserProfileParamsWithTimeout creates a new GetUserProfileParams object with the ability to set a timeout on a request.

func (*GetUserProfileParams) SetContext

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

SetContext adds the context to the get user profile params

func (*GetUserProfileParams) SetDefaults

func (o *GetUserProfileParams) SetDefaults()

SetDefaults hydrates default values in the get user profile params (not the query body).

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

func (*GetUserProfileParams) SetExpand

func (o *GetUserProfileParams) SetExpand(expand []string)

SetExpand adds the expand to the get user profile params

func (*GetUserProfileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user profile params

func (*GetUserProfileParams) SetIntegrationPresenceSource

func (o *GetUserProfileParams) SetIntegrationPresenceSource(integrationPresenceSource *string)

SetIntegrationPresenceSource adds the integrationPresenceSource to the get user profile params

func (*GetUserProfileParams) SetTimeout

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

SetTimeout adds the timeout to the get user profile params

func (*GetUserProfileParams) SetUserID

func (o *GetUserProfileParams) SetUserID(userID string)

SetUserID adds the userId to the get user profile params

func (*GetUserProfileParams) WithContext

WithContext adds the context to the get user profile params

func (*GetUserProfileParams) WithDefaults

func (o *GetUserProfileParams) WithDefaults() *GetUserProfileParams

WithDefaults hydrates default values in the get user profile params (not the query body).

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

func (*GetUserProfileParams) WithExpand

func (o *GetUserProfileParams) WithExpand(expand []string) *GetUserProfileParams

WithExpand adds the expand to the get user profile params

func (*GetUserProfileParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user profile params

func (*GetUserProfileParams) WithIntegrationPresenceSource

func (o *GetUserProfileParams) WithIntegrationPresenceSource(integrationPresenceSource *string) *GetUserProfileParams

WithIntegrationPresenceSource adds the integrationPresenceSource to the get user profile params

func (*GetUserProfileParams) WithTimeout

func (o *GetUserProfileParams) WithTimeout(timeout time.Duration) *GetUserProfileParams

WithTimeout adds the timeout to the get user profile params

func (*GetUserProfileParams) WithUserID

func (o *GetUserProfileParams) WithUserID(userID string) *GetUserProfileParams

WithUserID adds the userID to the get user profile params

func (*GetUserProfileParams) WriteToRequest

func (o *GetUserProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetUserProfileReader

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

GetUserProfileReader is a Reader for the GetUserProfile structure.

func (*GetUserProfileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserProfileRequestEntityTooLarge

type GetUserProfileRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserProfileRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserProfileRequestEntityTooLarge

func NewGetUserProfileRequestEntityTooLarge() *GetUserProfileRequestEntityTooLarge

NewGetUserProfileRequestEntityTooLarge creates a GetUserProfileRequestEntityTooLarge with default headers values

func (*GetUserProfileRequestEntityTooLarge) Error

func (*GetUserProfileRequestEntityTooLarge) GetPayload

func (*GetUserProfileRequestEntityTooLarge) IsClientError

func (o *GetUserProfileRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get user profile request entity too large response has a 4xx status code

func (*GetUserProfileRequestEntityTooLarge) IsCode

IsCode returns true when this get user profile request entity too large response a status code equal to that given

func (*GetUserProfileRequestEntityTooLarge) IsRedirect

func (o *GetUserProfileRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this get user profile request entity too large response has a 3xx status code

func (*GetUserProfileRequestEntityTooLarge) IsServerError

func (o *GetUserProfileRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get user profile request entity too large response has a 5xx status code

func (*GetUserProfileRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get user profile request entity too large response has a 2xx status code

func (*GetUserProfileRequestEntityTooLarge) String

type GetUserProfileRequestTimeout

type GetUserProfileRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserProfileRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserProfileRequestTimeout

func NewGetUserProfileRequestTimeout() *GetUserProfileRequestTimeout

NewGetUserProfileRequestTimeout creates a GetUserProfileRequestTimeout with default headers values

func (*GetUserProfileRequestTimeout) Error

func (*GetUserProfileRequestTimeout) GetPayload

func (*GetUserProfileRequestTimeout) IsClientError

func (o *GetUserProfileRequestTimeout) IsClientError() bool

IsClientError returns true when this get user profile request timeout response has a 4xx status code

func (*GetUserProfileRequestTimeout) IsCode

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

IsCode returns true when this get user profile request timeout response a status code equal to that given

func (*GetUserProfileRequestTimeout) IsRedirect

func (o *GetUserProfileRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get user profile request timeout response has a 3xx status code

func (*GetUserProfileRequestTimeout) IsServerError

func (o *GetUserProfileRequestTimeout) IsServerError() bool

IsServerError returns true when this get user profile request timeout response has a 5xx status code

func (*GetUserProfileRequestTimeout) IsSuccess

func (o *GetUserProfileRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get user profile request timeout response has a 2xx status code

func (*GetUserProfileRequestTimeout) String

type GetUserProfileServiceUnavailable

type GetUserProfileServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserProfileServiceUnavailable

func NewGetUserProfileServiceUnavailable() *GetUserProfileServiceUnavailable

NewGetUserProfileServiceUnavailable creates a GetUserProfileServiceUnavailable with default headers values

func (*GetUserProfileServiceUnavailable) Error

func (*GetUserProfileServiceUnavailable) GetPayload

func (*GetUserProfileServiceUnavailable) IsClientError

func (o *GetUserProfileServiceUnavailable) IsClientError() bool

IsClientError returns true when this get user profile service unavailable response has a 4xx status code

func (*GetUserProfileServiceUnavailable) IsCode

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

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

func (*GetUserProfileServiceUnavailable) IsRedirect

func (o *GetUserProfileServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get user profile service unavailable response has a 3xx status code

func (*GetUserProfileServiceUnavailable) IsServerError

func (o *GetUserProfileServiceUnavailable) IsServerError() bool

IsServerError returns true when this get user profile service unavailable response has a 5xx status code

func (*GetUserProfileServiceUnavailable) IsSuccess

func (o *GetUserProfileServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get user profile service unavailable response has a 2xx status code

func (*GetUserProfileServiceUnavailable) String

type GetUserProfileTooManyRequests

type GetUserProfileTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserProfileTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserProfileTooManyRequests

func NewGetUserProfileTooManyRequests() *GetUserProfileTooManyRequests

NewGetUserProfileTooManyRequests creates a GetUserProfileTooManyRequests with default headers values

func (*GetUserProfileTooManyRequests) Error

func (*GetUserProfileTooManyRequests) GetPayload

func (*GetUserProfileTooManyRequests) IsClientError

func (o *GetUserProfileTooManyRequests) IsClientError() bool

IsClientError returns true when this get user profile too many requests response has a 4xx status code

func (*GetUserProfileTooManyRequests) IsCode

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

IsCode returns true when this get user profile too many requests response a status code equal to that given

func (*GetUserProfileTooManyRequests) IsRedirect

func (o *GetUserProfileTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user profile too many requests response has a 3xx status code

func (*GetUserProfileTooManyRequests) IsServerError

func (o *GetUserProfileTooManyRequests) IsServerError() bool

IsServerError returns true when this get user profile too many requests response has a 5xx status code

func (*GetUserProfileTooManyRequests) IsSuccess

func (o *GetUserProfileTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get user profile too many requests response has a 2xx status code

func (*GetUserProfileTooManyRequests) String

type GetUserProfileUnauthorized

type GetUserProfileUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUserProfileUnauthorized

func NewGetUserProfileUnauthorized() *GetUserProfileUnauthorized

NewGetUserProfileUnauthorized creates a GetUserProfileUnauthorized with default headers values

func (*GetUserProfileUnauthorized) Error

func (*GetUserProfileUnauthorized) GetPayload

func (o *GetUserProfileUnauthorized) GetPayload() *models.ErrorBody

func (*GetUserProfileUnauthorized) IsClientError

func (o *GetUserProfileUnauthorized) IsClientError() bool

IsClientError returns true when this get user profile unauthorized response has a 4xx status code

func (*GetUserProfileUnauthorized) IsCode

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

IsCode returns true when this get user profile unauthorized response a status code equal to that given

func (*GetUserProfileUnauthorized) IsRedirect

func (o *GetUserProfileUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user profile unauthorized response has a 3xx status code

func (*GetUserProfileUnauthorized) IsServerError

func (o *GetUserProfileUnauthorized) IsServerError() bool

IsServerError returns true when this get user profile unauthorized response has a 5xx status code

func (*GetUserProfileUnauthorized) IsSuccess

func (o *GetUserProfileUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user profile unauthorized response has a 2xx status code

func (*GetUserProfileUnauthorized) String

func (o *GetUserProfileUnauthorized) String() string

type GetUserProfileUnsupportedMediaType

type GetUserProfileUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserProfileUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserProfileUnsupportedMediaType

func NewGetUserProfileUnsupportedMediaType() *GetUserProfileUnsupportedMediaType

NewGetUserProfileUnsupportedMediaType creates a GetUserProfileUnsupportedMediaType with default headers values

func (*GetUserProfileUnsupportedMediaType) Error

func (*GetUserProfileUnsupportedMediaType) GetPayload

func (*GetUserProfileUnsupportedMediaType) IsClientError

func (o *GetUserProfileUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get user profile unsupported media type response has a 4xx status code

func (*GetUserProfileUnsupportedMediaType) IsCode

IsCode returns true when this get user profile unsupported media type response a status code equal to that given

func (*GetUserProfileUnsupportedMediaType) IsRedirect

func (o *GetUserProfileUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get user profile unsupported media type response has a 3xx status code

func (*GetUserProfileUnsupportedMediaType) IsServerError

func (o *GetUserProfileUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get user profile unsupported media type response has a 5xx status code

func (*GetUserProfileUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get user profile unsupported media type response has a 2xx status code

func (*GetUserProfileUnsupportedMediaType) String

type GetUserProfileskillsBadRequest

type GetUserProfileskillsBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUserProfileskillsBadRequest

func NewGetUserProfileskillsBadRequest() *GetUserProfileskillsBadRequest

NewGetUserProfileskillsBadRequest creates a GetUserProfileskillsBadRequest with default headers values

func (*GetUserProfileskillsBadRequest) Error

func (*GetUserProfileskillsBadRequest) GetPayload

func (*GetUserProfileskillsBadRequest) IsClientError

func (o *GetUserProfileskillsBadRequest) IsClientError() bool

IsClientError returns true when this get user profileskills bad request response has a 4xx status code

func (*GetUserProfileskillsBadRequest) IsCode

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

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

func (*GetUserProfileskillsBadRequest) IsRedirect

func (o *GetUserProfileskillsBadRequest) IsRedirect() bool

IsRedirect returns true when this get user profileskills bad request response has a 3xx status code

func (*GetUserProfileskillsBadRequest) IsServerError

func (o *GetUserProfileskillsBadRequest) IsServerError() bool

IsServerError returns true when this get user profileskills bad request response has a 5xx status code

func (*GetUserProfileskillsBadRequest) IsSuccess

func (o *GetUserProfileskillsBadRequest) IsSuccess() bool

IsSuccess returns true when this get user profileskills bad request response has a 2xx status code

func (*GetUserProfileskillsBadRequest) String

type GetUserProfileskillsForbidden

type GetUserProfileskillsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUserProfileskillsForbidden

func NewGetUserProfileskillsForbidden() *GetUserProfileskillsForbidden

NewGetUserProfileskillsForbidden creates a GetUserProfileskillsForbidden with default headers values

func (*GetUserProfileskillsForbidden) Error

func (*GetUserProfileskillsForbidden) GetPayload

func (*GetUserProfileskillsForbidden) IsClientError

func (o *GetUserProfileskillsForbidden) IsClientError() bool

IsClientError returns true when this get user profileskills forbidden response has a 4xx status code

func (*GetUserProfileskillsForbidden) IsCode

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

IsCode returns true when this get user profileskills forbidden response a status code equal to that given

func (*GetUserProfileskillsForbidden) IsRedirect

func (o *GetUserProfileskillsForbidden) IsRedirect() bool

IsRedirect returns true when this get user profileskills forbidden response has a 3xx status code

func (*GetUserProfileskillsForbidden) IsServerError

func (o *GetUserProfileskillsForbidden) IsServerError() bool

IsServerError returns true when this get user profileskills forbidden response has a 5xx status code

func (*GetUserProfileskillsForbidden) IsSuccess

func (o *GetUserProfileskillsForbidden) IsSuccess() bool

IsSuccess returns true when this get user profileskills forbidden response has a 2xx status code

func (*GetUserProfileskillsForbidden) String

type GetUserProfileskillsGatewayTimeout

type GetUserProfileskillsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUserProfileskillsGatewayTimeout

func NewGetUserProfileskillsGatewayTimeout() *GetUserProfileskillsGatewayTimeout

NewGetUserProfileskillsGatewayTimeout creates a GetUserProfileskillsGatewayTimeout with default headers values

func (*GetUserProfileskillsGatewayTimeout) Error

func (*GetUserProfileskillsGatewayTimeout) GetPayload

func (*GetUserProfileskillsGatewayTimeout) IsClientError

func (o *GetUserProfileskillsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get user profileskills gateway timeout response has a 4xx status code

func (*GetUserProfileskillsGatewayTimeout) IsCode

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

func (*GetUserProfileskillsGatewayTimeout) IsRedirect

func (o *GetUserProfileskillsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get user profileskills gateway timeout response has a 3xx status code

func (*GetUserProfileskillsGatewayTimeout) IsServerError

func (o *GetUserProfileskillsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get user profileskills gateway timeout response has a 5xx status code

func (*GetUserProfileskillsGatewayTimeout) IsSuccess

IsSuccess returns true when this get user profileskills gateway timeout response has a 2xx status code

func (*GetUserProfileskillsGatewayTimeout) String

type GetUserProfileskillsInternalServerError

type GetUserProfileskillsInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserProfileskillsInternalServerError

func NewGetUserProfileskillsInternalServerError() *GetUserProfileskillsInternalServerError

NewGetUserProfileskillsInternalServerError creates a GetUserProfileskillsInternalServerError with default headers values

func (*GetUserProfileskillsInternalServerError) Error

func (*GetUserProfileskillsInternalServerError) GetPayload

func (*GetUserProfileskillsInternalServerError) IsClientError

func (o *GetUserProfileskillsInternalServerError) IsClientError() bool

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

func (*GetUserProfileskillsInternalServerError) IsCode

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

func (*GetUserProfileskillsInternalServerError) IsRedirect

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

func (*GetUserProfileskillsInternalServerError) IsServerError

func (o *GetUserProfileskillsInternalServerError) IsServerError() bool

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

func (*GetUserProfileskillsInternalServerError) IsSuccess

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

func (*GetUserProfileskillsInternalServerError) String

type GetUserProfileskillsNotFound

type GetUserProfileskillsNotFound struct {
	Payload *models.ErrorBody
}

GetUserProfileskillsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserProfileskillsNotFound

func NewGetUserProfileskillsNotFound() *GetUserProfileskillsNotFound

NewGetUserProfileskillsNotFound creates a GetUserProfileskillsNotFound with default headers values

func (*GetUserProfileskillsNotFound) Error

func (*GetUserProfileskillsNotFound) GetPayload

func (*GetUserProfileskillsNotFound) IsClientError

func (o *GetUserProfileskillsNotFound) IsClientError() bool

IsClientError returns true when this get user profileskills not found response has a 4xx status code

func (*GetUserProfileskillsNotFound) IsCode

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

IsCode returns true when this get user profileskills not found response a status code equal to that given

func (*GetUserProfileskillsNotFound) IsRedirect

func (o *GetUserProfileskillsNotFound) IsRedirect() bool

IsRedirect returns true when this get user profileskills not found response has a 3xx status code

func (*GetUserProfileskillsNotFound) IsServerError

func (o *GetUserProfileskillsNotFound) IsServerError() bool

IsServerError returns true when this get user profileskills not found response has a 5xx status code

func (*GetUserProfileskillsNotFound) IsSuccess

func (o *GetUserProfileskillsNotFound) IsSuccess() bool

IsSuccess returns true when this get user profileskills not found response has a 2xx status code

func (*GetUserProfileskillsNotFound) String

type GetUserProfileskillsOK

type GetUserProfileskillsOK struct {
	Payload []string
}

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

successful operation

func NewGetUserProfileskillsOK

func NewGetUserProfileskillsOK() *GetUserProfileskillsOK

NewGetUserProfileskillsOK creates a GetUserProfileskillsOK with default headers values

func (*GetUserProfileskillsOK) Error

func (o *GetUserProfileskillsOK) Error() string

func (*GetUserProfileskillsOK) GetPayload

func (o *GetUserProfileskillsOK) GetPayload() []string

func (*GetUserProfileskillsOK) IsClientError

func (o *GetUserProfileskillsOK) IsClientError() bool

IsClientError returns true when this get user profileskills o k response has a 4xx status code

func (*GetUserProfileskillsOK) IsCode

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

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

func (*GetUserProfileskillsOK) IsRedirect

func (o *GetUserProfileskillsOK) IsRedirect() bool

IsRedirect returns true when this get user profileskills o k response has a 3xx status code

func (*GetUserProfileskillsOK) IsServerError

func (o *GetUserProfileskillsOK) IsServerError() bool

IsServerError returns true when this get user profileskills o k response has a 5xx status code

func (*GetUserProfileskillsOK) IsSuccess

func (o *GetUserProfileskillsOK) IsSuccess() bool

IsSuccess returns true when this get user profileskills o k response has a 2xx status code

func (*GetUserProfileskillsOK) String

func (o *GetUserProfileskillsOK) String() string

type GetUserProfileskillsParams

type GetUserProfileskillsParams struct {

	/* UserID.

	   User ID
	*/
	UserID string

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

GetUserProfileskillsParams contains all the parameters to send to the API endpoint

for the get user profileskills operation.

Typically these are written to a http.Request.

func NewGetUserProfileskillsParams

func NewGetUserProfileskillsParams() *GetUserProfileskillsParams

NewGetUserProfileskillsParams creates a new GetUserProfileskillsParams 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 NewGetUserProfileskillsParamsWithContext

func NewGetUserProfileskillsParamsWithContext(ctx context.Context) *GetUserProfileskillsParams

NewGetUserProfileskillsParamsWithContext creates a new GetUserProfileskillsParams object with the ability to set a context for a request.

func NewGetUserProfileskillsParamsWithHTTPClient

func NewGetUserProfileskillsParamsWithHTTPClient(client *http.Client) *GetUserProfileskillsParams

NewGetUserProfileskillsParamsWithHTTPClient creates a new GetUserProfileskillsParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserProfileskillsParamsWithTimeout

func NewGetUserProfileskillsParamsWithTimeout(timeout time.Duration) *GetUserProfileskillsParams

NewGetUserProfileskillsParamsWithTimeout creates a new GetUserProfileskillsParams object with the ability to set a timeout on a request.

func (*GetUserProfileskillsParams) SetContext

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

SetContext adds the context to the get user profileskills params

func (*GetUserProfileskillsParams) SetDefaults

func (o *GetUserProfileskillsParams) SetDefaults()

SetDefaults hydrates default values in the get user profileskills params (not the query body).

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

func (*GetUserProfileskillsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user profileskills params

func (*GetUserProfileskillsParams) SetTimeout

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

SetTimeout adds the timeout to the get user profileskills params

func (*GetUserProfileskillsParams) SetUserID

func (o *GetUserProfileskillsParams) SetUserID(userID string)

SetUserID adds the userId to the get user profileskills params

func (*GetUserProfileskillsParams) WithContext

WithContext adds the context to the get user profileskills params

func (*GetUserProfileskillsParams) WithDefaults

WithDefaults hydrates default values in the get user profileskills params (not the query body).

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

func (*GetUserProfileskillsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user profileskills params

func (*GetUserProfileskillsParams) WithTimeout

WithTimeout adds the timeout to the get user profileskills params

func (*GetUserProfileskillsParams) WithUserID

WithUserID adds the userID to the get user profileskills params

func (*GetUserProfileskillsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserProfileskillsReader

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

GetUserProfileskillsReader is a Reader for the GetUserProfileskills structure.

func (*GetUserProfileskillsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserProfileskillsRequestEntityTooLarge

type GetUserProfileskillsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserProfileskillsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserProfileskillsRequestEntityTooLarge

func NewGetUserProfileskillsRequestEntityTooLarge() *GetUserProfileskillsRequestEntityTooLarge

NewGetUserProfileskillsRequestEntityTooLarge creates a GetUserProfileskillsRequestEntityTooLarge with default headers values

func (*GetUserProfileskillsRequestEntityTooLarge) Error

func (*GetUserProfileskillsRequestEntityTooLarge) GetPayload

func (*GetUserProfileskillsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get user profileskills request entity too large response has a 4xx status code

func (*GetUserProfileskillsRequestEntityTooLarge) IsCode

IsCode returns true when this get user profileskills request entity too large response a status code equal to that given

func (*GetUserProfileskillsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get user profileskills request entity too large response has a 3xx status code

func (*GetUserProfileskillsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get user profileskills request entity too large response has a 5xx status code

func (*GetUserProfileskillsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get user profileskills request entity too large response has a 2xx status code

func (*GetUserProfileskillsRequestEntityTooLarge) String

type GetUserProfileskillsRequestTimeout

type GetUserProfileskillsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserProfileskillsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserProfileskillsRequestTimeout

func NewGetUserProfileskillsRequestTimeout() *GetUserProfileskillsRequestTimeout

NewGetUserProfileskillsRequestTimeout creates a GetUserProfileskillsRequestTimeout with default headers values

func (*GetUserProfileskillsRequestTimeout) Error

func (*GetUserProfileskillsRequestTimeout) GetPayload

func (*GetUserProfileskillsRequestTimeout) IsClientError

func (o *GetUserProfileskillsRequestTimeout) IsClientError() bool

IsClientError returns true when this get user profileskills request timeout response has a 4xx status code

func (*GetUserProfileskillsRequestTimeout) IsCode

IsCode returns true when this get user profileskills request timeout response a status code equal to that given

func (*GetUserProfileskillsRequestTimeout) IsRedirect

func (o *GetUserProfileskillsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get user profileskills request timeout response has a 3xx status code

func (*GetUserProfileskillsRequestTimeout) IsServerError

func (o *GetUserProfileskillsRequestTimeout) IsServerError() bool

IsServerError returns true when this get user profileskills request timeout response has a 5xx status code

func (*GetUserProfileskillsRequestTimeout) IsSuccess

IsSuccess returns true when this get user profileskills request timeout response has a 2xx status code

func (*GetUserProfileskillsRequestTimeout) String

type GetUserProfileskillsServiceUnavailable

type GetUserProfileskillsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserProfileskillsServiceUnavailable

func NewGetUserProfileskillsServiceUnavailable() *GetUserProfileskillsServiceUnavailable

NewGetUserProfileskillsServiceUnavailable creates a GetUserProfileskillsServiceUnavailable with default headers values

func (*GetUserProfileskillsServiceUnavailable) Error

func (*GetUserProfileskillsServiceUnavailable) GetPayload

func (*GetUserProfileskillsServiceUnavailable) IsClientError

func (o *GetUserProfileskillsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get user profileskills service unavailable response has a 4xx status code

func (*GetUserProfileskillsServiceUnavailable) IsCode

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

func (*GetUserProfileskillsServiceUnavailable) IsRedirect

IsRedirect returns true when this get user profileskills service unavailable response has a 3xx status code

func (*GetUserProfileskillsServiceUnavailable) IsServerError

func (o *GetUserProfileskillsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get user profileskills service unavailable response has a 5xx status code

func (*GetUserProfileskillsServiceUnavailable) IsSuccess

IsSuccess returns true when this get user profileskills service unavailable response has a 2xx status code

func (*GetUserProfileskillsServiceUnavailable) String

type GetUserProfileskillsTooManyRequests

type GetUserProfileskillsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserProfileskillsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserProfileskillsTooManyRequests

func NewGetUserProfileskillsTooManyRequests() *GetUserProfileskillsTooManyRequests

NewGetUserProfileskillsTooManyRequests creates a GetUserProfileskillsTooManyRequests with default headers values

func (*GetUserProfileskillsTooManyRequests) Error

func (*GetUserProfileskillsTooManyRequests) GetPayload

func (*GetUserProfileskillsTooManyRequests) IsClientError

func (o *GetUserProfileskillsTooManyRequests) IsClientError() bool

IsClientError returns true when this get user profileskills too many requests response has a 4xx status code

func (*GetUserProfileskillsTooManyRequests) IsCode

IsCode returns true when this get user profileskills too many requests response a status code equal to that given

func (*GetUserProfileskillsTooManyRequests) IsRedirect

func (o *GetUserProfileskillsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user profileskills too many requests response has a 3xx status code

func (*GetUserProfileskillsTooManyRequests) IsServerError

func (o *GetUserProfileskillsTooManyRequests) IsServerError() bool

IsServerError returns true when this get user profileskills too many requests response has a 5xx status code

func (*GetUserProfileskillsTooManyRequests) IsSuccess

IsSuccess returns true when this get user profileskills too many requests response has a 2xx status code

func (*GetUserProfileskillsTooManyRequests) String

type GetUserProfileskillsUnauthorized

type GetUserProfileskillsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUserProfileskillsUnauthorized

func NewGetUserProfileskillsUnauthorized() *GetUserProfileskillsUnauthorized

NewGetUserProfileskillsUnauthorized creates a GetUserProfileskillsUnauthorized with default headers values

func (*GetUserProfileskillsUnauthorized) Error

func (*GetUserProfileskillsUnauthorized) GetPayload

func (*GetUserProfileskillsUnauthorized) IsClientError

func (o *GetUserProfileskillsUnauthorized) IsClientError() bool

IsClientError returns true when this get user profileskills unauthorized response has a 4xx status code

func (*GetUserProfileskillsUnauthorized) IsCode

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

IsCode returns true when this get user profileskills unauthorized response a status code equal to that given

func (*GetUserProfileskillsUnauthorized) IsRedirect

func (o *GetUserProfileskillsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user profileskills unauthorized response has a 3xx status code

func (*GetUserProfileskillsUnauthorized) IsServerError

func (o *GetUserProfileskillsUnauthorized) IsServerError() bool

IsServerError returns true when this get user profileskills unauthorized response has a 5xx status code

func (*GetUserProfileskillsUnauthorized) IsSuccess

func (o *GetUserProfileskillsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user profileskills unauthorized response has a 2xx status code

func (*GetUserProfileskillsUnauthorized) String

type GetUserProfileskillsUnsupportedMediaType

type GetUserProfileskillsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserProfileskillsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserProfileskillsUnsupportedMediaType

func NewGetUserProfileskillsUnsupportedMediaType() *GetUserProfileskillsUnsupportedMediaType

NewGetUserProfileskillsUnsupportedMediaType creates a GetUserProfileskillsUnsupportedMediaType with default headers values

func (*GetUserProfileskillsUnsupportedMediaType) Error

func (*GetUserProfileskillsUnsupportedMediaType) GetPayload

func (*GetUserProfileskillsUnsupportedMediaType) IsClientError

IsClientError returns true when this get user profileskills unsupported media type response has a 4xx status code

func (*GetUserProfileskillsUnsupportedMediaType) IsCode

IsCode returns true when this get user profileskills unsupported media type response a status code equal to that given

func (*GetUserProfileskillsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get user profileskills unsupported media type response has a 3xx status code

func (*GetUserProfileskillsUnsupportedMediaType) IsServerError

IsServerError returns true when this get user profileskills unsupported media type response has a 5xx status code

func (*GetUserProfileskillsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get user profileskills unsupported media type response has a 2xx status code

func (*GetUserProfileskillsUnsupportedMediaType) String

type GetUserReader

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

GetUserReader is a Reader for the GetUser structure.

func (*GetUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserRequestEntityTooLarge

type GetUserRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserRequestEntityTooLarge

func NewGetUserRequestEntityTooLarge() *GetUserRequestEntityTooLarge

NewGetUserRequestEntityTooLarge creates a GetUserRequestEntityTooLarge with default headers values

func (*GetUserRequestEntityTooLarge) Error

func (*GetUserRequestEntityTooLarge) GetPayload

func (*GetUserRequestEntityTooLarge) IsClientError

func (o *GetUserRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get user request entity too large response has a 4xx status code

func (*GetUserRequestEntityTooLarge) IsCode

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

IsCode returns true when this get user request entity too large response a status code equal to that given

func (*GetUserRequestEntityTooLarge) IsRedirect

func (o *GetUserRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this get user request entity too large response has a 3xx status code

func (*GetUserRequestEntityTooLarge) IsServerError

func (o *GetUserRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get user request entity too large response has a 5xx status code

func (*GetUserRequestEntityTooLarge) IsSuccess

func (o *GetUserRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this get user request entity too large response has a 2xx status code

func (*GetUserRequestEntityTooLarge) String

type GetUserRequestTimeout

type GetUserRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserRequestTimeout

func NewGetUserRequestTimeout() *GetUserRequestTimeout

NewGetUserRequestTimeout creates a GetUserRequestTimeout with default headers values

func (*GetUserRequestTimeout) Error

func (o *GetUserRequestTimeout) Error() string

func (*GetUserRequestTimeout) GetPayload

func (o *GetUserRequestTimeout) GetPayload() *models.ErrorBody

func (*GetUserRequestTimeout) IsClientError

func (o *GetUserRequestTimeout) IsClientError() bool

IsClientError returns true when this get user request timeout response has a 4xx status code

func (*GetUserRequestTimeout) IsCode

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

IsCode returns true when this get user request timeout response a status code equal to that given

func (*GetUserRequestTimeout) IsRedirect

func (o *GetUserRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get user request timeout response has a 3xx status code

func (*GetUserRequestTimeout) IsServerError

func (o *GetUserRequestTimeout) IsServerError() bool

IsServerError returns true when this get user request timeout response has a 5xx status code

func (*GetUserRequestTimeout) IsSuccess

func (o *GetUserRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get user request timeout response has a 2xx status code

func (*GetUserRequestTimeout) String

func (o *GetUserRequestTimeout) String() string

type GetUserRoutinglanguagesBadRequest

type GetUserRoutinglanguagesBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUserRoutinglanguagesBadRequest

func NewGetUserRoutinglanguagesBadRequest() *GetUserRoutinglanguagesBadRequest

NewGetUserRoutinglanguagesBadRequest creates a GetUserRoutinglanguagesBadRequest with default headers values

func (*GetUserRoutinglanguagesBadRequest) Error

func (*GetUserRoutinglanguagesBadRequest) GetPayload

func (*GetUserRoutinglanguagesBadRequest) IsClientError

func (o *GetUserRoutinglanguagesBadRequest) IsClientError() bool

IsClientError returns true when this get user routinglanguages bad request response has a 4xx status code

func (*GetUserRoutinglanguagesBadRequest) IsCode

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

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

func (*GetUserRoutinglanguagesBadRequest) IsRedirect

func (o *GetUserRoutinglanguagesBadRequest) IsRedirect() bool

IsRedirect returns true when this get user routinglanguages bad request response has a 3xx status code

func (*GetUserRoutinglanguagesBadRequest) IsServerError

func (o *GetUserRoutinglanguagesBadRequest) IsServerError() bool

IsServerError returns true when this get user routinglanguages bad request response has a 5xx status code

func (*GetUserRoutinglanguagesBadRequest) IsSuccess

func (o *GetUserRoutinglanguagesBadRequest) IsSuccess() bool

IsSuccess returns true when this get user routinglanguages bad request response has a 2xx status code

func (*GetUserRoutinglanguagesBadRequest) String

type GetUserRoutinglanguagesForbidden

type GetUserRoutinglanguagesForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUserRoutinglanguagesForbidden

func NewGetUserRoutinglanguagesForbidden() *GetUserRoutinglanguagesForbidden

NewGetUserRoutinglanguagesForbidden creates a GetUserRoutinglanguagesForbidden with default headers values

func (*GetUserRoutinglanguagesForbidden) Error

func (*GetUserRoutinglanguagesForbidden) GetPayload

func (*GetUserRoutinglanguagesForbidden) IsClientError

func (o *GetUserRoutinglanguagesForbidden) IsClientError() bool

IsClientError returns true when this get user routinglanguages forbidden response has a 4xx status code

func (*GetUserRoutinglanguagesForbidden) IsCode

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

IsCode returns true when this get user routinglanguages forbidden response a status code equal to that given

func (*GetUserRoutinglanguagesForbidden) IsRedirect

func (o *GetUserRoutinglanguagesForbidden) IsRedirect() bool

IsRedirect returns true when this get user routinglanguages forbidden response has a 3xx status code

func (*GetUserRoutinglanguagesForbidden) IsServerError

func (o *GetUserRoutinglanguagesForbidden) IsServerError() bool

IsServerError returns true when this get user routinglanguages forbidden response has a 5xx status code

func (*GetUserRoutinglanguagesForbidden) IsSuccess

func (o *GetUserRoutinglanguagesForbidden) IsSuccess() bool

IsSuccess returns true when this get user routinglanguages forbidden response has a 2xx status code

func (*GetUserRoutinglanguagesForbidden) String

type GetUserRoutinglanguagesGatewayTimeout

type GetUserRoutinglanguagesGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUserRoutinglanguagesGatewayTimeout

func NewGetUserRoutinglanguagesGatewayTimeout() *GetUserRoutinglanguagesGatewayTimeout

NewGetUserRoutinglanguagesGatewayTimeout creates a GetUserRoutinglanguagesGatewayTimeout with default headers values

func (*GetUserRoutinglanguagesGatewayTimeout) Error

func (*GetUserRoutinglanguagesGatewayTimeout) GetPayload

func (*GetUserRoutinglanguagesGatewayTimeout) IsClientError

func (o *GetUserRoutinglanguagesGatewayTimeout) IsClientError() bool

IsClientError returns true when this get user routinglanguages gateway timeout response has a 4xx status code

func (*GetUserRoutinglanguagesGatewayTimeout) IsCode

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

func (*GetUserRoutinglanguagesGatewayTimeout) IsRedirect

IsRedirect returns true when this get user routinglanguages gateway timeout response has a 3xx status code

func (*GetUserRoutinglanguagesGatewayTimeout) IsServerError

func (o *GetUserRoutinglanguagesGatewayTimeout) IsServerError() bool

IsServerError returns true when this get user routinglanguages gateway timeout response has a 5xx status code

func (*GetUserRoutinglanguagesGatewayTimeout) IsSuccess

IsSuccess returns true when this get user routinglanguages gateway timeout response has a 2xx status code

func (*GetUserRoutinglanguagesGatewayTimeout) String

type GetUserRoutinglanguagesInternalServerError

type GetUserRoutinglanguagesInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserRoutinglanguagesInternalServerError

func NewGetUserRoutinglanguagesInternalServerError() *GetUserRoutinglanguagesInternalServerError

NewGetUserRoutinglanguagesInternalServerError creates a GetUserRoutinglanguagesInternalServerError with default headers values

func (*GetUserRoutinglanguagesInternalServerError) Error

func (*GetUserRoutinglanguagesInternalServerError) GetPayload

func (*GetUserRoutinglanguagesInternalServerError) IsClientError

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

func (*GetUserRoutinglanguagesInternalServerError) IsCode

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

func (*GetUserRoutinglanguagesInternalServerError) IsRedirect

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

func (*GetUserRoutinglanguagesInternalServerError) IsServerError

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

func (*GetUserRoutinglanguagesInternalServerError) IsSuccess

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

func (*GetUserRoutinglanguagesInternalServerError) String

type GetUserRoutinglanguagesNotFound

type GetUserRoutinglanguagesNotFound struct {
	Payload *models.ErrorBody
}

GetUserRoutinglanguagesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserRoutinglanguagesNotFound

func NewGetUserRoutinglanguagesNotFound() *GetUserRoutinglanguagesNotFound

NewGetUserRoutinglanguagesNotFound creates a GetUserRoutinglanguagesNotFound with default headers values

func (*GetUserRoutinglanguagesNotFound) Error

func (*GetUserRoutinglanguagesNotFound) GetPayload

func (*GetUserRoutinglanguagesNotFound) IsClientError

func (o *GetUserRoutinglanguagesNotFound) IsClientError() bool

IsClientError returns true when this get user routinglanguages not found response has a 4xx status code

func (*GetUserRoutinglanguagesNotFound) IsCode

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

IsCode returns true when this get user routinglanguages not found response a status code equal to that given

func (*GetUserRoutinglanguagesNotFound) IsRedirect

func (o *GetUserRoutinglanguagesNotFound) IsRedirect() bool

IsRedirect returns true when this get user routinglanguages not found response has a 3xx status code

func (*GetUserRoutinglanguagesNotFound) IsServerError

func (o *GetUserRoutinglanguagesNotFound) IsServerError() bool

IsServerError returns true when this get user routinglanguages not found response has a 5xx status code

func (*GetUserRoutinglanguagesNotFound) IsSuccess

func (o *GetUserRoutinglanguagesNotFound) IsSuccess() bool

IsSuccess returns true when this get user routinglanguages not found response has a 2xx status code

func (*GetUserRoutinglanguagesNotFound) String

type GetUserRoutinglanguagesOK

type GetUserRoutinglanguagesOK struct {
	Payload *models.UserLanguageEntityListing
}

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

successful operation

func NewGetUserRoutinglanguagesOK

func NewGetUserRoutinglanguagesOK() *GetUserRoutinglanguagesOK

NewGetUserRoutinglanguagesOK creates a GetUserRoutinglanguagesOK with default headers values

func (*GetUserRoutinglanguagesOK) Error

func (o *GetUserRoutinglanguagesOK) Error() string

func (*GetUserRoutinglanguagesOK) GetPayload

func (*GetUserRoutinglanguagesOK) IsClientError

func (o *GetUserRoutinglanguagesOK) IsClientError() bool

IsClientError returns true when this get user routinglanguages o k response has a 4xx status code

func (*GetUserRoutinglanguagesOK) IsCode

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

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

func (*GetUserRoutinglanguagesOK) IsRedirect

func (o *GetUserRoutinglanguagesOK) IsRedirect() bool

IsRedirect returns true when this get user routinglanguages o k response has a 3xx status code

func (*GetUserRoutinglanguagesOK) IsServerError

func (o *GetUserRoutinglanguagesOK) IsServerError() bool

IsServerError returns true when this get user routinglanguages o k response has a 5xx status code

func (*GetUserRoutinglanguagesOK) IsSuccess

func (o *GetUserRoutinglanguagesOK) IsSuccess() bool

IsSuccess returns true when this get user routinglanguages o k response has a 2xx status code

func (*GetUserRoutinglanguagesOK) String

func (o *GetUserRoutinglanguagesOK) String() string

type GetUserRoutinglanguagesParams

type GetUserRoutinglanguagesParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* SortOrder.

	   Ascending or descending sort order

	   Default: "ASC"
	*/
	SortOrder *string

	/* UserID.

	   User ID
	*/
	UserID string

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

GetUserRoutinglanguagesParams contains all the parameters to send to the API endpoint

for the get user routinglanguages operation.

Typically these are written to a http.Request.

func NewGetUserRoutinglanguagesParams

func NewGetUserRoutinglanguagesParams() *GetUserRoutinglanguagesParams

NewGetUserRoutinglanguagesParams creates a new GetUserRoutinglanguagesParams 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 NewGetUserRoutinglanguagesParamsWithContext

func NewGetUserRoutinglanguagesParamsWithContext(ctx context.Context) *GetUserRoutinglanguagesParams

NewGetUserRoutinglanguagesParamsWithContext creates a new GetUserRoutinglanguagesParams object with the ability to set a context for a request.

func NewGetUserRoutinglanguagesParamsWithHTTPClient

func NewGetUserRoutinglanguagesParamsWithHTTPClient(client *http.Client) *GetUserRoutinglanguagesParams

NewGetUserRoutinglanguagesParamsWithHTTPClient creates a new GetUserRoutinglanguagesParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserRoutinglanguagesParamsWithTimeout

func NewGetUserRoutinglanguagesParamsWithTimeout(timeout time.Duration) *GetUserRoutinglanguagesParams

NewGetUserRoutinglanguagesParamsWithTimeout creates a new GetUserRoutinglanguagesParams object with the ability to set a timeout on a request.

func (*GetUserRoutinglanguagesParams) SetContext

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

SetContext adds the context to the get user routinglanguages params

func (*GetUserRoutinglanguagesParams) SetDefaults

func (o *GetUserRoutinglanguagesParams) SetDefaults()

SetDefaults hydrates default values in the get user routinglanguages params (not the query body).

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

func (*GetUserRoutinglanguagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user routinglanguages params

func (*GetUserRoutinglanguagesParams) SetPageNumber

func (o *GetUserRoutinglanguagesParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get user routinglanguages params

func (*GetUserRoutinglanguagesParams) SetPageSize

func (o *GetUserRoutinglanguagesParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get user routinglanguages params

func (*GetUserRoutinglanguagesParams) SetSortOrder

func (o *GetUserRoutinglanguagesParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get user routinglanguages params

func (*GetUserRoutinglanguagesParams) SetTimeout

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

SetTimeout adds the timeout to the get user routinglanguages params

func (*GetUserRoutinglanguagesParams) SetUserID

func (o *GetUserRoutinglanguagesParams) SetUserID(userID string)

SetUserID adds the userId to the get user routinglanguages params

func (*GetUserRoutinglanguagesParams) WithContext

WithContext adds the context to the get user routinglanguages params

func (*GetUserRoutinglanguagesParams) WithDefaults

WithDefaults hydrates default values in the get user routinglanguages params (not the query body).

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

func (*GetUserRoutinglanguagesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user routinglanguages params

func (*GetUserRoutinglanguagesParams) WithPageNumber

func (o *GetUserRoutinglanguagesParams) WithPageNumber(pageNumber *int32) *GetUserRoutinglanguagesParams

WithPageNumber adds the pageNumber to the get user routinglanguages params

func (*GetUserRoutinglanguagesParams) WithPageSize

WithPageSize adds the pageSize to the get user routinglanguages params

func (*GetUserRoutinglanguagesParams) WithSortOrder

WithSortOrder adds the sortOrder to the get user routinglanguages params

func (*GetUserRoutinglanguagesParams) WithTimeout

WithTimeout adds the timeout to the get user routinglanguages params

func (*GetUserRoutinglanguagesParams) WithUserID

WithUserID adds the userID to the get user routinglanguages params

func (*GetUserRoutinglanguagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserRoutinglanguagesReader

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

GetUserRoutinglanguagesReader is a Reader for the GetUserRoutinglanguages structure.

func (*GetUserRoutinglanguagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserRoutinglanguagesRequestEntityTooLarge

type GetUserRoutinglanguagesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserRoutinglanguagesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserRoutinglanguagesRequestEntityTooLarge

func NewGetUserRoutinglanguagesRequestEntityTooLarge() *GetUserRoutinglanguagesRequestEntityTooLarge

NewGetUserRoutinglanguagesRequestEntityTooLarge creates a GetUserRoutinglanguagesRequestEntityTooLarge with default headers values

func (*GetUserRoutinglanguagesRequestEntityTooLarge) Error

func (*GetUserRoutinglanguagesRequestEntityTooLarge) GetPayload

func (*GetUserRoutinglanguagesRequestEntityTooLarge) IsClientError

IsClientError returns true when this get user routinglanguages request entity too large response has a 4xx status code

func (*GetUserRoutinglanguagesRequestEntityTooLarge) IsCode

IsCode returns true when this get user routinglanguages request entity too large response a status code equal to that given

func (*GetUserRoutinglanguagesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get user routinglanguages request entity too large response has a 3xx status code

func (*GetUserRoutinglanguagesRequestEntityTooLarge) IsServerError

IsServerError returns true when this get user routinglanguages request entity too large response has a 5xx status code

func (*GetUserRoutinglanguagesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get user routinglanguages request entity too large response has a 2xx status code

func (*GetUserRoutinglanguagesRequestEntityTooLarge) String

type GetUserRoutinglanguagesRequestTimeout

type GetUserRoutinglanguagesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserRoutinglanguagesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserRoutinglanguagesRequestTimeout

func NewGetUserRoutinglanguagesRequestTimeout() *GetUserRoutinglanguagesRequestTimeout

NewGetUserRoutinglanguagesRequestTimeout creates a GetUserRoutinglanguagesRequestTimeout with default headers values

func (*GetUserRoutinglanguagesRequestTimeout) Error

func (*GetUserRoutinglanguagesRequestTimeout) GetPayload

func (*GetUserRoutinglanguagesRequestTimeout) IsClientError

func (o *GetUserRoutinglanguagesRequestTimeout) IsClientError() bool

IsClientError returns true when this get user routinglanguages request timeout response has a 4xx status code

func (*GetUserRoutinglanguagesRequestTimeout) IsCode

IsCode returns true when this get user routinglanguages request timeout response a status code equal to that given

func (*GetUserRoutinglanguagesRequestTimeout) IsRedirect

IsRedirect returns true when this get user routinglanguages request timeout response has a 3xx status code

func (*GetUserRoutinglanguagesRequestTimeout) IsServerError

func (o *GetUserRoutinglanguagesRequestTimeout) IsServerError() bool

IsServerError returns true when this get user routinglanguages request timeout response has a 5xx status code

func (*GetUserRoutinglanguagesRequestTimeout) IsSuccess

IsSuccess returns true when this get user routinglanguages request timeout response has a 2xx status code

func (*GetUserRoutinglanguagesRequestTimeout) String

type GetUserRoutinglanguagesServiceUnavailable

type GetUserRoutinglanguagesServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserRoutinglanguagesServiceUnavailable

func NewGetUserRoutinglanguagesServiceUnavailable() *GetUserRoutinglanguagesServiceUnavailable

NewGetUserRoutinglanguagesServiceUnavailable creates a GetUserRoutinglanguagesServiceUnavailable with default headers values

func (*GetUserRoutinglanguagesServiceUnavailable) Error

func (*GetUserRoutinglanguagesServiceUnavailable) GetPayload

func (*GetUserRoutinglanguagesServiceUnavailable) IsClientError

IsClientError returns true when this get user routinglanguages service unavailable response has a 4xx status code

func (*GetUserRoutinglanguagesServiceUnavailable) IsCode

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

func (*GetUserRoutinglanguagesServiceUnavailable) IsRedirect

IsRedirect returns true when this get user routinglanguages service unavailable response has a 3xx status code

func (*GetUserRoutinglanguagesServiceUnavailable) IsServerError

IsServerError returns true when this get user routinglanguages service unavailable response has a 5xx status code

func (*GetUserRoutinglanguagesServiceUnavailable) IsSuccess

IsSuccess returns true when this get user routinglanguages service unavailable response has a 2xx status code

func (*GetUserRoutinglanguagesServiceUnavailable) String

type GetUserRoutinglanguagesTooManyRequests

type GetUserRoutinglanguagesTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserRoutinglanguagesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserRoutinglanguagesTooManyRequests

func NewGetUserRoutinglanguagesTooManyRequests() *GetUserRoutinglanguagesTooManyRequests

NewGetUserRoutinglanguagesTooManyRequests creates a GetUserRoutinglanguagesTooManyRequests with default headers values

func (*GetUserRoutinglanguagesTooManyRequests) Error

func (*GetUserRoutinglanguagesTooManyRequests) GetPayload

func (*GetUserRoutinglanguagesTooManyRequests) IsClientError

func (o *GetUserRoutinglanguagesTooManyRequests) IsClientError() bool

IsClientError returns true when this get user routinglanguages too many requests response has a 4xx status code

func (*GetUserRoutinglanguagesTooManyRequests) IsCode

IsCode returns true when this get user routinglanguages too many requests response a status code equal to that given

func (*GetUserRoutinglanguagesTooManyRequests) IsRedirect

IsRedirect returns true when this get user routinglanguages too many requests response has a 3xx status code

func (*GetUserRoutinglanguagesTooManyRequests) IsServerError

func (o *GetUserRoutinglanguagesTooManyRequests) IsServerError() bool

IsServerError returns true when this get user routinglanguages too many requests response has a 5xx status code

func (*GetUserRoutinglanguagesTooManyRequests) IsSuccess

IsSuccess returns true when this get user routinglanguages too many requests response has a 2xx status code

func (*GetUserRoutinglanguagesTooManyRequests) String

type GetUserRoutinglanguagesUnauthorized

type GetUserRoutinglanguagesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUserRoutinglanguagesUnauthorized

func NewGetUserRoutinglanguagesUnauthorized() *GetUserRoutinglanguagesUnauthorized

NewGetUserRoutinglanguagesUnauthorized creates a GetUserRoutinglanguagesUnauthorized with default headers values

func (*GetUserRoutinglanguagesUnauthorized) Error

func (*GetUserRoutinglanguagesUnauthorized) GetPayload

func (*GetUserRoutinglanguagesUnauthorized) IsClientError

func (o *GetUserRoutinglanguagesUnauthorized) IsClientError() bool

IsClientError returns true when this get user routinglanguages unauthorized response has a 4xx status code

func (*GetUserRoutinglanguagesUnauthorized) IsCode

IsCode returns true when this get user routinglanguages unauthorized response a status code equal to that given

func (*GetUserRoutinglanguagesUnauthorized) IsRedirect

func (o *GetUserRoutinglanguagesUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user routinglanguages unauthorized response has a 3xx status code

func (*GetUserRoutinglanguagesUnauthorized) IsServerError

func (o *GetUserRoutinglanguagesUnauthorized) IsServerError() bool

IsServerError returns true when this get user routinglanguages unauthorized response has a 5xx status code

func (*GetUserRoutinglanguagesUnauthorized) IsSuccess

IsSuccess returns true when this get user routinglanguages unauthorized response has a 2xx status code

func (*GetUserRoutinglanguagesUnauthorized) String

type GetUserRoutinglanguagesUnsupportedMediaType

type GetUserRoutinglanguagesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserRoutinglanguagesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserRoutinglanguagesUnsupportedMediaType

func NewGetUserRoutinglanguagesUnsupportedMediaType() *GetUserRoutinglanguagesUnsupportedMediaType

NewGetUserRoutinglanguagesUnsupportedMediaType creates a GetUserRoutinglanguagesUnsupportedMediaType with default headers values

func (*GetUserRoutinglanguagesUnsupportedMediaType) Error

func (*GetUserRoutinglanguagesUnsupportedMediaType) GetPayload

func (*GetUserRoutinglanguagesUnsupportedMediaType) IsClientError

IsClientError returns true when this get user routinglanguages unsupported media type response has a 4xx status code

func (*GetUserRoutinglanguagesUnsupportedMediaType) IsCode

IsCode returns true when this get user routinglanguages unsupported media type response a status code equal to that given

func (*GetUserRoutinglanguagesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get user routinglanguages unsupported media type response has a 3xx status code

func (*GetUserRoutinglanguagesUnsupportedMediaType) IsServerError

IsServerError returns true when this get user routinglanguages unsupported media type response has a 5xx status code

func (*GetUserRoutinglanguagesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get user routinglanguages unsupported media type response has a 2xx status code

func (*GetUserRoutinglanguagesUnsupportedMediaType) String

type GetUserRoutingskillsBadRequest

type GetUserRoutingskillsBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUserRoutingskillsBadRequest

func NewGetUserRoutingskillsBadRequest() *GetUserRoutingskillsBadRequest

NewGetUserRoutingskillsBadRequest creates a GetUserRoutingskillsBadRequest with default headers values

func (*GetUserRoutingskillsBadRequest) Error

func (*GetUserRoutingskillsBadRequest) GetPayload

func (*GetUserRoutingskillsBadRequest) IsClientError

func (o *GetUserRoutingskillsBadRequest) IsClientError() bool

IsClientError returns true when this get user routingskills bad request response has a 4xx status code

func (*GetUserRoutingskillsBadRequest) IsCode

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

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

func (*GetUserRoutingskillsBadRequest) IsRedirect

func (o *GetUserRoutingskillsBadRequest) IsRedirect() bool

IsRedirect returns true when this get user routingskills bad request response has a 3xx status code

func (*GetUserRoutingskillsBadRequest) IsServerError

func (o *GetUserRoutingskillsBadRequest) IsServerError() bool

IsServerError returns true when this get user routingskills bad request response has a 5xx status code

func (*GetUserRoutingskillsBadRequest) IsSuccess

func (o *GetUserRoutingskillsBadRequest) IsSuccess() bool

IsSuccess returns true when this get user routingskills bad request response has a 2xx status code

func (*GetUserRoutingskillsBadRequest) String

type GetUserRoutingskillsForbidden

type GetUserRoutingskillsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUserRoutingskillsForbidden

func NewGetUserRoutingskillsForbidden() *GetUserRoutingskillsForbidden

NewGetUserRoutingskillsForbidden creates a GetUserRoutingskillsForbidden with default headers values

func (*GetUserRoutingskillsForbidden) Error

func (*GetUserRoutingskillsForbidden) GetPayload

func (*GetUserRoutingskillsForbidden) IsClientError

func (o *GetUserRoutingskillsForbidden) IsClientError() bool

IsClientError returns true when this get user routingskills forbidden response has a 4xx status code

func (*GetUserRoutingskillsForbidden) IsCode

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

IsCode returns true when this get user routingskills forbidden response a status code equal to that given

func (*GetUserRoutingskillsForbidden) IsRedirect

func (o *GetUserRoutingskillsForbidden) IsRedirect() bool

IsRedirect returns true when this get user routingskills forbidden response has a 3xx status code

func (*GetUserRoutingskillsForbidden) IsServerError

func (o *GetUserRoutingskillsForbidden) IsServerError() bool

IsServerError returns true when this get user routingskills forbidden response has a 5xx status code

func (*GetUserRoutingskillsForbidden) IsSuccess

func (o *GetUserRoutingskillsForbidden) IsSuccess() bool

IsSuccess returns true when this get user routingskills forbidden response has a 2xx status code

func (*GetUserRoutingskillsForbidden) String

type GetUserRoutingskillsGatewayTimeout

type GetUserRoutingskillsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUserRoutingskillsGatewayTimeout

func NewGetUserRoutingskillsGatewayTimeout() *GetUserRoutingskillsGatewayTimeout

NewGetUserRoutingskillsGatewayTimeout creates a GetUserRoutingskillsGatewayTimeout with default headers values

func (*GetUserRoutingskillsGatewayTimeout) Error

func (*GetUserRoutingskillsGatewayTimeout) GetPayload

func (*GetUserRoutingskillsGatewayTimeout) IsClientError

func (o *GetUserRoutingskillsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get user routingskills gateway timeout response has a 4xx status code

func (*GetUserRoutingskillsGatewayTimeout) IsCode

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

func (*GetUserRoutingskillsGatewayTimeout) IsRedirect

func (o *GetUserRoutingskillsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get user routingskills gateway timeout response has a 3xx status code

func (*GetUserRoutingskillsGatewayTimeout) IsServerError

func (o *GetUserRoutingskillsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get user routingskills gateway timeout response has a 5xx status code

func (*GetUserRoutingskillsGatewayTimeout) IsSuccess

IsSuccess returns true when this get user routingskills gateway timeout response has a 2xx status code

func (*GetUserRoutingskillsGatewayTimeout) String

type GetUserRoutingskillsInternalServerError

type GetUserRoutingskillsInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserRoutingskillsInternalServerError

func NewGetUserRoutingskillsInternalServerError() *GetUserRoutingskillsInternalServerError

NewGetUserRoutingskillsInternalServerError creates a GetUserRoutingskillsInternalServerError with default headers values

func (*GetUserRoutingskillsInternalServerError) Error

func (*GetUserRoutingskillsInternalServerError) GetPayload

func (*GetUserRoutingskillsInternalServerError) IsClientError

func (o *GetUserRoutingskillsInternalServerError) IsClientError() bool

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

func (*GetUserRoutingskillsInternalServerError) IsCode

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

func (*GetUserRoutingskillsInternalServerError) IsRedirect

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

func (*GetUserRoutingskillsInternalServerError) IsServerError

func (o *GetUserRoutingskillsInternalServerError) IsServerError() bool

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

func (*GetUserRoutingskillsInternalServerError) IsSuccess

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

func (*GetUserRoutingskillsInternalServerError) String

type GetUserRoutingskillsNotFound

type GetUserRoutingskillsNotFound struct {
	Payload *models.ErrorBody
}

GetUserRoutingskillsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserRoutingskillsNotFound

func NewGetUserRoutingskillsNotFound() *GetUserRoutingskillsNotFound

NewGetUserRoutingskillsNotFound creates a GetUserRoutingskillsNotFound with default headers values

func (*GetUserRoutingskillsNotFound) Error

func (*GetUserRoutingskillsNotFound) GetPayload

func (*GetUserRoutingskillsNotFound) IsClientError

func (o *GetUserRoutingskillsNotFound) IsClientError() bool

IsClientError returns true when this get user routingskills not found response has a 4xx status code

func (*GetUserRoutingskillsNotFound) IsCode

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

IsCode returns true when this get user routingskills not found response a status code equal to that given

func (*GetUserRoutingskillsNotFound) IsRedirect

func (o *GetUserRoutingskillsNotFound) IsRedirect() bool

IsRedirect returns true when this get user routingskills not found response has a 3xx status code

func (*GetUserRoutingskillsNotFound) IsServerError

func (o *GetUserRoutingskillsNotFound) IsServerError() bool

IsServerError returns true when this get user routingskills not found response has a 5xx status code

func (*GetUserRoutingskillsNotFound) IsSuccess

func (o *GetUserRoutingskillsNotFound) IsSuccess() bool

IsSuccess returns true when this get user routingskills not found response has a 2xx status code

func (*GetUserRoutingskillsNotFound) String

type GetUserRoutingskillsOK

type GetUserRoutingskillsOK struct {
	Payload *models.UserSkillEntityListing
}

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

successful operation

func NewGetUserRoutingskillsOK

func NewGetUserRoutingskillsOK() *GetUserRoutingskillsOK

NewGetUserRoutingskillsOK creates a GetUserRoutingskillsOK with default headers values

func (*GetUserRoutingskillsOK) Error

func (o *GetUserRoutingskillsOK) Error() string

func (*GetUserRoutingskillsOK) GetPayload

func (*GetUserRoutingskillsOK) IsClientError

func (o *GetUserRoutingskillsOK) IsClientError() bool

IsClientError returns true when this get user routingskills o k response has a 4xx status code

func (*GetUserRoutingskillsOK) IsCode

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

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

func (*GetUserRoutingskillsOK) IsRedirect

func (o *GetUserRoutingskillsOK) IsRedirect() bool

IsRedirect returns true when this get user routingskills o k response has a 3xx status code

func (*GetUserRoutingskillsOK) IsServerError

func (o *GetUserRoutingskillsOK) IsServerError() bool

IsServerError returns true when this get user routingskills o k response has a 5xx status code

func (*GetUserRoutingskillsOK) IsSuccess

func (o *GetUserRoutingskillsOK) IsSuccess() bool

IsSuccess returns true when this get user routingskills o k response has a 2xx status code

func (*GetUserRoutingskillsOK) String

func (o *GetUserRoutingskillsOK) String() string

type GetUserRoutingskillsParams

type GetUserRoutingskillsParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* SortOrder.

	   Ascending or descending sort order

	   Default: "ASC"
	*/
	SortOrder *string

	/* UserID.

	   User ID
	*/
	UserID string

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

GetUserRoutingskillsParams contains all the parameters to send to the API endpoint

for the get user routingskills operation.

Typically these are written to a http.Request.

func NewGetUserRoutingskillsParams

func NewGetUserRoutingskillsParams() *GetUserRoutingskillsParams

NewGetUserRoutingskillsParams creates a new GetUserRoutingskillsParams 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 NewGetUserRoutingskillsParamsWithContext

func NewGetUserRoutingskillsParamsWithContext(ctx context.Context) *GetUserRoutingskillsParams

NewGetUserRoutingskillsParamsWithContext creates a new GetUserRoutingskillsParams object with the ability to set a context for a request.

func NewGetUserRoutingskillsParamsWithHTTPClient

func NewGetUserRoutingskillsParamsWithHTTPClient(client *http.Client) *GetUserRoutingskillsParams

NewGetUserRoutingskillsParamsWithHTTPClient creates a new GetUserRoutingskillsParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserRoutingskillsParamsWithTimeout

func NewGetUserRoutingskillsParamsWithTimeout(timeout time.Duration) *GetUserRoutingskillsParams

NewGetUserRoutingskillsParamsWithTimeout creates a new GetUserRoutingskillsParams object with the ability to set a timeout on a request.

func (*GetUserRoutingskillsParams) SetContext

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

SetContext adds the context to the get user routingskills params

func (*GetUserRoutingskillsParams) SetDefaults

func (o *GetUserRoutingskillsParams) SetDefaults()

SetDefaults hydrates default values in the get user routingskills params (not the query body).

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

func (*GetUserRoutingskillsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user routingskills params

func (*GetUserRoutingskillsParams) SetPageNumber

func (o *GetUserRoutingskillsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get user routingskills params

func (*GetUserRoutingskillsParams) SetPageSize

func (o *GetUserRoutingskillsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get user routingskills params

func (*GetUserRoutingskillsParams) SetSortOrder

func (o *GetUserRoutingskillsParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get user routingskills params

func (*GetUserRoutingskillsParams) SetTimeout

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

SetTimeout adds the timeout to the get user routingskills params

func (*GetUserRoutingskillsParams) SetUserID

func (o *GetUserRoutingskillsParams) SetUserID(userID string)

SetUserID adds the userId to the get user routingskills params

func (*GetUserRoutingskillsParams) WithContext

WithContext adds the context to the get user routingskills params

func (*GetUserRoutingskillsParams) WithDefaults

WithDefaults hydrates default values in the get user routingskills params (not the query body).

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

func (*GetUserRoutingskillsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user routingskills params

func (*GetUserRoutingskillsParams) WithPageNumber

func (o *GetUserRoutingskillsParams) WithPageNumber(pageNumber *int32) *GetUserRoutingskillsParams

WithPageNumber adds the pageNumber to the get user routingskills params

func (*GetUserRoutingskillsParams) WithPageSize

func (o *GetUserRoutingskillsParams) WithPageSize(pageSize *int32) *GetUserRoutingskillsParams

WithPageSize adds the pageSize to the get user routingskills params

func (*GetUserRoutingskillsParams) WithSortOrder

func (o *GetUserRoutingskillsParams) WithSortOrder(sortOrder *string) *GetUserRoutingskillsParams

WithSortOrder adds the sortOrder to the get user routingskills params

func (*GetUserRoutingskillsParams) WithTimeout

WithTimeout adds the timeout to the get user routingskills params

func (*GetUserRoutingskillsParams) WithUserID

WithUserID adds the userID to the get user routingskills params

func (*GetUserRoutingskillsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserRoutingskillsReader

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

GetUserRoutingskillsReader is a Reader for the GetUserRoutingskills structure.

func (*GetUserRoutingskillsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserRoutingskillsRequestEntityTooLarge

type GetUserRoutingskillsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserRoutingskillsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserRoutingskillsRequestEntityTooLarge

func NewGetUserRoutingskillsRequestEntityTooLarge() *GetUserRoutingskillsRequestEntityTooLarge

NewGetUserRoutingskillsRequestEntityTooLarge creates a GetUserRoutingskillsRequestEntityTooLarge with default headers values

func (*GetUserRoutingskillsRequestEntityTooLarge) Error

func (*GetUserRoutingskillsRequestEntityTooLarge) GetPayload

func (*GetUserRoutingskillsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get user routingskills request entity too large response has a 4xx status code

func (*GetUserRoutingskillsRequestEntityTooLarge) IsCode

IsCode returns true when this get user routingskills request entity too large response a status code equal to that given

func (*GetUserRoutingskillsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get user routingskills request entity too large response has a 3xx status code

func (*GetUserRoutingskillsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get user routingskills request entity too large response has a 5xx status code

func (*GetUserRoutingskillsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get user routingskills request entity too large response has a 2xx status code

func (*GetUserRoutingskillsRequestEntityTooLarge) String

type GetUserRoutingskillsRequestTimeout

type GetUserRoutingskillsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserRoutingskillsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserRoutingskillsRequestTimeout

func NewGetUserRoutingskillsRequestTimeout() *GetUserRoutingskillsRequestTimeout

NewGetUserRoutingskillsRequestTimeout creates a GetUserRoutingskillsRequestTimeout with default headers values

func (*GetUserRoutingskillsRequestTimeout) Error

func (*GetUserRoutingskillsRequestTimeout) GetPayload

func (*GetUserRoutingskillsRequestTimeout) IsClientError

func (o *GetUserRoutingskillsRequestTimeout) IsClientError() bool

IsClientError returns true when this get user routingskills request timeout response has a 4xx status code

func (*GetUserRoutingskillsRequestTimeout) IsCode

IsCode returns true when this get user routingskills request timeout response a status code equal to that given

func (*GetUserRoutingskillsRequestTimeout) IsRedirect

func (o *GetUserRoutingskillsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get user routingskills request timeout response has a 3xx status code

func (*GetUserRoutingskillsRequestTimeout) IsServerError

func (o *GetUserRoutingskillsRequestTimeout) IsServerError() bool

IsServerError returns true when this get user routingskills request timeout response has a 5xx status code

func (*GetUserRoutingskillsRequestTimeout) IsSuccess

IsSuccess returns true when this get user routingskills request timeout response has a 2xx status code

func (*GetUserRoutingskillsRequestTimeout) String

type GetUserRoutingskillsServiceUnavailable

type GetUserRoutingskillsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserRoutingskillsServiceUnavailable

func NewGetUserRoutingskillsServiceUnavailable() *GetUserRoutingskillsServiceUnavailable

NewGetUserRoutingskillsServiceUnavailable creates a GetUserRoutingskillsServiceUnavailable with default headers values

func (*GetUserRoutingskillsServiceUnavailable) Error

func (*GetUserRoutingskillsServiceUnavailable) GetPayload

func (*GetUserRoutingskillsServiceUnavailable) IsClientError

func (o *GetUserRoutingskillsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get user routingskills service unavailable response has a 4xx status code

func (*GetUserRoutingskillsServiceUnavailable) IsCode

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

func (*GetUserRoutingskillsServiceUnavailable) IsRedirect

IsRedirect returns true when this get user routingskills service unavailable response has a 3xx status code

func (*GetUserRoutingskillsServiceUnavailable) IsServerError

func (o *GetUserRoutingskillsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get user routingskills service unavailable response has a 5xx status code

func (*GetUserRoutingskillsServiceUnavailable) IsSuccess

IsSuccess returns true when this get user routingskills service unavailable response has a 2xx status code

func (*GetUserRoutingskillsServiceUnavailable) String

type GetUserRoutingskillsTooManyRequests

type GetUserRoutingskillsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserRoutingskillsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserRoutingskillsTooManyRequests

func NewGetUserRoutingskillsTooManyRequests() *GetUserRoutingskillsTooManyRequests

NewGetUserRoutingskillsTooManyRequests creates a GetUserRoutingskillsTooManyRequests with default headers values

func (*GetUserRoutingskillsTooManyRequests) Error

func (*GetUserRoutingskillsTooManyRequests) GetPayload

func (*GetUserRoutingskillsTooManyRequests) IsClientError

func (o *GetUserRoutingskillsTooManyRequests) IsClientError() bool

IsClientError returns true when this get user routingskills too many requests response has a 4xx status code

func (*GetUserRoutingskillsTooManyRequests) IsCode

IsCode returns true when this get user routingskills too many requests response a status code equal to that given

func (*GetUserRoutingskillsTooManyRequests) IsRedirect

func (o *GetUserRoutingskillsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user routingskills too many requests response has a 3xx status code

func (*GetUserRoutingskillsTooManyRequests) IsServerError

func (o *GetUserRoutingskillsTooManyRequests) IsServerError() bool

IsServerError returns true when this get user routingskills too many requests response has a 5xx status code

func (*GetUserRoutingskillsTooManyRequests) IsSuccess

IsSuccess returns true when this get user routingskills too many requests response has a 2xx status code

func (*GetUserRoutingskillsTooManyRequests) String

type GetUserRoutingskillsUnauthorized

type GetUserRoutingskillsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUserRoutingskillsUnauthorized

func NewGetUserRoutingskillsUnauthorized() *GetUserRoutingskillsUnauthorized

NewGetUserRoutingskillsUnauthorized creates a GetUserRoutingskillsUnauthorized with default headers values

func (*GetUserRoutingskillsUnauthorized) Error

func (*GetUserRoutingskillsUnauthorized) GetPayload

func (*GetUserRoutingskillsUnauthorized) IsClientError

func (o *GetUserRoutingskillsUnauthorized) IsClientError() bool

IsClientError returns true when this get user routingskills unauthorized response has a 4xx status code

func (*GetUserRoutingskillsUnauthorized) IsCode

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

IsCode returns true when this get user routingskills unauthorized response a status code equal to that given

func (*GetUserRoutingskillsUnauthorized) IsRedirect

func (o *GetUserRoutingskillsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user routingskills unauthorized response has a 3xx status code

func (*GetUserRoutingskillsUnauthorized) IsServerError

func (o *GetUserRoutingskillsUnauthorized) IsServerError() bool

IsServerError returns true when this get user routingskills unauthorized response has a 5xx status code

func (*GetUserRoutingskillsUnauthorized) IsSuccess

func (o *GetUserRoutingskillsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user routingskills unauthorized response has a 2xx status code

func (*GetUserRoutingskillsUnauthorized) String

type GetUserRoutingskillsUnsupportedMediaType

type GetUserRoutingskillsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserRoutingskillsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserRoutingskillsUnsupportedMediaType

func NewGetUserRoutingskillsUnsupportedMediaType() *GetUserRoutingskillsUnsupportedMediaType

NewGetUserRoutingskillsUnsupportedMediaType creates a GetUserRoutingskillsUnsupportedMediaType with default headers values

func (*GetUserRoutingskillsUnsupportedMediaType) Error

func (*GetUserRoutingskillsUnsupportedMediaType) GetPayload

func (*GetUserRoutingskillsUnsupportedMediaType) IsClientError

IsClientError returns true when this get user routingskills unsupported media type response has a 4xx status code

func (*GetUserRoutingskillsUnsupportedMediaType) IsCode

IsCode returns true when this get user routingskills unsupported media type response a status code equal to that given

func (*GetUserRoutingskillsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get user routingskills unsupported media type response has a 3xx status code

func (*GetUserRoutingskillsUnsupportedMediaType) IsServerError

IsServerError returns true when this get user routingskills unsupported media type response has a 5xx status code

func (*GetUserRoutingskillsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get user routingskills unsupported media type response has a 2xx status code

func (*GetUserRoutingskillsUnsupportedMediaType) String

type GetUserRoutingstatusBadRequest

type GetUserRoutingstatusBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUserRoutingstatusBadRequest

func NewGetUserRoutingstatusBadRequest() *GetUserRoutingstatusBadRequest

NewGetUserRoutingstatusBadRequest creates a GetUserRoutingstatusBadRequest with default headers values

func (*GetUserRoutingstatusBadRequest) Error

func (*GetUserRoutingstatusBadRequest) GetPayload

func (*GetUserRoutingstatusBadRequest) IsClientError

func (o *GetUserRoutingstatusBadRequest) IsClientError() bool

IsClientError returns true when this get user routingstatus bad request response has a 4xx status code

func (*GetUserRoutingstatusBadRequest) IsCode

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

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

func (*GetUserRoutingstatusBadRequest) IsRedirect

func (o *GetUserRoutingstatusBadRequest) IsRedirect() bool

IsRedirect returns true when this get user routingstatus bad request response has a 3xx status code

func (*GetUserRoutingstatusBadRequest) IsServerError

func (o *GetUserRoutingstatusBadRequest) IsServerError() bool

IsServerError returns true when this get user routingstatus bad request response has a 5xx status code

func (*GetUserRoutingstatusBadRequest) IsSuccess

func (o *GetUserRoutingstatusBadRequest) IsSuccess() bool

IsSuccess returns true when this get user routingstatus bad request response has a 2xx status code

func (*GetUserRoutingstatusBadRequest) String

type GetUserRoutingstatusForbidden

type GetUserRoutingstatusForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUserRoutingstatusForbidden

func NewGetUserRoutingstatusForbidden() *GetUserRoutingstatusForbidden

NewGetUserRoutingstatusForbidden creates a GetUserRoutingstatusForbidden with default headers values

func (*GetUserRoutingstatusForbidden) Error

func (*GetUserRoutingstatusForbidden) GetPayload

func (*GetUserRoutingstatusForbidden) IsClientError

func (o *GetUserRoutingstatusForbidden) IsClientError() bool

IsClientError returns true when this get user routingstatus forbidden response has a 4xx status code

func (*GetUserRoutingstatusForbidden) IsCode

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

IsCode returns true when this get user routingstatus forbidden response a status code equal to that given

func (*GetUserRoutingstatusForbidden) IsRedirect

func (o *GetUserRoutingstatusForbidden) IsRedirect() bool

IsRedirect returns true when this get user routingstatus forbidden response has a 3xx status code

func (*GetUserRoutingstatusForbidden) IsServerError

func (o *GetUserRoutingstatusForbidden) IsServerError() bool

IsServerError returns true when this get user routingstatus forbidden response has a 5xx status code

func (*GetUserRoutingstatusForbidden) IsSuccess

func (o *GetUserRoutingstatusForbidden) IsSuccess() bool

IsSuccess returns true when this get user routingstatus forbidden response has a 2xx status code

func (*GetUserRoutingstatusForbidden) String

type GetUserRoutingstatusGatewayTimeout

type GetUserRoutingstatusGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUserRoutingstatusGatewayTimeout

func NewGetUserRoutingstatusGatewayTimeout() *GetUserRoutingstatusGatewayTimeout

NewGetUserRoutingstatusGatewayTimeout creates a GetUserRoutingstatusGatewayTimeout with default headers values

func (*GetUserRoutingstatusGatewayTimeout) Error

func (*GetUserRoutingstatusGatewayTimeout) GetPayload

func (*GetUserRoutingstatusGatewayTimeout) IsClientError

func (o *GetUserRoutingstatusGatewayTimeout) IsClientError() bool

IsClientError returns true when this get user routingstatus gateway timeout response has a 4xx status code

func (*GetUserRoutingstatusGatewayTimeout) IsCode

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

func (*GetUserRoutingstatusGatewayTimeout) IsRedirect

func (o *GetUserRoutingstatusGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get user routingstatus gateway timeout response has a 3xx status code

func (*GetUserRoutingstatusGatewayTimeout) IsServerError

func (o *GetUserRoutingstatusGatewayTimeout) IsServerError() bool

IsServerError returns true when this get user routingstatus gateway timeout response has a 5xx status code

func (*GetUserRoutingstatusGatewayTimeout) IsSuccess

IsSuccess returns true when this get user routingstatus gateway timeout response has a 2xx status code

func (*GetUserRoutingstatusGatewayTimeout) String

type GetUserRoutingstatusInternalServerError

type GetUserRoutingstatusInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserRoutingstatusInternalServerError

func NewGetUserRoutingstatusInternalServerError() *GetUserRoutingstatusInternalServerError

NewGetUserRoutingstatusInternalServerError creates a GetUserRoutingstatusInternalServerError with default headers values

func (*GetUserRoutingstatusInternalServerError) Error

func (*GetUserRoutingstatusInternalServerError) GetPayload

func (*GetUserRoutingstatusInternalServerError) IsClientError

func (o *GetUserRoutingstatusInternalServerError) IsClientError() bool

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

func (*GetUserRoutingstatusInternalServerError) IsCode

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

func (*GetUserRoutingstatusInternalServerError) IsRedirect

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

func (*GetUserRoutingstatusInternalServerError) IsServerError

func (o *GetUserRoutingstatusInternalServerError) IsServerError() bool

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

func (*GetUserRoutingstatusInternalServerError) IsSuccess

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

func (*GetUserRoutingstatusInternalServerError) String

type GetUserRoutingstatusNotFound

type GetUserRoutingstatusNotFound struct {
	Payload *models.ErrorBody
}

GetUserRoutingstatusNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserRoutingstatusNotFound

func NewGetUserRoutingstatusNotFound() *GetUserRoutingstatusNotFound

NewGetUserRoutingstatusNotFound creates a GetUserRoutingstatusNotFound with default headers values

func (*GetUserRoutingstatusNotFound) Error

func (*GetUserRoutingstatusNotFound) GetPayload

func (*GetUserRoutingstatusNotFound) IsClientError

func (o *GetUserRoutingstatusNotFound) IsClientError() bool

IsClientError returns true when this get user routingstatus not found response has a 4xx status code

func (*GetUserRoutingstatusNotFound) IsCode

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

IsCode returns true when this get user routingstatus not found response a status code equal to that given

func (*GetUserRoutingstatusNotFound) IsRedirect

func (o *GetUserRoutingstatusNotFound) IsRedirect() bool

IsRedirect returns true when this get user routingstatus not found response has a 3xx status code

func (*GetUserRoutingstatusNotFound) IsServerError

func (o *GetUserRoutingstatusNotFound) IsServerError() bool

IsServerError returns true when this get user routingstatus not found response has a 5xx status code

func (*GetUserRoutingstatusNotFound) IsSuccess

func (o *GetUserRoutingstatusNotFound) IsSuccess() bool

IsSuccess returns true when this get user routingstatus not found response has a 2xx status code

func (*GetUserRoutingstatusNotFound) String

type GetUserRoutingstatusOK

type GetUserRoutingstatusOK struct {
	Payload *models.RoutingStatus
}

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

successful operation

func NewGetUserRoutingstatusOK

func NewGetUserRoutingstatusOK() *GetUserRoutingstatusOK

NewGetUserRoutingstatusOK creates a GetUserRoutingstatusOK with default headers values

func (*GetUserRoutingstatusOK) Error

func (o *GetUserRoutingstatusOK) Error() string

func (*GetUserRoutingstatusOK) GetPayload

func (o *GetUserRoutingstatusOK) GetPayload() *models.RoutingStatus

func (*GetUserRoutingstatusOK) IsClientError

func (o *GetUserRoutingstatusOK) IsClientError() bool

IsClientError returns true when this get user routingstatus o k response has a 4xx status code

func (*GetUserRoutingstatusOK) IsCode

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

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

func (*GetUserRoutingstatusOK) IsRedirect

func (o *GetUserRoutingstatusOK) IsRedirect() bool

IsRedirect returns true when this get user routingstatus o k response has a 3xx status code

func (*GetUserRoutingstatusOK) IsServerError

func (o *GetUserRoutingstatusOK) IsServerError() bool

IsServerError returns true when this get user routingstatus o k response has a 5xx status code

func (*GetUserRoutingstatusOK) IsSuccess

func (o *GetUserRoutingstatusOK) IsSuccess() bool

IsSuccess returns true when this get user routingstatus o k response has a 2xx status code

func (*GetUserRoutingstatusOK) String

func (o *GetUserRoutingstatusOK) String() string

type GetUserRoutingstatusParams

type GetUserRoutingstatusParams struct {

	/* UserID.

	   User ID
	*/
	UserID string

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

GetUserRoutingstatusParams contains all the parameters to send to the API endpoint

for the get user routingstatus operation.

Typically these are written to a http.Request.

func NewGetUserRoutingstatusParams

func NewGetUserRoutingstatusParams() *GetUserRoutingstatusParams

NewGetUserRoutingstatusParams creates a new GetUserRoutingstatusParams 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 NewGetUserRoutingstatusParamsWithContext

func NewGetUserRoutingstatusParamsWithContext(ctx context.Context) *GetUserRoutingstatusParams

NewGetUserRoutingstatusParamsWithContext creates a new GetUserRoutingstatusParams object with the ability to set a context for a request.

func NewGetUserRoutingstatusParamsWithHTTPClient

func NewGetUserRoutingstatusParamsWithHTTPClient(client *http.Client) *GetUserRoutingstatusParams

NewGetUserRoutingstatusParamsWithHTTPClient creates a new GetUserRoutingstatusParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserRoutingstatusParamsWithTimeout

func NewGetUserRoutingstatusParamsWithTimeout(timeout time.Duration) *GetUserRoutingstatusParams

NewGetUserRoutingstatusParamsWithTimeout creates a new GetUserRoutingstatusParams object with the ability to set a timeout on a request.

func (*GetUserRoutingstatusParams) SetContext

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

SetContext adds the context to the get user routingstatus params

func (*GetUserRoutingstatusParams) SetDefaults

func (o *GetUserRoutingstatusParams) SetDefaults()

SetDefaults hydrates default values in the get user routingstatus params (not the query body).

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

func (*GetUserRoutingstatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user routingstatus params

func (*GetUserRoutingstatusParams) SetTimeout

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

SetTimeout adds the timeout to the get user routingstatus params

func (*GetUserRoutingstatusParams) SetUserID

func (o *GetUserRoutingstatusParams) SetUserID(userID string)

SetUserID adds the userId to the get user routingstatus params

func (*GetUserRoutingstatusParams) WithContext

WithContext adds the context to the get user routingstatus params

func (*GetUserRoutingstatusParams) WithDefaults

WithDefaults hydrates default values in the get user routingstatus params (not the query body).

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

func (*GetUserRoutingstatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get user routingstatus params

func (*GetUserRoutingstatusParams) WithTimeout

WithTimeout adds the timeout to the get user routingstatus params

func (*GetUserRoutingstatusParams) WithUserID

WithUserID adds the userID to the get user routingstatus params

func (*GetUserRoutingstatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserRoutingstatusReader

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

GetUserRoutingstatusReader is a Reader for the GetUserRoutingstatus structure.

func (*GetUserRoutingstatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserRoutingstatusRequestEntityTooLarge

type GetUserRoutingstatusRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserRoutingstatusRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserRoutingstatusRequestEntityTooLarge

func NewGetUserRoutingstatusRequestEntityTooLarge() *GetUserRoutingstatusRequestEntityTooLarge

NewGetUserRoutingstatusRequestEntityTooLarge creates a GetUserRoutingstatusRequestEntityTooLarge with default headers values

func (*GetUserRoutingstatusRequestEntityTooLarge) Error

func (*GetUserRoutingstatusRequestEntityTooLarge) GetPayload

func (*GetUserRoutingstatusRequestEntityTooLarge) IsClientError

IsClientError returns true when this get user routingstatus request entity too large response has a 4xx status code

func (*GetUserRoutingstatusRequestEntityTooLarge) IsCode

IsCode returns true when this get user routingstatus request entity too large response a status code equal to that given

func (*GetUserRoutingstatusRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get user routingstatus request entity too large response has a 3xx status code

func (*GetUserRoutingstatusRequestEntityTooLarge) IsServerError

IsServerError returns true when this get user routingstatus request entity too large response has a 5xx status code

func (*GetUserRoutingstatusRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get user routingstatus request entity too large response has a 2xx status code

func (*GetUserRoutingstatusRequestEntityTooLarge) String

type GetUserRoutingstatusRequestTimeout

type GetUserRoutingstatusRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserRoutingstatusRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserRoutingstatusRequestTimeout

func NewGetUserRoutingstatusRequestTimeout() *GetUserRoutingstatusRequestTimeout

NewGetUserRoutingstatusRequestTimeout creates a GetUserRoutingstatusRequestTimeout with default headers values

func (*GetUserRoutingstatusRequestTimeout) Error

func (*GetUserRoutingstatusRequestTimeout) GetPayload

func (*GetUserRoutingstatusRequestTimeout) IsClientError

func (o *GetUserRoutingstatusRequestTimeout) IsClientError() bool

IsClientError returns true when this get user routingstatus request timeout response has a 4xx status code

func (*GetUserRoutingstatusRequestTimeout) IsCode

IsCode returns true when this get user routingstatus request timeout response a status code equal to that given

func (*GetUserRoutingstatusRequestTimeout) IsRedirect

func (o *GetUserRoutingstatusRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get user routingstatus request timeout response has a 3xx status code

func (*GetUserRoutingstatusRequestTimeout) IsServerError

func (o *GetUserRoutingstatusRequestTimeout) IsServerError() bool

IsServerError returns true when this get user routingstatus request timeout response has a 5xx status code

func (*GetUserRoutingstatusRequestTimeout) IsSuccess

IsSuccess returns true when this get user routingstatus request timeout response has a 2xx status code

func (*GetUserRoutingstatusRequestTimeout) String

type GetUserRoutingstatusServiceUnavailable

type GetUserRoutingstatusServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserRoutingstatusServiceUnavailable

func NewGetUserRoutingstatusServiceUnavailable() *GetUserRoutingstatusServiceUnavailable

NewGetUserRoutingstatusServiceUnavailable creates a GetUserRoutingstatusServiceUnavailable with default headers values

func (*GetUserRoutingstatusServiceUnavailable) Error

func (*GetUserRoutingstatusServiceUnavailable) GetPayload

func (*GetUserRoutingstatusServiceUnavailable) IsClientError

func (o *GetUserRoutingstatusServiceUnavailable) IsClientError() bool

IsClientError returns true when this get user routingstatus service unavailable response has a 4xx status code

func (*GetUserRoutingstatusServiceUnavailable) IsCode

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

func (*GetUserRoutingstatusServiceUnavailable) IsRedirect

IsRedirect returns true when this get user routingstatus service unavailable response has a 3xx status code

func (*GetUserRoutingstatusServiceUnavailable) IsServerError

func (o *GetUserRoutingstatusServiceUnavailable) IsServerError() bool

IsServerError returns true when this get user routingstatus service unavailable response has a 5xx status code

func (*GetUserRoutingstatusServiceUnavailable) IsSuccess

IsSuccess returns true when this get user routingstatus service unavailable response has a 2xx status code

func (*GetUserRoutingstatusServiceUnavailable) String

type GetUserRoutingstatusTooManyRequests

type GetUserRoutingstatusTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserRoutingstatusTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserRoutingstatusTooManyRequests

func NewGetUserRoutingstatusTooManyRequests() *GetUserRoutingstatusTooManyRequests

NewGetUserRoutingstatusTooManyRequests creates a GetUserRoutingstatusTooManyRequests with default headers values

func (*GetUserRoutingstatusTooManyRequests) Error

func (*GetUserRoutingstatusTooManyRequests) GetPayload

func (*GetUserRoutingstatusTooManyRequests) IsClientError

func (o *GetUserRoutingstatusTooManyRequests) IsClientError() bool

IsClientError returns true when this get user routingstatus too many requests response has a 4xx status code

func (*GetUserRoutingstatusTooManyRequests) IsCode

IsCode returns true when this get user routingstatus too many requests response a status code equal to that given

func (*GetUserRoutingstatusTooManyRequests) IsRedirect

func (o *GetUserRoutingstatusTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user routingstatus too many requests response has a 3xx status code

func (*GetUserRoutingstatusTooManyRequests) IsServerError

func (o *GetUserRoutingstatusTooManyRequests) IsServerError() bool

IsServerError returns true when this get user routingstatus too many requests response has a 5xx status code

func (*GetUserRoutingstatusTooManyRequests) IsSuccess

IsSuccess returns true when this get user routingstatus too many requests response has a 2xx status code

func (*GetUserRoutingstatusTooManyRequests) String

type GetUserRoutingstatusUnauthorized

type GetUserRoutingstatusUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUserRoutingstatusUnauthorized

func NewGetUserRoutingstatusUnauthorized() *GetUserRoutingstatusUnauthorized

NewGetUserRoutingstatusUnauthorized creates a GetUserRoutingstatusUnauthorized with default headers values

func (*GetUserRoutingstatusUnauthorized) Error

func (*GetUserRoutingstatusUnauthorized) GetPayload

func (*GetUserRoutingstatusUnauthorized) IsClientError

func (o *GetUserRoutingstatusUnauthorized) IsClientError() bool

IsClientError returns true when this get user routingstatus unauthorized response has a 4xx status code

func (*GetUserRoutingstatusUnauthorized) IsCode

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

IsCode returns true when this get user routingstatus unauthorized response a status code equal to that given

func (*GetUserRoutingstatusUnauthorized) IsRedirect

func (o *GetUserRoutingstatusUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user routingstatus unauthorized response has a 3xx status code

func (*GetUserRoutingstatusUnauthorized) IsServerError

func (o *GetUserRoutingstatusUnauthorized) IsServerError() bool

IsServerError returns true when this get user routingstatus unauthorized response has a 5xx status code

func (*GetUserRoutingstatusUnauthorized) IsSuccess

func (o *GetUserRoutingstatusUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user routingstatus unauthorized response has a 2xx status code

func (*GetUserRoutingstatusUnauthorized) String

type GetUserRoutingstatusUnsupportedMediaType

type GetUserRoutingstatusUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserRoutingstatusUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserRoutingstatusUnsupportedMediaType

func NewGetUserRoutingstatusUnsupportedMediaType() *GetUserRoutingstatusUnsupportedMediaType

NewGetUserRoutingstatusUnsupportedMediaType creates a GetUserRoutingstatusUnsupportedMediaType with default headers values

func (*GetUserRoutingstatusUnsupportedMediaType) Error

func (*GetUserRoutingstatusUnsupportedMediaType) GetPayload

func (*GetUserRoutingstatusUnsupportedMediaType) IsClientError

IsClientError returns true when this get user routingstatus unsupported media type response has a 4xx status code

func (*GetUserRoutingstatusUnsupportedMediaType) IsCode

IsCode returns true when this get user routingstatus unsupported media type response a status code equal to that given

func (*GetUserRoutingstatusUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get user routingstatus unsupported media type response has a 3xx status code

func (*GetUserRoutingstatusUnsupportedMediaType) IsServerError

IsServerError returns true when this get user routingstatus unsupported media type response has a 5xx status code

func (*GetUserRoutingstatusUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get user routingstatus unsupported media type response has a 2xx status code

func (*GetUserRoutingstatusUnsupportedMediaType) String

type GetUserServiceUnavailable

type GetUserServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserServiceUnavailable

func NewGetUserServiceUnavailable() *GetUserServiceUnavailable

NewGetUserServiceUnavailable creates a GetUserServiceUnavailable with default headers values

func (*GetUserServiceUnavailable) Error

func (o *GetUserServiceUnavailable) Error() string

func (*GetUserServiceUnavailable) GetPayload

func (o *GetUserServiceUnavailable) GetPayload() *models.ErrorBody

func (*GetUserServiceUnavailable) IsClientError

func (o *GetUserServiceUnavailable) IsClientError() bool

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

func (*GetUserServiceUnavailable) IsCode

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

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

func (*GetUserServiceUnavailable) IsRedirect

func (o *GetUserServiceUnavailable) IsRedirect() bool

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

func (*GetUserServiceUnavailable) IsServerError

func (o *GetUserServiceUnavailable) IsServerError() bool

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

func (*GetUserServiceUnavailable) IsSuccess

func (o *GetUserServiceUnavailable) IsSuccess() bool

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

func (*GetUserServiceUnavailable) String

func (o *GetUserServiceUnavailable) String() string

type GetUserStateBadRequest

type GetUserStateBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUserStateBadRequest

func NewGetUserStateBadRequest() *GetUserStateBadRequest

NewGetUserStateBadRequest creates a GetUserStateBadRequest with default headers values

func (*GetUserStateBadRequest) Error

func (o *GetUserStateBadRequest) Error() string

func (*GetUserStateBadRequest) GetPayload

func (o *GetUserStateBadRequest) GetPayload() *models.ErrorBody

func (*GetUserStateBadRequest) IsClientError

func (o *GetUserStateBadRequest) IsClientError() bool

IsClientError returns true when this get user state bad request response has a 4xx status code

func (*GetUserStateBadRequest) IsCode

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

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

func (*GetUserStateBadRequest) IsRedirect

func (o *GetUserStateBadRequest) IsRedirect() bool

IsRedirect returns true when this get user state bad request response has a 3xx status code

func (*GetUserStateBadRequest) IsServerError

func (o *GetUserStateBadRequest) IsServerError() bool

IsServerError returns true when this get user state bad request response has a 5xx status code

func (*GetUserStateBadRequest) IsSuccess

func (o *GetUserStateBadRequest) IsSuccess() bool

IsSuccess returns true when this get user state bad request response has a 2xx status code

func (*GetUserStateBadRequest) String

func (o *GetUserStateBadRequest) String() string

type GetUserStateForbidden

type GetUserStateForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUserStateForbidden

func NewGetUserStateForbidden() *GetUserStateForbidden

NewGetUserStateForbidden creates a GetUserStateForbidden with default headers values

func (*GetUserStateForbidden) Error

func (o *GetUserStateForbidden) Error() string

func (*GetUserStateForbidden) GetPayload

func (o *GetUserStateForbidden) GetPayload() *models.ErrorBody

func (*GetUserStateForbidden) IsClientError

func (o *GetUserStateForbidden) IsClientError() bool

IsClientError returns true when this get user state forbidden response has a 4xx status code

func (*GetUserStateForbidden) IsCode

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

IsCode returns true when this get user state forbidden response a status code equal to that given

func (*GetUserStateForbidden) IsRedirect

func (o *GetUserStateForbidden) IsRedirect() bool

IsRedirect returns true when this get user state forbidden response has a 3xx status code

func (*GetUserStateForbidden) IsServerError

func (o *GetUserStateForbidden) IsServerError() bool

IsServerError returns true when this get user state forbidden response has a 5xx status code

func (*GetUserStateForbidden) IsSuccess

func (o *GetUserStateForbidden) IsSuccess() bool

IsSuccess returns true when this get user state forbidden response has a 2xx status code

func (*GetUserStateForbidden) String

func (o *GetUserStateForbidden) String() string

type GetUserStateGatewayTimeout

type GetUserStateGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUserStateGatewayTimeout

func NewGetUserStateGatewayTimeout() *GetUserStateGatewayTimeout

NewGetUserStateGatewayTimeout creates a GetUserStateGatewayTimeout with default headers values

func (*GetUserStateGatewayTimeout) Error

func (*GetUserStateGatewayTimeout) GetPayload

func (o *GetUserStateGatewayTimeout) GetPayload() *models.ErrorBody

func (*GetUserStateGatewayTimeout) IsClientError

func (o *GetUserStateGatewayTimeout) IsClientError() bool

IsClientError returns true when this get user state gateway timeout response has a 4xx status code

func (*GetUserStateGatewayTimeout) IsCode

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

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

func (*GetUserStateGatewayTimeout) IsRedirect

func (o *GetUserStateGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get user state gateway timeout response has a 3xx status code

func (*GetUserStateGatewayTimeout) IsServerError

func (o *GetUserStateGatewayTimeout) IsServerError() bool

IsServerError returns true when this get user state gateway timeout response has a 5xx status code

func (*GetUserStateGatewayTimeout) IsSuccess

func (o *GetUserStateGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get user state gateway timeout response has a 2xx status code

func (*GetUserStateGatewayTimeout) String

func (o *GetUserStateGatewayTimeout) String() string

type GetUserStateInternalServerError

type GetUserStateInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserStateInternalServerError

func NewGetUserStateInternalServerError() *GetUserStateInternalServerError

NewGetUserStateInternalServerError creates a GetUserStateInternalServerError with default headers values

func (*GetUserStateInternalServerError) Error

func (*GetUserStateInternalServerError) GetPayload

func (*GetUserStateInternalServerError) IsClientError

func (o *GetUserStateInternalServerError) IsClientError() bool

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

func (*GetUserStateInternalServerError) IsCode

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

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

func (*GetUserStateInternalServerError) IsRedirect

func (o *GetUserStateInternalServerError) IsRedirect() bool

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

func (*GetUserStateInternalServerError) IsServerError

func (o *GetUserStateInternalServerError) IsServerError() bool

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

func (*GetUserStateInternalServerError) IsSuccess

func (o *GetUserStateInternalServerError) IsSuccess() bool

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

func (*GetUserStateInternalServerError) String

type GetUserStateNotFound

type GetUserStateNotFound struct {
	Payload *models.ErrorBody
}

GetUserStateNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserStateNotFound

func NewGetUserStateNotFound() *GetUserStateNotFound

NewGetUserStateNotFound creates a GetUserStateNotFound with default headers values

func (*GetUserStateNotFound) Error

func (o *GetUserStateNotFound) Error() string

func (*GetUserStateNotFound) GetPayload

func (o *GetUserStateNotFound) GetPayload() *models.ErrorBody

func (*GetUserStateNotFound) IsClientError

func (o *GetUserStateNotFound) IsClientError() bool

IsClientError returns true when this get user state not found response has a 4xx status code

func (*GetUserStateNotFound) IsCode

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

IsCode returns true when this get user state not found response a status code equal to that given

func (*GetUserStateNotFound) IsRedirect

func (o *GetUserStateNotFound) IsRedirect() bool

IsRedirect returns true when this get user state not found response has a 3xx status code

func (*GetUserStateNotFound) IsServerError

func (o *GetUserStateNotFound) IsServerError() bool

IsServerError returns true when this get user state not found response has a 5xx status code

func (*GetUserStateNotFound) IsSuccess

func (o *GetUserStateNotFound) IsSuccess() bool

IsSuccess returns true when this get user state not found response has a 2xx status code

func (*GetUserStateNotFound) String

func (o *GetUserStateNotFound) String() string

type GetUserStateOK

type GetUserStateOK struct {
	Payload *models.UserState
}

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

successful operation

func NewGetUserStateOK

func NewGetUserStateOK() *GetUserStateOK

NewGetUserStateOK creates a GetUserStateOK with default headers values

func (*GetUserStateOK) Error

func (o *GetUserStateOK) Error() string

func (*GetUserStateOK) GetPayload

func (o *GetUserStateOK) GetPayload() *models.UserState

func (*GetUserStateOK) IsClientError

func (o *GetUserStateOK) IsClientError() bool

IsClientError returns true when this get user state o k response has a 4xx status code

func (*GetUserStateOK) IsCode

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

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

func (*GetUserStateOK) IsRedirect

func (o *GetUserStateOK) IsRedirect() bool

IsRedirect returns true when this get user state o k response has a 3xx status code

func (*GetUserStateOK) IsServerError

func (o *GetUserStateOK) IsServerError() bool

IsServerError returns true when this get user state o k response has a 5xx status code

func (*GetUserStateOK) IsSuccess

func (o *GetUserStateOK) IsSuccess() bool

IsSuccess returns true when this get user state o k response has a 2xx status code

func (*GetUserStateOK) String

func (o *GetUserStateOK) String() string

type GetUserStateParams

type GetUserStateParams struct {

	/* UserID.

	   User ID
	*/
	UserID string

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

GetUserStateParams contains all the parameters to send to the API endpoint

for the get user state operation.

Typically these are written to a http.Request.

func NewGetUserStateParams

func NewGetUserStateParams() *GetUserStateParams

NewGetUserStateParams creates a new GetUserStateParams 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 NewGetUserStateParamsWithContext

func NewGetUserStateParamsWithContext(ctx context.Context) *GetUserStateParams

NewGetUserStateParamsWithContext creates a new GetUserStateParams object with the ability to set a context for a request.

func NewGetUserStateParamsWithHTTPClient

func NewGetUserStateParamsWithHTTPClient(client *http.Client) *GetUserStateParams

NewGetUserStateParamsWithHTTPClient creates a new GetUserStateParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserStateParamsWithTimeout

func NewGetUserStateParamsWithTimeout(timeout time.Duration) *GetUserStateParams

NewGetUserStateParamsWithTimeout creates a new GetUserStateParams object with the ability to set a timeout on a request.

func (*GetUserStateParams) SetContext

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

SetContext adds the context to the get user state params

func (*GetUserStateParams) SetDefaults

func (o *GetUserStateParams) SetDefaults()

SetDefaults hydrates default values in the get user state params (not the query body).

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

func (*GetUserStateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user state params

func (*GetUserStateParams) SetTimeout

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

SetTimeout adds the timeout to the get user state params

func (*GetUserStateParams) SetUserID

func (o *GetUserStateParams) SetUserID(userID string)

SetUserID adds the userId to the get user state params

func (*GetUserStateParams) WithContext

WithContext adds the context to the get user state params

func (*GetUserStateParams) WithDefaults

func (o *GetUserStateParams) WithDefaults() *GetUserStateParams

WithDefaults hydrates default values in the get user state params (not the query body).

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

func (*GetUserStateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user state params

func (*GetUserStateParams) WithTimeout

func (o *GetUserStateParams) WithTimeout(timeout time.Duration) *GetUserStateParams

WithTimeout adds the timeout to the get user state params

func (*GetUserStateParams) WithUserID

func (o *GetUserStateParams) WithUserID(userID string) *GetUserStateParams

WithUserID adds the userID to the get user state params

func (*GetUserStateParams) WriteToRequest

func (o *GetUserStateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetUserStateReader

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

GetUserStateReader is a Reader for the GetUserState structure.

func (*GetUserStateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserStateRequestEntityTooLarge

type GetUserStateRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserStateRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserStateRequestEntityTooLarge

func NewGetUserStateRequestEntityTooLarge() *GetUserStateRequestEntityTooLarge

NewGetUserStateRequestEntityTooLarge creates a GetUserStateRequestEntityTooLarge with default headers values

func (*GetUserStateRequestEntityTooLarge) Error

func (*GetUserStateRequestEntityTooLarge) GetPayload

func (*GetUserStateRequestEntityTooLarge) IsClientError

func (o *GetUserStateRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get user state request entity too large response has a 4xx status code

func (*GetUserStateRequestEntityTooLarge) IsCode

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

IsCode returns true when this get user state request entity too large response a status code equal to that given

func (*GetUserStateRequestEntityTooLarge) IsRedirect

func (o *GetUserStateRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this get user state request entity too large response has a 3xx status code

func (*GetUserStateRequestEntityTooLarge) IsServerError

func (o *GetUserStateRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get user state request entity too large response has a 5xx status code

func (*GetUserStateRequestEntityTooLarge) IsSuccess

func (o *GetUserStateRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this get user state request entity too large response has a 2xx status code

func (*GetUserStateRequestEntityTooLarge) String

type GetUserStateRequestTimeout

type GetUserStateRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserStateRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserStateRequestTimeout

func NewGetUserStateRequestTimeout() *GetUserStateRequestTimeout

NewGetUserStateRequestTimeout creates a GetUserStateRequestTimeout with default headers values

func (*GetUserStateRequestTimeout) Error

func (*GetUserStateRequestTimeout) GetPayload

func (o *GetUserStateRequestTimeout) GetPayload() *models.ErrorBody

func (*GetUserStateRequestTimeout) IsClientError

func (o *GetUserStateRequestTimeout) IsClientError() bool

IsClientError returns true when this get user state request timeout response has a 4xx status code

func (*GetUserStateRequestTimeout) IsCode

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

IsCode returns true when this get user state request timeout response a status code equal to that given

func (*GetUserStateRequestTimeout) IsRedirect

func (o *GetUserStateRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get user state request timeout response has a 3xx status code

func (*GetUserStateRequestTimeout) IsServerError

func (o *GetUserStateRequestTimeout) IsServerError() bool

IsServerError returns true when this get user state request timeout response has a 5xx status code

func (*GetUserStateRequestTimeout) IsSuccess

func (o *GetUserStateRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get user state request timeout response has a 2xx status code

func (*GetUserStateRequestTimeout) String

func (o *GetUserStateRequestTimeout) String() string

type GetUserStateServiceUnavailable

type GetUserStateServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserStateServiceUnavailable

func NewGetUserStateServiceUnavailable() *GetUserStateServiceUnavailable

NewGetUserStateServiceUnavailable creates a GetUserStateServiceUnavailable with default headers values

func (*GetUserStateServiceUnavailable) Error

func (*GetUserStateServiceUnavailable) GetPayload

func (*GetUserStateServiceUnavailable) IsClientError

func (o *GetUserStateServiceUnavailable) IsClientError() bool

IsClientError returns true when this get user state service unavailable response has a 4xx status code

func (*GetUserStateServiceUnavailable) IsCode

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

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

func (*GetUserStateServiceUnavailable) IsRedirect

func (o *GetUserStateServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get user state service unavailable response has a 3xx status code

func (*GetUserStateServiceUnavailable) IsServerError

func (o *GetUserStateServiceUnavailable) IsServerError() bool

IsServerError returns true when this get user state service unavailable response has a 5xx status code

func (*GetUserStateServiceUnavailable) IsSuccess

func (o *GetUserStateServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get user state service unavailable response has a 2xx status code

func (*GetUserStateServiceUnavailable) String

type GetUserStateTooManyRequests

type GetUserStateTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserStateTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserStateTooManyRequests

func NewGetUserStateTooManyRequests() *GetUserStateTooManyRequests

NewGetUserStateTooManyRequests creates a GetUserStateTooManyRequests with default headers values

func (*GetUserStateTooManyRequests) Error

func (*GetUserStateTooManyRequests) GetPayload

func (o *GetUserStateTooManyRequests) GetPayload() *models.ErrorBody

func (*GetUserStateTooManyRequests) IsClientError

func (o *GetUserStateTooManyRequests) IsClientError() bool

IsClientError returns true when this get user state too many requests response has a 4xx status code

func (*GetUserStateTooManyRequests) IsCode

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

IsCode returns true when this get user state too many requests response a status code equal to that given

func (*GetUserStateTooManyRequests) IsRedirect

func (o *GetUserStateTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user state too many requests response has a 3xx status code

func (*GetUserStateTooManyRequests) IsServerError

func (o *GetUserStateTooManyRequests) IsServerError() bool

IsServerError returns true when this get user state too many requests response has a 5xx status code

func (*GetUserStateTooManyRequests) IsSuccess

func (o *GetUserStateTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get user state too many requests response has a 2xx status code

func (*GetUserStateTooManyRequests) String

func (o *GetUserStateTooManyRequests) String() string

type GetUserStateUnauthorized

type GetUserStateUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUserStateUnauthorized

func NewGetUserStateUnauthorized() *GetUserStateUnauthorized

NewGetUserStateUnauthorized creates a GetUserStateUnauthorized with default headers values

func (*GetUserStateUnauthorized) Error

func (o *GetUserStateUnauthorized) Error() string

func (*GetUserStateUnauthorized) GetPayload

func (o *GetUserStateUnauthorized) GetPayload() *models.ErrorBody

func (*GetUserStateUnauthorized) IsClientError

func (o *GetUserStateUnauthorized) IsClientError() bool

IsClientError returns true when this get user state unauthorized response has a 4xx status code

func (*GetUserStateUnauthorized) IsCode

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

IsCode returns true when this get user state unauthorized response a status code equal to that given

func (*GetUserStateUnauthorized) IsRedirect

func (o *GetUserStateUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user state unauthorized response has a 3xx status code

func (*GetUserStateUnauthorized) IsServerError

func (o *GetUserStateUnauthorized) IsServerError() bool

IsServerError returns true when this get user state unauthorized response has a 5xx status code

func (*GetUserStateUnauthorized) IsSuccess

func (o *GetUserStateUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user state unauthorized response has a 2xx status code

func (*GetUserStateUnauthorized) String

func (o *GetUserStateUnauthorized) String() string

type GetUserStateUnsupportedMediaType

type GetUserStateUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserStateUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserStateUnsupportedMediaType

func NewGetUserStateUnsupportedMediaType() *GetUserStateUnsupportedMediaType

NewGetUserStateUnsupportedMediaType creates a GetUserStateUnsupportedMediaType with default headers values

func (*GetUserStateUnsupportedMediaType) Error

func (*GetUserStateUnsupportedMediaType) GetPayload

func (*GetUserStateUnsupportedMediaType) IsClientError

func (o *GetUserStateUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get user state unsupported media type response has a 4xx status code

func (*GetUserStateUnsupportedMediaType) IsCode

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

IsCode returns true when this get user state unsupported media type response a status code equal to that given

func (*GetUserStateUnsupportedMediaType) IsRedirect

func (o *GetUserStateUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get user state unsupported media type response has a 3xx status code

func (*GetUserStateUnsupportedMediaType) IsServerError

func (o *GetUserStateUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get user state unsupported media type response has a 5xx status code

func (*GetUserStateUnsupportedMediaType) IsSuccess

func (o *GetUserStateUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this get user state unsupported media type response has a 2xx status code

func (*GetUserStateUnsupportedMediaType) String

type GetUserStationBadRequest

type GetUserStationBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUserStationBadRequest

func NewGetUserStationBadRequest() *GetUserStationBadRequest

NewGetUserStationBadRequest creates a GetUserStationBadRequest with default headers values

func (*GetUserStationBadRequest) Error

func (o *GetUserStationBadRequest) Error() string

func (*GetUserStationBadRequest) GetPayload

func (o *GetUserStationBadRequest) GetPayload() *models.ErrorBody

func (*GetUserStationBadRequest) IsClientError

func (o *GetUserStationBadRequest) IsClientError() bool

IsClientError returns true when this get user station bad request response has a 4xx status code

func (*GetUserStationBadRequest) IsCode

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

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

func (*GetUserStationBadRequest) IsRedirect

func (o *GetUserStationBadRequest) IsRedirect() bool

IsRedirect returns true when this get user station bad request response has a 3xx status code

func (*GetUserStationBadRequest) IsServerError

func (o *GetUserStationBadRequest) IsServerError() bool

IsServerError returns true when this get user station bad request response has a 5xx status code

func (*GetUserStationBadRequest) IsSuccess

func (o *GetUserStationBadRequest) IsSuccess() bool

IsSuccess returns true when this get user station bad request response has a 2xx status code

func (*GetUserStationBadRequest) String

func (o *GetUserStationBadRequest) String() string

type GetUserStationFailedDependency

type GetUserStationFailedDependency struct {
	Payload *models.ErrorBody
}

GetUserStationFailedDependency describes a response with status code 424, with default header values.

GetUserStationFailedDependency get user station failed dependency

func NewGetUserStationFailedDependency

func NewGetUserStationFailedDependency() *GetUserStationFailedDependency

NewGetUserStationFailedDependency creates a GetUserStationFailedDependency with default headers values

func (*GetUserStationFailedDependency) Error

func (*GetUserStationFailedDependency) GetPayload

func (*GetUserStationFailedDependency) IsClientError

func (o *GetUserStationFailedDependency) IsClientError() bool

IsClientError returns true when this get user station failed dependency response has a 4xx status code

func (*GetUserStationFailedDependency) IsCode

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

IsCode returns true when this get user station failed dependency response a status code equal to that given

func (*GetUserStationFailedDependency) IsRedirect

func (o *GetUserStationFailedDependency) IsRedirect() bool

IsRedirect returns true when this get user station failed dependency response has a 3xx status code

func (*GetUserStationFailedDependency) IsServerError

func (o *GetUserStationFailedDependency) IsServerError() bool

IsServerError returns true when this get user station failed dependency response has a 5xx status code

func (*GetUserStationFailedDependency) IsSuccess

func (o *GetUserStationFailedDependency) IsSuccess() bool

IsSuccess returns true when this get user station failed dependency response has a 2xx status code

func (*GetUserStationFailedDependency) String

type GetUserStationForbidden

type GetUserStationForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUserStationForbidden

func NewGetUserStationForbidden() *GetUserStationForbidden

NewGetUserStationForbidden creates a GetUserStationForbidden with default headers values

func (*GetUserStationForbidden) Error

func (o *GetUserStationForbidden) Error() string

func (*GetUserStationForbidden) GetPayload

func (o *GetUserStationForbidden) GetPayload() *models.ErrorBody

func (*GetUserStationForbidden) IsClientError

func (o *GetUserStationForbidden) IsClientError() bool

IsClientError returns true when this get user station forbidden response has a 4xx status code

func (*GetUserStationForbidden) IsCode

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

IsCode returns true when this get user station forbidden response a status code equal to that given

func (*GetUserStationForbidden) IsRedirect

func (o *GetUserStationForbidden) IsRedirect() bool

IsRedirect returns true when this get user station forbidden response has a 3xx status code

func (*GetUserStationForbidden) IsServerError

func (o *GetUserStationForbidden) IsServerError() bool

IsServerError returns true when this get user station forbidden response has a 5xx status code

func (*GetUserStationForbidden) IsSuccess

func (o *GetUserStationForbidden) IsSuccess() bool

IsSuccess returns true when this get user station forbidden response has a 2xx status code

func (*GetUserStationForbidden) String

func (o *GetUserStationForbidden) String() string

type GetUserStationGatewayTimeout

type GetUserStationGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUserStationGatewayTimeout

func NewGetUserStationGatewayTimeout() *GetUserStationGatewayTimeout

NewGetUserStationGatewayTimeout creates a GetUserStationGatewayTimeout with default headers values

func (*GetUserStationGatewayTimeout) Error

func (*GetUserStationGatewayTimeout) GetPayload

func (*GetUserStationGatewayTimeout) IsClientError

func (o *GetUserStationGatewayTimeout) IsClientError() bool

IsClientError returns true when this get user station gateway timeout response has a 4xx status code

func (*GetUserStationGatewayTimeout) IsCode

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

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

func (*GetUserStationGatewayTimeout) IsRedirect

func (o *GetUserStationGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get user station gateway timeout response has a 3xx status code

func (*GetUserStationGatewayTimeout) IsServerError

func (o *GetUserStationGatewayTimeout) IsServerError() bool

IsServerError returns true when this get user station gateway timeout response has a 5xx status code

func (*GetUserStationGatewayTimeout) IsSuccess

func (o *GetUserStationGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get user station gateway timeout response has a 2xx status code

func (*GetUserStationGatewayTimeout) String

type GetUserStationInternalServerError

type GetUserStationInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserStationInternalServerError

func NewGetUserStationInternalServerError() *GetUserStationInternalServerError

NewGetUserStationInternalServerError creates a GetUserStationInternalServerError with default headers values

func (*GetUserStationInternalServerError) Error

func (*GetUserStationInternalServerError) GetPayload

func (*GetUserStationInternalServerError) IsClientError

func (o *GetUserStationInternalServerError) IsClientError() bool

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

func (*GetUserStationInternalServerError) IsCode

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

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

func (*GetUserStationInternalServerError) IsRedirect

func (o *GetUserStationInternalServerError) IsRedirect() bool

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

func (*GetUserStationInternalServerError) IsServerError

func (o *GetUserStationInternalServerError) IsServerError() bool

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

func (*GetUserStationInternalServerError) IsSuccess

func (o *GetUserStationInternalServerError) IsSuccess() bool

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

func (*GetUserStationInternalServerError) String

type GetUserStationNotFound

type GetUserStationNotFound struct {
	Payload *models.ErrorBody
}

GetUserStationNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserStationNotFound

func NewGetUserStationNotFound() *GetUserStationNotFound

NewGetUserStationNotFound creates a GetUserStationNotFound with default headers values

func (*GetUserStationNotFound) Error

func (o *GetUserStationNotFound) Error() string

func (*GetUserStationNotFound) GetPayload

func (o *GetUserStationNotFound) GetPayload() *models.ErrorBody

func (*GetUserStationNotFound) IsClientError

func (o *GetUserStationNotFound) IsClientError() bool

IsClientError returns true when this get user station not found response has a 4xx status code

func (*GetUserStationNotFound) IsCode

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

IsCode returns true when this get user station not found response a status code equal to that given

func (*GetUserStationNotFound) IsRedirect

func (o *GetUserStationNotFound) IsRedirect() bool

IsRedirect returns true when this get user station not found response has a 3xx status code

func (*GetUserStationNotFound) IsServerError

func (o *GetUserStationNotFound) IsServerError() bool

IsServerError returns true when this get user station not found response has a 5xx status code

func (*GetUserStationNotFound) IsSuccess

func (o *GetUserStationNotFound) IsSuccess() bool

IsSuccess returns true when this get user station not found response has a 2xx status code

func (*GetUserStationNotFound) String

func (o *GetUserStationNotFound) String() string

type GetUserStationOK

type GetUserStationOK struct {
	Payload *models.UserStations
}

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

successful operation

func NewGetUserStationOK

func NewGetUserStationOK() *GetUserStationOK

NewGetUserStationOK creates a GetUserStationOK with default headers values

func (*GetUserStationOK) Error

func (o *GetUserStationOK) Error() string

func (*GetUserStationOK) GetPayload

func (o *GetUserStationOK) GetPayload() *models.UserStations

func (*GetUserStationOK) IsClientError

func (o *GetUserStationOK) IsClientError() bool

IsClientError returns true when this get user station o k response has a 4xx status code

func (*GetUserStationOK) IsCode

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

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

func (*GetUserStationOK) IsRedirect

func (o *GetUserStationOK) IsRedirect() bool

IsRedirect returns true when this get user station o k response has a 3xx status code

func (*GetUserStationOK) IsServerError

func (o *GetUserStationOK) IsServerError() bool

IsServerError returns true when this get user station o k response has a 5xx status code

func (*GetUserStationOK) IsSuccess

func (o *GetUserStationOK) IsSuccess() bool

IsSuccess returns true when this get user station o k response has a 2xx status code

func (*GetUserStationOK) String

func (o *GetUserStationOK) String() string

type GetUserStationParams

type GetUserStationParams struct {

	/* UserID.

	   User ID
	*/
	UserID string

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

GetUserStationParams contains all the parameters to send to the API endpoint

for the get user station operation.

Typically these are written to a http.Request.

func NewGetUserStationParams

func NewGetUserStationParams() *GetUserStationParams

NewGetUserStationParams creates a new GetUserStationParams 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 NewGetUserStationParamsWithContext

func NewGetUserStationParamsWithContext(ctx context.Context) *GetUserStationParams

NewGetUserStationParamsWithContext creates a new GetUserStationParams object with the ability to set a context for a request.

func NewGetUserStationParamsWithHTTPClient

func NewGetUserStationParamsWithHTTPClient(client *http.Client) *GetUserStationParams

NewGetUserStationParamsWithHTTPClient creates a new GetUserStationParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserStationParamsWithTimeout

func NewGetUserStationParamsWithTimeout(timeout time.Duration) *GetUserStationParams

NewGetUserStationParamsWithTimeout creates a new GetUserStationParams object with the ability to set a timeout on a request.

func (*GetUserStationParams) SetContext

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

SetContext adds the context to the get user station params

func (*GetUserStationParams) SetDefaults

func (o *GetUserStationParams) SetDefaults()

SetDefaults hydrates default values in the get user station params (not the query body).

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

func (*GetUserStationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user station params

func (*GetUserStationParams) SetTimeout

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

SetTimeout adds the timeout to the get user station params

func (*GetUserStationParams) SetUserID

func (o *GetUserStationParams) SetUserID(userID string)

SetUserID adds the userId to the get user station params

func (*GetUserStationParams) WithContext

WithContext adds the context to the get user station params

func (*GetUserStationParams) WithDefaults

func (o *GetUserStationParams) WithDefaults() *GetUserStationParams

WithDefaults hydrates default values in the get user station params (not the query body).

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

func (*GetUserStationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user station params

func (*GetUserStationParams) WithTimeout

func (o *GetUserStationParams) WithTimeout(timeout time.Duration) *GetUserStationParams

WithTimeout adds the timeout to the get user station params

func (*GetUserStationParams) WithUserID

func (o *GetUserStationParams) WithUserID(userID string) *GetUserStationParams

WithUserID adds the userID to the get user station params

func (*GetUserStationParams) WriteToRequest

func (o *GetUserStationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetUserStationReader

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

GetUserStationReader is a Reader for the GetUserStation structure.

func (*GetUserStationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserStationRequestEntityTooLarge

type GetUserStationRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserStationRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserStationRequestEntityTooLarge

func NewGetUserStationRequestEntityTooLarge() *GetUserStationRequestEntityTooLarge

NewGetUserStationRequestEntityTooLarge creates a GetUserStationRequestEntityTooLarge with default headers values

func (*GetUserStationRequestEntityTooLarge) Error

func (*GetUserStationRequestEntityTooLarge) GetPayload

func (*GetUserStationRequestEntityTooLarge) IsClientError

func (o *GetUserStationRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get user station request entity too large response has a 4xx status code

func (*GetUserStationRequestEntityTooLarge) IsCode

IsCode returns true when this get user station request entity too large response a status code equal to that given

func (*GetUserStationRequestEntityTooLarge) IsRedirect

func (o *GetUserStationRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this get user station request entity too large response has a 3xx status code

func (*GetUserStationRequestEntityTooLarge) IsServerError

func (o *GetUserStationRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get user station request entity too large response has a 5xx status code

func (*GetUserStationRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get user station request entity too large response has a 2xx status code

func (*GetUserStationRequestEntityTooLarge) String

type GetUserStationRequestTimeout

type GetUserStationRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserStationRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserStationRequestTimeout

func NewGetUserStationRequestTimeout() *GetUserStationRequestTimeout

NewGetUserStationRequestTimeout creates a GetUserStationRequestTimeout with default headers values

func (*GetUserStationRequestTimeout) Error

func (*GetUserStationRequestTimeout) GetPayload

func (*GetUserStationRequestTimeout) IsClientError

func (o *GetUserStationRequestTimeout) IsClientError() bool

IsClientError returns true when this get user station request timeout response has a 4xx status code

func (*GetUserStationRequestTimeout) IsCode

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

IsCode returns true when this get user station request timeout response a status code equal to that given

func (*GetUserStationRequestTimeout) IsRedirect

func (o *GetUserStationRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get user station request timeout response has a 3xx status code

func (*GetUserStationRequestTimeout) IsServerError

func (o *GetUserStationRequestTimeout) IsServerError() bool

IsServerError returns true when this get user station request timeout response has a 5xx status code

func (*GetUserStationRequestTimeout) IsSuccess

func (o *GetUserStationRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get user station request timeout response has a 2xx status code

func (*GetUserStationRequestTimeout) String

type GetUserStationServiceUnavailable

type GetUserStationServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserStationServiceUnavailable

func NewGetUserStationServiceUnavailable() *GetUserStationServiceUnavailable

NewGetUserStationServiceUnavailable creates a GetUserStationServiceUnavailable with default headers values

func (*GetUserStationServiceUnavailable) Error

func (*GetUserStationServiceUnavailable) GetPayload

func (*GetUserStationServiceUnavailable) IsClientError

func (o *GetUserStationServiceUnavailable) IsClientError() bool

IsClientError returns true when this get user station service unavailable response has a 4xx status code

func (*GetUserStationServiceUnavailable) IsCode

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

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

func (*GetUserStationServiceUnavailable) IsRedirect

func (o *GetUserStationServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get user station service unavailable response has a 3xx status code

func (*GetUserStationServiceUnavailable) IsServerError

func (o *GetUserStationServiceUnavailable) IsServerError() bool

IsServerError returns true when this get user station service unavailable response has a 5xx status code

func (*GetUserStationServiceUnavailable) IsSuccess

func (o *GetUserStationServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get user station service unavailable response has a 2xx status code

func (*GetUserStationServiceUnavailable) String

type GetUserStationTooManyRequests

type GetUserStationTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserStationTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserStationTooManyRequests

func NewGetUserStationTooManyRequests() *GetUserStationTooManyRequests

NewGetUserStationTooManyRequests creates a GetUserStationTooManyRequests with default headers values

func (*GetUserStationTooManyRequests) Error

func (*GetUserStationTooManyRequests) GetPayload

func (*GetUserStationTooManyRequests) IsClientError

func (o *GetUserStationTooManyRequests) IsClientError() bool

IsClientError returns true when this get user station too many requests response has a 4xx status code

func (*GetUserStationTooManyRequests) IsCode

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

IsCode returns true when this get user station too many requests response a status code equal to that given

func (*GetUserStationTooManyRequests) IsRedirect

func (o *GetUserStationTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user station too many requests response has a 3xx status code

func (*GetUserStationTooManyRequests) IsServerError

func (o *GetUserStationTooManyRequests) IsServerError() bool

IsServerError returns true when this get user station too many requests response has a 5xx status code

func (*GetUserStationTooManyRequests) IsSuccess

func (o *GetUserStationTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get user station too many requests response has a 2xx status code

func (*GetUserStationTooManyRequests) String

type GetUserStationUnauthorized

type GetUserStationUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUserStationUnauthorized

func NewGetUserStationUnauthorized() *GetUserStationUnauthorized

NewGetUserStationUnauthorized creates a GetUserStationUnauthorized with default headers values

func (*GetUserStationUnauthorized) Error

func (*GetUserStationUnauthorized) GetPayload

func (o *GetUserStationUnauthorized) GetPayload() *models.ErrorBody

func (*GetUserStationUnauthorized) IsClientError

func (o *GetUserStationUnauthorized) IsClientError() bool

IsClientError returns true when this get user station unauthorized response has a 4xx status code

func (*GetUserStationUnauthorized) IsCode

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

IsCode returns true when this get user station unauthorized response a status code equal to that given

func (*GetUserStationUnauthorized) IsRedirect

func (o *GetUserStationUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user station unauthorized response has a 3xx status code

func (*GetUserStationUnauthorized) IsServerError

func (o *GetUserStationUnauthorized) IsServerError() bool

IsServerError returns true when this get user station unauthorized response has a 5xx status code

func (*GetUserStationUnauthorized) IsSuccess

func (o *GetUserStationUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user station unauthorized response has a 2xx status code

func (*GetUserStationUnauthorized) String

func (o *GetUserStationUnauthorized) String() string

type GetUserStationUnsupportedMediaType

type GetUserStationUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserStationUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserStationUnsupportedMediaType

func NewGetUserStationUnsupportedMediaType() *GetUserStationUnsupportedMediaType

NewGetUserStationUnsupportedMediaType creates a GetUserStationUnsupportedMediaType with default headers values

func (*GetUserStationUnsupportedMediaType) Error

func (*GetUserStationUnsupportedMediaType) GetPayload

func (*GetUserStationUnsupportedMediaType) IsClientError

func (o *GetUserStationUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get user station unsupported media type response has a 4xx status code

func (*GetUserStationUnsupportedMediaType) IsCode

IsCode returns true when this get user station unsupported media type response a status code equal to that given

func (*GetUserStationUnsupportedMediaType) IsRedirect

func (o *GetUserStationUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get user station unsupported media type response has a 3xx status code

func (*GetUserStationUnsupportedMediaType) IsServerError

func (o *GetUserStationUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get user station unsupported media type response has a 5xx status code

func (*GetUserStationUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get user station unsupported media type response has a 2xx status code

func (*GetUserStationUnsupportedMediaType) String

type GetUserSuperiorsBadRequest

type GetUserSuperiorsBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUserSuperiorsBadRequest

func NewGetUserSuperiorsBadRequest() *GetUserSuperiorsBadRequest

NewGetUserSuperiorsBadRequest creates a GetUserSuperiorsBadRequest with default headers values

func (*GetUserSuperiorsBadRequest) Error

func (*GetUserSuperiorsBadRequest) GetPayload

func (o *GetUserSuperiorsBadRequest) GetPayload() *models.ErrorBody

func (*GetUserSuperiorsBadRequest) IsClientError

func (o *GetUserSuperiorsBadRequest) IsClientError() bool

IsClientError returns true when this get user superiors bad request response has a 4xx status code

func (*GetUserSuperiorsBadRequest) IsCode

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

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

func (*GetUserSuperiorsBadRequest) IsRedirect

func (o *GetUserSuperiorsBadRequest) IsRedirect() bool

IsRedirect returns true when this get user superiors bad request response has a 3xx status code

func (*GetUserSuperiorsBadRequest) IsServerError

func (o *GetUserSuperiorsBadRequest) IsServerError() bool

IsServerError returns true when this get user superiors bad request response has a 5xx status code

func (*GetUserSuperiorsBadRequest) IsSuccess

func (o *GetUserSuperiorsBadRequest) IsSuccess() bool

IsSuccess returns true when this get user superiors bad request response has a 2xx status code

func (*GetUserSuperiorsBadRequest) String

func (o *GetUserSuperiorsBadRequest) String() string

type GetUserSuperiorsForbidden

type GetUserSuperiorsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUserSuperiorsForbidden

func NewGetUserSuperiorsForbidden() *GetUserSuperiorsForbidden

NewGetUserSuperiorsForbidden creates a GetUserSuperiorsForbidden with default headers values

func (*GetUserSuperiorsForbidden) Error

func (o *GetUserSuperiorsForbidden) Error() string

func (*GetUserSuperiorsForbidden) GetPayload

func (o *GetUserSuperiorsForbidden) GetPayload() *models.ErrorBody

func (*GetUserSuperiorsForbidden) IsClientError

func (o *GetUserSuperiorsForbidden) IsClientError() bool

IsClientError returns true when this get user superiors forbidden response has a 4xx status code

func (*GetUserSuperiorsForbidden) IsCode

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

IsCode returns true when this get user superiors forbidden response a status code equal to that given

func (*GetUserSuperiorsForbidden) IsRedirect

func (o *GetUserSuperiorsForbidden) IsRedirect() bool

IsRedirect returns true when this get user superiors forbidden response has a 3xx status code

func (*GetUserSuperiorsForbidden) IsServerError

func (o *GetUserSuperiorsForbidden) IsServerError() bool

IsServerError returns true when this get user superiors forbidden response has a 5xx status code

func (*GetUserSuperiorsForbidden) IsSuccess

func (o *GetUserSuperiorsForbidden) IsSuccess() bool

IsSuccess returns true when this get user superiors forbidden response has a 2xx status code

func (*GetUserSuperiorsForbidden) String

func (o *GetUserSuperiorsForbidden) String() string

type GetUserSuperiorsGatewayTimeout

type GetUserSuperiorsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUserSuperiorsGatewayTimeout

func NewGetUserSuperiorsGatewayTimeout() *GetUserSuperiorsGatewayTimeout

NewGetUserSuperiorsGatewayTimeout creates a GetUserSuperiorsGatewayTimeout with default headers values

func (*GetUserSuperiorsGatewayTimeout) Error

func (*GetUserSuperiorsGatewayTimeout) GetPayload

func (*GetUserSuperiorsGatewayTimeout) IsClientError

func (o *GetUserSuperiorsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get user superiors gateway timeout response has a 4xx status code

func (*GetUserSuperiorsGatewayTimeout) IsCode

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

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

func (*GetUserSuperiorsGatewayTimeout) IsRedirect

func (o *GetUserSuperiorsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get user superiors gateway timeout response has a 3xx status code

func (*GetUserSuperiorsGatewayTimeout) IsServerError

func (o *GetUserSuperiorsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get user superiors gateway timeout response has a 5xx status code

func (*GetUserSuperiorsGatewayTimeout) IsSuccess

func (o *GetUserSuperiorsGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get user superiors gateway timeout response has a 2xx status code

func (*GetUserSuperiorsGatewayTimeout) String

type GetUserSuperiorsInternalServerError

type GetUserSuperiorsInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserSuperiorsInternalServerError

func NewGetUserSuperiorsInternalServerError() *GetUserSuperiorsInternalServerError

NewGetUserSuperiorsInternalServerError creates a GetUserSuperiorsInternalServerError with default headers values

func (*GetUserSuperiorsInternalServerError) Error

func (*GetUserSuperiorsInternalServerError) GetPayload

func (*GetUserSuperiorsInternalServerError) IsClientError

func (o *GetUserSuperiorsInternalServerError) IsClientError() bool

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

func (*GetUserSuperiorsInternalServerError) IsCode

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

func (*GetUserSuperiorsInternalServerError) IsRedirect

func (o *GetUserSuperiorsInternalServerError) IsRedirect() bool

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

func (*GetUserSuperiorsInternalServerError) IsServerError

func (o *GetUserSuperiorsInternalServerError) IsServerError() bool

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

func (*GetUserSuperiorsInternalServerError) IsSuccess

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

func (*GetUserSuperiorsInternalServerError) String

type GetUserSuperiorsNotFound

type GetUserSuperiorsNotFound struct {
	Payload *models.ErrorBody
}

GetUserSuperiorsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserSuperiorsNotFound

func NewGetUserSuperiorsNotFound() *GetUserSuperiorsNotFound

NewGetUserSuperiorsNotFound creates a GetUserSuperiorsNotFound with default headers values

func (*GetUserSuperiorsNotFound) Error

func (o *GetUserSuperiorsNotFound) Error() string

func (*GetUserSuperiorsNotFound) GetPayload

func (o *GetUserSuperiorsNotFound) GetPayload() *models.ErrorBody

func (*GetUserSuperiorsNotFound) IsClientError

func (o *GetUserSuperiorsNotFound) IsClientError() bool

IsClientError returns true when this get user superiors not found response has a 4xx status code

func (*GetUserSuperiorsNotFound) IsCode

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

IsCode returns true when this get user superiors not found response a status code equal to that given

func (*GetUserSuperiorsNotFound) IsRedirect

func (o *GetUserSuperiorsNotFound) IsRedirect() bool

IsRedirect returns true when this get user superiors not found response has a 3xx status code

func (*GetUserSuperiorsNotFound) IsServerError

func (o *GetUserSuperiorsNotFound) IsServerError() bool

IsServerError returns true when this get user superiors not found response has a 5xx status code

func (*GetUserSuperiorsNotFound) IsSuccess

func (o *GetUserSuperiorsNotFound) IsSuccess() bool

IsSuccess returns true when this get user superiors not found response has a 2xx status code

func (*GetUserSuperiorsNotFound) String

func (o *GetUserSuperiorsNotFound) String() string

type GetUserSuperiorsOK

type GetUserSuperiorsOK struct {
	Payload []*models.User
}

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

successful operation

func NewGetUserSuperiorsOK

func NewGetUserSuperiorsOK() *GetUserSuperiorsOK

NewGetUserSuperiorsOK creates a GetUserSuperiorsOK with default headers values

func (*GetUserSuperiorsOK) Error

func (o *GetUserSuperiorsOK) Error() string

func (*GetUserSuperiorsOK) GetPayload

func (o *GetUserSuperiorsOK) GetPayload() []*models.User

func (*GetUserSuperiorsOK) IsClientError

func (o *GetUserSuperiorsOK) IsClientError() bool

IsClientError returns true when this get user superiors o k response has a 4xx status code

func (*GetUserSuperiorsOK) IsCode

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

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

func (*GetUserSuperiorsOK) IsRedirect

func (o *GetUserSuperiorsOK) IsRedirect() bool

IsRedirect returns true when this get user superiors o k response has a 3xx status code

func (*GetUserSuperiorsOK) IsServerError

func (o *GetUserSuperiorsOK) IsServerError() bool

IsServerError returns true when this get user superiors o k response has a 5xx status code

func (*GetUserSuperiorsOK) IsSuccess

func (o *GetUserSuperiorsOK) IsSuccess() bool

IsSuccess returns true when this get user superiors o k response has a 2xx status code

func (*GetUserSuperiorsOK) String

func (o *GetUserSuperiorsOK) String() string

type GetUserSuperiorsParams

type GetUserSuperiorsParams struct {

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	/* UserID.

	   User ID
	*/
	UserID string

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

GetUserSuperiorsParams contains all the parameters to send to the API endpoint

for the get user superiors operation.

Typically these are written to a http.Request.

func NewGetUserSuperiorsParams

func NewGetUserSuperiorsParams() *GetUserSuperiorsParams

NewGetUserSuperiorsParams creates a new GetUserSuperiorsParams 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 NewGetUserSuperiorsParamsWithContext

func NewGetUserSuperiorsParamsWithContext(ctx context.Context) *GetUserSuperiorsParams

NewGetUserSuperiorsParamsWithContext creates a new GetUserSuperiorsParams object with the ability to set a context for a request.

func NewGetUserSuperiorsParamsWithHTTPClient

func NewGetUserSuperiorsParamsWithHTTPClient(client *http.Client) *GetUserSuperiorsParams

NewGetUserSuperiorsParamsWithHTTPClient creates a new GetUserSuperiorsParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserSuperiorsParamsWithTimeout

func NewGetUserSuperiorsParamsWithTimeout(timeout time.Duration) *GetUserSuperiorsParams

NewGetUserSuperiorsParamsWithTimeout creates a new GetUserSuperiorsParams object with the ability to set a timeout on a request.

func (*GetUserSuperiorsParams) SetContext

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

SetContext adds the context to the get user superiors params

func (*GetUserSuperiorsParams) SetDefaults

func (o *GetUserSuperiorsParams) SetDefaults()

SetDefaults hydrates default values in the get user superiors params (not the query body).

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

func (*GetUserSuperiorsParams) SetExpand

func (o *GetUserSuperiorsParams) SetExpand(expand []string)

SetExpand adds the expand to the get user superiors params

func (*GetUserSuperiorsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user superiors params

func (*GetUserSuperiorsParams) SetTimeout

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

SetTimeout adds the timeout to the get user superiors params

func (*GetUserSuperiorsParams) SetUserID

func (o *GetUserSuperiorsParams) SetUserID(userID string)

SetUserID adds the userId to the get user superiors params

func (*GetUserSuperiorsParams) WithContext

WithContext adds the context to the get user superiors params

func (*GetUserSuperiorsParams) WithDefaults

WithDefaults hydrates default values in the get user superiors params (not the query body).

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

func (*GetUserSuperiorsParams) WithExpand

func (o *GetUserSuperiorsParams) WithExpand(expand []string) *GetUserSuperiorsParams

WithExpand adds the expand to the get user superiors params

func (*GetUserSuperiorsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user superiors params

func (*GetUserSuperiorsParams) WithTimeout

WithTimeout adds the timeout to the get user superiors params

func (*GetUserSuperiorsParams) WithUserID

func (o *GetUserSuperiorsParams) WithUserID(userID string) *GetUserSuperiorsParams

WithUserID adds the userID to the get user superiors params

func (*GetUserSuperiorsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserSuperiorsReader

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

GetUserSuperiorsReader is a Reader for the GetUserSuperiors structure.

func (*GetUserSuperiorsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserSuperiorsRequestEntityTooLarge

type GetUserSuperiorsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserSuperiorsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserSuperiorsRequestEntityTooLarge

func NewGetUserSuperiorsRequestEntityTooLarge() *GetUserSuperiorsRequestEntityTooLarge

NewGetUserSuperiorsRequestEntityTooLarge creates a GetUserSuperiorsRequestEntityTooLarge with default headers values

func (*GetUserSuperiorsRequestEntityTooLarge) Error

func (*GetUserSuperiorsRequestEntityTooLarge) GetPayload

func (*GetUserSuperiorsRequestEntityTooLarge) IsClientError

func (o *GetUserSuperiorsRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get user superiors request entity too large response has a 4xx status code

func (*GetUserSuperiorsRequestEntityTooLarge) IsCode

IsCode returns true when this get user superiors request entity too large response a status code equal to that given

func (*GetUserSuperiorsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get user superiors request entity too large response has a 3xx status code

func (*GetUserSuperiorsRequestEntityTooLarge) IsServerError

func (o *GetUserSuperiorsRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get user superiors request entity too large response has a 5xx status code

func (*GetUserSuperiorsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get user superiors request entity too large response has a 2xx status code

func (*GetUserSuperiorsRequestEntityTooLarge) String

type GetUserSuperiorsRequestTimeout

type GetUserSuperiorsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserSuperiorsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserSuperiorsRequestTimeout

func NewGetUserSuperiorsRequestTimeout() *GetUserSuperiorsRequestTimeout

NewGetUserSuperiorsRequestTimeout creates a GetUserSuperiorsRequestTimeout with default headers values

func (*GetUserSuperiorsRequestTimeout) Error

func (*GetUserSuperiorsRequestTimeout) GetPayload

func (*GetUserSuperiorsRequestTimeout) IsClientError

func (o *GetUserSuperiorsRequestTimeout) IsClientError() bool

IsClientError returns true when this get user superiors request timeout response has a 4xx status code

func (*GetUserSuperiorsRequestTimeout) IsCode

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

IsCode returns true when this get user superiors request timeout response a status code equal to that given

func (*GetUserSuperiorsRequestTimeout) IsRedirect

func (o *GetUserSuperiorsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get user superiors request timeout response has a 3xx status code

func (*GetUserSuperiorsRequestTimeout) IsServerError

func (o *GetUserSuperiorsRequestTimeout) IsServerError() bool

IsServerError returns true when this get user superiors request timeout response has a 5xx status code

func (*GetUserSuperiorsRequestTimeout) IsSuccess

func (o *GetUserSuperiorsRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get user superiors request timeout response has a 2xx status code

func (*GetUserSuperiorsRequestTimeout) String

type GetUserSuperiorsServiceUnavailable

type GetUserSuperiorsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserSuperiorsServiceUnavailable

func NewGetUserSuperiorsServiceUnavailable() *GetUserSuperiorsServiceUnavailable

NewGetUserSuperiorsServiceUnavailable creates a GetUserSuperiorsServiceUnavailable with default headers values

func (*GetUserSuperiorsServiceUnavailable) Error

func (*GetUserSuperiorsServiceUnavailable) GetPayload

func (*GetUserSuperiorsServiceUnavailable) IsClientError

func (o *GetUserSuperiorsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get user superiors service unavailable response has a 4xx status code

func (*GetUserSuperiorsServiceUnavailable) IsCode

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

func (*GetUserSuperiorsServiceUnavailable) IsRedirect

func (o *GetUserSuperiorsServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get user superiors service unavailable response has a 3xx status code

func (*GetUserSuperiorsServiceUnavailable) IsServerError

func (o *GetUserSuperiorsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get user superiors service unavailable response has a 5xx status code

func (*GetUserSuperiorsServiceUnavailable) IsSuccess

IsSuccess returns true when this get user superiors service unavailable response has a 2xx status code

func (*GetUserSuperiorsServiceUnavailable) String

type GetUserSuperiorsTooManyRequests

type GetUserSuperiorsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserSuperiorsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserSuperiorsTooManyRequests

func NewGetUserSuperiorsTooManyRequests() *GetUserSuperiorsTooManyRequests

NewGetUserSuperiorsTooManyRequests creates a GetUserSuperiorsTooManyRequests with default headers values

func (*GetUserSuperiorsTooManyRequests) Error

func (*GetUserSuperiorsTooManyRequests) GetPayload

func (*GetUserSuperiorsTooManyRequests) IsClientError

func (o *GetUserSuperiorsTooManyRequests) IsClientError() bool

IsClientError returns true when this get user superiors too many requests response has a 4xx status code

func (*GetUserSuperiorsTooManyRequests) IsCode

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

IsCode returns true when this get user superiors too many requests response a status code equal to that given

func (*GetUserSuperiorsTooManyRequests) IsRedirect

func (o *GetUserSuperiorsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user superiors too many requests response has a 3xx status code

func (*GetUserSuperiorsTooManyRequests) IsServerError

func (o *GetUserSuperiorsTooManyRequests) IsServerError() bool

IsServerError returns true when this get user superiors too many requests response has a 5xx status code

func (*GetUserSuperiorsTooManyRequests) IsSuccess

func (o *GetUserSuperiorsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get user superiors too many requests response has a 2xx status code

func (*GetUserSuperiorsTooManyRequests) String

type GetUserSuperiorsUnauthorized

type GetUserSuperiorsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUserSuperiorsUnauthorized

func NewGetUserSuperiorsUnauthorized() *GetUserSuperiorsUnauthorized

NewGetUserSuperiorsUnauthorized creates a GetUserSuperiorsUnauthorized with default headers values

func (*GetUserSuperiorsUnauthorized) Error

func (*GetUserSuperiorsUnauthorized) GetPayload

func (*GetUserSuperiorsUnauthorized) IsClientError

func (o *GetUserSuperiorsUnauthorized) IsClientError() bool

IsClientError returns true when this get user superiors unauthorized response has a 4xx status code

func (*GetUserSuperiorsUnauthorized) IsCode

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

IsCode returns true when this get user superiors unauthorized response a status code equal to that given

func (*GetUserSuperiorsUnauthorized) IsRedirect

func (o *GetUserSuperiorsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user superiors unauthorized response has a 3xx status code

func (*GetUserSuperiorsUnauthorized) IsServerError

func (o *GetUserSuperiorsUnauthorized) IsServerError() bool

IsServerError returns true when this get user superiors unauthorized response has a 5xx status code

func (*GetUserSuperiorsUnauthorized) IsSuccess

func (o *GetUserSuperiorsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user superiors unauthorized response has a 2xx status code

func (*GetUserSuperiorsUnauthorized) String

type GetUserSuperiorsUnsupportedMediaType

type GetUserSuperiorsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserSuperiorsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserSuperiorsUnsupportedMediaType

func NewGetUserSuperiorsUnsupportedMediaType() *GetUserSuperiorsUnsupportedMediaType

NewGetUserSuperiorsUnsupportedMediaType creates a GetUserSuperiorsUnsupportedMediaType with default headers values

func (*GetUserSuperiorsUnsupportedMediaType) Error

func (*GetUserSuperiorsUnsupportedMediaType) GetPayload

func (*GetUserSuperiorsUnsupportedMediaType) IsClientError

func (o *GetUserSuperiorsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get user superiors unsupported media type response has a 4xx status code

func (*GetUserSuperiorsUnsupportedMediaType) IsCode

IsCode returns true when this get user superiors unsupported media type response a status code equal to that given

func (*GetUserSuperiorsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get user superiors unsupported media type response has a 3xx status code

func (*GetUserSuperiorsUnsupportedMediaType) IsServerError

func (o *GetUserSuperiorsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get user superiors unsupported media type response has a 5xx status code

func (*GetUserSuperiorsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get user superiors unsupported media type response has a 2xx status code

func (*GetUserSuperiorsUnsupportedMediaType) String

type GetUserTooManyRequests

type GetUserTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserTooManyRequests

func NewGetUserTooManyRequests() *GetUserTooManyRequests

NewGetUserTooManyRequests creates a GetUserTooManyRequests with default headers values

func (*GetUserTooManyRequests) Error

func (o *GetUserTooManyRequests) Error() string

func (*GetUserTooManyRequests) GetPayload

func (o *GetUserTooManyRequests) GetPayload() *models.ErrorBody

func (*GetUserTooManyRequests) IsClientError

func (o *GetUserTooManyRequests) IsClientError() bool

IsClientError returns true when this get user too many requests response has a 4xx status code

func (*GetUserTooManyRequests) IsCode

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

IsCode returns true when this get user too many requests response a status code equal to that given

func (*GetUserTooManyRequests) IsRedirect

func (o *GetUserTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user too many requests response has a 3xx status code

func (*GetUserTooManyRequests) IsServerError

func (o *GetUserTooManyRequests) IsServerError() bool

IsServerError returns true when this get user too many requests response has a 5xx status code

func (*GetUserTooManyRequests) IsSuccess

func (o *GetUserTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get user too many requests response has a 2xx status code

func (*GetUserTooManyRequests) String

func (o *GetUserTooManyRequests) String() string

type GetUserTrustorsBadRequest

type GetUserTrustorsBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUserTrustorsBadRequest

func NewGetUserTrustorsBadRequest() *GetUserTrustorsBadRequest

NewGetUserTrustorsBadRequest creates a GetUserTrustorsBadRequest with default headers values

func (*GetUserTrustorsBadRequest) Error

func (o *GetUserTrustorsBadRequest) Error() string

func (*GetUserTrustorsBadRequest) GetPayload

func (o *GetUserTrustorsBadRequest) GetPayload() *models.ErrorBody

func (*GetUserTrustorsBadRequest) IsClientError

func (o *GetUserTrustorsBadRequest) IsClientError() bool

IsClientError returns true when this get user trustors bad request response has a 4xx status code

func (*GetUserTrustorsBadRequest) IsCode

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

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

func (*GetUserTrustorsBadRequest) IsRedirect

func (o *GetUserTrustorsBadRequest) IsRedirect() bool

IsRedirect returns true when this get user trustors bad request response has a 3xx status code

func (*GetUserTrustorsBadRequest) IsServerError

func (o *GetUserTrustorsBadRequest) IsServerError() bool

IsServerError returns true when this get user trustors bad request response has a 5xx status code

func (*GetUserTrustorsBadRequest) IsSuccess

func (o *GetUserTrustorsBadRequest) IsSuccess() bool

IsSuccess returns true when this get user trustors bad request response has a 2xx status code

func (*GetUserTrustorsBadRequest) String

func (o *GetUserTrustorsBadRequest) String() string

type GetUserTrustorsForbidden

type GetUserTrustorsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUserTrustorsForbidden

func NewGetUserTrustorsForbidden() *GetUserTrustorsForbidden

NewGetUserTrustorsForbidden creates a GetUserTrustorsForbidden with default headers values

func (*GetUserTrustorsForbidden) Error

func (o *GetUserTrustorsForbidden) Error() string

func (*GetUserTrustorsForbidden) GetPayload

func (o *GetUserTrustorsForbidden) GetPayload() *models.ErrorBody

func (*GetUserTrustorsForbidden) IsClientError

func (o *GetUserTrustorsForbidden) IsClientError() bool

IsClientError returns true when this get user trustors forbidden response has a 4xx status code

func (*GetUserTrustorsForbidden) IsCode

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

IsCode returns true when this get user trustors forbidden response a status code equal to that given

func (*GetUserTrustorsForbidden) IsRedirect

func (o *GetUserTrustorsForbidden) IsRedirect() bool

IsRedirect returns true when this get user trustors forbidden response has a 3xx status code

func (*GetUserTrustorsForbidden) IsServerError

func (o *GetUserTrustorsForbidden) IsServerError() bool

IsServerError returns true when this get user trustors forbidden response has a 5xx status code

func (*GetUserTrustorsForbidden) IsSuccess

func (o *GetUserTrustorsForbidden) IsSuccess() bool

IsSuccess returns true when this get user trustors forbidden response has a 2xx status code

func (*GetUserTrustorsForbidden) String

func (o *GetUserTrustorsForbidden) String() string

type GetUserTrustorsGatewayTimeout

type GetUserTrustorsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUserTrustorsGatewayTimeout

func NewGetUserTrustorsGatewayTimeout() *GetUserTrustorsGatewayTimeout

NewGetUserTrustorsGatewayTimeout creates a GetUserTrustorsGatewayTimeout with default headers values

func (*GetUserTrustorsGatewayTimeout) Error

func (*GetUserTrustorsGatewayTimeout) GetPayload

func (*GetUserTrustorsGatewayTimeout) IsClientError

func (o *GetUserTrustorsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get user trustors gateway timeout response has a 4xx status code

func (*GetUserTrustorsGatewayTimeout) IsCode

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

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

func (*GetUserTrustorsGatewayTimeout) IsRedirect

func (o *GetUserTrustorsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get user trustors gateway timeout response has a 3xx status code

func (*GetUserTrustorsGatewayTimeout) IsServerError

func (o *GetUserTrustorsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get user trustors gateway timeout response has a 5xx status code

func (*GetUserTrustorsGatewayTimeout) IsSuccess

func (o *GetUserTrustorsGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get user trustors gateway timeout response has a 2xx status code

func (*GetUserTrustorsGatewayTimeout) String

type GetUserTrustorsInternalServerError

type GetUserTrustorsInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserTrustorsInternalServerError

func NewGetUserTrustorsInternalServerError() *GetUserTrustorsInternalServerError

NewGetUserTrustorsInternalServerError creates a GetUserTrustorsInternalServerError with default headers values

func (*GetUserTrustorsInternalServerError) Error

func (*GetUserTrustorsInternalServerError) GetPayload

func (*GetUserTrustorsInternalServerError) IsClientError

func (o *GetUserTrustorsInternalServerError) IsClientError() bool

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

func (*GetUserTrustorsInternalServerError) IsCode

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

func (*GetUserTrustorsInternalServerError) IsRedirect

func (o *GetUserTrustorsInternalServerError) IsRedirect() bool

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

func (*GetUserTrustorsInternalServerError) IsServerError

func (o *GetUserTrustorsInternalServerError) IsServerError() bool

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

func (*GetUserTrustorsInternalServerError) IsSuccess

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

func (*GetUserTrustorsInternalServerError) String

type GetUserTrustorsNotFound

type GetUserTrustorsNotFound struct {
	Payload *models.ErrorBody
}

GetUserTrustorsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserTrustorsNotFound

func NewGetUserTrustorsNotFound() *GetUserTrustorsNotFound

NewGetUserTrustorsNotFound creates a GetUserTrustorsNotFound with default headers values

func (*GetUserTrustorsNotFound) Error

func (o *GetUserTrustorsNotFound) Error() string

func (*GetUserTrustorsNotFound) GetPayload

func (o *GetUserTrustorsNotFound) GetPayload() *models.ErrorBody

func (*GetUserTrustorsNotFound) IsClientError

func (o *GetUserTrustorsNotFound) IsClientError() bool

IsClientError returns true when this get user trustors not found response has a 4xx status code

func (*GetUserTrustorsNotFound) IsCode

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

IsCode returns true when this get user trustors not found response a status code equal to that given

func (*GetUserTrustorsNotFound) IsRedirect

func (o *GetUserTrustorsNotFound) IsRedirect() bool

IsRedirect returns true when this get user trustors not found response has a 3xx status code

func (*GetUserTrustorsNotFound) IsServerError

func (o *GetUserTrustorsNotFound) IsServerError() bool

IsServerError returns true when this get user trustors not found response has a 5xx status code

func (*GetUserTrustorsNotFound) IsSuccess

func (o *GetUserTrustorsNotFound) IsSuccess() bool

IsSuccess returns true when this get user trustors not found response has a 2xx status code

func (*GetUserTrustorsNotFound) String

func (o *GetUserTrustorsNotFound) String() string

type GetUserTrustorsOK

type GetUserTrustorsOK struct {
	Payload *models.TrustorEntityListing
}

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

successful operation

func NewGetUserTrustorsOK

func NewGetUserTrustorsOK() *GetUserTrustorsOK

NewGetUserTrustorsOK creates a GetUserTrustorsOK with default headers values

func (*GetUserTrustorsOK) Error

func (o *GetUserTrustorsOK) Error() string

func (*GetUserTrustorsOK) GetPayload

func (*GetUserTrustorsOK) IsClientError

func (o *GetUserTrustorsOK) IsClientError() bool

IsClientError returns true when this get user trustors o k response has a 4xx status code

func (*GetUserTrustorsOK) IsCode

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

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

func (*GetUserTrustorsOK) IsRedirect

func (o *GetUserTrustorsOK) IsRedirect() bool

IsRedirect returns true when this get user trustors o k response has a 3xx status code

func (*GetUserTrustorsOK) IsServerError

func (o *GetUserTrustorsOK) IsServerError() bool

IsServerError returns true when this get user trustors o k response has a 5xx status code

func (*GetUserTrustorsOK) IsSuccess

func (o *GetUserTrustorsOK) IsSuccess() bool

IsSuccess returns true when this get user trustors o k response has a 2xx status code

func (*GetUserTrustorsOK) String

func (o *GetUserTrustorsOK) String() string

type GetUserTrustorsParams

type GetUserTrustorsParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* UserID.

	   User ID
	*/
	UserID string

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

GetUserTrustorsParams contains all the parameters to send to the API endpoint

for the get user trustors operation.

Typically these are written to a http.Request.

func NewGetUserTrustorsParams

func NewGetUserTrustorsParams() *GetUserTrustorsParams

NewGetUserTrustorsParams creates a new GetUserTrustorsParams 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 NewGetUserTrustorsParamsWithContext

func NewGetUserTrustorsParamsWithContext(ctx context.Context) *GetUserTrustorsParams

NewGetUserTrustorsParamsWithContext creates a new GetUserTrustorsParams object with the ability to set a context for a request.

func NewGetUserTrustorsParamsWithHTTPClient

func NewGetUserTrustorsParamsWithHTTPClient(client *http.Client) *GetUserTrustorsParams

NewGetUserTrustorsParamsWithHTTPClient creates a new GetUserTrustorsParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserTrustorsParamsWithTimeout

func NewGetUserTrustorsParamsWithTimeout(timeout time.Duration) *GetUserTrustorsParams

NewGetUserTrustorsParamsWithTimeout creates a new GetUserTrustorsParams object with the ability to set a timeout on a request.

func (*GetUserTrustorsParams) SetContext

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

SetContext adds the context to the get user trustors params

func (*GetUserTrustorsParams) SetDefaults

func (o *GetUserTrustorsParams) SetDefaults()

SetDefaults hydrates default values in the get user trustors params (not the query body).

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

func (*GetUserTrustorsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user trustors params

func (*GetUserTrustorsParams) SetPageNumber

func (o *GetUserTrustorsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get user trustors params

func (*GetUserTrustorsParams) SetPageSize

func (o *GetUserTrustorsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get user trustors params

func (*GetUserTrustorsParams) SetTimeout

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

SetTimeout adds the timeout to the get user trustors params

func (*GetUserTrustorsParams) SetUserID

func (o *GetUserTrustorsParams) SetUserID(userID string)

SetUserID adds the userId to the get user trustors params

func (*GetUserTrustorsParams) WithContext

WithContext adds the context to the get user trustors params

func (*GetUserTrustorsParams) WithDefaults

func (o *GetUserTrustorsParams) WithDefaults() *GetUserTrustorsParams

WithDefaults hydrates default values in the get user trustors params (not the query body).

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

func (*GetUserTrustorsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user trustors params

func (*GetUserTrustorsParams) WithPageNumber

func (o *GetUserTrustorsParams) WithPageNumber(pageNumber *int32) *GetUserTrustorsParams

WithPageNumber adds the pageNumber to the get user trustors params

func (*GetUserTrustorsParams) WithPageSize

func (o *GetUserTrustorsParams) WithPageSize(pageSize *int32) *GetUserTrustorsParams

WithPageSize adds the pageSize to the get user trustors params

func (*GetUserTrustorsParams) WithTimeout

func (o *GetUserTrustorsParams) WithTimeout(timeout time.Duration) *GetUserTrustorsParams

WithTimeout adds the timeout to the get user trustors params

func (*GetUserTrustorsParams) WithUserID

func (o *GetUserTrustorsParams) WithUserID(userID string) *GetUserTrustorsParams

WithUserID adds the userID to the get user trustors params

func (*GetUserTrustorsParams) WriteToRequest

func (o *GetUserTrustorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetUserTrustorsReader

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

GetUserTrustorsReader is a Reader for the GetUserTrustors structure.

func (*GetUserTrustorsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserTrustorsRequestEntityTooLarge

type GetUserTrustorsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserTrustorsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserTrustorsRequestEntityTooLarge

func NewGetUserTrustorsRequestEntityTooLarge() *GetUserTrustorsRequestEntityTooLarge

NewGetUserTrustorsRequestEntityTooLarge creates a GetUserTrustorsRequestEntityTooLarge with default headers values

func (*GetUserTrustorsRequestEntityTooLarge) Error

func (*GetUserTrustorsRequestEntityTooLarge) GetPayload

func (*GetUserTrustorsRequestEntityTooLarge) IsClientError

func (o *GetUserTrustorsRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get user trustors request entity too large response has a 4xx status code

func (*GetUserTrustorsRequestEntityTooLarge) IsCode

IsCode returns true when this get user trustors request entity too large response a status code equal to that given

func (*GetUserTrustorsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get user trustors request entity too large response has a 3xx status code

func (*GetUserTrustorsRequestEntityTooLarge) IsServerError

func (o *GetUserTrustorsRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get user trustors request entity too large response has a 5xx status code

func (*GetUserTrustorsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get user trustors request entity too large response has a 2xx status code

func (*GetUserTrustorsRequestEntityTooLarge) String

type GetUserTrustorsRequestTimeout

type GetUserTrustorsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserTrustorsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserTrustorsRequestTimeout

func NewGetUserTrustorsRequestTimeout() *GetUserTrustorsRequestTimeout

NewGetUserTrustorsRequestTimeout creates a GetUserTrustorsRequestTimeout with default headers values

func (*GetUserTrustorsRequestTimeout) Error

func (*GetUserTrustorsRequestTimeout) GetPayload

func (*GetUserTrustorsRequestTimeout) IsClientError

func (o *GetUserTrustorsRequestTimeout) IsClientError() bool

IsClientError returns true when this get user trustors request timeout response has a 4xx status code

func (*GetUserTrustorsRequestTimeout) IsCode

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

IsCode returns true when this get user trustors request timeout response a status code equal to that given

func (*GetUserTrustorsRequestTimeout) IsRedirect

func (o *GetUserTrustorsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get user trustors request timeout response has a 3xx status code

func (*GetUserTrustorsRequestTimeout) IsServerError

func (o *GetUserTrustorsRequestTimeout) IsServerError() bool

IsServerError returns true when this get user trustors request timeout response has a 5xx status code

func (*GetUserTrustorsRequestTimeout) IsSuccess

func (o *GetUserTrustorsRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get user trustors request timeout response has a 2xx status code

func (*GetUserTrustorsRequestTimeout) String

type GetUserTrustorsServiceUnavailable

type GetUserTrustorsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserTrustorsServiceUnavailable

func NewGetUserTrustorsServiceUnavailable() *GetUserTrustorsServiceUnavailable

NewGetUserTrustorsServiceUnavailable creates a GetUserTrustorsServiceUnavailable with default headers values

func (*GetUserTrustorsServiceUnavailable) Error

func (*GetUserTrustorsServiceUnavailable) GetPayload

func (*GetUserTrustorsServiceUnavailable) IsClientError

func (o *GetUserTrustorsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get user trustors service unavailable response has a 4xx status code

func (*GetUserTrustorsServiceUnavailable) IsCode

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

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

func (*GetUserTrustorsServiceUnavailable) IsRedirect

func (o *GetUserTrustorsServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get user trustors service unavailable response has a 3xx status code

func (*GetUserTrustorsServiceUnavailable) IsServerError

func (o *GetUserTrustorsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get user trustors service unavailable response has a 5xx status code

func (*GetUserTrustorsServiceUnavailable) IsSuccess

func (o *GetUserTrustorsServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get user trustors service unavailable response has a 2xx status code

func (*GetUserTrustorsServiceUnavailable) String

type GetUserTrustorsTooManyRequests

type GetUserTrustorsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserTrustorsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserTrustorsTooManyRequests

func NewGetUserTrustorsTooManyRequests() *GetUserTrustorsTooManyRequests

NewGetUserTrustorsTooManyRequests creates a GetUserTrustorsTooManyRequests with default headers values

func (*GetUserTrustorsTooManyRequests) Error

func (*GetUserTrustorsTooManyRequests) GetPayload

func (*GetUserTrustorsTooManyRequests) IsClientError

func (o *GetUserTrustorsTooManyRequests) IsClientError() bool

IsClientError returns true when this get user trustors too many requests response has a 4xx status code

func (*GetUserTrustorsTooManyRequests) IsCode

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

IsCode returns true when this get user trustors too many requests response a status code equal to that given

func (*GetUserTrustorsTooManyRequests) IsRedirect

func (o *GetUserTrustorsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get user trustors too many requests response has a 3xx status code

func (*GetUserTrustorsTooManyRequests) IsServerError

func (o *GetUserTrustorsTooManyRequests) IsServerError() bool

IsServerError returns true when this get user trustors too many requests response has a 5xx status code

func (*GetUserTrustorsTooManyRequests) IsSuccess

func (o *GetUserTrustorsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get user trustors too many requests response has a 2xx status code

func (*GetUserTrustorsTooManyRequests) String

type GetUserTrustorsUnauthorized

type GetUserTrustorsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUserTrustorsUnauthorized

func NewGetUserTrustorsUnauthorized() *GetUserTrustorsUnauthorized

NewGetUserTrustorsUnauthorized creates a GetUserTrustorsUnauthorized with default headers values

func (*GetUserTrustorsUnauthorized) Error

func (*GetUserTrustorsUnauthorized) GetPayload

func (o *GetUserTrustorsUnauthorized) GetPayload() *models.ErrorBody

func (*GetUserTrustorsUnauthorized) IsClientError

func (o *GetUserTrustorsUnauthorized) IsClientError() bool

IsClientError returns true when this get user trustors unauthorized response has a 4xx status code

func (*GetUserTrustorsUnauthorized) IsCode

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

IsCode returns true when this get user trustors unauthorized response a status code equal to that given

func (*GetUserTrustorsUnauthorized) IsRedirect

func (o *GetUserTrustorsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user trustors unauthorized response has a 3xx status code

func (*GetUserTrustorsUnauthorized) IsServerError

func (o *GetUserTrustorsUnauthorized) IsServerError() bool

IsServerError returns true when this get user trustors unauthorized response has a 5xx status code

func (*GetUserTrustorsUnauthorized) IsSuccess

func (o *GetUserTrustorsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user trustors unauthorized response has a 2xx status code

func (*GetUserTrustorsUnauthorized) String

func (o *GetUserTrustorsUnauthorized) String() string

type GetUserTrustorsUnsupportedMediaType

type GetUserTrustorsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserTrustorsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserTrustorsUnsupportedMediaType

func NewGetUserTrustorsUnsupportedMediaType() *GetUserTrustorsUnsupportedMediaType

NewGetUserTrustorsUnsupportedMediaType creates a GetUserTrustorsUnsupportedMediaType with default headers values

func (*GetUserTrustorsUnsupportedMediaType) Error

func (*GetUserTrustorsUnsupportedMediaType) GetPayload

func (*GetUserTrustorsUnsupportedMediaType) IsClientError

func (o *GetUserTrustorsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get user trustors unsupported media type response has a 4xx status code

func (*GetUserTrustorsUnsupportedMediaType) IsCode

IsCode returns true when this get user trustors unsupported media type response a status code equal to that given

func (*GetUserTrustorsUnsupportedMediaType) IsRedirect

func (o *GetUserTrustorsUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get user trustors unsupported media type response has a 3xx status code

func (*GetUserTrustorsUnsupportedMediaType) IsServerError

func (o *GetUserTrustorsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get user trustors unsupported media type response has a 5xx status code

func (*GetUserTrustorsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get user trustors unsupported media type response has a 2xx status code

func (*GetUserTrustorsUnsupportedMediaType) String

type GetUserUnauthorized

type GetUserUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUserUnauthorized

func NewGetUserUnauthorized() *GetUserUnauthorized

NewGetUserUnauthorized creates a GetUserUnauthorized with default headers values

func (*GetUserUnauthorized) Error

func (o *GetUserUnauthorized) Error() string

func (*GetUserUnauthorized) GetPayload

func (o *GetUserUnauthorized) GetPayload() *models.ErrorBody

func (*GetUserUnauthorized) IsClientError

func (o *GetUserUnauthorized) IsClientError() bool

IsClientError returns true when this get user unauthorized response has a 4xx status code

func (*GetUserUnauthorized) IsCode

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

IsCode returns true when this get user unauthorized response a status code equal to that given

func (*GetUserUnauthorized) IsRedirect

func (o *GetUserUnauthorized) IsRedirect() bool

IsRedirect returns true when this get user unauthorized response has a 3xx status code

func (*GetUserUnauthorized) IsServerError

func (o *GetUserUnauthorized) IsServerError() bool

IsServerError returns true when this get user unauthorized response has a 5xx status code

func (*GetUserUnauthorized) IsSuccess

func (o *GetUserUnauthorized) IsSuccess() bool

IsSuccess returns true when this get user unauthorized response has a 2xx status code

func (*GetUserUnauthorized) String

func (o *GetUserUnauthorized) String() string

type GetUserUnsupportedMediaType

type GetUserUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserUnsupportedMediaType

func NewGetUserUnsupportedMediaType() *GetUserUnsupportedMediaType

NewGetUserUnsupportedMediaType creates a GetUserUnsupportedMediaType with default headers values

func (*GetUserUnsupportedMediaType) Error

func (*GetUserUnsupportedMediaType) GetPayload

func (o *GetUserUnsupportedMediaType) GetPayload() *models.ErrorBody

func (*GetUserUnsupportedMediaType) IsClientError

func (o *GetUserUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get user unsupported media type response has a 4xx status code

func (*GetUserUnsupportedMediaType) IsCode

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

IsCode returns true when this get user unsupported media type response a status code equal to that given

func (*GetUserUnsupportedMediaType) IsRedirect

func (o *GetUserUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get user unsupported media type response has a 3xx status code

func (*GetUserUnsupportedMediaType) IsServerError

func (o *GetUserUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get user unsupported media type response has a 5xx status code

func (*GetUserUnsupportedMediaType) IsSuccess

func (o *GetUserUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this get user unsupported media type response has a 2xx status code

func (*GetUserUnsupportedMediaType) String

func (o *GetUserUnsupportedMediaType) String() string

type GetUsersBadRequest

type GetUsersBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUsersBadRequest

func NewGetUsersBadRequest() *GetUsersBadRequest

NewGetUsersBadRequest creates a GetUsersBadRequest with default headers values

func (*GetUsersBadRequest) Error

func (o *GetUsersBadRequest) Error() string

func (*GetUsersBadRequest) GetPayload

func (o *GetUsersBadRequest) GetPayload() *models.ErrorBody

func (*GetUsersBadRequest) IsClientError

func (o *GetUsersBadRequest) IsClientError() bool

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

func (*GetUsersBadRequest) IsCode

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

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

func (*GetUsersBadRequest) IsRedirect

func (o *GetUsersBadRequest) IsRedirect() bool

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

func (*GetUsersBadRequest) IsServerError

func (o *GetUsersBadRequest) IsServerError() bool

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

func (*GetUsersBadRequest) IsSuccess

func (o *GetUsersBadRequest) IsSuccess() bool

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

func (*GetUsersBadRequest) String

func (o *GetUsersBadRequest) String() string

type GetUsersDevelopmentActivitiesBadRequest

type GetUsersDevelopmentActivitiesBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUsersDevelopmentActivitiesBadRequest

func NewGetUsersDevelopmentActivitiesBadRequest() *GetUsersDevelopmentActivitiesBadRequest

NewGetUsersDevelopmentActivitiesBadRequest creates a GetUsersDevelopmentActivitiesBadRequest with default headers values

func (*GetUsersDevelopmentActivitiesBadRequest) Error

func (*GetUsersDevelopmentActivitiesBadRequest) GetPayload

func (*GetUsersDevelopmentActivitiesBadRequest) IsClientError

func (o *GetUsersDevelopmentActivitiesBadRequest) IsClientError() bool

IsClientError returns true when this get users development activities bad request response has a 4xx status code

func (*GetUsersDevelopmentActivitiesBadRequest) IsCode

IsCode returns true when this get users development activities bad request response a status code equal to that given

func (*GetUsersDevelopmentActivitiesBadRequest) IsRedirect

IsRedirect returns true when this get users development activities bad request response has a 3xx status code

func (*GetUsersDevelopmentActivitiesBadRequest) IsServerError

func (o *GetUsersDevelopmentActivitiesBadRequest) IsServerError() bool

IsServerError returns true when this get users development activities bad request response has a 5xx status code

func (*GetUsersDevelopmentActivitiesBadRequest) IsSuccess

IsSuccess returns true when this get users development activities bad request response has a 2xx status code

func (*GetUsersDevelopmentActivitiesBadRequest) String

type GetUsersDevelopmentActivitiesForbidden

type GetUsersDevelopmentActivitiesForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUsersDevelopmentActivitiesForbidden

func NewGetUsersDevelopmentActivitiesForbidden() *GetUsersDevelopmentActivitiesForbidden

NewGetUsersDevelopmentActivitiesForbidden creates a GetUsersDevelopmentActivitiesForbidden with default headers values

func (*GetUsersDevelopmentActivitiesForbidden) Error

func (*GetUsersDevelopmentActivitiesForbidden) GetPayload

func (*GetUsersDevelopmentActivitiesForbidden) IsClientError

func (o *GetUsersDevelopmentActivitiesForbidden) IsClientError() bool

IsClientError returns true when this get users development activities forbidden response has a 4xx status code

func (*GetUsersDevelopmentActivitiesForbidden) IsCode

IsCode returns true when this get users development activities forbidden response a status code equal to that given

func (*GetUsersDevelopmentActivitiesForbidden) IsRedirect

IsRedirect returns true when this get users development activities forbidden response has a 3xx status code

func (*GetUsersDevelopmentActivitiesForbidden) IsServerError

func (o *GetUsersDevelopmentActivitiesForbidden) IsServerError() bool

IsServerError returns true when this get users development activities forbidden response has a 5xx status code

func (*GetUsersDevelopmentActivitiesForbidden) IsSuccess

IsSuccess returns true when this get users development activities forbidden response has a 2xx status code

func (*GetUsersDevelopmentActivitiesForbidden) String

type GetUsersDevelopmentActivitiesGatewayTimeout

type GetUsersDevelopmentActivitiesGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUsersDevelopmentActivitiesGatewayTimeout

func NewGetUsersDevelopmentActivitiesGatewayTimeout() *GetUsersDevelopmentActivitiesGatewayTimeout

NewGetUsersDevelopmentActivitiesGatewayTimeout creates a GetUsersDevelopmentActivitiesGatewayTimeout with default headers values

func (*GetUsersDevelopmentActivitiesGatewayTimeout) Error

func (*GetUsersDevelopmentActivitiesGatewayTimeout) GetPayload

func (*GetUsersDevelopmentActivitiesGatewayTimeout) IsClientError

IsClientError returns true when this get users development activities gateway timeout response has a 4xx status code

func (*GetUsersDevelopmentActivitiesGatewayTimeout) IsCode

IsCode returns true when this get users development activities gateway timeout response a status code equal to that given

func (*GetUsersDevelopmentActivitiesGatewayTimeout) IsRedirect

IsRedirect returns true when this get users development activities gateway timeout response has a 3xx status code

func (*GetUsersDevelopmentActivitiesGatewayTimeout) IsServerError

IsServerError returns true when this get users development activities gateway timeout response has a 5xx status code

func (*GetUsersDevelopmentActivitiesGatewayTimeout) IsSuccess

IsSuccess returns true when this get users development activities gateway timeout response has a 2xx status code

func (*GetUsersDevelopmentActivitiesGatewayTimeout) String

type GetUsersDevelopmentActivitiesInternalServerError

type GetUsersDevelopmentActivitiesInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUsersDevelopmentActivitiesInternalServerError

func NewGetUsersDevelopmentActivitiesInternalServerError() *GetUsersDevelopmentActivitiesInternalServerError

NewGetUsersDevelopmentActivitiesInternalServerError creates a GetUsersDevelopmentActivitiesInternalServerError with default headers values

func (*GetUsersDevelopmentActivitiesInternalServerError) Error

func (*GetUsersDevelopmentActivitiesInternalServerError) GetPayload

func (*GetUsersDevelopmentActivitiesInternalServerError) IsClientError

IsClientError returns true when this get users development activities internal server error response has a 4xx status code

func (*GetUsersDevelopmentActivitiesInternalServerError) IsCode

IsCode returns true when this get users development activities internal server error response a status code equal to that given

func (*GetUsersDevelopmentActivitiesInternalServerError) IsRedirect

IsRedirect returns true when this get users development activities internal server error response has a 3xx status code

func (*GetUsersDevelopmentActivitiesInternalServerError) IsServerError

IsServerError returns true when this get users development activities internal server error response has a 5xx status code

func (*GetUsersDevelopmentActivitiesInternalServerError) IsSuccess

IsSuccess returns true when this get users development activities internal server error response has a 2xx status code

func (*GetUsersDevelopmentActivitiesInternalServerError) String

type GetUsersDevelopmentActivitiesMeBadRequest

type GetUsersDevelopmentActivitiesMeBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUsersDevelopmentActivitiesMeBadRequest

func NewGetUsersDevelopmentActivitiesMeBadRequest() *GetUsersDevelopmentActivitiesMeBadRequest

NewGetUsersDevelopmentActivitiesMeBadRequest creates a GetUsersDevelopmentActivitiesMeBadRequest with default headers values

func (*GetUsersDevelopmentActivitiesMeBadRequest) Error

func (*GetUsersDevelopmentActivitiesMeBadRequest) GetPayload

func (*GetUsersDevelopmentActivitiesMeBadRequest) IsClientError

IsClientError returns true when this get users development activities me bad request response has a 4xx status code

func (*GetUsersDevelopmentActivitiesMeBadRequest) IsCode

IsCode returns true when this get users development activities me bad request response a status code equal to that given

func (*GetUsersDevelopmentActivitiesMeBadRequest) IsRedirect

IsRedirect returns true when this get users development activities me bad request response has a 3xx status code

func (*GetUsersDevelopmentActivitiesMeBadRequest) IsServerError

IsServerError returns true when this get users development activities me bad request response has a 5xx status code

func (*GetUsersDevelopmentActivitiesMeBadRequest) IsSuccess

IsSuccess returns true when this get users development activities me bad request response has a 2xx status code

func (*GetUsersDevelopmentActivitiesMeBadRequest) String

type GetUsersDevelopmentActivitiesMeForbidden

type GetUsersDevelopmentActivitiesMeForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUsersDevelopmentActivitiesMeForbidden

func NewGetUsersDevelopmentActivitiesMeForbidden() *GetUsersDevelopmentActivitiesMeForbidden

NewGetUsersDevelopmentActivitiesMeForbidden creates a GetUsersDevelopmentActivitiesMeForbidden with default headers values

func (*GetUsersDevelopmentActivitiesMeForbidden) Error

func (*GetUsersDevelopmentActivitiesMeForbidden) GetPayload

func (*GetUsersDevelopmentActivitiesMeForbidden) IsClientError

IsClientError returns true when this get users development activities me forbidden response has a 4xx status code

func (*GetUsersDevelopmentActivitiesMeForbidden) IsCode

IsCode returns true when this get users development activities me forbidden response a status code equal to that given

func (*GetUsersDevelopmentActivitiesMeForbidden) IsRedirect

IsRedirect returns true when this get users development activities me forbidden response has a 3xx status code

func (*GetUsersDevelopmentActivitiesMeForbidden) IsServerError

IsServerError returns true when this get users development activities me forbidden response has a 5xx status code

func (*GetUsersDevelopmentActivitiesMeForbidden) IsSuccess

IsSuccess returns true when this get users development activities me forbidden response has a 2xx status code

func (*GetUsersDevelopmentActivitiesMeForbidden) String

type GetUsersDevelopmentActivitiesMeGatewayTimeout

type GetUsersDevelopmentActivitiesMeGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUsersDevelopmentActivitiesMeGatewayTimeout

func NewGetUsersDevelopmentActivitiesMeGatewayTimeout() *GetUsersDevelopmentActivitiesMeGatewayTimeout

NewGetUsersDevelopmentActivitiesMeGatewayTimeout creates a GetUsersDevelopmentActivitiesMeGatewayTimeout with default headers values

func (*GetUsersDevelopmentActivitiesMeGatewayTimeout) Error

func (*GetUsersDevelopmentActivitiesMeGatewayTimeout) GetPayload

func (*GetUsersDevelopmentActivitiesMeGatewayTimeout) IsClientError

IsClientError returns true when this get users development activities me gateway timeout response has a 4xx status code

func (*GetUsersDevelopmentActivitiesMeGatewayTimeout) IsCode

IsCode returns true when this get users development activities me gateway timeout response a status code equal to that given

func (*GetUsersDevelopmentActivitiesMeGatewayTimeout) IsRedirect

IsRedirect returns true when this get users development activities me gateway timeout response has a 3xx status code

func (*GetUsersDevelopmentActivitiesMeGatewayTimeout) IsServerError

IsServerError returns true when this get users development activities me gateway timeout response has a 5xx status code

func (*GetUsersDevelopmentActivitiesMeGatewayTimeout) IsSuccess

IsSuccess returns true when this get users development activities me gateway timeout response has a 2xx status code

func (*GetUsersDevelopmentActivitiesMeGatewayTimeout) String

type GetUsersDevelopmentActivitiesMeInternalServerError

type GetUsersDevelopmentActivitiesMeInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUsersDevelopmentActivitiesMeInternalServerError

func NewGetUsersDevelopmentActivitiesMeInternalServerError() *GetUsersDevelopmentActivitiesMeInternalServerError

NewGetUsersDevelopmentActivitiesMeInternalServerError creates a GetUsersDevelopmentActivitiesMeInternalServerError with default headers values

func (*GetUsersDevelopmentActivitiesMeInternalServerError) Error

func (*GetUsersDevelopmentActivitiesMeInternalServerError) GetPayload

func (*GetUsersDevelopmentActivitiesMeInternalServerError) IsClientError

IsClientError returns true when this get users development activities me internal server error response has a 4xx status code

func (*GetUsersDevelopmentActivitiesMeInternalServerError) IsCode

IsCode returns true when this get users development activities me internal server error response a status code equal to that given

func (*GetUsersDevelopmentActivitiesMeInternalServerError) IsRedirect

IsRedirect returns true when this get users development activities me internal server error response has a 3xx status code

func (*GetUsersDevelopmentActivitiesMeInternalServerError) IsServerError

IsServerError returns true when this get users development activities me internal server error response has a 5xx status code

func (*GetUsersDevelopmentActivitiesMeInternalServerError) IsSuccess

IsSuccess returns true when this get users development activities me internal server error response has a 2xx status code

func (*GetUsersDevelopmentActivitiesMeInternalServerError) String

type GetUsersDevelopmentActivitiesMeNotFound

type GetUsersDevelopmentActivitiesMeNotFound struct {
	Payload *models.ErrorBody
}

GetUsersDevelopmentActivitiesMeNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUsersDevelopmentActivitiesMeNotFound

func NewGetUsersDevelopmentActivitiesMeNotFound() *GetUsersDevelopmentActivitiesMeNotFound

NewGetUsersDevelopmentActivitiesMeNotFound creates a GetUsersDevelopmentActivitiesMeNotFound with default headers values

func (*GetUsersDevelopmentActivitiesMeNotFound) Error

func (*GetUsersDevelopmentActivitiesMeNotFound) GetPayload

func (*GetUsersDevelopmentActivitiesMeNotFound) IsClientError

func (o *GetUsersDevelopmentActivitiesMeNotFound) IsClientError() bool

IsClientError returns true when this get users development activities me not found response has a 4xx status code

func (*GetUsersDevelopmentActivitiesMeNotFound) IsCode

IsCode returns true when this get users development activities me not found response a status code equal to that given

func (*GetUsersDevelopmentActivitiesMeNotFound) IsRedirect

IsRedirect returns true when this get users development activities me not found response has a 3xx status code

func (*GetUsersDevelopmentActivitiesMeNotFound) IsServerError

func (o *GetUsersDevelopmentActivitiesMeNotFound) IsServerError() bool

IsServerError returns true when this get users development activities me not found response has a 5xx status code

func (*GetUsersDevelopmentActivitiesMeNotFound) IsSuccess

IsSuccess returns true when this get users development activities me not found response has a 2xx status code

func (*GetUsersDevelopmentActivitiesMeNotFound) String

type GetUsersDevelopmentActivitiesMeOK

type GetUsersDevelopmentActivitiesMeOK struct {
	Payload *models.DevelopmentActivityListing
}

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

successful operation

func NewGetUsersDevelopmentActivitiesMeOK

func NewGetUsersDevelopmentActivitiesMeOK() *GetUsersDevelopmentActivitiesMeOK

NewGetUsersDevelopmentActivitiesMeOK creates a GetUsersDevelopmentActivitiesMeOK with default headers values

func (*GetUsersDevelopmentActivitiesMeOK) Error

func (*GetUsersDevelopmentActivitiesMeOK) GetPayload

func (*GetUsersDevelopmentActivitiesMeOK) IsClientError

func (o *GetUsersDevelopmentActivitiesMeOK) IsClientError() bool

IsClientError returns true when this get users development activities me o k response has a 4xx status code

func (*GetUsersDevelopmentActivitiesMeOK) IsCode

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

IsCode returns true when this get users development activities me o k response a status code equal to that given

func (*GetUsersDevelopmentActivitiesMeOK) IsRedirect

func (o *GetUsersDevelopmentActivitiesMeOK) IsRedirect() bool

IsRedirect returns true when this get users development activities me o k response has a 3xx status code

func (*GetUsersDevelopmentActivitiesMeOK) IsServerError

func (o *GetUsersDevelopmentActivitiesMeOK) IsServerError() bool

IsServerError returns true when this get users development activities me o k response has a 5xx status code

func (*GetUsersDevelopmentActivitiesMeOK) IsSuccess

func (o *GetUsersDevelopmentActivitiesMeOK) IsSuccess() bool

IsSuccess returns true when this get users development activities me o k response has a 2xx status code

func (*GetUsersDevelopmentActivitiesMeOK) String

type GetUsersDevelopmentActivitiesMeParams

type GetUsersDevelopmentActivitiesMeParams struct {

	/* CompletionInterval.

	   Specifies the range of completion dates to be used for filtering. A maximum of 1 year can be specified in the range. End date is not inclusive. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss

	   Format: interval
	*/
	CompletionInterval *string

	/* Interval.

	   Specifies the dateDue range to be queried. Milliseconds will be truncated. A maximum of 1 year can be specified in the range. End date is not inclusive. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss

	   Format: interval
	*/
	Interval *string

	/* ModuleID.

	   Specifies the ID of the learning module.
	*/
	ModuleID *string

	/* Overdue.

	   Specifies if non-overdue, overdue, or all activities are returned. If not specified, all activities are returned

	   Default: "Any"
	*/
	Overdue *string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* Pass.

	   Specifies if only the failed (pass is "False") or passed (pass is "True") activities are returned. If pass is "Any" or if the pass parameter is not supplied, all activities are returned

	   Default: "Any"
	*/
	Pass *string

	/* Relationship.

	   Specifies how the current user relation should be interpreted, and filters the activities returned to only the activities that have the specified relationship. If a value besides Attendee is specified, it will only return Coaching Appointments. If not specified, no filtering is applied.
	*/
	Relationship []string

	/* SortOrder.

	   Specifies result set sort order sorted by the date due; if not specified, default sort order is descending (Desc)

	   Default: "Desc"
	*/
	SortOrder *string

	/* Statuses.

	   Specifies the activity statuses to filter by
	*/
	Statuses []string

	/* Types.

	   Specifies the activity types.
	*/
	Types []string

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

GetUsersDevelopmentActivitiesMeParams contains all the parameters to send to the API endpoint

for the get users development activities me operation.

Typically these are written to a http.Request.

func NewGetUsersDevelopmentActivitiesMeParams

func NewGetUsersDevelopmentActivitiesMeParams() *GetUsersDevelopmentActivitiesMeParams

NewGetUsersDevelopmentActivitiesMeParams creates a new GetUsersDevelopmentActivitiesMeParams 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 NewGetUsersDevelopmentActivitiesMeParamsWithContext

func NewGetUsersDevelopmentActivitiesMeParamsWithContext(ctx context.Context) *GetUsersDevelopmentActivitiesMeParams

NewGetUsersDevelopmentActivitiesMeParamsWithContext creates a new GetUsersDevelopmentActivitiesMeParams object with the ability to set a context for a request.

func NewGetUsersDevelopmentActivitiesMeParamsWithHTTPClient

func NewGetUsersDevelopmentActivitiesMeParamsWithHTTPClient(client *http.Client) *GetUsersDevelopmentActivitiesMeParams

NewGetUsersDevelopmentActivitiesMeParamsWithHTTPClient creates a new GetUsersDevelopmentActivitiesMeParams object with the ability to set a custom HTTPClient for a request.

func NewGetUsersDevelopmentActivitiesMeParamsWithTimeout

func NewGetUsersDevelopmentActivitiesMeParamsWithTimeout(timeout time.Duration) *GetUsersDevelopmentActivitiesMeParams

NewGetUsersDevelopmentActivitiesMeParamsWithTimeout creates a new GetUsersDevelopmentActivitiesMeParams object with the ability to set a timeout on a request.

func (*GetUsersDevelopmentActivitiesMeParams) SetCompletionInterval

func (o *GetUsersDevelopmentActivitiesMeParams) SetCompletionInterval(completionInterval *string)

SetCompletionInterval adds the completionInterval to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) SetContext

SetContext adds the context to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) SetDefaults

func (o *GetUsersDevelopmentActivitiesMeParams) SetDefaults()

SetDefaults hydrates default values in the get users development activities me params (not the query body).

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

func (*GetUsersDevelopmentActivitiesMeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) SetInterval

func (o *GetUsersDevelopmentActivitiesMeParams) SetInterval(interval *string)

SetInterval adds the interval to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) SetModuleID

func (o *GetUsersDevelopmentActivitiesMeParams) SetModuleID(moduleID *string)

SetModuleID adds the moduleId to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) SetOverdue

func (o *GetUsersDevelopmentActivitiesMeParams) SetOverdue(overdue *string)

SetOverdue adds the overdue to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) SetPageNumber

func (o *GetUsersDevelopmentActivitiesMeParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) SetPageSize

func (o *GetUsersDevelopmentActivitiesMeParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) SetPass

SetPass adds the pass to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) SetRelationship

func (o *GetUsersDevelopmentActivitiesMeParams) SetRelationship(relationship []string)

SetRelationship adds the relationship to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) SetSortOrder

func (o *GetUsersDevelopmentActivitiesMeParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) SetStatuses

func (o *GetUsersDevelopmentActivitiesMeParams) SetStatuses(statuses []string)

SetStatuses adds the statuses to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) SetTimeout

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

SetTimeout adds the timeout to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) SetTypes

func (o *GetUsersDevelopmentActivitiesMeParams) SetTypes(types []string)

SetTypes adds the types to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) WithCompletionInterval

func (o *GetUsersDevelopmentActivitiesMeParams) WithCompletionInterval(completionInterval *string) *GetUsersDevelopmentActivitiesMeParams

WithCompletionInterval adds the completionInterval to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) WithContext

WithContext adds the context to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) WithDefaults

WithDefaults hydrates default values in the get users development activities me params (not the query body).

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

func (*GetUsersDevelopmentActivitiesMeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) WithInterval

WithInterval adds the interval to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) WithModuleID

WithModuleID adds the moduleID to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) WithOverdue

WithOverdue adds the overdue to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) WithPageNumber

WithPageNumber adds the pageNumber to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) WithPageSize

WithPageSize adds the pageSize to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) WithPass

WithPass adds the pass to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) WithRelationship

WithRelationship adds the relationship to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) WithSortOrder

WithSortOrder adds the sortOrder to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) WithStatuses

WithStatuses adds the statuses to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) WithTimeout

WithTimeout adds the timeout to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) WithTypes

WithTypes adds the types to the get users development activities me params

func (*GetUsersDevelopmentActivitiesMeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUsersDevelopmentActivitiesMeReader

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

GetUsersDevelopmentActivitiesMeReader is a Reader for the GetUsersDevelopmentActivitiesMe structure.

func (*GetUsersDevelopmentActivitiesMeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsersDevelopmentActivitiesMeRequestEntityTooLarge

type GetUsersDevelopmentActivitiesMeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUsersDevelopmentActivitiesMeRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUsersDevelopmentActivitiesMeRequestEntityTooLarge

func NewGetUsersDevelopmentActivitiesMeRequestEntityTooLarge() *GetUsersDevelopmentActivitiesMeRequestEntityTooLarge

NewGetUsersDevelopmentActivitiesMeRequestEntityTooLarge creates a GetUsersDevelopmentActivitiesMeRequestEntityTooLarge with default headers values

func (*GetUsersDevelopmentActivitiesMeRequestEntityTooLarge) Error

func (*GetUsersDevelopmentActivitiesMeRequestEntityTooLarge) GetPayload

func (*GetUsersDevelopmentActivitiesMeRequestEntityTooLarge) IsClientError

IsClientError returns true when this get users development activities me request entity too large response has a 4xx status code

func (*GetUsersDevelopmentActivitiesMeRequestEntityTooLarge) IsCode

IsCode returns true when this get users development activities me request entity too large response a status code equal to that given

func (*GetUsersDevelopmentActivitiesMeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get users development activities me request entity too large response has a 3xx status code

func (*GetUsersDevelopmentActivitiesMeRequestEntityTooLarge) IsServerError

IsServerError returns true when this get users development activities me request entity too large response has a 5xx status code

func (*GetUsersDevelopmentActivitiesMeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get users development activities me request entity too large response has a 2xx status code

func (*GetUsersDevelopmentActivitiesMeRequestEntityTooLarge) String

type GetUsersDevelopmentActivitiesMeRequestTimeout

type GetUsersDevelopmentActivitiesMeRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUsersDevelopmentActivitiesMeRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUsersDevelopmentActivitiesMeRequestTimeout

func NewGetUsersDevelopmentActivitiesMeRequestTimeout() *GetUsersDevelopmentActivitiesMeRequestTimeout

NewGetUsersDevelopmentActivitiesMeRequestTimeout creates a GetUsersDevelopmentActivitiesMeRequestTimeout with default headers values

func (*GetUsersDevelopmentActivitiesMeRequestTimeout) Error

func (*GetUsersDevelopmentActivitiesMeRequestTimeout) GetPayload

func (*GetUsersDevelopmentActivitiesMeRequestTimeout) IsClientError

IsClientError returns true when this get users development activities me request timeout response has a 4xx status code

func (*GetUsersDevelopmentActivitiesMeRequestTimeout) IsCode

IsCode returns true when this get users development activities me request timeout response a status code equal to that given

func (*GetUsersDevelopmentActivitiesMeRequestTimeout) IsRedirect

IsRedirect returns true when this get users development activities me request timeout response has a 3xx status code

func (*GetUsersDevelopmentActivitiesMeRequestTimeout) IsServerError

IsServerError returns true when this get users development activities me request timeout response has a 5xx status code

func (*GetUsersDevelopmentActivitiesMeRequestTimeout) IsSuccess

IsSuccess returns true when this get users development activities me request timeout response has a 2xx status code

func (*GetUsersDevelopmentActivitiesMeRequestTimeout) String

type GetUsersDevelopmentActivitiesMeServiceUnavailable

type GetUsersDevelopmentActivitiesMeServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUsersDevelopmentActivitiesMeServiceUnavailable

func NewGetUsersDevelopmentActivitiesMeServiceUnavailable() *GetUsersDevelopmentActivitiesMeServiceUnavailable

NewGetUsersDevelopmentActivitiesMeServiceUnavailable creates a GetUsersDevelopmentActivitiesMeServiceUnavailable with default headers values

func (*GetUsersDevelopmentActivitiesMeServiceUnavailable) Error

func (*GetUsersDevelopmentActivitiesMeServiceUnavailable) GetPayload

func (*GetUsersDevelopmentActivitiesMeServiceUnavailable) IsClientError

IsClientError returns true when this get users development activities me service unavailable response has a 4xx status code

func (*GetUsersDevelopmentActivitiesMeServiceUnavailable) IsCode

IsCode returns true when this get users development activities me service unavailable response a status code equal to that given

func (*GetUsersDevelopmentActivitiesMeServiceUnavailable) IsRedirect

IsRedirect returns true when this get users development activities me service unavailable response has a 3xx status code

func (*GetUsersDevelopmentActivitiesMeServiceUnavailable) IsServerError

IsServerError returns true when this get users development activities me service unavailable response has a 5xx status code

func (*GetUsersDevelopmentActivitiesMeServiceUnavailable) IsSuccess

IsSuccess returns true when this get users development activities me service unavailable response has a 2xx status code

func (*GetUsersDevelopmentActivitiesMeServiceUnavailable) String

type GetUsersDevelopmentActivitiesMeTooManyRequests

type GetUsersDevelopmentActivitiesMeTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUsersDevelopmentActivitiesMeTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUsersDevelopmentActivitiesMeTooManyRequests

func NewGetUsersDevelopmentActivitiesMeTooManyRequests() *GetUsersDevelopmentActivitiesMeTooManyRequests

NewGetUsersDevelopmentActivitiesMeTooManyRequests creates a GetUsersDevelopmentActivitiesMeTooManyRequests with default headers values

func (*GetUsersDevelopmentActivitiesMeTooManyRequests) Error

func (*GetUsersDevelopmentActivitiesMeTooManyRequests) GetPayload

func (*GetUsersDevelopmentActivitiesMeTooManyRequests) IsClientError

IsClientError returns true when this get users development activities me too many requests response has a 4xx status code

func (*GetUsersDevelopmentActivitiesMeTooManyRequests) IsCode

IsCode returns true when this get users development activities me too many requests response a status code equal to that given

func (*GetUsersDevelopmentActivitiesMeTooManyRequests) IsRedirect

IsRedirect returns true when this get users development activities me too many requests response has a 3xx status code

func (*GetUsersDevelopmentActivitiesMeTooManyRequests) IsServerError

IsServerError returns true when this get users development activities me too many requests response has a 5xx status code

func (*GetUsersDevelopmentActivitiesMeTooManyRequests) IsSuccess

IsSuccess returns true when this get users development activities me too many requests response has a 2xx status code

func (*GetUsersDevelopmentActivitiesMeTooManyRequests) String

type GetUsersDevelopmentActivitiesMeUnauthorized

type GetUsersDevelopmentActivitiesMeUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUsersDevelopmentActivitiesMeUnauthorized

func NewGetUsersDevelopmentActivitiesMeUnauthorized() *GetUsersDevelopmentActivitiesMeUnauthorized

NewGetUsersDevelopmentActivitiesMeUnauthorized creates a GetUsersDevelopmentActivitiesMeUnauthorized with default headers values

func (*GetUsersDevelopmentActivitiesMeUnauthorized) Error

func (*GetUsersDevelopmentActivitiesMeUnauthorized) GetPayload

func (*GetUsersDevelopmentActivitiesMeUnauthorized) IsClientError

IsClientError returns true when this get users development activities me unauthorized response has a 4xx status code

func (*GetUsersDevelopmentActivitiesMeUnauthorized) IsCode

IsCode returns true when this get users development activities me unauthorized response a status code equal to that given

func (*GetUsersDevelopmentActivitiesMeUnauthorized) IsRedirect

IsRedirect returns true when this get users development activities me unauthorized response has a 3xx status code

func (*GetUsersDevelopmentActivitiesMeUnauthorized) IsServerError

IsServerError returns true when this get users development activities me unauthorized response has a 5xx status code

func (*GetUsersDevelopmentActivitiesMeUnauthorized) IsSuccess

IsSuccess returns true when this get users development activities me unauthorized response has a 2xx status code

func (*GetUsersDevelopmentActivitiesMeUnauthorized) String

type GetUsersDevelopmentActivitiesMeUnsupportedMediaType

type GetUsersDevelopmentActivitiesMeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUsersDevelopmentActivitiesMeUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUsersDevelopmentActivitiesMeUnsupportedMediaType

func NewGetUsersDevelopmentActivitiesMeUnsupportedMediaType() *GetUsersDevelopmentActivitiesMeUnsupportedMediaType

NewGetUsersDevelopmentActivitiesMeUnsupportedMediaType creates a GetUsersDevelopmentActivitiesMeUnsupportedMediaType with default headers values

func (*GetUsersDevelopmentActivitiesMeUnsupportedMediaType) Error

func (*GetUsersDevelopmentActivitiesMeUnsupportedMediaType) GetPayload

func (*GetUsersDevelopmentActivitiesMeUnsupportedMediaType) IsClientError

IsClientError returns true when this get users development activities me unsupported media type response has a 4xx status code

func (*GetUsersDevelopmentActivitiesMeUnsupportedMediaType) IsCode

IsCode returns true when this get users development activities me unsupported media type response a status code equal to that given

func (*GetUsersDevelopmentActivitiesMeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get users development activities me unsupported media type response has a 3xx status code

func (*GetUsersDevelopmentActivitiesMeUnsupportedMediaType) IsServerError

IsServerError returns true when this get users development activities me unsupported media type response has a 5xx status code

func (*GetUsersDevelopmentActivitiesMeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get users development activities me unsupported media type response has a 2xx status code

func (*GetUsersDevelopmentActivitiesMeUnsupportedMediaType) String

type GetUsersDevelopmentActivitiesNotFound

type GetUsersDevelopmentActivitiesNotFound struct {
	Payload *models.ErrorBody
}

GetUsersDevelopmentActivitiesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUsersDevelopmentActivitiesNotFound

func NewGetUsersDevelopmentActivitiesNotFound() *GetUsersDevelopmentActivitiesNotFound

NewGetUsersDevelopmentActivitiesNotFound creates a GetUsersDevelopmentActivitiesNotFound with default headers values

func (*GetUsersDevelopmentActivitiesNotFound) Error

func (*GetUsersDevelopmentActivitiesNotFound) GetPayload

func (*GetUsersDevelopmentActivitiesNotFound) IsClientError

func (o *GetUsersDevelopmentActivitiesNotFound) IsClientError() bool

IsClientError returns true when this get users development activities not found response has a 4xx status code

func (*GetUsersDevelopmentActivitiesNotFound) IsCode

IsCode returns true when this get users development activities not found response a status code equal to that given

func (*GetUsersDevelopmentActivitiesNotFound) IsRedirect

IsRedirect returns true when this get users development activities not found response has a 3xx status code

func (*GetUsersDevelopmentActivitiesNotFound) IsServerError

func (o *GetUsersDevelopmentActivitiesNotFound) IsServerError() bool

IsServerError returns true when this get users development activities not found response has a 5xx status code

func (*GetUsersDevelopmentActivitiesNotFound) IsSuccess

IsSuccess returns true when this get users development activities not found response has a 2xx status code

func (*GetUsersDevelopmentActivitiesNotFound) String

type GetUsersDevelopmentActivitiesOK

type GetUsersDevelopmentActivitiesOK struct {
	Payload *models.DevelopmentActivityListing
}

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

successful operation

func NewGetUsersDevelopmentActivitiesOK

func NewGetUsersDevelopmentActivitiesOK() *GetUsersDevelopmentActivitiesOK

NewGetUsersDevelopmentActivitiesOK creates a GetUsersDevelopmentActivitiesOK with default headers values

func (*GetUsersDevelopmentActivitiesOK) Error

func (*GetUsersDevelopmentActivitiesOK) GetPayload

func (*GetUsersDevelopmentActivitiesOK) IsClientError

func (o *GetUsersDevelopmentActivitiesOK) IsClientError() bool

IsClientError returns true when this get users development activities o k response has a 4xx status code

func (*GetUsersDevelopmentActivitiesOK) IsCode

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

IsCode returns true when this get users development activities o k response a status code equal to that given

func (*GetUsersDevelopmentActivitiesOK) IsRedirect

func (o *GetUsersDevelopmentActivitiesOK) IsRedirect() bool

IsRedirect returns true when this get users development activities o k response has a 3xx status code

func (*GetUsersDevelopmentActivitiesOK) IsServerError

func (o *GetUsersDevelopmentActivitiesOK) IsServerError() bool

IsServerError returns true when this get users development activities o k response has a 5xx status code

func (*GetUsersDevelopmentActivitiesOK) IsSuccess

func (o *GetUsersDevelopmentActivitiesOK) IsSuccess() bool

IsSuccess returns true when this get users development activities o k response has a 2xx status code

func (*GetUsersDevelopmentActivitiesOK) String

type GetUsersDevelopmentActivitiesParams

type GetUsersDevelopmentActivitiesParams struct {

	/* CompletionInterval.

	   Specifies the range of completion dates to be used for filtering. A maximum of 1 year can be specified in the range. End date is not inclusive. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss

	   Format: interval
	*/
	CompletionInterval *string

	/* Interval.

	   Specifies the dateDue range to be queried. Milliseconds will be truncated. A maximum of 1 year can be specified in the range. End date is not inclusive. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss

	   Format: interval
	*/
	Interval *string

	/* ModuleID.

	   Specifies the ID of the learning module.
	*/
	ModuleID *string

	/* Overdue.

	   Specifies if non-overdue, overdue, or all activities are returned. If not specified, all activities are returned

	   Default: "Any"
	*/
	Overdue *string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* Pass.

	   Specifies if only the failed (pass is "False") or passed (pass is "True") activities are returned. If pass is "Any" or if the pass parameter is not supplied, all activities are returned

	   Default: "Any"
	*/
	Pass *string

	/* Relationship.

	   Specifies how the current user relation should be interpreted, and filters the activities returned to only the activities that have the specified relationship. If a value besides Attendee is specified, it will only return Coaching Appointments. If not specified, no filtering is applied.
	*/
	Relationship []string

	/* SortOrder.

	   Specifies result set sort order sorted by the date due; if not specified, default sort order is descending (Desc)

	   Default: "Desc"
	*/
	SortOrder *string

	/* Statuses.

	   Specifies the activity statuses to filter by
	*/
	Statuses []string

	/* Types.

	   Specifies the activity types.
	*/
	Types []string

	/* UserID.

	   Specifies the list of user IDs to be queried, up to 100 user IDs. It searches for any relationship for the userId.
	*/
	UserID []string

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

GetUsersDevelopmentActivitiesParams contains all the parameters to send to the API endpoint

for the get users development activities operation.

Typically these are written to a http.Request.

func NewGetUsersDevelopmentActivitiesParams

func NewGetUsersDevelopmentActivitiesParams() *GetUsersDevelopmentActivitiesParams

NewGetUsersDevelopmentActivitiesParams creates a new GetUsersDevelopmentActivitiesParams 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 NewGetUsersDevelopmentActivitiesParamsWithContext

func NewGetUsersDevelopmentActivitiesParamsWithContext(ctx context.Context) *GetUsersDevelopmentActivitiesParams

NewGetUsersDevelopmentActivitiesParamsWithContext creates a new GetUsersDevelopmentActivitiesParams object with the ability to set a context for a request.

func NewGetUsersDevelopmentActivitiesParamsWithHTTPClient

func NewGetUsersDevelopmentActivitiesParamsWithHTTPClient(client *http.Client) *GetUsersDevelopmentActivitiesParams

NewGetUsersDevelopmentActivitiesParamsWithHTTPClient creates a new GetUsersDevelopmentActivitiesParams object with the ability to set a custom HTTPClient for a request.

func NewGetUsersDevelopmentActivitiesParamsWithTimeout

func NewGetUsersDevelopmentActivitiesParamsWithTimeout(timeout time.Duration) *GetUsersDevelopmentActivitiesParams

NewGetUsersDevelopmentActivitiesParamsWithTimeout creates a new GetUsersDevelopmentActivitiesParams object with the ability to set a timeout on a request.

func (*GetUsersDevelopmentActivitiesParams) SetCompletionInterval

func (o *GetUsersDevelopmentActivitiesParams) SetCompletionInterval(completionInterval *string)

SetCompletionInterval adds the completionInterval to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) SetContext

SetContext adds the context to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) SetDefaults

func (o *GetUsersDevelopmentActivitiesParams) SetDefaults()

SetDefaults hydrates default values in the get users development activities params (not the query body).

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

func (*GetUsersDevelopmentActivitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) SetInterval

func (o *GetUsersDevelopmentActivitiesParams) SetInterval(interval *string)

SetInterval adds the interval to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) SetModuleID

func (o *GetUsersDevelopmentActivitiesParams) SetModuleID(moduleID *string)

SetModuleID adds the moduleId to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) SetOverdue

func (o *GetUsersDevelopmentActivitiesParams) SetOverdue(overdue *string)

SetOverdue adds the overdue to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) SetPageNumber

func (o *GetUsersDevelopmentActivitiesParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) SetPageSize

func (o *GetUsersDevelopmentActivitiesParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) SetPass

func (o *GetUsersDevelopmentActivitiesParams) SetPass(pass *string)

SetPass adds the pass to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) SetRelationship

func (o *GetUsersDevelopmentActivitiesParams) SetRelationship(relationship []string)

SetRelationship adds the relationship to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) SetSortOrder

func (o *GetUsersDevelopmentActivitiesParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) SetStatuses

func (o *GetUsersDevelopmentActivitiesParams) SetStatuses(statuses []string)

SetStatuses adds the statuses to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) SetTimeout

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

SetTimeout adds the timeout to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) SetTypes

func (o *GetUsersDevelopmentActivitiesParams) SetTypes(types []string)

SetTypes adds the types to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) SetUserID

func (o *GetUsersDevelopmentActivitiesParams) SetUserID(userID []string)

SetUserID adds the userId to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) WithCompletionInterval

func (o *GetUsersDevelopmentActivitiesParams) WithCompletionInterval(completionInterval *string) *GetUsersDevelopmentActivitiesParams

WithCompletionInterval adds the completionInterval to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) WithContext

WithContext adds the context to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) WithDefaults

WithDefaults hydrates default values in the get users development activities params (not the query body).

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

func (*GetUsersDevelopmentActivitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) WithInterval

WithInterval adds the interval to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) WithModuleID

WithModuleID adds the moduleID to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) WithOverdue

WithOverdue adds the overdue to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) WithPageNumber

WithPageNumber adds the pageNumber to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) WithPageSize

WithPageSize adds the pageSize to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) WithPass

WithPass adds the pass to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) WithRelationship

WithRelationship adds the relationship to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) WithSortOrder

WithSortOrder adds the sortOrder to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) WithStatuses

WithStatuses adds the statuses to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) WithTimeout

WithTimeout adds the timeout to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) WithTypes

WithTypes adds the types to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) WithUserID

WithUserID adds the userID to the get users development activities params

func (*GetUsersDevelopmentActivitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUsersDevelopmentActivitiesReader

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

GetUsersDevelopmentActivitiesReader is a Reader for the GetUsersDevelopmentActivities structure.

func (*GetUsersDevelopmentActivitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsersDevelopmentActivitiesRequestEntityTooLarge

type GetUsersDevelopmentActivitiesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUsersDevelopmentActivitiesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUsersDevelopmentActivitiesRequestEntityTooLarge

func NewGetUsersDevelopmentActivitiesRequestEntityTooLarge() *GetUsersDevelopmentActivitiesRequestEntityTooLarge

NewGetUsersDevelopmentActivitiesRequestEntityTooLarge creates a GetUsersDevelopmentActivitiesRequestEntityTooLarge with default headers values

func (*GetUsersDevelopmentActivitiesRequestEntityTooLarge) Error

func (*GetUsersDevelopmentActivitiesRequestEntityTooLarge) GetPayload

func (*GetUsersDevelopmentActivitiesRequestEntityTooLarge) IsClientError

IsClientError returns true when this get users development activities request entity too large response has a 4xx status code

func (*GetUsersDevelopmentActivitiesRequestEntityTooLarge) IsCode

IsCode returns true when this get users development activities request entity too large response a status code equal to that given

func (*GetUsersDevelopmentActivitiesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get users development activities request entity too large response has a 3xx status code

func (*GetUsersDevelopmentActivitiesRequestEntityTooLarge) IsServerError

IsServerError returns true when this get users development activities request entity too large response has a 5xx status code

func (*GetUsersDevelopmentActivitiesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get users development activities request entity too large response has a 2xx status code

func (*GetUsersDevelopmentActivitiesRequestEntityTooLarge) String

type GetUsersDevelopmentActivitiesRequestTimeout

type GetUsersDevelopmentActivitiesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUsersDevelopmentActivitiesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUsersDevelopmentActivitiesRequestTimeout

func NewGetUsersDevelopmentActivitiesRequestTimeout() *GetUsersDevelopmentActivitiesRequestTimeout

NewGetUsersDevelopmentActivitiesRequestTimeout creates a GetUsersDevelopmentActivitiesRequestTimeout with default headers values

func (*GetUsersDevelopmentActivitiesRequestTimeout) Error

func (*GetUsersDevelopmentActivitiesRequestTimeout) GetPayload

func (*GetUsersDevelopmentActivitiesRequestTimeout) IsClientError

IsClientError returns true when this get users development activities request timeout response has a 4xx status code

func (*GetUsersDevelopmentActivitiesRequestTimeout) IsCode

IsCode returns true when this get users development activities request timeout response a status code equal to that given

func (*GetUsersDevelopmentActivitiesRequestTimeout) IsRedirect

IsRedirect returns true when this get users development activities request timeout response has a 3xx status code

func (*GetUsersDevelopmentActivitiesRequestTimeout) IsServerError

IsServerError returns true when this get users development activities request timeout response has a 5xx status code

func (*GetUsersDevelopmentActivitiesRequestTimeout) IsSuccess

IsSuccess returns true when this get users development activities request timeout response has a 2xx status code

func (*GetUsersDevelopmentActivitiesRequestTimeout) String

type GetUsersDevelopmentActivitiesServiceUnavailable

type GetUsersDevelopmentActivitiesServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUsersDevelopmentActivitiesServiceUnavailable

func NewGetUsersDevelopmentActivitiesServiceUnavailable() *GetUsersDevelopmentActivitiesServiceUnavailable

NewGetUsersDevelopmentActivitiesServiceUnavailable creates a GetUsersDevelopmentActivitiesServiceUnavailable with default headers values

func (*GetUsersDevelopmentActivitiesServiceUnavailable) Error

func (*GetUsersDevelopmentActivitiesServiceUnavailable) GetPayload

func (*GetUsersDevelopmentActivitiesServiceUnavailable) IsClientError

IsClientError returns true when this get users development activities service unavailable response has a 4xx status code

func (*GetUsersDevelopmentActivitiesServiceUnavailable) IsCode

IsCode returns true when this get users development activities service unavailable response a status code equal to that given

func (*GetUsersDevelopmentActivitiesServiceUnavailable) IsRedirect

IsRedirect returns true when this get users development activities service unavailable response has a 3xx status code

func (*GetUsersDevelopmentActivitiesServiceUnavailable) IsServerError

IsServerError returns true when this get users development activities service unavailable response has a 5xx status code

func (*GetUsersDevelopmentActivitiesServiceUnavailable) IsSuccess

IsSuccess returns true when this get users development activities service unavailable response has a 2xx status code

func (*GetUsersDevelopmentActivitiesServiceUnavailable) String

type GetUsersDevelopmentActivitiesTooManyRequests

type GetUsersDevelopmentActivitiesTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUsersDevelopmentActivitiesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUsersDevelopmentActivitiesTooManyRequests

func NewGetUsersDevelopmentActivitiesTooManyRequests() *GetUsersDevelopmentActivitiesTooManyRequests

NewGetUsersDevelopmentActivitiesTooManyRequests creates a GetUsersDevelopmentActivitiesTooManyRequests with default headers values

func (*GetUsersDevelopmentActivitiesTooManyRequests) Error

func (*GetUsersDevelopmentActivitiesTooManyRequests) GetPayload

func (*GetUsersDevelopmentActivitiesTooManyRequests) IsClientError

IsClientError returns true when this get users development activities too many requests response has a 4xx status code

func (*GetUsersDevelopmentActivitiesTooManyRequests) IsCode

IsCode returns true when this get users development activities too many requests response a status code equal to that given

func (*GetUsersDevelopmentActivitiesTooManyRequests) IsRedirect

IsRedirect returns true when this get users development activities too many requests response has a 3xx status code

func (*GetUsersDevelopmentActivitiesTooManyRequests) IsServerError

IsServerError returns true when this get users development activities too many requests response has a 5xx status code

func (*GetUsersDevelopmentActivitiesTooManyRequests) IsSuccess

IsSuccess returns true when this get users development activities too many requests response has a 2xx status code

func (*GetUsersDevelopmentActivitiesTooManyRequests) String

type GetUsersDevelopmentActivitiesUnauthorized

type GetUsersDevelopmentActivitiesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUsersDevelopmentActivitiesUnauthorized

func NewGetUsersDevelopmentActivitiesUnauthorized() *GetUsersDevelopmentActivitiesUnauthorized

NewGetUsersDevelopmentActivitiesUnauthorized creates a GetUsersDevelopmentActivitiesUnauthorized with default headers values

func (*GetUsersDevelopmentActivitiesUnauthorized) Error

func (*GetUsersDevelopmentActivitiesUnauthorized) GetPayload

func (*GetUsersDevelopmentActivitiesUnauthorized) IsClientError

IsClientError returns true when this get users development activities unauthorized response has a 4xx status code

func (*GetUsersDevelopmentActivitiesUnauthorized) IsCode

IsCode returns true when this get users development activities unauthorized response a status code equal to that given

func (*GetUsersDevelopmentActivitiesUnauthorized) IsRedirect

IsRedirect returns true when this get users development activities unauthorized response has a 3xx status code

func (*GetUsersDevelopmentActivitiesUnauthorized) IsServerError

IsServerError returns true when this get users development activities unauthorized response has a 5xx status code

func (*GetUsersDevelopmentActivitiesUnauthorized) IsSuccess

IsSuccess returns true when this get users development activities unauthorized response has a 2xx status code

func (*GetUsersDevelopmentActivitiesUnauthorized) String

type GetUsersDevelopmentActivitiesUnsupportedMediaType

type GetUsersDevelopmentActivitiesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUsersDevelopmentActivitiesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUsersDevelopmentActivitiesUnsupportedMediaType

func NewGetUsersDevelopmentActivitiesUnsupportedMediaType() *GetUsersDevelopmentActivitiesUnsupportedMediaType

NewGetUsersDevelopmentActivitiesUnsupportedMediaType creates a GetUsersDevelopmentActivitiesUnsupportedMediaType with default headers values

func (*GetUsersDevelopmentActivitiesUnsupportedMediaType) Error

func (*GetUsersDevelopmentActivitiesUnsupportedMediaType) GetPayload

func (*GetUsersDevelopmentActivitiesUnsupportedMediaType) IsClientError

IsClientError returns true when this get users development activities unsupported media type response has a 4xx status code

func (*GetUsersDevelopmentActivitiesUnsupportedMediaType) IsCode

IsCode returns true when this get users development activities unsupported media type response a status code equal to that given

func (*GetUsersDevelopmentActivitiesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get users development activities unsupported media type response has a 3xx status code

func (*GetUsersDevelopmentActivitiesUnsupportedMediaType) IsServerError

IsServerError returns true when this get users development activities unsupported media type response has a 5xx status code

func (*GetUsersDevelopmentActivitiesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get users development activities unsupported media type response has a 2xx status code

func (*GetUsersDevelopmentActivitiesUnsupportedMediaType) String

type GetUsersDevelopmentActivityBadRequest

type GetUsersDevelopmentActivityBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUsersDevelopmentActivityBadRequest

func NewGetUsersDevelopmentActivityBadRequest() *GetUsersDevelopmentActivityBadRequest

NewGetUsersDevelopmentActivityBadRequest creates a GetUsersDevelopmentActivityBadRequest with default headers values

func (*GetUsersDevelopmentActivityBadRequest) Error

func (*GetUsersDevelopmentActivityBadRequest) GetPayload

func (*GetUsersDevelopmentActivityBadRequest) IsClientError

func (o *GetUsersDevelopmentActivityBadRequest) IsClientError() bool

IsClientError returns true when this get users development activity bad request response has a 4xx status code

func (*GetUsersDevelopmentActivityBadRequest) IsCode

IsCode returns true when this get users development activity bad request response a status code equal to that given

func (*GetUsersDevelopmentActivityBadRequest) IsRedirect

IsRedirect returns true when this get users development activity bad request response has a 3xx status code

func (*GetUsersDevelopmentActivityBadRequest) IsServerError

func (o *GetUsersDevelopmentActivityBadRequest) IsServerError() bool

IsServerError returns true when this get users development activity bad request response has a 5xx status code

func (*GetUsersDevelopmentActivityBadRequest) IsSuccess

IsSuccess returns true when this get users development activity bad request response has a 2xx status code

func (*GetUsersDevelopmentActivityBadRequest) String

type GetUsersDevelopmentActivityForbidden

type GetUsersDevelopmentActivityForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUsersDevelopmentActivityForbidden

func NewGetUsersDevelopmentActivityForbidden() *GetUsersDevelopmentActivityForbidden

NewGetUsersDevelopmentActivityForbidden creates a GetUsersDevelopmentActivityForbidden with default headers values

func (*GetUsersDevelopmentActivityForbidden) Error

func (*GetUsersDevelopmentActivityForbidden) GetPayload

func (*GetUsersDevelopmentActivityForbidden) IsClientError

func (o *GetUsersDevelopmentActivityForbidden) IsClientError() bool

IsClientError returns true when this get users development activity forbidden response has a 4xx status code

func (*GetUsersDevelopmentActivityForbidden) IsCode

IsCode returns true when this get users development activity forbidden response a status code equal to that given

func (*GetUsersDevelopmentActivityForbidden) IsRedirect

IsRedirect returns true when this get users development activity forbidden response has a 3xx status code

func (*GetUsersDevelopmentActivityForbidden) IsServerError

func (o *GetUsersDevelopmentActivityForbidden) IsServerError() bool

IsServerError returns true when this get users development activity forbidden response has a 5xx status code

func (*GetUsersDevelopmentActivityForbidden) IsSuccess

IsSuccess returns true when this get users development activity forbidden response has a 2xx status code

func (*GetUsersDevelopmentActivityForbidden) String

type GetUsersDevelopmentActivityGatewayTimeout

type GetUsersDevelopmentActivityGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUsersDevelopmentActivityGatewayTimeout

func NewGetUsersDevelopmentActivityGatewayTimeout() *GetUsersDevelopmentActivityGatewayTimeout

NewGetUsersDevelopmentActivityGatewayTimeout creates a GetUsersDevelopmentActivityGatewayTimeout with default headers values

func (*GetUsersDevelopmentActivityGatewayTimeout) Error

func (*GetUsersDevelopmentActivityGatewayTimeout) GetPayload

func (*GetUsersDevelopmentActivityGatewayTimeout) IsClientError

IsClientError returns true when this get users development activity gateway timeout response has a 4xx status code

func (*GetUsersDevelopmentActivityGatewayTimeout) IsCode

IsCode returns true when this get users development activity gateway timeout response a status code equal to that given

func (*GetUsersDevelopmentActivityGatewayTimeout) IsRedirect

IsRedirect returns true when this get users development activity gateway timeout response has a 3xx status code

func (*GetUsersDevelopmentActivityGatewayTimeout) IsServerError

IsServerError returns true when this get users development activity gateway timeout response has a 5xx status code

func (*GetUsersDevelopmentActivityGatewayTimeout) IsSuccess

IsSuccess returns true when this get users development activity gateway timeout response has a 2xx status code

func (*GetUsersDevelopmentActivityGatewayTimeout) String

type GetUsersDevelopmentActivityInternalServerError

type GetUsersDevelopmentActivityInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUsersDevelopmentActivityInternalServerError

func NewGetUsersDevelopmentActivityInternalServerError() *GetUsersDevelopmentActivityInternalServerError

NewGetUsersDevelopmentActivityInternalServerError creates a GetUsersDevelopmentActivityInternalServerError with default headers values

func (*GetUsersDevelopmentActivityInternalServerError) Error

func (*GetUsersDevelopmentActivityInternalServerError) GetPayload

func (*GetUsersDevelopmentActivityInternalServerError) IsClientError

IsClientError returns true when this get users development activity internal server error response has a 4xx status code

func (*GetUsersDevelopmentActivityInternalServerError) IsCode

IsCode returns true when this get users development activity internal server error response a status code equal to that given

func (*GetUsersDevelopmentActivityInternalServerError) IsRedirect

IsRedirect returns true when this get users development activity internal server error response has a 3xx status code

func (*GetUsersDevelopmentActivityInternalServerError) IsServerError

IsServerError returns true when this get users development activity internal server error response has a 5xx status code

func (*GetUsersDevelopmentActivityInternalServerError) IsSuccess

IsSuccess returns true when this get users development activity internal server error response has a 2xx status code

func (*GetUsersDevelopmentActivityInternalServerError) String

type GetUsersDevelopmentActivityNotFound

type GetUsersDevelopmentActivityNotFound struct {
	Payload *models.ErrorBody
}

GetUsersDevelopmentActivityNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUsersDevelopmentActivityNotFound

func NewGetUsersDevelopmentActivityNotFound() *GetUsersDevelopmentActivityNotFound

NewGetUsersDevelopmentActivityNotFound creates a GetUsersDevelopmentActivityNotFound with default headers values

func (*GetUsersDevelopmentActivityNotFound) Error

func (*GetUsersDevelopmentActivityNotFound) GetPayload

func (*GetUsersDevelopmentActivityNotFound) IsClientError

func (o *GetUsersDevelopmentActivityNotFound) IsClientError() bool

IsClientError returns true when this get users development activity not found response has a 4xx status code

func (*GetUsersDevelopmentActivityNotFound) IsCode

IsCode returns true when this get users development activity not found response a status code equal to that given

func (*GetUsersDevelopmentActivityNotFound) IsRedirect

func (o *GetUsersDevelopmentActivityNotFound) IsRedirect() bool

IsRedirect returns true when this get users development activity not found response has a 3xx status code

func (*GetUsersDevelopmentActivityNotFound) IsServerError

func (o *GetUsersDevelopmentActivityNotFound) IsServerError() bool

IsServerError returns true when this get users development activity not found response has a 5xx status code

func (*GetUsersDevelopmentActivityNotFound) IsSuccess

IsSuccess returns true when this get users development activity not found response has a 2xx status code

func (*GetUsersDevelopmentActivityNotFound) String

type GetUsersDevelopmentActivityOK

type GetUsersDevelopmentActivityOK struct {
	Payload *models.DevelopmentActivity
}

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

successful operation

func NewGetUsersDevelopmentActivityOK

func NewGetUsersDevelopmentActivityOK() *GetUsersDevelopmentActivityOK

NewGetUsersDevelopmentActivityOK creates a GetUsersDevelopmentActivityOK with default headers values

func (*GetUsersDevelopmentActivityOK) Error

func (*GetUsersDevelopmentActivityOK) GetPayload

func (*GetUsersDevelopmentActivityOK) IsClientError

func (o *GetUsersDevelopmentActivityOK) IsClientError() bool

IsClientError returns true when this get users development activity o k response has a 4xx status code

func (*GetUsersDevelopmentActivityOK) IsCode

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

IsCode returns true when this get users development activity o k response a status code equal to that given

func (*GetUsersDevelopmentActivityOK) IsRedirect

func (o *GetUsersDevelopmentActivityOK) IsRedirect() bool

IsRedirect returns true when this get users development activity o k response has a 3xx status code

func (*GetUsersDevelopmentActivityOK) IsServerError

func (o *GetUsersDevelopmentActivityOK) IsServerError() bool

IsServerError returns true when this get users development activity o k response has a 5xx status code

func (*GetUsersDevelopmentActivityOK) IsSuccess

func (o *GetUsersDevelopmentActivityOK) IsSuccess() bool

IsSuccess returns true when this get users development activity o k response has a 2xx status code

func (*GetUsersDevelopmentActivityOK) String

type GetUsersDevelopmentActivityParams

type GetUsersDevelopmentActivityParams struct {

	/* ActivityID.

	   Specifies the activity ID, maps to either assignment or appointment ID
	*/
	ActivityID string

	/* Type.

	   Specifies the activity type.
	*/
	Type string

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

GetUsersDevelopmentActivityParams contains all the parameters to send to the API endpoint

for the get users development activity operation.

Typically these are written to a http.Request.

func NewGetUsersDevelopmentActivityParams

func NewGetUsersDevelopmentActivityParams() *GetUsersDevelopmentActivityParams

NewGetUsersDevelopmentActivityParams creates a new GetUsersDevelopmentActivityParams 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 NewGetUsersDevelopmentActivityParamsWithContext

func NewGetUsersDevelopmentActivityParamsWithContext(ctx context.Context) *GetUsersDevelopmentActivityParams

NewGetUsersDevelopmentActivityParamsWithContext creates a new GetUsersDevelopmentActivityParams object with the ability to set a context for a request.

func NewGetUsersDevelopmentActivityParamsWithHTTPClient

func NewGetUsersDevelopmentActivityParamsWithHTTPClient(client *http.Client) *GetUsersDevelopmentActivityParams

NewGetUsersDevelopmentActivityParamsWithHTTPClient creates a new GetUsersDevelopmentActivityParams object with the ability to set a custom HTTPClient for a request.

func NewGetUsersDevelopmentActivityParamsWithTimeout

func NewGetUsersDevelopmentActivityParamsWithTimeout(timeout time.Duration) *GetUsersDevelopmentActivityParams

NewGetUsersDevelopmentActivityParamsWithTimeout creates a new GetUsersDevelopmentActivityParams object with the ability to set a timeout on a request.

func (*GetUsersDevelopmentActivityParams) SetActivityID

func (o *GetUsersDevelopmentActivityParams) SetActivityID(activityID string)

SetActivityID adds the activityId to the get users development activity params

func (*GetUsersDevelopmentActivityParams) SetContext

SetContext adds the context to the get users development activity params

func (*GetUsersDevelopmentActivityParams) SetDefaults

func (o *GetUsersDevelopmentActivityParams) SetDefaults()

SetDefaults hydrates default values in the get users development activity params (not the query body).

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

func (*GetUsersDevelopmentActivityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get users development activity params

func (*GetUsersDevelopmentActivityParams) SetTimeout

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

SetTimeout adds the timeout to the get users development activity params

func (*GetUsersDevelopmentActivityParams) SetType

func (o *GetUsersDevelopmentActivityParams) SetType(typeVar string)

SetType adds the type to the get users development activity params

func (*GetUsersDevelopmentActivityParams) WithActivityID

WithActivityID adds the activityID to the get users development activity params

func (*GetUsersDevelopmentActivityParams) WithContext

WithContext adds the context to the get users development activity params

func (*GetUsersDevelopmentActivityParams) WithDefaults

WithDefaults hydrates default values in the get users development activity params (not the query body).

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

func (*GetUsersDevelopmentActivityParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get users development activity params

func (*GetUsersDevelopmentActivityParams) WithTimeout

WithTimeout adds the timeout to the get users development activity params

func (*GetUsersDevelopmentActivityParams) WithType

WithType adds the typeVar to the get users development activity params

func (*GetUsersDevelopmentActivityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUsersDevelopmentActivityReader

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

GetUsersDevelopmentActivityReader is a Reader for the GetUsersDevelopmentActivity structure.

func (*GetUsersDevelopmentActivityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsersDevelopmentActivityRequestEntityTooLarge

type GetUsersDevelopmentActivityRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUsersDevelopmentActivityRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUsersDevelopmentActivityRequestEntityTooLarge

func NewGetUsersDevelopmentActivityRequestEntityTooLarge() *GetUsersDevelopmentActivityRequestEntityTooLarge

NewGetUsersDevelopmentActivityRequestEntityTooLarge creates a GetUsersDevelopmentActivityRequestEntityTooLarge with default headers values

func (*GetUsersDevelopmentActivityRequestEntityTooLarge) Error

func (*GetUsersDevelopmentActivityRequestEntityTooLarge) GetPayload

func (*GetUsersDevelopmentActivityRequestEntityTooLarge) IsClientError

IsClientError returns true when this get users development activity request entity too large response has a 4xx status code

func (*GetUsersDevelopmentActivityRequestEntityTooLarge) IsCode

IsCode returns true when this get users development activity request entity too large response a status code equal to that given

func (*GetUsersDevelopmentActivityRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get users development activity request entity too large response has a 3xx status code

func (*GetUsersDevelopmentActivityRequestEntityTooLarge) IsServerError

IsServerError returns true when this get users development activity request entity too large response has a 5xx status code

func (*GetUsersDevelopmentActivityRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get users development activity request entity too large response has a 2xx status code

func (*GetUsersDevelopmentActivityRequestEntityTooLarge) String

type GetUsersDevelopmentActivityRequestTimeout

type GetUsersDevelopmentActivityRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUsersDevelopmentActivityRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUsersDevelopmentActivityRequestTimeout

func NewGetUsersDevelopmentActivityRequestTimeout() *GetUsersDevelopmentActivityRequestTimeout

NewGetUsersDevelopmentActivityRequestTimeout creates a GetUsersDevelopmentActivityRequestTimeout with default headers values

func (*GetUsersDevelopmentActivityRequestTimeout) Error

func (*GetUsersDevelopmentActivityRequestTimeout) GetPayload

func (*GetUsersDevelopmentActivityRequestTimeout) IsClientError

IsClientError returns true when this get users development activity request timeout response has a 4xx status code

func (*GetUsersDevelopmentActivityRequestTimeout) IsCode

IsCode returns true when this get users development activity request timeout response a status code equal to that given

func (*GetUsersDevelopmentActivityRequestTimeout) IsRedirect

IsRedirect returns true when this get users development activity request timeout response has a 3xx status code

func (*GetUsersDevelopmentActivityRequestTimeout) IsServerError

IsServerError returns true when this get users development activity request timeout response has a 5xx status code

func (*GetUsersDevelopmentActivityRequestTimeout) IsSuccess

IsSuccess returns true when this get users development activity request timeout response has a 2xx status code

func (*GetUsersDevelopmentActivityRequestTimeout) String

type GetUsersDevelopmentActivityServiceUnavailable

type GetUsersDevelopmentActivityServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUsersDevelopmentActivityServiceUnavailable

func NewGetUsersDevelopmentActivityServiceUnavailable() *GetUsersDevelopmentActivityServiceUnavailable

NewGetUsersDevelopmentActivityServiceUnavailable creates a GetUsersDevelopmentActivityServiceUnavailable with default headers values

func (*GetUsersDevelopmentActivityServiceUnavailable) Error

func (*GetUsersDevelopmentActivityServiceUnavailable) GetPayload

func (*GetUsersDevelopmentActivityServiceUnavailable) IsClientError

IsClientError returns true when this get users development activity service unavailable response has a 4xx status code

func (*GetUsersDevelopmentActivityServiceUnavailable) IsCode

IsCode returns true when this get users development activity service unavailable response a status code equal to that given

func (*GetUsersDevelopmentActivityServiceUnavailable) IsRedirect

IsRedirect returns true when this get users development activity service unavailable response has a 3xx status code

func (*GetUsersDevelopmentActivityServiceUnavailable) IsServerError

IsServerError returns true when this get users development activity service unavailable response has a 5xx status code

func (*GetUsersDevelopmentActivityServiceUnavailable) IsSuccess

IsSuccess returns true when this get users development activity service unavailable response has a 2xx status code

func (*GetUsersDevelopmentActivityServiceUnavailable) String

type GetUsersDevelopmentActivityTooManyRequests

type GetUsersDevelopmentActivityTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUsersDevelopmentActivityTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUsersDevelopmentActivityTooManyRequests

func NewGetUsersDevelopmentActivityTooManyRequests() *GetUsersDevelopmentActivityTooManyRequests

NewGetUsersDevelopmentActivityTooManyRequests creates a GetUsersDevelopmentActivityTooManyRequests with default headers values

func (*GetUsersDevelopmentActivityTooManyRequests) Error

func (*GetUsersDevelopmentActivityTooManyRequests) GetPayload

func (*GetUsersDevelopmentActivityTooManyRequests) IsClientError

IsClientError returns true when this get users development activity too many requests response has a 4xx status code

func (*GetUsersDevelopmentActivityTooManyRequests) IsCode

IsCode returns true when this get users development activity too many requests response a status code equal to that given

func (*GetUsersDevelopmentActivityTooManyRequests) IsRedirect

IsRedirect returns true when this get users development activity too many requests response has a 3xx status code

func (*GetUsersDevelopmentActivityTooManyRequests) IsServerError

IsServerError returns true when this get users development activity too many requests response has a 5xx status code

func (*GetUsersDevelopmentActivityTooManyRequests) IsSuccess

IsSuccess returns true when this get users development activity too many requests response has a 2xx status code

func (*GetUsersDevelopmentActivityTooManyRequests) String

type GetUsersDevelopmentActivityUnauthorized

type GetUsersDevelopmentActivityUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUsersDevelopmentActivityUnauthorized

func NewGetUsersDevelopmentActivityUnauthorized() *GetUsersDevelopmentActivityUnauthorized

NewGetUsersDevelopmentActivityUnauthorized creates a GetUsersDevelopmentActivityUnauthorized with default headers values

func (*GetUsersDevelopmentActivityUnauthorized) Error

func (*GetUsersDevelopmentActivityUnauthorized) GetPayload

func (*GetUsersDevelopmentActivityUnauthorized) IsClientError

func (o *GetUsersDevelopmentActivityUnauthorized) IsClientError() bool

IsClientError returns true when this get users development activity unauthorized response has a 4xx status code

func (*GetUsersDevelopmentActivityUnauthorized) IsCode

IsCode returns true when this get users development activity unauthorized response a status code equal to that given

func (*GetUsersDevelopmentActivityUnauthorized) IsRedirect

IsRedirect returns true when this get users development activity unauthorized response has a 3xx status code

func (*GetUsersDevelopmentActivityUnauthorized) IsServerError

func (o *GetUsersDevelopmentActivityUnauthorized) IsServerError() bool

IsServerError returns true when this get users development activity unauthorized response has a 5xx status code

func (*GetUsersDevelopmentActivityUnauthorized) IsSuccess

IsSuccess returns true when this get users development activity unauthorized response has a 2xx status code

func (*GetUsersDevelopmentActivityUnauthorized) String

type GetUsersDevelopmentActivityUnsupportedMediaType

type GetUsersDevelopmentActivityUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUsersDevelopmentActivityUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUsersDevelopmentActivityUnsupportedMediaType

func NewGetUsersDevelopmentActivityUnsupportedMediaType() *GetUsersDevelopmentActivityUnsupportedMediaType

NewGetUsersDevelopmentActivityUnsupportedMediaType creates a GetUsersDevelopmentActivityUnsupportedMediaType with default headers values

func (*GetUsersDevelopmentActivityUnsupportedMediaType) Error

func (*GetUsersDevelopmentActivityUnsupportedMediaType) GetPayload

func (*GetUsersDevelopmentActivityUnsupportedMediaType) IsClientError

IsClientError returns true when this get users development activity unsupported media type response has a 4xx status code

func (*GetUsersDevelopmentActivityUnsupportedMediaType) IsCode

IsCode returns true when this get users development activity unsupported media type response a status code equal to that given

func (*GetUsersDevelopmentActivityUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get users development activity unsupported media type response has a 3xx status code

func (*GetUsersDevelopmentActivityUnsupportedMediaType) IsServerError

IsServerError returns true when this get users development activity unsupported media type response has a 5xx status code

func (*GetUsersDevelopmentActivityUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get users development activity unsupported media type response has a 2xx status code

func (*GetUsersDevelopmentActivityUnsupportedMediaType) String

type GetUsersForbidden

type GetUsersForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUsersForbidden

func NewGetUsersForbidden() *GetUsersForbidden

NewGetUsersForbidden creates a GetUsersForbidden with default headers values

func (*GetUsersForbidden) Error

func (o *GetUsersForbidden) Error() string

func (*GetUsersForbidden) GetPayload

func (o *GetUsersForbidden) GetPayload() *models.ErrorBody

func (*GetUsersForbidden) IsClientError

func (o *GetUsersForbidden) IsClientError() bool

IsClientError returns true when this get users forbidden response has a 4xx status code

func (*GetUsersForbidden) IsCode

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

IsCode returns true when this get users forbidden response a status code equal to that given

func (*GetUsersForbidden) IsRedirect

func (o *GetUsersForbidden) IsRedirect() bool

IsRedirect returns true when this get users forbidden response has a 3xx status code

func (*GetUsersForbidden) IsServerError

func (o *GetUsersForbidden) IsServerError() bool

IsServerError returns true when this get users forbidden response has a 5xx status code

func (*GetUsersForbidden) IsSuccess

func (o *GetUsersForbidden) IsSuccess() bool

IsSuccess returns true when this get users forbidden response has a 2xx status code

func (*GetUsersForbidden) String

func (o *GetUsersForbidden) String() string

type GetUsersGatewayTimeout

type GetUsersGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUsersGatewayTimeout

func NewGetUsersGatewayTimeout() *GetUsersGatewayTimeout

NewGetUsersGatewayTimeout creates a GetUsersGatewayTimeout with default headers values

func (*GetUsersGatewayTimeout) Error

func (o *GetUsersGatewayTimeout) Error() string

func (*GetUsersGatewayTimeout) GetPayload

func (o *GetUsersGatewayTimeout) GetPayload() *models.ErrorBody

func (*GetUsersGatewayTimeout) IsClientError

func (o *GetUsersGatewayTimeout) IsClientError() bool

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

func (*GetUsersGatewayTimeout) IsCode

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

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

func (*GetUsersGatewayTimeout) IsRedirect

func (o *GetUsersGatewayTimeout) IsRedirect() bool

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

func (*GetUsersGatewayTimeout) IsServerError

func (o *GetUsersGatewayTimeout) IsServerError() bool

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

func (*GetUsersGatewayTimeout) IsSuccess

func (o *GetUsersGatewayTimeout) IsSuccess() bool

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

func (*GetUsersGatewayTimeout) String

func (o *GetUsersGatewayTimeout) String() string

type GetUsersInternalServerError

type GetUsersInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUsersInternalServerError

func NewGetUsersInternalServerError() *GetUsersInternalServerError

NewGetUsersInternalServerError creates a GetUsersInternalServerError with default headers values

func (*GetUsersInternalServerError) Error

func (*GetUsersInternalServerError) GetPayload

func (o *GetUsersInternalServerError) GetPayload() *models.ErrorBody

func (*GetUsersInternalServerError) IsClientError

func (o *GetUsersInternalServerError) IsClientError() bool

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

func (*GetUsersInternalServerError) IsCode

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

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

func (*GetUsersInternalServerError) IsRedirect

func (o *GetUsersInternalServerError) IsRedirect() bool

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

func (*GetUsersInternalServerError) IsServerError

func (o *GetUsersInternalServerError) IsServerError() bool

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

func (*GetUsersInternalServerError) IsSuccess

func (o *GetUsersInternalServerError) IsSuccess() bool

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

func (*GetUsersInternalServerError) String

func (o *GetUsersInternalServerError) String() string

type GetUsersMeBadRequest

type GetUsersMeBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetUsersMeBadRequest

func NewGetUsersMeBadRequest() *GetUsersMeBadRequest

NewGetUsersMeBadRequest creates a GetUsersMeBadRequest with default headers values

func (*GetUsersMeBadRequest) Error

func (o *GetUsersMeBadRequest) Error() string

func (*GetUsersMeBadRequest) GetPayload

func (o *GetUsersMeBadRequest) GetPayload() *models.ErrorBody

func (*GetUsersMeBadRequest) IsClientError

func (o *GetUsersMeBadRequest) IsClientError() bool

IsClientError returns true when this get users me bad request response has a 4xx status code

func (*GetUsersMeBadRequest) IsCode

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

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

func (*GetUsersMeBadRequest) IsRedirect

func (o *GetUsersMeBadRequest) IsRedirect() bool

IsRedirect returns true when this get users me bad request response has a 3xx status code

func (*GetUsersMeBadRequest) IsServerError

func (o *GetUsersMeBadRequest) IsServerError() bool

IsServerError returns true when this get users me bad request response has a 5xx status code

func (*GetUsersMeBadRequest) IsSuccess

func (o *GetUsersMeBadRequest) IsSuccess() bool

IsSuccess returns true when this get users me bad request response has a 2xx status code

func (*GetUsersMeBadRequest) String

func (o *GetUsersMeBadRequest) String() string

type GetUsersMeForbidden

type GetUsersMeForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetUsersMeForbidden

func NewGetUsersMeForbidden() *GetUsersMeForbidden

NewGetUsersMeForbidden creates a GetUsersMeForbidden with default headers values

func (*GetUsersMeForbidden) Error

func (o *GetUsersMeForbidden) Error() string

func (*GetUsersMeForbidden) GetPayload

func (o *GetUsersMeForbidden) GetPayload() *models.ErrorBody

func (*GetUsersMeForbidden) IsClientError

func (o *GetUsersMeForbidden) IsClientError() bool

IsClientError returns true when this get users me forbidden response has a 4xx status code

func (*GetUsersMeForbidden) IsCode

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

IsCode returns true when this get users me forbidden response a status code equal to that given

func (*GetUsersMeForbidden) IsRedirect

func (o *GetUsersMeForbidden) IsRedirect() bool

IsRedirect returns true when this get users me forbidden response has a 3xx status code

func (*GetUsersMeForbidden) IsServerError

func (o *GetUsersMeForbidden) IsServerError() bool

IsServerError returns true when this get users me forbidden response has a 5xx status code

func (*GetUsersMeForbidden) IsSuccess

func (o *GetUsersMeForbidden) IsSuccess() bool

IsSuccess returns true when this get users me forbidden response has a 2xx status code

func (*GetUsersMeForbidden) String

func (o *GetUsersMeForbidden) String() string

type GetUsersMeGatewayTimeout

type GetUsersMeGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetUsersMeGatewayTimeout

func NewGetUsersMeGatewayTimeout() *GetUsersMeGatewayTimeout

NewGetUsersMeGatewayTimeout creates a GetUsersMeGatewayTimeout with default headers values

func (*GetUsersMeGatewayTimeout) Error

func (o *GetUsersMeGatewayTimeout) Error() string

func (*GetUsersMeGatewayTimeout) GetPayload

func (o *GetUsersMeGatewayTimeout) GetPayload() *models.ErrorBody

func (*GetUsersMeGatewayTimeout) IsClientError

func (o *GetUsersMeGatewayTimeout) IsClientError() bool

IsClientError returns true when this get users me gateway timeout response has a 4xx status code

func (*GetUsersMeGatewayTimeout) IsCode

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

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

func (*GetUsersMeGatewayTimeout) IsRedirect

func (o *GetUsersMeGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get users me gateway timeout response has a 3xx status code

func (*GetUsersMeGatewayTimeout) IsServerError

func (o *GetUsersMeGatewayTimeout) IsServerError() bool

IsServerError returns true when this get users me gateway timeout response has a 5xx status code

func (*GetUsersMeGatewayTimeout) IsSuccess

func (o *GetUsersMeGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get users me gateway timeout response has a 2xx status code

func (*GetUsersMeGatewayTimeout) String

func (o *GetUsersMeGatewayTimeout) String() string

type GetUsersMeInternalServerError

type GetUsersMeInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUsersMeInternalServerError

func NewGetUsersMeInternalServerError() *GetUsersMeInternalServerError

NewGetUsersMeInternalServerError creates a GetUsersMeInternalServerError with default headers values

func (*GetUsersMeInternalServerError) Error

func (*GetUsersMeInternalServerError) GetPayload

func (*GetUsersMeInternalServerError) IsClientError

func (o *GetUsersMeInternalServerError) IsClientError() bool

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

func (*GetUsersMeInternalServerError) IsCode

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

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

func (*GetUsersMeInternalServerError) IsRedirect

func (o *GetUsersMeInternalServerError) IsRedirect() bool

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

func (*GetUsersMeInternalServerError) IsServerError

func (o *GetUsersMeInternalServerError) IsServerError() bool

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

func (*GetUsersMeInternalServerError) IsSuccess

func (o *GetUsersMeInternalServerError) IsSuccess() bool

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

func (*GetUsersMeInternalServerError) String

type GetUsersMeNotFound

type GetUsersMeNotFound struct {
	Payload *models.ErrorBody
}

GetUsersMeNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUsersMeNotFound

func NewGetUsersMeNotFound() *GetUsersMeNotFound

NewGetUsersMeNotFound creates a GetUsersMeNotFound with default headers values

func (*GetUsersMeNotFound) Error

func (o *GetUsersMeNotFound) Error() string

func (*GetUsersMeNotFound) GetPayload

func (o *GetUsersMeNotFound) GetPayload() *models.ErrorBody

func (*GetUsersMeNotFound) IsClientError

func (o *GetUsersMeNotFound) IsClientError() bool

IsClientError returns true when this get users me not found response has a 4xx status code

func (*GetUsersMeNotFound) IsCode

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

IsCode returns true when this get users me not found response a status code equal to that given

func (*GetUsersMeNotFound) IsRedirect

func (o *GetUsersMeNotFound) IsRedirect() bool

IsRedirect returns true when this get users me not found response has a 3xx status code

func (*GetUsersMeNotFound) IsServerError

func (o *GetUsersMeNotFound) IsServerError() bool

IsServerError returns true when this get users me not found response has a 5xx status code

func (*GetUsersMeNotFound) IsSuccess

func (o *GetUsersMeNotFound) IsSuccess() bool

IsSuccess returns true when this get users me not found response has a 2xx status code

func (*GetUsersMeNotFound) String

func (o *GetUsersMeNotFound) String() string

type GetUsersMeOK

type GetUsersMeOK struct {
	Payload *models.UserMe
}

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

successful operation

func NewGetUsersMeOK

func NewGetUsersMeOK() *GetUsersMeOK

NewGetUsersMeOK creates a GetUsersMeOK with default headers values

func (*GetUsersMeOK) Error

func (o *GetUsersMeOK) Error() string

func (*GetUsersMeOK) GetPayload

func (o *GetUsersMeOK) GetPayload() *models.UserMe

func (*GetUsersMeOK) IsClientError

func (o *GetUsersMeOK) IsClientError() bool

IsClientError returns true when this get users me o k response has a 4xx status code

func (*GetUsersMeOK) IsCode

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

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

func (*GetUsersMeOK) IsRedirect

func (o *GetUsersMeOK) IsRedirect() bool

IsRedirect returns true when this get users me o k response has a 3xx status code

func (*GetUsersMeOK) IsServerError

func (o *GetUsersMeOK) IsServerError() bool

IsServerError returns true when this get users me o k response has a 5xx status code

func (*GetUsersMeOK) IsSuccess

func (o *GetUsersMeOK) IsSuccess() bool

IsSuccess returns true when this get users me o k response has a 2xx status code

func (*GetUsersMeOK) String

func (o *GetUsersMeOK) String() string

type GetUsersMeParams

type GetUsersMeParams struct {

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* IntegrationPresenceSource.

	   Get your presence for a given integration. This parameter will only be used when presence is provided as an "expand".
	*/
	IntegrationPresenceSource *string

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

GetUsersMeParams contains all the parameters to send to the API endpoint

for the get users me operation.

Typically these are written to a http.Request.

func NewGetUsersMeParams

func NewGetUsersMeParams() *GetUsersMeParams

NewGetUsersMeParams creates a new GetUsersMeParams 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 NewGetUsersMeParamsWithContext

func NewGetUsersMeParamsWithContext(ctx context.Context) *GetUsersMeParams

NewGetUsersMeParamsWithContext creates a new GetUsersMeParams object with the ability to set a context for a request.

func NewGetUsersMeParamsWithHTTPClient

func NewGetUsersMeParamsWithHTTPClient(client *http.Client) *GetUsersMeParams

NewGetUsersMeParamsWithHTTPClient creates a new GetUsersMeParams object with the ability to set a custom HTTPClient for a request.

func NewGetUsersMeParamsWithTimeout

func NewGetUsersMeParamsWithTimeout(timeout time.Duration) *GetUsersMeParams

NewGetUsersMeParamsWithTimeout creates a new GetUsersMeParams object with the ability to set a timeout on a request.

func (*GetUsersMeParams) SetContext

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

SetContext adds the context to the get users me params

func (*GetUsersMeParams) SetDefaults

func (o *GetUsersMeParams) SetDefaults()

SetDefaults hydrates default values in the get users me params (not the query body).

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

func (*GetUsersMeParams) SetExpand

func (o *GetUsersMeParams) SetExpand(expand []string)

SetExpand adds the expand to the get users me params

func (*GetUsersMeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get users me params

func (*GetUsersMeParams) SetIntegrationPresenceSource

func (o *GetUsersMeParams) SetIntegrationPresenceSource(integrationPresenceSource *string)

SetIntegrationPresenceSource adds the integrationPresenceSource to the get users me params

func (*GetUsersMeParams) SetTimeout

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

SetTimeout adds the timeout to the get users me params

func (*GetUsersMeParams) WithContext

func (o *GetUsersMeParams) WithContext(ctx context.Context) *GetUsersMeParams

WithContext adds the context to the get users me params

func (*GetUsersMeParams) WithDefaults

func (o *GetUsersMeParams) WithDefaults() *GetUsersMeParams

WithDefaults hydrates default values in the get users me params (not the query body).

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

func (*GetUsersMeParams) WithExpand

func (o *GetUsersMeParams) WithExpand(expand []string) *GetUsersMeParams

WithExpand adds the expand to the get users me params

func (*GetUsersMeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get users me params

func (*GetUsersMeParams) WithIntegrationPresenceSource

func (o *GetUsersMeParams) WithIntegrationPresenceSource(integrationPresenceSource *string) *GetUsersMeParams

WithIntegrationPresenceSource adds the integrationPresenceSource to the get users me params

func (*GetUsersMeParams) WithTimeout

func (o *GetUsersMeParams) WithTimeout(timeout time.Duration) *GetUsersMeParams

WithTimeout adds the timeout to the get users me params

func (*GetUsersMeParams) WriteToRequest

func (o *GetUsersMeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetUsersMeReader

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

GetUsersMeReader is a Reader for the GetUsersMe structure.

func (*GetUsersMeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsersMeRequestEntityTooLarge

type GetUsersMeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUsersMeRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUsersMeRequestEntityTooLarge

func NewGetUsersMeRequestEntityTooLarge() *GetUsersMeRequestEntityTooLarge

NewGetUsersMeRequestEntityTooLarge creates a GetUsersMeRequestEntityTooLarge with default headers values

func (*GetUsersMeRequestEntityTooLarge) Error

func (*GetUsersMeRequestEntityTooLarge) GetPayload

func (*GetUsersMeRequestEntityTooLarge) IsClientError

func (o *GetUsersMeRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get users me request entity too large response has a 4xx status code

func (*GetUsersMeRequestEntityTooLarge) IsCode

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

IsCode returns true when this get users me request entity too large response a status code equal to that given

func (*GetUsersMeRequestEntityTooLarge) IsRedirect

func (o *GetUsersMeRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this get users me request entity too large response has a 3xx status code

func (*GetUsersMeRequestEntityTooLarge) IsServerError

func (o *GetUsersMeRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get users me request entity too large response has a 5xx status code

func (*GetUsersMeRequestEntityTooLarge) IsSuccess

func (o *GetUsersMeRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this get users me request entity too large response has a 2xx status code

func (*GetUsersMeRequestEntityTooLarge) String

type GetUsersMeRequestTimeout

type GetUsersMeRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUsersMeRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUsersMeRequestTimeout

func NewGetUsersMeRequestTimeout() *GetUsersMeRequestTimeout

NewGetUsersMeRequestTimeout creates a GetUsersMeRequestTimeout with default headers values

func (*GetUsersMeRequestTimeout) Error

func (o *GetUsersMeRequestTimeout) Error() string

func (*GetUsersMeRequestTimeout) GetPayload

func (o *GetUsersMeRequestTimeout) GetPayload() *models.ErrorBody

func (*GetUsersMeRequestTimeout) IsClientError

func (o *GetUsersMeRequestTimeout) IsClientError() bool

IsClientError returns true when this get users me request timeout response has a 4xx status code

func (*GetUsersMeRequestTimeout) IsCode

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

IsCode returns true when this get users me request timeout response a status code equal to that given

func (*GetUsersMeRequestTimeout) IsRedirect

func (o *GetUsersMeRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get users me request timeout response has a 3xx status code

func (*GetUsersMeRequestTimeout) IsServerError

func (o *GetUsersMeRequestTimeout) IsServerError() bool

IsServerError returns true when this get users me request timeout response has a 5xx status code

func (*GetUsersMeRequestTimeout) IsSuccess

func (o *GetUsersMeRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get users me request timeout response has a 2xx status code

func (*GetUsersMeRequestTimeout) String

func (o *GetUsersMeRequestTimeout) String() string

type GetUsersMeServiceUnavailable

type GetUsersMeServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUsersMeServiceUnavailable

func NewGetUsersMeServiceUnavailable() *GetUsersMeServiceUnavailable

NewGetUsersMeServiceUnavailable creates a GetUsersMeServiceUnavailable with default headers values

func (*GetUsersMeServiceUnavailable) Error

func (*GetUsersMeServiceUnavailable) GetPayload

func (*GetUsersMeServiceUnavailable) IsClientError

func (o *GetUsersMeServiceUnavailable) IsClientError() bool

IsClientError returns true when this get users me service unavailable response has a 4xx status code

func (*GetUsersMeServiceUnavailable) IsCode

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

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

func (*GetUsersMeServiceUnavailable) IsRedirect

func (o *GetUsersMeServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get users me service unavailable response has a 3xx status code

func (*GetUsersMeServiceUnavailable) IsServerError

func (o *GetUsersMeServiceUnavailable) IsServerError() bool

IsServerError returns true when this get users me service unavailable response has a 5xx status code

func (*GetUsersMeServiceUnavailable) IsSuccess

func (o *GetUsersMeServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get users me service unavailable response has a 2xx status code

func (*GetUsersMeServiceUnavailable) String

type GetUsersMeTooManyRequests

type GetUsersMeTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUsersMeTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUsersMeTooManyRequests

func NewGetUsersMeTooManyRequests() *GetUsersMeTooManyRequests

NewGetUsersMeTooManyRequests creates a GetUsersMeTooManyRequests with default headers values

func (*GetUsersMeTooManyRequests) Error

func (o *GetUsersMeTooManyRequests) Error() string

func (*GetUsersMeTooManyRequests) GetPayload

func (o *GetUsersMeTooManyRequests) GetPayload() *models.ErrorBody

func (*GetUsersMeTooManyRequests) IsClientError

func (o *GetUsersMeTooManyRequests) IsClientError() bool

IsClientError returns true when this get users me too many requests response has a 4xx status code

func (*GetUsersMeTooManyRequests) IsCode

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

IsCode returns true when this get users me too many requests response a status code equal to that given

func (*GetUsersMeTooManyRequests) IsRedirect

func (o *GetUsersMeTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get users me too many requests response has a 3xx status code

func (*GetUsersMeTooManyRequests) IsServerError

func (o *GetUsersMeTooManyRequests) IsServerError() bool

IsServerError returns true when this get users me too many requests response has a 5xx status code

func (*GetUsersMeTooManyRequests) IsSuccess

func (o *GetUsersMeTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get users me too many requests response has a 2xx status code

func (*GetUsersMeTooManyRequests) String

func (o *GetUsersMeTooManyRequests) String() string

type GetUsersMeUnauthorized

type GetUsersMeUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetUsersMeUnauthorized

func NewGetUsersMeUnauthorized() *GetUsersMeUnauthorized

NewGetUsersMeUnauthorized creates a GetUsersMeUnauthorized with default headers values

func (*GetUsersMeUnauthorized) Error

func (o *GetUsersMeUnauthorized) Error() string

func (*GetUsersMeUnauthorized) GetPayload

func (o *GetUsersMeUnauthorized) GetPayload() *models.ErrorBody

func (*GetUsersMeUnauthorized) IsClientError

func (o *GetUsersMeUnauthorized) IsClientError() bool

IsClientError returns true when this get users me unauthorized response has a 4xx status code

func (*GetUsersMeUnauthorized) IsCode

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

IsCode returns true when this get users me unauthorized response a status code equal to that given

func (*GetUsersMeUnauthorized) IsRedirect

func (o *GetUsersMeUnauthorized) IsRedirect() bool

IsRedirect returns true when this get users me unauthorized response has a 3xx status code

func (*GetUsersMeUnauthorized) IsServerError

func (o *GetUsersMeUnauthorized) IsServerError() bool

IsServerError returns true when this get users me unauthorized response has a 5xx status code

func (*GetUsersMeUnauthorized) IsSuccess

func (o *GetUsersMeUnauthorized) IsSuccess() bool

IsSuccess returns true when this get users me unauthorized response has a 2xx status code

func (*GetUsersMeUnauthorized) String

func (o *GetUsersMeUnauthorized) String() string

type GetUsersMeUnsupportedMediaType

type GetUsersMeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUsersMeUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUsersMeUnsupportedMediaType

func NewGetUsersMeUnsupportedMediaType() *GetUsersMeUnsupportedMediaType

NewGetUsersMeUnsupportedMediaType creates a GetUsersMeUnsupportedMediaType with default headers values

func (*GetUsersMeUnsupportedMediaType) Error

func (*GetUsersMeUnsupportedMediaType) GetPayload

func (*GetUsersMeUnsupportedMediaType) IsClientError

func (o *GetUsersMeUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get users me unsupported media type response has a 4xx status code

func (*GetUsersMeUnsupportedMediaType) IsCode

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

IsCode returns true when this get users me unsupported media type response a status code equal to that given

func (*GetUsersMeUnsupportedMediaType) IsRedirect

func (o *GetUsersMeUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get users me unsupported media type response has a 3xx status code

func (*GetUsersMeUnsupportedMediaType) IsServerError

func (o *GetUsersMeUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get users me unsupported media type response has a 5xx status code

func (*GetUsersMeUnsupportedMediaType) IsSuccess

func (o *GetUsersMeUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this get users me unsupported media type response has a 2xx status code

func (*GetUsersMeUnsupportedMediaType) String

type GetUsersNotFound

type GetUsersNotFound struct {
	Payload *models.ErrorBody
}

GetUsersNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUsersNotFound

func NewGetUsersNotFound() *GetUsersNotFound

NewGetUsersNotFound creates a GetUsersNotFound with default headers values

func (*GetUsersNotFound) Error

func (o *GetUsersNotFound) Error() string

func (*GetUsersNotFound) GetPayload

func (o *GetUsersNotFound) GetPayload() *models.ErrorBody

func (*GetUsersNotFound) IsClientError

func (o *GetUsersNotFound) IsClientError() bool

IsClientError returns true when this get users not found response has a 4xx status code

func (*GetUsersNotFound) IsCode

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

IsCode returns true when this get users not found response a status code equal to that given

func (*GetUsersNotFound) IsRedirect

func (o *GetUsersNotFound) IsRedirect() bool

IsRedirect returns true when this get users not found response has a 3xx status code

func (*GetUsersNotFound) IsServerError

func (o *GetUsersNotFound) IsServerError() bool

IsServerError returns true when this get users not found response has a 5xx status code

func (*GetUsersNotFound) IsSuccess

func (o *GetUsersNotFound) IsSuccess() bool

IsSuccess returns true when this get users not found response has a 2xx status code

func (*GetUsersNotFound) String

func (o *GetUsersNotFound) String() string

type GetUsersOK

type GetUsersOK struct {
	Payload *models.UserEntityListing
}

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

successful operation

func NewGetUsersOK

func NewGetUsersOK() *GetUsersOK

NewGetUsersOK creates a GetUsersOK with default headers values

func (*GetUsersOK) Error

func (o *GetUsersOK) Error() string

func (*GetUsersOK) GetPayload

func (o *GetUsersOK) GetPayload() *models.UserEntityListing

func (*GetUsersOK) IsClientError

func (o *GetUsersOK) IsClientError() bool

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

func (*GetUsersOK) IsCode

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

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

func (*GetUsersOK) IsRedirect

func (o *GetUsersOK) IsRedirect() bool

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

func (*GetUsersOK) IsServerError

func (o *GetUsersOK) IsServerError() bool

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

func (*GetUsersOK) IsSuccess

func (o *GetUsersOK) IsSuccess() bool

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

func (*GetUsersOK) String

func (o *GetUsersOK) String() string

type GetUsersParams

type GetUsersParams struct {

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	/* ID.

	   A list of user IDs to fetch by bulk
	*/
	ID []string

	/* IntegrationPresenceSource.

	   Gets an integration presence for users instead of their defaults. This parameter will only be used when presence is provided as an "expand". When using this parameter the maximum number of users that can be returned is 100.
	*/
	IntegrationPresenceSource *string

	/* JabberID.

	   A list of jabberIds to fetch by bulk (cannot be used with the "id" parameter)
	*/
	JabberID []string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* SortOrder.

	   Ascending or descending sort order

	   Default: "ASC"
	*/
	SortOrder *string

	/* State.

	   Only list users of this state

	   Default: "active"
	*/
	State *string

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

GetUsersParams contains all the parameters to send to the API endpoint

for the get users operation.

Typically these are written to a http.Request.

func NewGetUsersParams

func NewGetUsersParams() *GetUsersParams

NewGetUsersParams creates a new GetUsersParams 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 NewGetUsersParamsWithContext

func NewGetUsersParamsWithContext(ctx context.Context) *GetUsersParams

NewGetUsersParamsWithContext creates a new GetUsersParams object with the ability to set a context for a request.

func NewGetUsersParamsWithHTTPClient

func NewGetUsersParamsWithHTTPClient(client *http.Client) *GetUsersParams

NewGetUsersParamsWithHTTPClient creates a new GetUsersParams object with the ability to set a custom HTTPClient for a request.

func NewGetUsersParamsWithTimeout

func NewGetUsersParamsWithTimeout(timeout time.Duration) *GetUsersParams

NewGetUsersParamsWithTimeout creates a new GetUsersParams object with the ability to set a timeout on a request.

func (*GetUsersParams) SetContext

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

SetContext adds the context to the get users params

func (*GetUsersParams) SetDefaults

func (o *GetUsersParams) SetDefaults()

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

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

func (*GetUsersParams) SetExpand

func (o *GetUsersParams) SetExpand(expand []string)

SetExpand adds the expand to the get users params

func (*GetUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get users params

func (*GetUsersParams) SetID

func (o *GetUsersParams) SetID(id []string)

SetID adds the id to the get users params

func (*GetUsersParams) SetIntegrationPresenceSource

func (o *GetUsersParams) SetIntegrationPresenceSource(integrationPresenceSource *string)

SetIntegrationPresenceSource adds the integrationPresenceSource to the get users params

func (*GetUsersParams) SetJabberID

func (o *GetUsersParams) SetJabberID(jabberID []string)

SetJabberID adds the jabberId to the get users params

func (*GetUsersParams) SetPageNumber

func (o *GetUsersParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get users params

func (*GetUsersParams) SetPageSize

func (o *GetUsersParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get users params

func (*GetUsersParams) SetSortOrder

func (o *GetUsersParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get users params

func (*GetUsersParams) SetState

func (o *GetUsersParams) SetState(state *string)

SetState adds the state to the get users params

func (*GetUsersParams) SetTimeout

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

SetTimeout adds the timeout to the get users params

func (*GetUsersParams) WithContext

func (o *GetUsersParams) WithContext(ctx context.Context) *GetUsersParams

WithContext adds the context to the get users params

func (*GetUsersParams) WithDefaults

func (o *GetUsersParams) WithDefaults() *GetUsersParams

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

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

func (*GetUsersParams) WithExpand

func (o *GetUsersParams) WithExpand(expand []string) *GetUsersParams

WithExpand adds the expand to the get users params

func (*GetUsersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get users params

func (*GetUsersParams) WithID

func (o *GetUsersParams) WithID(id []string) *GetUsersParams

WithID adds the id to the get users params

func (*GetUsersParams) WithIntegrationPresenceSource

func (o *GetUsersParams) WithIntegrationPresenceSource(integrationPresenceSource *string) *GetUsersParams

WithIntegrationPresenceSource adds the integrationPresenceSource to the get users params

func (*GetUsersParams) WithJabberID

func (o *GetUsersParams) WithJabberID(jabberID []string) *GetUsersParams

WithJabberID adds the jabberID to the get users params

func (*GetUsersParams) WithPageNumber

func (o *GetUsersParams) WithPageNumber(pageNumber *int32) *GetUsersParams

WithPageNumber adds the pageNumber to the get users params

func (*GetUsersParams) WithPageSize

func (o *GetUsersParams) WithPageSize(pageSize *int32) *GetUsersParams

WithPageSize adds the pageSize to the get users params

func (*GetUsersParams) WithSortOrder

func (o *GetUsersParams) WithSortOrder(sortOrder *string) *GetUsersParams

WithSortOrder adds the sortOrder to the get users params

func (*GetUsersParams) WithState

func (o *GetUsersParams) WithState(state *string) *GetUsersParams

WithState adds the state to the get users params

func (*GetUsersParams) WithTimeout

func (o *GetUsersParams) WithTimeout(timeout time.Duration) *GetUsersParams

WithTimeout adds the timeout to the get users params

func (*GetUsersParams) WriteToRequest

func (o *GetUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetUsersReader

type GetUsersReader struct {
	// contains filtered or unexported fields
}

GetUsersReader is a Reader for the GetUsers structure.

func (*GetUsersReader) ReadResponse

func (o *GetUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetUsersRequestEntityTooLarge

type GetUsersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUsersRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUsersRequestEntityTooLarge

func NewGetUsersRequestEntityTooLarge() *GetUsersRequestEntityTooLarge

NewGetUsersRequestEntityTooLarge creates a GetUsersRequestEntityTooLarge with default headers values

func (*GetUsersRequestEntityTooLarge) Error

func (*GetUsersRequestEntityTooLarge) GetPayload

func (*GetUsersRequestEntityTooLarge) IsClientError

func (o *GetUsersRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get users request entity too large response has a 4xx status code

func (*GetUsersRequestEntityTooLarge) IsCode

func (o *GetUsersRequestEntityTooLarge) IsCode(code int) bool

IsCode returns true when this get users request entity too large response a status code equal to that given

func (*GetUsersRequestEntityTooLarge) IsRedirect

func (o *GetUsersRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this get users request entity too large response has a 3xx status code

func (*GetUsersRequestEntityTooLarge) IsServerError

func (o *GetUsersRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get users request entity too large response has a 5xx status code

func (*GetUsersRequestEntityTooLarge) IsSuccess

func (o *GetUsersRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this get users request entity too large response has a 2xx status code

func (*GetUsersRequestEntityTooLarge) String

type GetUsersRequestTimeout

type GetUsersRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUsersRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUsersRequestTimeout

func NewGetUsersRequestTimeout() *GetUsersRequestTimeout

NewGetUsersRequestTimeout creates a GetUsersRequestTimeout with default headers values

func (*GetUsersRequestTimeout) Error

func (o *GetUsersRequestTimeout) Error() string

func (*GetUsersRequestTimeout) GetPayload

func (o *GetUsersRequestTimeout) GetPayload() *models.ErrorBody

func (*GetUsersRequestTimeout) IsClientError

func (o *GetUsersRequestTimeout) IsClientError() bool

IsClientError returns true when this get users request timeout response has a 4xx status code

func (*GetUsersRequestTimeout) IsCode

func (o *GetUsersRequestTimeout) IsCode(code int) bool

IsCode returns true when this get users request timeout response a status code equal to that given

func (*GetUsersRequestTimeout) IsRedirect

func (o *GetUsersRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get users request timeout response has a 3xx status code

func (*GetUsersRequestTimeout) IsServerError

func (o *GetUsersRequestTimeout) IsServerError() bool

IsServerError returns true when this get users request timeout response has a 5xx status code

func (*GetUsersRequestTimeout) IsSuccess

func (o *GetUsersRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get users request timeout response has a 2xx status code

func (*GetUsersRequestTimeout) String

func (o *GetUsersRequestTimeout) String() string

type GetUsersSearchBadRequest

type GetUsersSearchBadRequest struct {
	Payload *models.ErrorBody
}

GetUsersSearchBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetUsersSearchBadRequest

func NewGetUsersSearchBadRequest() *GetUsersSearchBadRequest

NewGetUsersSearchBadRequest creates a GetUsersSearchBadRequest with default headers values

func (*GetUsersSearchBadRequest) Error

func (o *GetUsersSearchBadRequest) Error() string

func (*GetUsersSearchBadRequest) GetPayload

func (o *GetUsersSearchBadRequest) GetPayload() *models.ErrorBody

func (*GetUsersSearchBadRequest) IsClientError

func (o *GetUsersSearchBadRequest) IsClientError() bool

IsClientError returns true when this get users search bad request response has a 4xx status code

func (*GetUsersSearchBadRequest) IsCode

func (o *GetUsersSearchBadRequest) IsCode(code int) bool

IsCode returns true when this get users search bad request response a status code equal to that given

func (*GetUsersSearchBadRequest) IsRedirect

func (o *GetUsersSearchBadRequest) IsRedirect() bool

IsRedirect returns true when this get users search bad request response has a 3xx status code

func (*GetUsersSearchBadRequest) IsServerError

func (o *GetUsersSearchBadRequest) IsServerError() bool

IsServerError returns true when this get users search bad request response has a 5xx status code

func (*GetUsersSearchBadRequest) IsSuccess

func (o *GetUsersSearchBadRequest) IsSuccess() bool

IsSuccess returns true when this get users search bad request response has a 2xx status code

func (*GetUsersSearchBadRequest) String

func (o *GetUsersSearchBadRequest) String() string

type GetUsersSearchForbidden

type GetUsersSearchForbidden struct {
	Payload *models.ErrorBody
}

GetUsersSearchForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetUsersSearchForbidden

func NewGetUsersSearchForbidden() *GetUsersSearchForbidden

NewGetUsersSearchForbidden creates a GetUsersSearchForbidden with default headers values

func (*GetUsersSearchForbidden) Error

func (o *GetUsersSearchForbidden) Error() string

func (*GetUsersSearchForbidden) GetPayload

func (o *GetUsersSearchForbidden) GetPayload() *models.ErrorBody

func (*GetUsersSearchForbidden) IsClientError

func (o *GetUsersSearchForbidden) IsClientError() bool

IsClientError returns true when this get users search forbidden response has a 4xx status code

func (*GetUsersSearchForbidden) IsCode

func (o *GetUsersSearchForbidden) IsCode(code int) bool

IsCode returns true when this get users search forbidden response a status code equal to that given

func (*GetUsersSearchForbidden) IsRedirect

func (o *GetUsersSearchForbidden) IsRedirect() bool

IsRedirect returns true when this get users search forbidden response has a 3xx status code

func (*GetUsersSearchForbidden) IsServerError

func (o *GetUsersSearchForbidden) IsServerError() bool

IsServerError returns true when this get users search forbidden response has a 5xx status code

func (*GetUsersSearchForbidden) IsSuccess

func (o *GetUsersSearchForbidden) IsSuccess() bool

IsSuccess returns true when this get users search forbidden response has a 2xx status code

func (*GetUsersSearchForbidden) String

func (o *GetUsersSearchForbidden) String() string

type GetUsersSearchGatewayTimeout

type GetUsersSearchGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetUsersSearchGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetUsersSearchGatewayTimeout

func NewGetUsersSearchGatewayTimeout() *GetUsersSearchGatewayTimeout

NewGetUsersSearchGatewayTimeout creates a GetUsersSearchGatewayTimeout with default headers values

func (*GetUsersSearchGatewayTimeout) Error

func (*GetUsersSearchGatewayTimeout) GetPayload

func (*GetUsersSearchGatewayTimeout) IsClientError

func (o *GetUsersSearchGatewayTimeout) IsClientError() bool

IsClientError returns true when this get users search gateway timeout response has a 4xx status code

func (*GetUsersSearchGatewayTimeout) IsCode

func (o *GetUsersSearchGatewayTimeout) IsCode(code int) bool

IsCode returns true when this get users search gateway timeout response a status code equal to that given

func (*GetUsersSearchGatewayTimeout) IsRedirect

func (o *GetUsersSearchGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get users search gateway timeout response has a 3xx status code

func (*GetUsersSearchGatewayTimeout) IsServerError

func (o *GetUsersSearchGatewayTimeout) IsServerError() bool

IsServerError returns true when this get users search gateway timeout response has a 5xx status code

func (*GetUsersSearchGatewayTimeout) IsSuccess

func (o *GetUsersSearchGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get users search gateway timeout response has a 2xx status code

func (*GetUsersSearchGatewayTimeout) String

type GetUsersSearchInternalServerError

type GetUsersSearchInternalServerError struct {
	Payload *models.ErrorBody
}

GetUsersSearchInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUsersSearchInternalServerError

func NewGetUsersSearchInternalServerError() *GetUsersSearchInternalServerError

NewGetUsersSearchInternalServerError creates a GetUsersSearchInternalServerError with default headers values

func (*GetUsersSearchInternalServerError) Error

func (*GetUsersSearchInternalServerError) GetPayload

func (*GetUsersSearchInternalServerError) IsClientError

func (o *GetUsersSearchInternalServerError) IsClientError() bool

IsClientError returns true when this get users search internal server error response has a 4xx status code

func (*GetUsersSearchInternalServerError) IsCode

func (o *GetUsersSearchInternalServerError) IsCode(code int) bool

IsCode returns true when this get users search internal server error response a status code equal to that given

func (*GetUsersSearchInternalServerError) IsRedirect

func (o *GetUsersSearchInternalServerError) IsRedirect() bool

IsRedirect returns true when this get users search internal server error response has a 3xx status code

func (*GetUsersSearchInternalServerError) IsServerError

func (o *GetUsersSearchInternalServerError) IsServerError() bool

IsServerError returns true when this get users search internal server error response has a 5xx status code

func (*GetUsersSearchInternalServerError) IsSuccess

func (o *GetUsersSearchInternalServerError) IsSuccess() bool

IsSuccess returns true when this get users search internal server error response has a 2xx status code

func (*GetUsersSearchInternalServerError) String

type GetUsersSearchNotFound

type GetUsersSearchNotFound struct {
	Payload *models.ErrorBody
}

GetUsersSearchNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUsersSearchNotFound

func NewGetUsersSearchNotFound() *GetUsersSearchNotFound

NewGetUsersSearchNotFound creates a GetUsersSearchNotFound with default headers values

func (*GetUsersSearchNotFound) Error

func (o *GetUsersSearchNotFound) Error() string

func (*GetUsersSearchNotFound) GetPayload

func (o *GetUsersSearchNotFound) GetPayload() *models.ErrorBody

func (*GetUsersSearchNotFound) IsClientError

func (o *GetUsersSearchNotFound) IsClientError() bool

IsClientError returns true when this get users search not found response has a 4xx status code

func (*GetUsersSearchNotFound) IsCode

func (o *GetUsersSearchNotFound) IsCode(code int) bool

IsCode returns true when this get users search not found response a status code equal to that given

func (*GetUsersSearchNotFound) IsRedirect

func (o *GetUsersSearchNotFound) IsRedirect() bool

IsRedirect returns true when this get users search not found response has a 3xx status code

func (*GetUsersSearchNotFound) IsServerError

func (o *GetUsersSearchNotFound) IsServerError() bool

IsServerError returns true when this get users search not found response has a 5xx status code

func (*GetUsersSearchNotFound) IsSuccess

func (o *GetUsersSearchNotFound) IsSuccess() bool

IsSuccess returns true when this get users search not found response has a 2xx status code

func (*GetUsersSearchNotFound) String

func (o *GetUsersSearchNotFound) String() string

type GetUsersSearchOK

type GetUsersSearchOK struct {
	Payload *models.UsersSearchResponse
}

GetUsersSearchOK describes a response with status code 200, with default header values.

successful operation

func NewGetUsersSearchOK

func NewGetUsersSearchOK() *GetUsersSearchOK

NewGetUsersSearchOK creates a GetUsersSearchOK with default headers values

func (*GetUsersSearchOK) Error

func (o *GetUsersSearchOK) Error() string

func (*GetUsersSearchOK) GetPayload

func (o *GetUsersSearchOK) GetPayload() *models.UsersSearchResponse

func (*GetUsersSearchOK) IsClientError

func (o *GetUsersSearchOK) IsClientError() bool

IsClientError returns true when this get users search o k response has a 4xx status code

func (*GetUsersSearchOK) IsCode

func (o *GetUsersSearchOK) IsCode(code int) bool

IsCode returns true when this get users search o k response a status code equal to that given

func (*GetUsersSearchOK) IsRedirect

func (o *GetUsersSearchOK) IsRedirect() bool

IsRedirect returns true when this get users search o k response has a 3xx status code

func (*GetUsersSearchOK) IsServerError

func (o *GetUsersSearchOK) IsServerError() bool

IsServerError returns true when this get users search o k response has a 5xx status code

func (*GetUsersSearchOK) IsSuccess

func (o *GetUsersSearchOK) IsSuccess() bool

IsSuccess returns true when this get users search o k response has a 2xx status code

func (*GetUsersSearchOK) String

func (o *GetUsersSearchOK) String() string

type GetUsersSearchParams

type GetUsersSearchParams struct {

	/* Expand.

	   expand
	*/
	Expand []string

	/* IntegrationPresenceSource.

	   integrationPresenceSource
	*/
	IntegrationPresenceSource *string

	/* Q64.

	   q64
	*/
	Q64 string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUsersSearchParams contains all the parameters to send to the API endpoint

for the get users search operation.

Typically these are written to a http.Request.

func NewGetUsersSearchParams

func NewGetUsersSearchParams() *GetUsersSearchParams

NewGetUsersSearchParams creates a new GetUsersSearchParams 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 NewGetUsersSearchParamsWithContext

func NewGetUsersSearchParamsWithContext(ctx context.Context) *GetUsersSearchParams

NewGetUsersSearchParamsWithContext creates a new GetUsersSearchParams object with the ability to set a context for a request.

func NewGetUsersSearchParamsWithHTTPClient

func NewGetUsersSearchParamsWithHTTPClient(client *http.Client) *GetUsersSearchParams

NewGetUsersSearchParamsWithHTTPClient creates a new GetUsersSearchParams object with the ability to set a custom HTTPClient for a request.

func NewGetUsersSearchParamsWithTimeout

func NewGetUsersSearchParamsWithTimeout(timeout time.Duration) *GetUsersSearchParams

NewGetUsersSearchParamsWithTimeout creates a new GetUsersSearchParams object with the ability to set a timeout on a request.

func (*GetUsersSearchParams) SetContext

func (o *GetUsersSearchParams) SetContext(ctx context.Context)

SetContext adds the context to the get users search params

func (*GetUsersSearchParams) SetDefaults

func (o *GetUsersSearchParams) SetDefaults()

SetDefaults hydrates default values in the get users search params (not the query body).

All values with no default are reset to their zero value.

func (*GetUsersSearchParams) SetExpand

func (o *GetUsersSearchParams) SetExpand(expand []string)

SetExpand adds the expand to the get users search params

func (*GetUsersSearchParams) SetHTTPClient

func (o *GetUsersSearchParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get users search params

func (*GetUsersSearchParams) SetIntegrationPresenceSource

func (o *GetUsersSearchParams) SetIntegrationPresenceSource(integrationPresenceSource *string)

SetIntegrationPresenceSource adds the integrationPresenceSource to the get users search params

func (*GetUsersSearchParams) SetQ64

func (o *GetUsersSearchParams) SetQ64(q64 string)

SetQ64 adds the q64 to the get users search params

func (*GetUsersSearchParams) SetTimeout

func (o *GetUsersSearchParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get users search params

func (*GetUsersSearchParams) WithContext

WithContext adds the context to the get users search params

func (*GetUsersSearchParams) WithDefaults

func (o *GetUsersSearchParams) WithDefaults() *GetUsersSearchParams

WithDefaults hydrates default values in the get users search params (not the query body).

All values with no default are reset to their zero value.

func (*GetUsersSearchParams) WithExpand

func (o *GetUsersSearchParams) WithExpand(expand []string) *GetUsersSearchParams

WithExpand adds the expand to the get users search params

func (*GetUsersSearchParams) WithHTTPClient

func (o *GetUsersSearchParams) WithHTTPClient(client *http.Client) *GetUsersSearchParams

WithHTTPClient adds the HTTPClient to the get users search params

func (*GetUsersSearchParams) WithIntegrationPresenceSource

func (o *GetUsersSearchParams) WithIntegrationPresenceSource(integrationPresenceSource *string) *GetUsersSearchParams

WithIntegrationPresenceSource adds the integrationPresenceSource to the get users search params

func (*GetUsersSearchParams) WithQ64

WithQ64 adds the q64 to the get users search params

func (*GetUsersSearchParams) WithTimeout

func (o *GetUsersSearchParams) WithTimeout(timeout time.Duration) *GetUsersSearchParams

WithTimeout adds the timeout to the get users search params

func (*GetUsersSearchParams) WriteToRequest

func (o *GetUsersSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetUsersSearchReader

type GetUsersSearchReader struct {
	// contains filtered or unexported fields
}

GetUsersSearchReader is a Reader for the GetUsersSearch structure.

func (*GetUsersSearchReader) ReadResponse

func (o *GetUsersSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetUsersSearchRequestEntityTooLarge

type GetUsersSearchRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUsersSearchRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUsersSearchRequestEntityTooLarge

func NewGetUsersSearchRequestEntityTooLarge() *GetUsersSearchRequestEntityTooLarge

NewGetUsersSearchRequestEntityTooLarge creates a GetUsersSearchRequestEntityTooLarge with default headers values

func (*GetUsersSearchRequestEntityTooLarge) Error

func (*GetUsersSearchRequestEntityTooLarge) GetPayload

func (*GetUsersSearchRequestEntityTooLarge) IsClientError

func (o *GetUsersSearchRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get users search request entity too large response has a 4xx status code

func (*GetUsersSearchRequestEntityTooLarge) IsCode

IsCode returns true when this get users search request entity too large response a status code equal to that given

func (*GetUsersSearchRequestEntityTooLarge) IsRedirect

func (o *GetUsersSearchRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this get users search request entity too large response has a 3xx status code

func (*GetUsersSearchRequestEntityTooLarge) IsServerError

func (o *GetUsersSearchRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get users search request entity too large response has a 5xx status code

func (*GetUsersSearchRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get users search request entity too large response has a 2xx status code

func (*GetUsersSearchRequestEntityTooLarge) String

type GetUsersSearchRequestTimeout

type GetUsersSearchRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUsersSearchRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUsersSearchRequestTimeout

func NewGetUsersSearchRequestTimeout() *GetUsersSearchRequestTimeout

NewGetUsersSearchRequestTimeout creates a GetUsersSearchRequestTimeout with default headers values

func (*GetUsersSearchRequestTimeout) Error

func (*GetUsersSearchRequestTimeout) GetPayload

func (*GetUsersSearchRequestTimeout) IsClientError

func (o *GetUsersSearchRequestTimeout) IsClientError() bool

IsClientError returns true when this get users search request timeout response has a 4xx status code

func (*GetUsersSearchRequestTimeout) IsCode

func (o *GetUsersSearchRequestTimeout) IsCode(code int) bool

IsCode returns true when this get users search request timeout response a status code equal to that given

func (*GetUsersSearchRequestTimeout) IsRedirect

func (o *GetUsersSearchRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get users search request timeout response has a 3xx status code

func (*GetUsersSearchRequestTimeout) IsServerError

func (o *GetUsersSearchRequestTimeout) IsServerError() bool

IsServerError returns true when this get users search request timeout response has a 5xx status code

func (*GetUsersSearchRequestTimeout) IsSuccess

func (o *GetUsersSearchRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get users search request timeout response has a 2xx status code

func (*GetUsersSearchRequestTimeout) String

type GetUsersSearchServiceUnavailable

type GetUsersSearchServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetUsersSearchServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUsersSearchServiceUnavailable

func NewGetUsersSearchServiceUnavailable() *GetUsersSearchServiceUnavailable

NewGetUsersSearchServiceUnavailable creates a GetUsersSearchServiceUnavailable with default headers values

func (*GetUsersSearchServiceUnavailable) Error

func (*GetUsersSearchServiceUnavailable) GetPayload

func (*GetUsersSearchServiceUnavailable) IsClientError

func (o *GetUsersSearchServiceUnavailable) IsClientError() bool

IsClientError returns true when this get users search service unavailable response has a 4xx status code

func (*GetUsersSearchServiceUnavailable) IsCode

func (o *GetUsersSearchServiceUnavailable) IsCode(code int) bool

IsCode returns true when this get users search service unavailable response a status code equal to that given

func (*GetUsersSearchServiceUnavailable) IsRedirect

func (o *GetUsersSearchServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get users search service unavailable response has a 3xx status code

func (*GetUsersSearchServiceUnavailable) IsServerError

func (o *GetUsersSearchServiceUnavailable) IsServerError() bool

IsServerError returns true when this get users search service unavailable response has a 5xx status code

func (*GetUsersSearchServiceUnavailable) IsSuccess

func (o *GetUsersSearchServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get users search service unavailable response has a 2xx status code

func (*GetUsersSearchServiceUnavailable) String

type GetUsersSearchTooManyRequests

type GetUsersSearchTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUsersSearchTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUsersSearchTooManyRequests

func NewGetUsersSearchTooManyRequests() *GetUsersSearchTooManyRequests

NewGetUsersSearchTooManyRequests creates a GetUsersSearchTooManyRequests with default headers values

func (*GetUsersSearchTooManyRequests) Error

func (*GetUsersSearchTooManyRequests) GetPayload

func (*GetUsersSearchTooManyRequests) IsClientError

func (o *GetUsersSearchTooManyRequests) IsClientError() bool

IsClientError returns true when this get users search too many requests response has a 4xx status code

func (*GetUsersSearchTooManyRequests) IsCode

func (o *GetUsersSearchTooManyRequests) IsCode(code int) bool

IsCode returns true when this get users search too many requests response a status code equal to that given

func (*GetUsersSearchTooManyRequests) IsRedirect

func (o *GetUsersSearchTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get users search too many requests response has a 3xx status code

func (*GetUsersSearchTooManyRequests) IsServerError

func (o *GetUsersSearchTooManyRequests) IsServerError() bool

IsServerError returns true when this get users search too many requests response has a 5xx status code

func (*GetUsersSearchTooManyRequests) IsSuccess

func (o *GetUsersSearchTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get users search too many requests response has a 2xx status code

func (*GetUsersSearchTooManyRequests) String

type GetUsersSearchUnauthorized

type GetUsersSearchUnauthorized struct {
	Payload *models.ErrorBody
}

GetUsersSearchUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetUsersSearchUnauthorized

func NewGetUsersSearchUnauthorized() *GetUsersSearchUnauthorized

NewGetUsersSearchUnauthorized creates a GetUsersSearchUnauthorized with default headers values

func (*GetUsersSearchUnauthorized) Error

func (*GetUsersSearchUnauthorized) GetPayload

func (o *GetUsersSearchUnauthorized) GetPayload() *models.ErrorBody

func (*GetUsersSearchUnauthorized) IsClientError

func (o *GetUsersSearchUnauthorized) IsClientError() bool

IsClientError returns true when this get users search unauthorized response has a 4xx status code

func (*GetUsersSearchUnauthorized) IsCode

func (o *GetUsersSearchUnauthorized) IsCode(code int) bool

IsCode returns true when this get users search unauthorized response a status code equal to that given

func (*GetUsersSearchUnauthorized) IsRedirect

func (o *GetUsersSearchUnauthorized) IsRedirect() bool

IsRedirect returns true when this get users search unauthorized response has a 3xx status code

func (*GetUsersSearchUnauthorized) IsServerError

func (o *GetUsersSearchUnauthorized) IsServerError() bool

IsServerError returns true when this get users search unauthorized response has a 5xx status code

func (*GetUsersSearchUnauthorized) IsSuccess

func (o *GetUsersSearchUnauthorized) IsSuccess() bool

IsSuccess returns true when this get users search unauthorized response has a 2xx status code

func (*GetUsersSearchUnauthorized) String

func (o *GetUsersSearchUnauthorized) String() string

type GetUsersSearchUnsupportedMediaType

type GetUsersSearchUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUsersSearchUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUsersSearchUnsupportedMediaType

func NewGetUsersSearchUnsupportedMediaType() *GetUsersSearchUnsupportedMediaType

NewGetUsersSearchUnsupportedMediaType creates a GetUsersSearchUnsupportedMediaType with default headers values

func (*GetUsersSearchUnsupportedMediaType) Error

func (*GetUsersSearchUnsupportedMediaType) GetPayload

func (*GetUsersSearchUnsupportedMediaType) IsClientError

func (o *GetUsersSearchUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get users search unsupported media type response has a 4xx status code

func (*GetUsersSearchUnsupportedMediaType) IsCode

IsCode returns true when this get users search unsupported media type response a status code equal to that given

func (*GetUsersSearchUnsupportedMediaType) IsRedirect

func (o *GetUsersSearchUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get users search unsupported media type response has a 3xx status code

func (*GetUsersSearchUnsupportedMediaType) IsServerError

func (o *GetUsersSearchUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get users search unsupported media type response has a 5xx status code

func (*GetUsersSearchUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get users search unsupported media type response has a 2xx status code

func (*GetUsersSearchUnsupportedMediaType) String

type GetUsersServiceUnavailable

type GetUsersServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetUsersServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUsersServiceUnavailable

func NewGetUsersServiceUnavailable() *GetUsersServiceUnavailable

NewGetUsersServiceUnavailable creates a GetUsersServiceUnavailable with default headers values

func (*GetUsersServiceUnavailable) Error

func (*GetUsersServiceUnavailable) GetPayload

func (o *GetUsersServiceUnavailable) GetPayload() *models.ErrorBody

func (*GetUsersServiceUnavailable) IsClientError

func (o *GetUsersServiceUnavailable) IsClientError() bool

IsClientError returns true when this get users service unavailable response has a 4xx status code

func (*GetUsersServiceUnavailable) IsCode

func (o *GetUsersServiceUnavailable) IsCode(code int) bool

IsCode returns true when this get users service unavailable response a status code equal to that given

func (*GetUsersServiceUnavailable) IsRedirect

func (o *GetUsersServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get users service unavailable response has a 3xx status code

func (*GetUsersServiceUnavailable) IsServerError

func (o *GetUsersServiceUnavailable) IsServerError() bool

IsServerError returns true when this get users service unavailable response has a 5xx status code

func (*GetUsersServiceUnavailable) IsSuccess

func (o *GetUsersServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get users service unavailable response has a 2xx status code

func (*GetUsersServiceUnavailable) String

func (o *GetUsersServiceUnavailable) String() string

type GetUsersTooManyRequests

type GetUsersTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUsersTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUsersTooManyRequests

func NewGetUsersTooManyRequests() *GetUsersTooManyRequests

NewGetUsersTooManyRequests creates a GetUsersTooManyRequests with default headers values

func (*GetUsersTooManyRequests) Error

func (o *GetUsersTooManyRequests) Error() string

func (*GetUsersTooManyRequests) GetPayload

func (o *GetUsersTooManyRequests) GetPayload() *models.ErrorBody

func (*GetUsersTooManyRequests) IsClientError

func (o *GetUsersTooManyRequests) IsClientError() bool

IsClientError returns true when this get users too many requests response has a 4xx status code

func (*GetUsersTooManyRequests) IsCode

func (o *GetUsersTooManyRequests) IsCode(code int) bool

IsCode returns true when this get users too many requests response a status code equal to that given

func (*GetUsersTooManyRequests) IsRedirect

func (o *GetUsersTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get users too many requests response has a 3xx status code

func (*GetUsersTooManyRequests) IsServerError

func (o *GetUsersTooManyRequests) IsServerError() bool

IsServerError returns true when this get users too many requests response has a 5xx status code

func (*GetUsersTooManyRequests) IsSuccess

func (o *GetUsersTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get users too many requests response has a 2xx status code

func (*GetUsersTooManyRequests) String

func (o *GetUsersTooManyRequests) String() string

type GetUsersUnauthorized

type GetUsersUnauthorized struct {
	Payload *models.ErrorBody
}

GetUsersUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetUsersUnauthorized

func NewGetUsersUnauthorized() *GetUsersUnauthorized

NewGetUsersUnauthorized creates a GetUsersUnauthorized with default headers values

func (*GetUsersUnauthorized) Error

func (o *GetUsersUnauthorized) Error() string

func (*GetUsersUnauthorized) GetPayload

func (o *GetUsersUnauthorized) GetPayload() *models.ErrorBody

func (*GetUsersUnauthorized) IsClientError

func (o *GetUsersUnauthorized) IsClientError() bool

IsClientError returns true when this get users unauthorized response has a 4xx status code

func (*GetUsersUnauthorized) IsCode

func (o *GetUsersUnauthorized) IsCode(code int) bool

IsCode returns true when this get users unauthorized response a status code equal to that given

func (*GetUsersUnauthorized) IsRedirect

func (o *GetUsersUnauthorized) IsRedirect() bool

IsRedirect returns true when this get users unauthorized response has a 3xx status code

func (*GetUsersUnauthorized) IsServerError

func (o *GetUsersUnauthorized) IsServerError() bool

IsServerError returns true when this get users unauthorized response has a 5xx status code

func (*GetUsersUnauthorized) IsSuccess

func (o *GetUsersUnauthorized) IsSuccess() bool

IsSuccess returns true when this get users unauthorized response has a 2xx status code

func (*GetUsersUnauthorized) String

func (o *GetUsersUnauthorized) String() string

type GetUsersUnsupportedMediaType

type GetUsersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUsersUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUsersUnsupportedMediaType

func NewGetUsersUnsupportedMediaType() *GetUsersUnsupportedMediaType

NewGetUsersUnsupportedMediaType creates a GetUsersUnsupportedMediaType with default headers values

func (*GetUsersUnsupportedMediaType) Error

func (*GetUsersUnsupportedMediaType) GetPayload

func (*GetUsersUnsupportedMediaType) IsClientError

func (o *GetUsersUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get users unsupported media type response has a 4xx status code

func (*GetUsersUnsupportedMediaType) IsCode

func (o *GetUsersUnsupportedMediaType) IsCode(code int) bool

IsCode returns true when this get users unsupported media type response a status code equal to that given

func (*GetUsersUnsupportedMediaType) IsRedirect

func (o *GetUsersUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get users unsupported media type response has a 3xx status code

func (*GetUsersUnsupportedMediaType) IsServerError

func (o *GetUsersUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get users unsupported media type response has a 5xx status code

func (*GetUsersUnsupportedMediaType) IsSuccess

func (o *GetUsersUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this get users unsupported media type response has a 2xx status code

func (*GetUsersUnsupportedMediaType) String

type PatchUserBadRequest

type PatchUserBadRequest struct {
	Payload *models.ErrorBody
}

PatchUserBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPatchUserBadRequest

func NewPatchUserBadRequest() *PatchUserBadRequest

NewPatchUserBadRequest creates a PatchUserBadRequest with default headers values

func (*PatchUserBadRequest) Error

func (o *PatchUserBadRequest) Error() string

func (*PatchUserBadRequest) GetPayload

func (o *PatchUserBadRequest) GetPayload() *models.ErrorBody

func (*PatchUserBadRequest) IsClientError

func (o *PatchUserBadRequest) IsClientError() bool

IsClientError returns true when this patch user bad request response has a 4xx status code

func (*PatchUserBadRequest) IsCode

func (o *PatchUserBadRequest) IsCode(code int) bool

IsCode returns true when this patch user bad request response a status code equal to that given

func (*PatchUserBadRequest) IsRedirect

func (o *PatchUserBadRequest) IsRedirect() bool

IsRedirect returns true when this patch user bad request response has a 3xx status code

func (*PatchUserBadRequest) IsServerError

func (o *PatchUserBadRequest) IsServerError() bool

IsServerError returns true when this patch user bad request response has a 5xx status code

func (*PatchUserBadRequest) IsSuccess

func (o *PatchUserBadRequest) IsSuccess() bool

IsSuccess returns true when this patch user bad request response has a 2xx status code

func (*PatchUserBadRequest) String

func (o *PatchUserBadRequest) String() string

type PatchUserCallforwardingBadRequest

type PatchUserCallforwardingBadRequest struct {
	Payload *models.ErrorBody
}

PatchUserCallforwardingBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPatchUserCallforwardingBadRequest

func NewPatchUserCallforwardingBadRequest() *PatchUserCallforwardingBadRequest

NewPatchUserCallforwardingBadRequest creates a PatchUserCallforwardingBadRequest with default headers values

func (*PatchUserCallforwardingBadRequest) Error

func (*PatchUserCallforwardingBadRequest) GetPayload

func (*PatchUserCallforwardingBadRequest) IsClientError

func (o *PatchUserCallforwardingBadRequest) IsClientError() bool

IsClientError returns true when this patch user callforwarding bad request response has a 4xx status code

func (*PatchUserCallforwardingBadRequest) IsCode

func (o *PatchUserCallforwardingBadRequest) IsCode(code int) bool

IsCode returns true when this patch user callforwarding bad request response a status code equal to that given

func (*PatchUserCallforwardingBadRequest) IsRedirect

func (o *PatchUserCallforwardingBadRequest) IsRedirect() bool

IsRedirect returns true when this patch user callforwarding bad request response has a 3xx status code

func (*PatchUserCallforwardingBadRequest) IsServerError

func (o *PatchUserCallforwardingBadRequest) IsServerError() bool

IsServerError returns true when this patch user callforwarding bad request response has a 5xx status code

func (*PatchUserCallforwardingBadRequest) IsSuccess

func (o *PatchUserCallforwardingBadRequest) IsSuccess() bool

IsSuccess returns true when this patch user callforwarding bad request response has a 2xx status code

func (*PatchUserCallforwardingBadRequest) String

type PatchUserCallforwardingConflict

type PatchUserCallforwardingConflict struct {
	Payload *models.ErrorBody
}

PatchUserCallforwardingConflict describes a response with status code 409, with default header values.

Conflict

func NewPatchUserCallforwardingConflict

func NewPatchUserCallforwardingConflict() *PatchUserCallforwardingConflict

NewPatchUserCallforwardingConflict creates a PatchUserCallforwardingConflict with default headers values

func (*PatchUserCallforwardingConflict) Error

func (*PatchUserCallforwardingConflict) GetPayload

func (*PatchUserCallforwardingConflict) IsClientError

func (o *PatchUserCallforwardingConflict) IsClientError() bool

IsClientError returns true when this patch user callforwarding conflict response has a 4xx status code

func (*PatchUserCallforwardingConflict) IsCode

func (o *PatchUserCallforwardingConflict) IsCode(code int) bool

IsCode returns true when this patch user callforwarding conflict response a status code equal to that given

func (*PatchUserCallforwardingConflict) IsRedirect

func (o *PatchUserCallforwardingConflict) IsRedirect() bool

IsRedirect returns true when this patch user callforwarding conflict response has a 3xx status code

func (*PatchUserCallforwardingConflict) IsServerError

func (o *PatchUserCallforwardingConflict) IsServerError() bool

IsServerError returns true when this patch user callforwarding conflict response has a 5xx status code

func (*PatchUserCallforwardingConflict) IsSuccess

func (o *PatchUserCallforwardingConflict) IsSuccess() bool

IsSuccess returns true when this patch user callforwarding conflict response has a 2xx status code

func (*PatchUserCallforwardingConflict) String

type PatchUserCallforwardingForbidden

type PatchUserCallforwardingForbidden struct {
	Payload *models.ErrorBody
}

PatchUserCallforwardingForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPatchUserCallforwardingForbidden

func NewPatchUserCallforwardingForbidden() *PatchUserCallforwardingForbidden

NewPatchUserCallforwardingForbidden creates a PatchUserCallforwardingForbidden with default headers values

func (*PatchUserCallforwardingForbidden) Error

func (*PatchUserCallforwardingForbidden) GetPayload

func (*PatchUserCallforwardingForbidden) IsClientError

func (o *PatchUserCallforwardingForbidden) IsClientError() bool

IsClientError returns true when this patch user callforwarding forbidden response has a 4xx status code

func (*PatchUserCallforwardingForbidden) IsCode

func (o *PatchUserCallforwardingForbidden) IsCode(code int) bool

IsCode returns true when this patch user callforwarding forbidden response a status code equal to that given

func (*PatchUserCallforwardingForbidden) IsRedirect

func (o *PatchUserCallforwardingForbidden) IsRedirect() bool

IsRedirect returns true when this patch user callforwarding forbidden response has a 3xx status code

func (*PatchUserCallforwardingForbidden) IsServerError

func (o *PatchUserCallforwardingForbidden) IsServerError() bool

IsServerError returns true when this patch user callforwarding forbidden response has a 5xx status code

func (*PatchUserCallforwardingForbidden) IsSuccess

func (o *PatchUserCallforwardingForbidden) IsSuccess() bool

IsSuccess returns true when this patch user callforwarding forbidden response has a 2xx status code

func (*PatchUserCallforwardingForbidden) String

type PatchUserCallforwardingGatewayTimeout

type PatchUserCallforwardingGatewayTimeout struct {
	Payload *models.ErrorBody
}

PatchUserCallforwardingGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPatchUserCallforwardingGatewayTimeout

func NewPatchUserCallforwardingGatewayTimeout() *PatchUserCallforwardingGatewayTimeout

NewPatchUserCallforwardingGatewayTimeout creates a PatchUserCallforwardingGatewayTimeout with default headers values

func (*PatchUserCallforwardingGatewayTimeout) Error

func (*PatchUserCallforwardingGatewayTimeout) GetPayload

func (*PatchUserCallforwardingGatewayTimeout) IsClientError

func (o *PatchUserCallforwardingGatewayTimeout) IsClientError() bool

IsClientError returns true when this patch user callforwarding gateway timeout response has a 4xx status code

func (*PatchUserCallforwardingGatewayTimeout) IsCode

IsCode returns true when this patch user callforwarding gateway timeout response a status code equal to that given

func (*PatchUserCallforwardingGatewayTimeout) IsRedirect

IsRedirect returns true when this patch user callforwarding gateway timeout response has a 3xx status code

func (*PatchUserCallforwardingGatewayTimeout) IsServerError

func (o *PatchUserCallforwardingGatewayTimeout) IsServerError() bool

IsServerError returns true when this patch user callforwarding gateway timeout response has a 5xx status code

func (*PatchUserCallforwardingGatewayTimeout) IsSuccess

IsSuccess returns true when this patch user callforwarding gateway timeout response has a 2xx status code

func (*PatchUserCallforwardingGatewayTimeout) String

type PatchUserCallforwardingInternalServerError

type PatchUserCallforwardingInternalServerError struct {
	Payload *models.ErrorBody
}

PatchUserCallforwardingInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPatchUserCallforwardingInternalServerError

func NewPatchUserCallforwardingInternalServerError() *PatchUserCallforwardingInternalServerError

NewPatchUserCallforwardingInternalServerError creates a PatchUserCallforwardingInternalServerError with default headers values

func (*PatchUserCallforwardingInternalServerError) Error

func (*PatchUserCallforwardingInternalServerError) GetPayload

func (*PatchUserCallforwardingInternalServerError) IsClientError

IsClientError returns true when this patch user callforwarding internal server error response has a 4xx status code

func (*PatchUserCallforwardingInternalServerError) IsCode

IsCode returns true when this patch user callforwarding internal server error response a status code equal to that given

func (*PatchUserCallforwardingInternalServerError) IsRedirect

IsRedirect returns true when this patch user callforwarding internal server error response has a 3xx status code

func (*PatchUserCallforwardingInternalServerError) IsServerError

IsServerError returns true when this patch user callforwarding internal server error response has a 5xx status code

func (*PatchUserCallforwardingInternalServerError) IsSuccess

IsSuccess returns true when this patch user callforwarding internal server error response has a 2xx status code

func (*PatchUserCallforwardingInternalServerError) String

type PatchUserCallforwardingNotFound

type PatchUserCallforwardingNotFound struct {
	Payload *models.ErrorBody
}

PatchUserCallforwardingNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPatchUserCallforwardingNotFound

func NewPatchUserCallforwardingNotFound() *PatchUserCallforwardingNotFound

NewPatchUserCallforwardingNotFound creates a PatchUserCallforwardingNotFound with default headers values

func (*PatchUserCallforwardingNotFound) Error

func (*PatchUserCallforwardingNotFound) GetPayload

func (*PatchUserCallforwardingNotFound) IsClientError

func (o *PatchUserCallforwardingNotFound) IsClientError() bool

IsClientError returns true when this patch user callforwarding not found response has a 4xx status code

func (*PatchUserCallforwardingNotFound) IsCode

func (o *PatchUserCallforwardingNotFound) IsCode(code int) bool

IsCode returns true when this patch user callforwarding not found response a status code equal to that given

func (*PatchUserCallforwardingNotFound) IsRedirect

func (o *PatchUserCallforwardingNotFound) IsRedirect() bool

IsRedirect returns true when this patch user callforwarding not found response has a 3xx status code

func (*PatchUserCallforwardingNotFound) IsServerError

func (o *PatchUserCallforwardingNotFound) IsServerError() bool

IsServerError returns true when this patch user callforwarding not found response has a 5xx status code

func (*PatchUserCallforwardingNotFound) IsSuccess

func (o *PatchUserCallforwardingNotFound) IsSuccess() bool

IsSuccess returns true when this patch user callforwarding not found response has a 2xx status code

func (*PatchUserCallforwardingNotFound) String

type PatchUserCallforwardingOK

type PatchUserCallforwardingOK struct {
	Payload *models.CallForwarding
}

PatchUserCallforwardingOK describes a response with status code 200, with default header values.

successful operation

func NewPatchUserCallforwardingOK

func NewPatchUserCallforwardingOK() *PatchUserCallforwardingOK

NewPatchUserCallforwardingOK creates a PatchUserCallforwardingOK with default headers values

func (*PatchUserCallforwardingOK) Error

func (o *PatchUserCallforwardingOK) Error() string

func (*PatchUserCallforwardingOK) GetPayload

func (*PatchUserCallforwardingOK) IsClientError

func (o *PatchUserCallforwardingOK) IsClientError() bool

IsClientError returns true when this patch user callforwarding o k response has a 4xx status code

func (*PatchUserCallforwardingOK) IsCode

func (o *PatchUserCallforwardingOK) IsCode(code int) bool

IsCode returns true when this patch user callforwarding o k response a status code equal to that given

func (*PatchUserCallforwardingOK) IsRedirect

func (o *PatchUserCallforwardingOK) IsRedirect() bool

IsRedirect returns true when this patch user callforwarding o k response has a 3xx status code

func (*PatchUserCallforwardingOK) IsServerError

func (o *PatchUserCallforwardingOK) IsServerError() bool

IsServerError returns true when this patch user callforwarding o k response has a 5xx status code

func (*PatchUserCallforwardingOK) IsSuccess

func (o *PatchUserCallforwardingOK) IsSuccess() bool

IsSuccess returns true when this patch user callforwarding o k response has a 2xx status code

func (*PatchUserCallforwardingOK) String

func (o *PatchUserCallforwardingOK) String() string

type PatchUserCallforwardingParams

type PatchUserCallforwardingParams struct {

	/* Body.

	   Call forwarding
	*/
	Body *models.CallForwarding

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchUserCallforwardingParams contains all the parameters to send to the API endpoint

for the patch user callforwarding operation.

Typically these are written to a http.Request.

func NewPatchUserCallforwardingParams

func NewPatchUserCallforwardingParams() *PatchUserCallforwardingParams

NewPatchUserCallforwardingParams creates a new PatchUserCallforwardingParams 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 NewPatchUserCallforwardingParamsWithContext

func NewPatchUserCallforwardingParamsWithContext(ctx context.Context) *PatchUserCallforwardingParams

NewPatchUserCallforwardingParamsWithContext creates a new PatchUserCallforwardingParams object with the ability to set a context for a request.

func NewPatchUserCallforwardingParamsWithHTTPClient

func NewPatchUserCallforwardingParamsWithHTTPClient(client *http.Client) *PatchUserCallforwardingParams

NewPatchUserCallforwardingParamsWithHTTPClient creates a new PatchUserCallforwardingParams object with the ability to set a custom HTTPClient for a request.

func NewPatchUserCallforwardingParamsWithTimeout

func NewPatchUserCallforwardingParamsWithTimeout(timeout time.Duration) *PatchUserCallforwardingParams

NewPatchUserCallforwardingParamsWithTimeout creates a new PatchUserCallforwardingParams object with the ability to set a timeout on a request.

func (*PatchUserCallforwardingParams) SetBody

SetBody adds the body to the patch user callforwarding params

func (*PatchUserCallforwardingParams) SetContext

func (o *PatchUserCallforwardingParams) SetContext(ctx context.Context)

SetContext adds the context to the patch user callforwarding params

func (*PatchUserCallforwardingParams) SetDefaults

func (o *PatchUserCallforwardingParams) SetDefaults()

SetDefaults hydrates default values in the patch user callforwarding params (not the query body).

All values with no default are reset to their zero value.

func (*PatchUserCallforwardingParams) SetHTTPClient

func (o *PatchUserCallforwardingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch user callforwarding params

func (*PatchUserCallforwardingParams) SetTimeout

func (o *PatchUserCallforwardingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch user callforwarding params

func (*PatchUserCallforwardingParams) SetUserID

func (o *PatchUserCallforwardingParams) SetUserID(userID string)

SetUserID adds the userId to the patch user callforwarding params

func (*PatchUserCallforwardingParams) WithBody

WithBody adds the body to the patch user callforwarding params

func (*PatchUserCallforwardingParams) WithContext

WithContext adds the context to the patch user callforwarding params

func (*PatchUserCallforwardingParams) WithDefaults

WithDefaults hydrates default values in the patch user callforwarding params (not the query body).

All values with no default are reset to their zero value.

func (*PatchUserCallforwardingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch user callforwarding params

func (*PatchUserCallforwardingParams) WithTimeout

WithTimeout adds the timeout to the patch user callforwarding params

func (*PatchUserCallforwardingParams) WithUserID

WithUserID adds the userID to the patch user callforwarding params

func (*PatchUserCallforwardingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchUserCallforwardingReader

type PatchUserCallforwardingReader struct {
	// contains filtered or unexported fields
}

PatchUserCallforwardingReader is a Reader for the PatchUserCallforwarding structure.

func (*PatchUserCallforwardingReader) ReadResponse

func (o *PatchUserCallforwardingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchUserCallforwardingRequestEntityTooLarge

type PatchUserCallforwardingRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PatchUserCallforwardingRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPatchUserCallforwardingRequestEntityTooLarge

func NewPatchUserCallforwardingRequestEntityTooLarge() *PatchUserCallforwardingRequestEntityTooLarge

NewPatchUserCallforwardingRequestEntityTooLarge creates a PatchUserCallforwardingRequestEntityTooLarge with default headers values

func (*PatchUserCallforwardingRequestEntityTooLarge) Error

func (*PatchUserCallforwardingRequestEntityTooLarge) GetPayload

func (*PatchUserCallforwardingRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch user callforwarding request entity too large response has a 4xx status code

func (*PatchUserCallforwardingRequestEntityTooLarge) IsCode

IsCode returns true when this patch user callforwarding request entity too large response a status code equal to that given

func (*PatchUserCallforwardingRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch user callforwarding request entity too large response has a 3xx status code

func (*PatchUserCallforwardingRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch user callforwarding request entity too large response has a 5xx status code

func (*PatchUserCallforwardingRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch user callforwarding request entity too large response has a 2xx status code

func (*PatchUserCallforwardingRequestEntityTooLarge) String

type PatchUserCallforwardingRequestTimeout

type PatchUserCallforwardingRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchUserCallforwardingRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPatchUserCallforwardingRequestTimeout

func NewPatchUserCallforwardingRequestTimeout() *PatchUserCallforwardingRequestTimeout

NewPatchUserCallforwardingRequestTimeout creates a PatchUserCallforwardingRequestTimeout with default headers values

func (*PatchUserCallforwardingRequestTimeout) Error

func (*PatchUserCallforwardingRequestTimeout) GetPayload

func (*PatchUserCallforwardingRequestTimeout) IsClientError

func (o *PatchUserCallforwardingRequestTimeout) IsClientError() bool

IsClientError returns true when this patch user callforwarding request timeout response has a 4xx status code

func (*PatchUserCallforwardingRequestTimeout) IsCode

IsCode returns true when this patch user callforwarding request timeout response a status code equal to that given

func (*PatchUserCallforwardingRequestTimeout) IsRedirect

IsRedirect returns true when this patch user callforwarding request timeout response has a 3xx status code

func (*PatchUserCallforwardingRequestTimeout) IsServerError

func (o *PatchUserCallforwardingRequestTimeout) IsServerError() bool

IsServerError returns true when this patch user callforwarding request timeout response has a 5xx status code

func (*PatchUserCallforwardingRequestTimeout) IsSuccess

IsSuccess returns true when this patch user callforwarding request timeout response has a 2xx status code

func (*PatchUserCallforwardingRequestTimeout) String

type PatchUserCallforwardingServiceUnavailable

type PatchUserCallforwardingServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchUserCallforwardingServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPatchUserCallforwardingServiceUnavailable

func NewPatchUserCallforwardingServiceUnavailable() *PatchUserCallforwardingServiceUnavailable

NewPatchUserCallforwardingServiceUnavailable creates a PatchUserCallforwardingServiceUnavailable with default headers values

func (*PatchUserCallforwardingServiceUnavailable) Error

func (*PatchUserCallforwardingServiceUnavailable) GetPayload

func (*PatchUserCallforwardingServiceUnavailable) IsClientError

IsClientError returns true when this patch user callforwarding service unavailable response has a 4xx status code

func (*PatchUserCallforwardingServiceUnavailable) IsCode

IsCode returns true when this patch user callforwarding service unavailable response a status code equal to that given

func (*PatchUserCallforwardingServiceUnavailable) IsRedirect

IsRedirect returns true when this patch user callforwarding service unavailable response has a 3xx status code

func (*PatchUserCallforwardingServiceUnavailable) IsServerError

IsServerError returns true when this patch user callforwarding service unavailable response has a 5xx status code

func (*PatchUserCallforwardingServiceUnavailable) IsSuccess

IsSuccess returns true when this patch user callforwarding service unavailable response has a 2xx status code

func (*PatchUserCallforwardingServiceUnavailable) String

type PatchUserCallforwardingTooManyRequests

type PatchUserCallforwardingTooManyRequests struct {
	Payload *models.ErrorBody
}

PatchUserCallforwardingTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPatchUserCallforwardingTooManyRequests

func NewPatchUserCallforwardingTooManyRequests() *PatchUserCallforwardingTooManyRequests

NewPatchUserCallforwardingTooManyRequests creates a PatchUserCallforwardingTooManyRequests with default headers values

func (*PatchUserCallforwardingTooManyRequests) Error

func (*PatchUserCallforwardingTooManyRequests) GetPayload

func (*PatchUserCallforwardingTooManyRequests) IsClientError

func (o *PatchUserCallforwardingTooManyRequests) IsClientError() bool

IsClientError returns true when this patch user callforwarding too many requests response has a 4xx status code

func (*PatchUserCallforwardingTooManyRequests) IsCode

IsCode returns true when this patch user callforwarding too many requests response a status code equal to that given

func (*PatchUserCallforwardingTooManyRequests) IsRedirect

IsRedirect returns true when this patch user callforwarding too many requests response has a 3xx status code

func (*PatchUserCallforwardingTooManyRequests) IsServerError

func (o *PatchUserCallforwardingTooManyRequests) IsServerError() bool

IsServerError returns true when this patch user callforwarding too many requests response has a 5xx status code

func (*PatchUserCallforwardingTooManyRequests) IsSuccess

IsSuccess returns true when this patch user callforwarding too many requests response has a 2xx status code

func (*PatchUserCallforwardingTooManyRequests) String

type PatchUserCallforwardingUnauthorized

type PatchUserCallforwardingUnauthorized struct {
	Payload *models.ErrorBody
}

PatchUserCallforwardingUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPatchUserCallforwardingUnauthorized

func NewPatchUserCallforwardingUnauthorized() *PatchUserCallforwardingUnauthorized

NewPatchUserCallforwardingUnauthorized creates a PatchUserCallforwardingUnauthorized with default headers values

func (*PatchUserCallforwardingUnauthorized) Error

func (*PatchUserCallforwardingUnauthorized) GetPayload

func (*PatchUserCallforwardingUnauthorized) IsClientError

func (o *PatchUserCallforwardingUnauthorized) IsClientError() bool

IsClientError returns true when this patch user callforwarding unauthorized response has a 4xx status code

func (*PatchUserCallforwardingUnauthorized) IsCode

IsCode returns true when this patch user callforwarding unauthorized response a status code equal to that given

func (*PatchUserCallforwardingUnauthorized) IsRedirect

func (o *PatchUserCallforwardingUnauthorized) IsRedirect() bool

IsRedirect returns true when this patch user callforwarding unauthorized response has a 3xx status code

func (*PatchUserCallforwardingUnauthorized) IsServerError

func (o *PatchUserCallforwardingUnauthorized) IsServerError() bool

IsServerError returns true when this patch user callforwarding unauthorized response has a 5xx status code

func (*PatchUserCallforwardingUnauthorized) IsSuccess

IsSuccess returns true when this patch user callforwarding unauthorized response has a 2xx status code

func (*PatchUserCallforwardingUnauthorized) String

type PatchUserCallforwardingUnsupportedMediaType

type PatchUserCallforwardingUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchUserCallforwardingUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPatchUserCallforwardingUnsupportedMediaType

func NewPatchUserCallforwardingUnsupportedMediaType() *PatchUserCallforwardingUnsupportedMediaType

NewPatchUserCallforwardingUnsupportedMediaType creates a PatchUserCallforwardingUnsupportedMediaType with default headers values

func (*PatchUserCallforwardingUnsupportedMediaType) Error

func (*PatchUserCallforwardingUnsupportedMediaType) GetPayload

func (*PatchUserCallforwardingUnsupportedMediaType) IsClientError

IsClientError returns true when this patch user callforwarding unsupported media type response has a 4xx status code

func (*PatchUserCallforwardingUnsupportedMediaType) IsCode

IsCode returns true when this patch user callforwarding unsupported media type response a status code equal to that given

func (*PatchUserCallforwardingUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch user callforwarding unsupported media type response has a 3xx status code

func (*PatchUserCallforwardingUnsupportedMediaType) IsServerError

IsServerError returns true when this patch user callforwarding unsupported media type response has a 5xx status code

func (*PatchUserCallforwardingUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch user callforwarding unsupported media type response has a 2xx status code

func (*PatchUserCallforwardingUnsupportedMediaType) String

type PatchUserConflict

type PatchUserConflict struct {
}

PatchUserConflict describes a response with status code 409, with default header values.

Resource conflict - Unexpected version was provided

func NewPatchUserConflict

func NewPatchUserConflict() *PatchUserConflict

NewPatchUserConflict creates a PatchUserConflict with default headers values

func (*PatchUserConflict) Error

func (o *PatchUserConflict) Error() string

func (*PatchUserConflict) IsClientError

func (o *PatchUserConflict) IsClientError() bool

IsClientError returns true when this patch user conflict response has a 4xx status code

func (*PatchUserConflict) IsCode

func (o *PatchUserConflict) IsCode(code int) bool

IsCode returns true when this patch user conflict response a status code equal to that given

func (*PatchUserConflict) IsRedirect

func (o *PatchUserConflict) IsRedirect() bool

IsRedirect returns true when this patch user conflict response has a 3xx status code

func (*PatchUserConflict) IsServerError

func (o *PatchUserConflict) IsServerError() bool

IsServerError returns true when this patch user conflict response has a 5xx status code

func (*PatchUserConflict) IsSuccess

func (o *PatchUserConflict) IsSuccess() bool

IsSuccess returns true when this patch user conflict response has a 2xx status code

func (*PatchUserConflict) String

func (o *PatchUserConflict) String() string

type PatchUserForbidden

type PatchUserForbidden struct {
	Payload *models.ErrorBody
}

PatchUserForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPatchUserForbidden

func NewPatchUserForbidden() *PatchUserForbidden

NewPatchUserForbidden creates a PatchUserForbidden with default headers values

func (*PatchUserForbidden) Error

func (o *PatchUserForbidden) Error() string

func (*PatchUserForbidden) GetPayload

func (o *PatchUserForbidden) GetPayload() *models.ErrorBody

func (*PatchUserForbidden) IsClientError

func (o *PatchUserForbidden) IsClientError() bool

IsClientError returns true when this patch user forbidden response has a 4xx status code

func (*PatchUserForbidden) IsCode

func (o *PatchUserForbidden) IsCode(code int) bool

IsCode returns true when this patch user forbidden response a status code equal to that given

func (*PatchUserForbidden) IsRedirect

func (o *PatchUserForbidden) IsRedirect() bool

IsRedirect returns true when this patch user forbidden response has a 3xx status code

func (*PatchUserForbidden) IsServerError

func (o *PatchUserForbidden) IsServerError() bool

IsServerError returns true when this patch user forbidden response has a 5xx status code

func (*PatchUserForbidden) IsSuccess

func (o *PatchUserForbidden) IsSuccess() bool

IsSuccess returns true when this patch user forbidden response has a 2xx status code

func (*PatchUserForbidden) String

func (o *PatchUserForbidden) String() string

type PatchUserGatewayTimeout

type PatchUserGatewayTimeout struct {
	Payload *models.ErrorBody
}

PatchUserGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPatchUserGatewayTimeout

func NewPatchUserGatewayTimeout() *PatchUserGatewayTimeout

NewPatchUserGatewayTimeout creates a PatchUserGatewayTimeout with default headers values

func (*PatchUserGatewayTimeout) Error

func (o *PatchUserGatewayTimeout) Error() string

func (*PatchUserGatewayTimeout) GetPayload

func (o *PatchUserGatewayTimeout) GetPayload() *models.ErrorBody

func (*PatchUserGatewayTimeout) IsClientError

func (o *PatchUserGatewayTimeout) IsClientError() bool

IsClientError returns true when this patch user gateway timeout response has a 4xx status code

func (*PatchUserGatewayTimeout) IsCode

func (o *PatchUserGatewayTimeout) IsCode(code int) bool

IsCode returns true when this patch user gateway timeout response a status code equal to that given

func (*PatchUserGatewayTimeout) IsRedirect

func (o *PatchUserGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this patch user gateway timeout response has a 3xx status code

func (*PatchUserGatewayTimeout) IsServerError

func (o *PatchUserGatewayTimeout) IsServerError() bool

IsServerError returns true when this patch user gateway timeout response has a 5xx status code

func (*PatchUserGatewayTimeout) IsSuccess

func (o *PatchUserGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this patch user gateway timeout response has a 2xx status code

func (*PatchUserGatewayTimeout) String

func (o *PatchUserGatewayTimeout) String() string

type PatchUserInternalServerError

type PatchUserInternalServerError struct {
	Payload *models.ErrorBody
}

PatchUserInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPatchUserInternalServerError

func NewPatchUserInternalServerError() *PatchUserInternalServerError

NewPatchUserInternalServerError creates a PatchUserInternalServerError with default headers values

func (*PatchUserInternalServerError) Error

func (*PatchUserInternalServerError) GetPayload

func (*PatchUserInternalServerError) IsClientError

func (o *PatchUserInternalServerError) IsClientError() bool

IsClientError returns true when this patch user internal server error response has a 4xx status code

func (*PatchUserInternalServerError) IsCode

func (o *PatchUserInternalServerError) IsCode(code int) bool

IsCode returns true when this patch user internal server error response a status code equal to that given

func (*PatchUserInternalServerError) IsRedirect

func (o *PatchUserInternalServerError) IsRedirect() bool

IsRedirect returns true when this patch user internal server error response has a 3xx status code

func (*PatchUserInternalServerError) IsServerError

func (o *PatchUserInternalServerError) IsServerError() bool

IsServerError returns true when this patch user internal server error response has a 5xx status code

func (*PatchUserInternalServerError) IsSuccess

func (o *PatchUserInternalServerError) IsSuccess() bool

IsSuccess returns true when this patch user internal server error response has a 2xx status code

func (*PatchUserInternalServerError) String

type PatchUserNotFound

type PatchUserNotFound struct {
	Payload *models.ErrorBody
}

PatchUserNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPatchUserNotFound

func NewPatchUserNotFound() *PatchUserNotFound

NewPatchUserNotFound creates a PatchUserNotFound with default headers values

func (*PatchUserNotFound) Error

func (o *PatchUserNotFound) Error() string

func (*PatchUserNotFound) GetPayload

func (o *PatchUserNotFound) GetPayload() *models.ErrorBody

func (*PatchUserNotFound) IsClientError

func (o *PatchUserNotFound) IsClientError() bool

IsClientError returns true when this patch user not found response has a 4xx status code

func (*PatchUserNotFound) IsCode

func (o *PatchUserNotFound) IsCode(code int) bool

IsCode returns true when this patch user not found response a status code equal to that given

func (*PatchUserNotFound) IsRedirect

func (o *PatchUserNotFound) IsRedirect() bool

IsRedirect returns true when this patch user not found response has a 3xx status code

func (*PatchUserNotFound) IsServerError

func (o *PatchUserNotFound) IsServerError() bool

IsServerError returns true when this patch user not found response has a 5xx status code

func (*PatchUserNotFound) IsSuccess

func (o *PatchUserNotFound) IsSuccess() bool

IsSuccess returns true when this patch user not found response has a 2xx status code

func (*PatchUserNotFound) String

func (o *PatchUserNotFound) String() string

type PatchUserOK

type PatchUserOK struct {
	Payload *models.User
}

PatchUserOK describes a response with status code 200, with default header values.

successful operation

func NewPatchUserOK

func NewPatchUserOK() *PatchUserOK

NewPatchUserOK creates a PatchUserOK with default headers values

func (*PatchUserOK) Error

func (o *PatchUserOK) Error() string

func (*PatchUserOK) GetPayload

func (o *PatchUserOK) GetPayload() *models.User

func (*PatchUserOK) IsClientError

func (o *PatchUserOK) IsClientError() bool

IsClientError returns true when this patch user o k response has a 4xx status code

func (*PatchUserOK) IsCode

func (o *PatchUserOK) IsCode(code int) bool

IsCode returns true when this patch user o k response a status code equal to that given

func (*PatchUserOK) IsRedirect

func (o *PatchUserOK) IsRedirect() bool

IsRedirect returns true when this patch user o k response has a 3xx status code

func (*PatchUserOK) IsServerError

func (o *PatchUserOK) IsServerError() bool

IsServerError returns true when this patch user o k response has a 5xx status code

func (*PatchUserOK) IsSuccess

func (o *PatchUserOK) IsSuccess() bool

IsSuccess returns true when this patch user o k response has a 2xx status code

func (*PatchUserOK) String

func (o *PatchUserOK) String() string

type PatchUserParams

type PatchUserParams struct {

	/* Body.

	   User
	*/
	Body *models.UpdateUser

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchUserParams contains all the parameters to send to the API endpoint

for the patch user operation.

Typically these are written to a http.Request.

func NewPatchUserParams

func NewPatchUserParams() *PatchUserParams

NewPatchUserParams creates a new PatchUserParams 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 NewPatchUserParamsWithContext

func NewPatchUserParamsWithContext(ctx context.Context) *PatchUserParams

NewPatchUserParamsWithContext creates a new PatchUserParams object with the ability to set a context for a request.

func NewPatchUserParamsWithHTTPClient

func NewPatchUserParamsWithHTTPClient(client *http.Client) *PatchUserParams

NewPatchUserParamsWithHTTPClient creates a new PatchUserParams object with the ability to set a custom HTTPClient for a request.

func NewPatchUserParamsWithTimeout

func NewPatchUserParamsWithTimeout(timeout time.Duration) *PatchUserParams

NewPatchUserParamsWithTimeout creates a new PatchUserParams object with the ability to set a timeout on a request.

func (*PatchUserParams) SetBody

func (o *PatchUserParams) SetBody(body *models.UpdateUser)

SetBody adds the body to the patch user params

func (*PatchUserParams) SetContext

func (o *PatchUserParams) SetContext(ctx context.Context)

SetContext adds the context to the patch user params

func (*PatchUserParams) SetDefaults

func (o *PatchUserParams) SetDefaults()

SetDefaults hydrates default values in the patch user params (not the query body).

All values with no default are reset to their zero value.

func (*PatchUserParams) SetHTTPClient

func (o *PatchUserParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch user params

func (*PatchUserParams) SetTimeout

func (o *PatchUserParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch user params

func (*PatchUserParams) SetUserID

func (o *PatchUserParams) SetUserID(userID string)

SetUserID adds the userId to the patch user params

func (*PatchUserParams) WithBody

func (o *PatchUserParams) WithBody(body *models.UpdateUser) *PatchUserParams

WithBody adds the body to the patch user params

func (*PatchUserParams) WithContext

func (o *PatchUserParams) WithContext(ctx context.Context) *PatchUserParams

WithContext adds the context to the patch user params

func (*PatchUserParams) WithDefaults

func (o *PatchUserParams) WithDefaults() *PatchUserParams

WithDefaults hydrates default values in the patch user params (not the query body).

All values with no default are reset to their zero value.

func (*PatchUserParams) WithHTTPClient

func (o *PatchUserParams) WithHTTPClient(client *http.Client) *PatchUserParams

WithHTTPClient adds the HTTPClient to the patch user params

func (*PatchUserParams) WithTimeout

func (o *PatchUserParams) WithTimeout(timeout time.Duration) *PatchUserParams

WithTimeout adds the timeout to the patch user params

func (*PatchUserParams) WithUserID

func (o *PatchUserParams) WithUserID(userID string) *PatchUserParams

WithUserID adds the userID to the patch user params

func (*PatchUserParams) WriteToRequest

func (o *PatchUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PatchUserReader

type PatchUserReader struct {
	// contains filtered or unexported fields
}

PatchUserReader is a Reader for the PatchUser structure.

func (*PatchUserReader) ReadResponse

func (o *PatchUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchUserRequestEntityTooLarge

type PatchUserRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PatchUserRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPatchUserRequestEntityTooLarge

func NewPatchUserRequestEntityTooLarge() *PatchUserRequestEntityTooLarge

NewPatchUserRequestEntityTooLarge creates a PatchUserRequestEntityTooLarge with default headers values

func (*PatchUserRequestEntityTooLarge) Error

func (*PatchUserRequestEntityTooLarge) GetPayload

func (*PatchUserRequestEntityTooLarge) IsClientError

func (o *PatchUserRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this patch user request entity too large response has a 4xx status code

func (*PatchUserRequestEntityTooLarge) IsCode

func (o *PatchUserRequestEntityTooLarge) IsCode(code int) bool

IsCode returns true when this patch user request entity too large response a status code equal to that given

func (*PatchUserRequestEntityTooLarge) IsRedirect

func (o *PatchUserRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this patch user request entity too large response has a 3xx status code

func (*PatchUserRequestEntityTooLarge) IsServerError

func (o *PatchUserRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this patch user request entity too large response has a 5xx status code

func (*PatchUserRequestEntityTooLarge) IsSuccess

func (o *PatchUserRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this patch user request entity too large response has a 2xx status code

func (*PatchUserRequestEntityTooLarge) String

type PatchUserRequestTimeout

type PatchUserRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchUserRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPatchUserRequestTimeout

func NewPatchUserRequestTimeout() *PatchUserRequestTimeout

NewPatchUserRequestTimeout creates a PatchUserRequestTimeout with default headers values

func (*PatchUserRequestTimeout) Error

func (o *PatchUserRequestTimeout) Error() string

func (*PatchUserRequestTimeout) GetPayload

func (o *PatchUserRequestTimeout) GetPayload() *models.ErrorBody

func (*PatchUserRequestTimeout) IsClientError

func (o *PatchUserRequestTimeout) IsClientError() bool

IsClientError returns true when this patch user request timeout response has a 4xx status code

func (*PatchUserRequestTimeout) IsCode

func (o *PatchUserRequestTimeout) IsCode(code int) bool

IsCode returns true when this patch user request timeout response a status code equal to that given

func (*PatchUserRequestTimeout) IsRedirect

func (o *PatchUserRequestTimeout) IsRedirect() bool

IsRedirect returns true when this patch user request timeout response has a 3xx status code

func (*PatchUserRequestTimeout) IsServerError

func (o *PatchUserRequestTimeout) IsServerError() bool

IsServerError returns true when this patch user request timeout response has a 5xx status code

func (*PatchUserRequestTimeout) IsSuccess

func (o *PatchUserRequestTimeout) IsSuccess() bool

IsSuccess returns true when this patch user request timeout response has a 2xx status code

func (*PatchUserRequestTimeout) String

func (o *PatchUserRequestTimeout) String() string

type PatchUserRoutinglanguageBadRequest

type PatchUserRoutinglanguageBadRequest struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguageBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPatchUserRoutinglanguageBadRequest

func NewPatchUserRoutinglanguageBadRequest() *PatchUserRoutinglanguageBadRequest

NewPatchUserRoutinglanguageBadRequest creates a PatchUserRoutinglanguageBadRequest with default headers values

func (*PatchUserRoutinglanguageBadRequest) Error

func (*PatchUserRoutinglanguageBadRequest) GetPayload

func (*PatchUserRoutinglanguageBadRequest) IsClientError

func (o *PatchUserRoutinglanguageBadRequest) IsClientError() bool

IsClientError returns true when this patch user routinglanguage bad request response has a 4xx status code

func (*PatchUserRoutinglanguageBadRequest) IsCode

IsCode returns true when this patch user routinglanguage bad request response a status code equal to that given

func (*PatchUserRoutinglanguageBadRequest) IsRedirect

func (o *PatchUserRoutinglanguageBadRequest) IsRedirect() bool

IsRedirect returns true when this patch user routinglanguage bad request response has a 3xx status code

func (*PatchUserRoutinglanguageBadRequest) IsServerError

func (o *PatchUserRoutinglanguageBadRequest) IsServerError() bool

IsServerError returns true when this patch user routinglanguage bad request response has a 5xx status code

func (*PatchUserRoutinglanguageBadRequest) IsSuccess

IsSuccess returns true when this patch user routinglanguage bad request response has a 2xx status code

func (*PatchUserRoutinglanguageBadRequest) String

type PatchUserRoutinglanguageConflict

type PatchUserRoutinglanguageConflict struct {
}

PatchUserRoutinglanguageConflict describes a response with status code 409, with default header values.

Resource conflict - Unexpected version was provided

func NewPatchUserRoutinglanguageConflict

func NewPatchUserRoutinglanguageConflict() *PatchUserRoutinglanguageConflict

NewPatchUserRoutinglanguageConflict creates a PatchUserRoutinglanguageConflict with default headers values

func (*PatchUserRoutinglanguageConflict) Error

func (*PatchUserRoutinglanguageConflict) IsClientError

func (o *PatchUserRoutinglanguageConflict) IsClientError() bool

IsClientError returns true when this patch user routinglanguage conflict response has a 4xx status code

func (*PatchUserRoutinglanguageConflict) IsCode

func (o *PatchUserRoutinglanguageConflict) IsCode(code int) bool

IsCode returns true when this patch user routinglanguage conflict response a status code equal to that given

func (*PatchUserRoutinglanguageConflict) IsRedirect

func (o *PatchUserRoutinglanguageConflict) IsRedirect() bool

IsRedirect returns true when this patch user routinglanguage conflict response has a 3xx status code

func (*PatchUserRoutinglanguageConflict) IsServerError

func (o *PatchUserRoutinglanguageConflict) IsServerError() bool

IsServerError returns true when this patch user routinglanguage conflict response has a 5xx status code

func (*PatchUserRoutinglanguageConflict) IsSuccess

func (o *PatchUserRoutinglanguageConflict) IsSuccess() bool

IsSuccess returns true when this patch user routinglanguage conflict response has a 2xx status code

func (*PatchUserRoutinglanguageConflict) String

type PatchUserRoutinglanguageForbidden

type PatchUserRoutinglanguageForbidden struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguageForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPatchUserRoutinglanguageForbidden

func NewPatchUserRoutinglanguageForbidden() *PatchUserRoutinglanguageForbidden

NewPatchUserRoutinglanguageForbidden creates a PatchUserRoutinglanguageForbidden with default headers values

func (*PatchUserRoutinglanguageForbidden) Error

func (*PatchUserRoutinglanguageForbidden) GetPayload

func (*PatchUserRoutinglanguageForbidden) IsClientError

func (o *PatchUserRoutinglanguageForbidden) IsClientError() bool

IsClientError returns true when this patch user routinglanguage forbidden response has a 4xx status code

func (*PatchUserRoutinglanguageForbidden) IsCode

func (o *PatchUserRoutinglanguageForbidden) IsCode(code int) bool

IsCode returns true when this patch user routinglanguage forbidden response a status code equal to that given

func (*PatchUserRoutinglanguageForbidden) IsRedirect

func (o *PatchUserRoutinglanguageForbidden) IsRedirect() bool

IsRedirect returns true when this patch user routinglanguage forbidden response has a 3xx status code

func (*PatchUserRoutinglanguageForbidden) IsServerError

func (o *PatchUserRoutinglanguageForbidden) IsServerError() bool

IsServerError returns true when this patch user routinglanguage forbidden response has a 5xx status code

func (*PatchUserRoutinglanguageForbidden) IsSuccess

func (o *PatchUserRoutinglanguageForbidden) IsSuccess() bool

IsSuccess returns true when this patch user routinglanguage forbidden response has a 2xx status code

func (*PatchUserRoutinglanguageForbidden) String

type PatchUserRoutinglanguageGatewayTimeout

type PatchUserRoutinglanguageGatewayTimeout struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguageGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPatchUserRoutinglanguageGatewayTimeout

func NewPatchUserRoutinglanguageGatewayTimeout() *PatchUserRoutinglanguageGatewayTimeout

NewPatchUserRoutinglanguageGatewayTimeout creates a PatchUserRoutinglanguageGatewayTimeout with default headers values

func (*PatchUserRoutinglanguageGatewayTimeout) Error

func (*PatchUserRoutinglanguageGatewayTimeout) GetPayload

func (*PatchUserRoutinglanguageGatewayTimeout) IsClientError

func (o *PatchUserRoutinglanguageGatewayTimeout) IsClientError() bool

IsClientError returns true when this patch user routinglanguage gateway timeout response has a 4xx status code

func (*PatchUserRoutinglanguageGatewayTimeout) IsCode

IsCode returns true when this patch user routinglanguage gateway timeout response a status code equal to that given

func (*PatchUserRoutinglanguageGatewayTimeout) IsRedirect

IsRedirect returns true when this patch user routinglanguage gateway timeout response has a 3xx status code

func (*PatchUserRoutinglanguageGatewayTimeout) IsServerError

func (o *PatchUserRoutinglanguageGatewayTimeout) IsServerError() bool

IsServerError returns true when this patch user routinglanguage gateway timeout response has a 5xx status code

func (*PatchUserRoutinglanguageGatewayTimeout) IsSuccess

IsSuccess returns true when this patch user routinglanguage gateway timeout response has a 2xx status code

func (*PatchUserRoutinglanguageGatewayTimeout) String

type PatchUserRoutinglanguageInternalServerError

type PatchUserRoutinglanguageInternalServerError struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguageInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPatchUserRoutinglanguageInternalServerError

func NewPatchUserRoutinglanguageInternalServerError() *PatchUserRoutinglanguageInternalServerError

NewPatchUserRoutinglanguageInternalServerError creates a PatchUserRoutinglanguageInternalServerError with default headers values

func (*PatchUserRoutinglanguageInternalServerError) Error

func (*PatchUserRoutinglanguageInternalServerError) GetPayload

func (*PatchUserRoutinglanguageInternalServerError) IsClientError

IsClientError returns true when this patch user routinglanguage internal server error response has a 4xx status code

func (*PatchUserRoutinglanguageInternalServerError) IsCode

IsCode returns true when this patch user routinglanguage internal server error response a status code equal to that given

func (*PatchUserRoutinglanguageInternalServerError) IsRedirect

IsRedirect returns true when this patch user routinglanguage internal server error response has a 3xx status code

func (*PatchUserRoutinglanguageInternalServerError) IsServerError

IsServerError returns true when this patch user routinglanguage internal server error response has a 5xx status code

func (*PatchUserRoutinglanguageInternalServerError) IsSuccess

IsSuccess returns true when this patch user routinglanguage internal server error response has a 2xx status code

func (*PatchUserRoutinglanguageInternalServerError) String

type PatchUserRoutinglanguageNotFound

type PatchUserRoutinglanguageNotFound struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguageNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPatchUserRoutinglanguageNotFound

func NewPatchUserRoutinglanguageNotFound() *PatchUserRoutinglanguageNotFound

NewPatchUserRoutinglanguageNotFound creates a PatchUserRoutinglanguageNotFound with default headers values

func (*PatchUserRoutinglanguageNotFound) Error

func (*PatchUserRoutinglanguageNotFound) GetPayload

func (*PatchUserRoutinglanguageNotFound) IsClientError

func (o *PatchUserRoutinglanguageNotFound) IsClientError() bool

IsClientError returns true when this patch user routinglanguage not found response has a 4xx status code

func (*PatchUserRoutinglanguageNotFound) IsCode

func (o *PatchUserRoutinglanguageNotFound) IsCode(code int) bool

IsCode returns true when this patch user routinglanguage not found response a status code equal to that given

func (*PatchUserRoutinglanguageNotFound) IsRedirect

func (o *PatchUserRoutinglanguageNotFound) IsRedirect() bool

IsRedirect returns true when this patch user routinglanguage not found response has a 3xx status code

func (*PatchUserRoutinglanguageNotFound) IsServerError

func (o *PatchUserRoutinglanguageNotFound) IsServerError() bool

IsServerError returns true when this patch user routinglanguage not found response has a 5xx status code

func (*PatchUserRoutinglanguageNotFound) IsSuccess

func (o *PatchUserRoutinglanguageNotFound) IsSuccess() bool

IsSuccess returns true when this patch user routinglanguage not found response has a 2xx status code

func (*PatchUserRoutinglanguageNotFound) String

type PatchUserRoutinglanguageOK

type PatchUserRoutinglanguageOK struct {
	Payload *models.UserRoutingLanguage
}

PatchUserRoutinglanguageOK describes a response with status code 200, with default header values.

successful operation

func NewPatchUserRoutinglanguageOK

func NewPatchUserRoutinglanguageOK() *PatchUserRoutinglanguageOK

NewPatchUserRoutinglanguageOK creates a PatchUserRoutinglanguageOK with default headers values

func (*PatchUserRoutinglanguageOK) Error

func (*PatchUserRoutinglanguageOK) GetPayload

func (*PatchUserRoutinglanguageOK) IsClientError

func (o *PatchUserRoutinglanguageOK) IsClientError() bool

IsClientError returns true when this patch user routinglanguage o k response has a 4xx status code

func (*PatchUserRoutinglanguageOK) IsCode

func (o *PatchUserRoutinglanguageOK) IsCode(code int) bool

IsCode returns true when this patch user routinglanguage o k response a status code equal to that given

func (*PatchUserRoutinglanguageOK) IsRedirect

func (o *PatchUserRoutinglanguageOK) IsRedirect() bool

IsRedirect returns true when this patch user routinglanguage o k response has a 3xx status code

func (*PatchUserRoutinglanguageOK) IsServerError

func (o *PatchUserRoutinglanguageOK) IsServerError() bool

IsServerError returns true when this patch user routinglanguage o k response has a 5xx status code

func (*PatchUserRoutinglanguageOK) IsSuccess

func (o *PatchUserRoutinglanguageOK) IsSuccess() bool

IsSuccess returns true when this patch user routinglanguage o k response has a 2xx status code

func (*PatchUserRoutinglanguageOK) String

func (o *PatchUserRoutinglanguageOK) String() string

type PatchUserRoutinglanguageParams

type PatchUserRoutinglanguageParams struct {

	/* Body.

	   Language
	*/
	Body *models.UserRoutingLanguage

	/* LanguageID.

	   languageId
	*/
	LanguageID string

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchUserRoutinglanguageParams contains all the parameters to send to the API endpoint

for the patch user routinglanguage operation.

Typically these are written to a http.Request.

func NewPatchUserRoutinglanguageParams

func NewPatchUserRoutinglanguageParams() *PatchUserRoutinglanguageParams

NewPatchUserRoutinglanguageParams creates a new PatchUserRoutinglanguageParams 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 NewPatchUserRoutinglanguageParamsWithContext

func NewPatchUserRoutinglanguageParamsWithContext(ctx context.Context) *PatchUserRoutinglanguageParams

NewPatchUserRoutinglanguageParamsWithContext creates a new PatchUserRoutinglanguageParams object with the ability to set a context for a request.

func NewPatchUserRoutinglanguageParamsWithHTTPClient

func NewPatchUserRoutinglanguageParamsWithHTTPClient(client *http.Client) *PatchUserRoutinglanguageParams

NewPatchUserRoutinglanguageParamsWithHTTPClient creates a new PatchUserRoutinglanguageParams object with the ability to set a custom HTTPClient for a request.

func NewPatchUserRoutinglanguageParamsWithTimeout

func NewPatchUserRoutinglanguageParamsWithTimeout(timeout time.Duration) *PatchUserRoutinglanguageParams

NewPatchUserRoutinglanguageParamsWithTimeout creates a new PatchUserRoutinglanguageParams object with the ability to set a timeout on a request.

func (*PatchUserRoutinglanguageParams) SetBody

SetBody adds the body to the patch user routinglanguage params

func (*PatchUserRoutinglanguageParams) SetContext

func (o *PatchUserRoutinglanguageParams) SetContext(ctx context.Context)

SetContext adds the context to the patch user routinglanguage params

func (*PatchUserRoutinglanguageParams) SetDefaults

func (o *PatchUserRoutinglanguageParams) SetDefaults()

SetDefaults hydrates default values in the patch user routinglanguage params (not the query body).

All values with no default are reset to their zero value.

func (*PatchUserRoutinglanguageParams) SetHTTPClient

func (o *PatchUserRoutinglanguageParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch user routinglanguage params

func (*PatchUserRoutinglanguageParams) SetLanguageID

func (o *PatchUserRoutinglanguageParams) SetLanguageID(languageID string)

SetLanguageID adds the languageId to the patch user routinglanguage params

func (*PatchUserRoutinglanguageParams) SetTimeout

func (o *PatchUserRoutinglanguageParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch user routinglanguage params

func (*PatchUserRoutinglanguageParams) SetUserID

func (o *PatchUserRoutinglanguageParams) SetUserID(userID string)

SetUserID adds the userId to the patch user routinglanguage params

func (*PatchUserRoutinglanguageParams) WithBody

WithBody adds the body to the patch user routinglanguage params

func (*PatchUserRoutinglanguageParams) WithContext

WithContext adds the context to the patch user routinglanguage params

func (*PatchUserRoutinglanguageParams) WithDefaults

WithDefaults hydrates default values in the patch user routinglanguage params (not the query body).

All values with no default are reset to their zero value.

func (*PatchUserRoutinglanguageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch user routinglanguage params

func (*PatchUserRoutinglanguageParams) WithLanguageID

WithLanguageID adds the languageID to the patch user routinglanguage params

func (*PatchUserRoutinglanguageParams) WithTimeout

WithTimeout adds the timeout to the patch user routinglanguage params

func (*PatchUserRoutinglanguageParams) WithUserID

WithUserID adds the userID to the patch user routinglanguage params

func (*PatchUserRoutinglanguageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchUserRoutinglanguageReader

type PatchUserRoutinglanguageReader struct {
	// contains filtered or unexported fields
}

PatchUserRoutinglanguageReader is a Reader for the PatchUserRoutinglanguage structure.

func (*PatchUserRoutinglanguageReader) ReadResponse

func (o *PatchUserRoutinglanguageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchUserRoutinglanguageRequestEntityTooLarge

type PatchUserRoutinglanguageRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguageRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPatchUserRoutinglanguageRequestEntityTooLarge

func NewPatchUserRoutinglanguageRequestEntityTooLarge() *PatchUserRoutinglanguageRequestEntityTooLarge

NewPatchUserRoutinglanguageRequestEntityTooLarge creates a PatchUserRoutinglanguageRequestEntityTooLarge with default headers values

func (*PatchUserRoutinglanguageRequestEntityTooLarge) Error

func (*PatchUserRoutinglanguageRequestEntityTooLarge) GetPayload

func (*PatchUserRoutinglanguageRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch user routinglanguage request entity too large response has a 4xx status code

func (*PatchUserRoutinglanguageRequestEntityTooLarge) IsCode

IsCode returns true when this patch user routinglanguage request entity too large response a status code equal to that given

func (*PatchUserRoutinglanguageRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch user routinglanguage request entity too large response has a 3xx status code

func (*PatchUserRoutinglanguageRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch user routinglanguage request entity too large response has a 5xx status code

func (*PatchUserRoutinglanguageRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch user routinglanguage request entity too large response has a 2xx status code

func (*PatchUserRoutinglanguageRequestEntityTooLarge) String

type PatchUserRoutinglanguageRequestTimeout

type PatchUserRoutinglanguageRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguageRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPatchUserRoutinglanguageRequestTimeout

func NewPatchUserRoutinglanguageRequestTimeout() *PatchUserRoutinglanguageRequestTimeout

NewPatchUserRoutinglanguageRequestTimeout creates a PatchUserRoutinglanguageRequestTimeout with default headers values

func (*PatchUserRoutinglanguageRequestTimeout) Error

func (*PatchUserRoutinglanguageRequestTimeout) GetPayload

func (*PatchUserRoutinglanguageRequestTimeout) IsClientError

func (o *PatchUserRoutinglanguageRequestTimeout) IsClientError() bool

IsClientError returns true when this patch user routinglanguage request timeout response has a 4xx status code

func (*PatchUserRoutinglanguageRequestTimeout) IsCode

IsCode returns true when this patch user routinglanguage request timeout response a status code equal to that given

func (*PatchUserRoutinglanguageRequestTimeout) IsRedirect

IsRedirect returns true when this patch user routinglanguage request timeout response has a 3xx status code

func (*PatchUserRoutinglanguageRequestTimeout) IsServerError

func (o *PatchUserRoutinglanguageRequestTimeout) IsServerError() bool

IsServerError returns true when this patch user routinglanguage request timeout response has a 5xx status code

func (*PatchUserRoutinglanguageRequestTimeout) IsSuccess

IsSuccess returns true when this patch user routinglanguage request timeout response has a 2xx status code

func (*PatchUserRoutinglanguageRequestTimeout) String

type PatchUserRoutinglanguageServiceUnavailable

type PatchUserRoutinglanguageServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguageServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPatchUserRoutinglanguageServiceUnavailable

func NewPatchUserRoutinglanguageServiceUnavailable() *PatchUserRoutinglanguageServiceUnavailable

NewPatchUserRoutinglanguageServiceUnavailable creates a PatchUserRoutinglanguageServiceUnavailable with default headers values

func (*PatchUserRoutinglanguageServiceUnavailable) Error

func (*PatchUserRoutinglanguageServiceUnavailable) GetPayload

func (*PatchUserRoutinglanguageServiceUnavailable) IsClientError

IsClientError returns true when this patch user routinglanguage service unavailable response has a 4xx status code

func (*PatchUserRoutinglanguageServiceUnavailable) IsCode

IsCode returns true when this patch user routinglanguage service unavailable response a status code equal to that given

func (*PatchUserRoutinglanguageServiceUnavailable) IsRedirect

IsRedirect returns true when this patch user routinglanguage service unavailable response has a 3xx status code

func (*PatchUserRoutinglanguageServiceUnavailable) IsServerError

IsServerError returns true when this patch user routinglanguage service unavailable response has a 5xx status code

func (*PatchUserRoutinglanguageServiceUnavailable) IsSuccess

IsSuccess returns true when this patch user routinglanguage service unavailable response has a 2xx status code

func (*PatchUserRoutinglanguageServiceUnavailable) String

type PatchUserRoutinglanguageTooManyRequests

type PatchUserRoutinglanguageTooManyRequests struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguageTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPatchUserRoutinglanguageTooManyRequests

func NewPatchUserRoutinglanguageTooManyRequests() *PatchUserRoutinglanguageTooManyRequests

NewPatchUserRoutinglanguageTooManyRequests creates a PatchUserRoutinglanguageTooManyRequests with default headers values

func (*PatchUserRoutinglanguageTooManyRequests) Error

func (*PatchUserRoutinglanguageTooManyRequests) GetPayload

func (*PatchUserRoutinglanguageTooManyRequests) IsClientError

func (o *PatchUserRoutinglanguageTooManyRequests) IsClientError() bool

IsClientError returns true when this patch user routinglanguage too many requests response has a 4xx status code

func (*PatchUserRoutinglanguageTooManyRequests) IsCode

IsCode returns true when this patch user routinglanguage too many requests response a status code equal to that given

func (*PatchUserRoutinglanguageTooManyRequests) IsRedirect

IsRedirect returns true when this patch user routinglanguage too many requests response has a 3xx status code

func (*PatchUserRoutinglanguageTooManyRequests) IsServerError

func (o *PatchUserRoutinglanguageTooManyRequests) IsServerError() bool

IsServerError returns true when this patch user routinglanguage too many requests response has a 5xx status code

func (*PatchUserRoutinglanguageTooManyRequests) IsSuccess

IsSuccess returns true when this patch user routinglanguage too many requests response has a 2xx status code

func (*PatchUserRoutinglanguageTooManyRequests) String

type PatchUserRoutinglanguageUnauthorized

type PatchUserRoutinglanguageUnauthorized struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguageUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPatchUserRoutinglanguageUnauthorized

func NewPatchUserRoutinglanguageUnauthorized() *PatchUserRoutinglanguageUnauthorized

NewPatchUserRoutinglanguageUnauthorized creates a PatchUserRoutinglanguageUnauthorized with default headers values

func (*PatchUserRoutinglanguageUnauthorized) Error

func (*PatchUserRoutinglanguageUnauthorized) GetPayload

func (*PatchUserRoutinglanguageUnauthorized) IsClientError

func (o *PatchUserRoutinglanguageUnauthorized) IsClientError() bool

IsClientError returns true when this patch user routinglanguage unauthorized response has a 4xx status code

func (*PatchUserRoutinglanguageUnauthorized) IsCode

IsCode returns true when this patch user routinglanguage unauthorized response a status code equal to that given

func (*PatchUserRoutinglanguageUnauthorized) IsRedirect

IsRedirect returns true when this patch user routinglanguage unauthorized response has a 3xx status code

func (*PatchUserRoutinglanguageUnauthorized) IsServerError

func (o *PatchUserRoutinglanguageUnauthorized) IsServerError() bool

IsServerError returns true when this patch user routinglanguage unauthorized response has a 5xx status code

func (*PatchUserRoutinglanguageUnauthorized) IsSuccess

IsSuccess returns true when this patch user routinglanguage unauthorized response has a 2xx status code

func (*PatchUserRoutinglanguageUnauthorized) String

type PatchUserRoutinglanguageUnsupportedMediaType

type PatchUserRoutinglanguageUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguageUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPatchUserRoutinglanguageUnsupportedMediaType

func NewPatchUserRoutinglanguageUnsupportedMediaType() *PatchUserRoutinglanguageUnsupportedMediaType

NewPatchUserRoutinglanguageUnsupportedMediaType creates a PatchUserRoutinglanguageUnsupportedMediaType with default headers values

func (*PatchUserRoutinglanguageUnsupportedMediaType) Error

func (*PatchUserRoutinglanguageUnsupportedMediaType) GetPayload

func (*PatchUserRoutinglanguageUnsupportedMediaType) IsClientError

IsClientError returns true when this patch user routinglanguage unsupported media type response has a 4xx status code

func (*PatchUserRoutinglanguageUnsupportedMediaType) IsCode

IsCode returns true when this patch user routinglanguage unsupported media type response a status code equal to that given

func (*PatchUserRoutinglanguageUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch user routinglanguage unsupported media type response has a 3xx status code

func (*PatchUserRoutinglanguageUnsupportedMediaType) IsServerError

IsServerError returns true when this patch user routinglanguage unsupported media type response has a 5xx status code

func (*PatchUserRoutinglanguageUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch user routinglanguage unsupported media type response has a 2xx status code

func (*PatchUserRoutinglanguageUnsupportedMediaType) String

type PatchUserRoutinglanguagesBulkBadRequest

type PatchUserRoutinglanguagesBulkBadRequest struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguagesBulkBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPatchUserRoutinglanguagesBulkBadRequest

func NewPatchUserRoutinglanguagesBulkBadRequest() *PatchUserRoutinglanguagesBulkBadRequest

NewPatchUserRoutinglanguagesBulkBadRequest creates a PatchUserRoutinglanguagesBulkBadRequest with default headers values

func (*PatchUserRoutinglanguagesBulkBadRequest) Error

func (*PatchUserRoutinglanguagesBulkBadRequest) GetPayload

func (*PatchUserRoutinglanguagesBulkBadRequest) IsClientError

func (o *PatchUserRoutinglanguagesBulkBadRequest) IsClientError() bool

IsClientError returns true when this patch user routinglanguages bulk bad request response has a 4xx status code

func (*PatchUserRoutinglanguagesBulkBadRequest) IsCode

IsCode returns true when this patch user routinglanguages bulk bad request response a status code equal to that given

func (*PatchUserRoutinglanguagesBulkBadRequest) IsRedirect

IsRedirect returns true when this patch user routinglanguages bulk bad request response has a 3xx status code

func (*PatchUserRoutinglanguagesBulkBadRequest) IsServerError

func (o *PatchUserRoutinglanguagesBulkBadRequest) IsServerError() bool

IsServerError returns true when this patch user routinglanguages bulk bad request response has a 5xx status code

func (*PatchUserRoutinglanguagesBulkBadRequest) IsSuccess

IsSuccess returns true when this patch user routinglanguages bulk bad request response has a 2xx status code

func (*PatchUserRoutinglanguagesBulkBadRequest) String

type PatchUserRoutinglanguagesBulkForbidden

type PatchUserRoutinglanguagesBulkForbidden struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguagesBulkForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPatchUserRoutinglanguagesBulkForbidden

func NewPatchUserRoutinglanguagesBulkForbidden() *PatchUserRoutinglanguagesBulkForbidden

NewPatchUserRoutinglanguagesBulkForbidden creates a PatchUserRoutinglanguagesBulkForbidden with default headers values

func (*PatchUserRoutinglanguagesBulkForbidden) Error

func (*PatchUserRoutinglanguagesBulkForbidden) GetPayload

func (*PatchUserRoutinglanguagesBulkForbidden) IsClientError

func (o *PatchUserRoutinglanguagesBulkForbidden) IsClientError() bool

IsClientError returns true when this patch user routinglanguages bulk forbidden response has a 4xx status code

func (*PatchUserRoutinglanguagesBulkForbidden) IsCode

IsCode returns true when this patch user routinglanguages bulk forbidden response a status code equal to that given

func (*PatchUserRoutinglanguagesBulkForbidden) IsRedirect

IsRedirect returns true when this patch user routinglanguages bulk forbidden response has a 3xx status code

func (*PatchUserRoutinglanguagesBulkForbidden) IsServerError

func (o *PatchUserRoutinglanguagesBulkForbidden) IsServerError() bool

IsServerError returns true when this patch user routinglanguages bulk forbidden response has a 5xx status code

func (*PatchUserRoutinglanguagesBulkForbidden) IsSuccess

IsSuccess returns true when this patch user routinglanguages bulk forbidden response has a 2xx status code

func (*PatchUserRoutinglanguagesBulkForbidden) String

type PatchUserRoutinglanguagesBulkGatewayTimeout

type PatchUserRoutinglanguagesBulkGatewayTimeout struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguagesBulkGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPatchUserRoutinglanguagesBulkGatewayTimeout

func NewPatchUserRoutinglanguagesBulkGatewayTimeout() *PatchUserRoutinglanguagesBulkGatewayTimeout

NewPatchUserRoutinglanguagesBulkGatewayTimeout creates a PatchUserRoutinglanguagesBulkGatewayTimeout with default headers values

func (*PatchUserRoutinglanguagesBulkGatewayTimeout) Error

func (*PatchUserRoutinglanguagesBulkGatewayTimeout) GetPayload

func (*PatchUserRoutinglanguagesBulkGatewayTimeout) IsClientError

IsClientError returns true when this patch user routinglanguages bulk gateway timeout response has a 4xx status code

func (*PatchUserRoutinglanguagesBulkGatewayTimeout) IsCode

IsCode returns true when this patch user routinglanguages bulk gateway timeout response a status code equal to that given

func (*PatchUserRoutinglanguagesBulkGatewayTimeout) IsRedirect

IsRedirect returns true when this patch user routinglanguages bulk gateway timeout response has a 3xx status code

func (*PatchUserRoutinglanguagesBulkGatewayTimeout) IsServerError

IsServerError returns true when this patch user routinglanguages bulk gateway timeout response has a 5xx status code

func (*PatchUserRoutinglanguagesBulkGatewayTimeout) IsSuccess

IsSuccess returns true when this patch user routinglanguages bulk gateway timeout response has a 2xx status code

func (*PatchUserRoutinglanguagesBulkGatewayTimeout) String

type PatchUserRoutinglanguagesBulkInternalServerError

type PatchUserRoutinglanguagesBulkInternalServerError struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguagesBulkInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPatchUserRoutinglanguagesBulkInternalServerError

func NewPatchUserRoutinglanguagesBulkInternalServerError() *PatchUserRoutinglanguagesBulkInternalServerError

NewPatchUserRoutinglanguagesBulkInternalServerError creates a PatchUserRoutinglanguagesBulkInternalServerError with default headers values

func (*PatchUserRoutinglanguagesBulkInternalServerError) Error

func (*PatchUserRoutinglanguagesBulkInternalServerError) GetPayload

func (*PatchUserRoutinglanguagesBulkInternalServerError) IsClientError

IsClientError returns true when this patch user routinglanguages bulk internal server error response has a 4xx status code

func (*PatchUserRoutinglanguagesBulkInternalServerError) IsCode

IsCode returns true when this patch user routinglanguages bulk internal server error response a status code equal to that given

func (*PatchUserRoutinglanguagesBulkInternalServerError) IsRedirect

IsRedirect returns true when this patch user routinglanguages bulk internal server error response has a 3xx status code

func (*PatchUserRoutinglanguagesBulkInternalServerError) IsServerError

IsServerError returns true when this patch user routinglanguages bulk internal server error response has a 5xx status code

func (*PatchUserRoutinglanguagesBulkInternalServerError) IsSuccess

IsSuccess returns true when this patch user routinglanguages bulk internal server error response has a 2xx status code

func (*PatchUserRoutinglanguagesBulkInternalServerError) String

type PatchUserRoutinglanguagesBulkNotFound

type PatchUserRoutinglanguagesBulkNotFound struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguagesBulkNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPatchUserRoutinglanguagesBulkNotFound

func NewPatchUserRoutinglanguagesBulkNotFound() *PatchUserRoutinglanguagesBulkNotFound

NewPatchUserRoutinglanguagesBulkNotFound creates a PatchUserRoutinglanguagesBulkNotFound with default headers values

func (*PatchUserRoutinglanguagesBulkNotFound) Error

func (*PatchUserRoutinglanguagesBulkNotFound) GetPayload

func (*PatchUserRoutinglanguagesBulkNotFound) IsClientError

func (o *PatchUserRoutinglanguagesBulkNotFound) IsClientError() bool

IsClientError returns true when this patch user routinglanguages bulk not found response has a 4xx status code

func (*PatchUserRoutinglanguagesBulkNotFound) IsCode

IsCode returns true when this patch user routinglanguages bulk not found response a status code equal to that given

func (*PatchUserRoutinglanguagesBulkNotFound) IsRedirect

IsRedirect returns true when this patch user routinglanguages bulk not found response has a 3xx status code

func (*PatchUserRoutinglanguagesBulkNotFound) IsServerError

func (o *PatchUserRoutinglanguagesBulkNotFound) IsServerError() bool

IsServerError returns true when this patch user routinglanguages bulk not found response has a 5xx status code

func (*PatchUserRoutinglanguagesBulkNotFound) IsSuccess

IsSuccess returns true when this patch user routinglanguages bulk not found response has a 2xx status code

func (*PatchUserRoutinglanguagesBulkNotFound) String

type PatchUserRoutinglanguagesBulkOK

type PatchUserRoutinglanguagesBulkOK struct {
	Payload *models.UserLanguageEntityListing
}

PatchUserRoutinglanguagesBulkOK describes a response with status code 200, with default header values.

successful operation

func NewPatchUserRoutinglanguagesBulkOK

func NewPatchUserRoutinglanguagesBulkOK() *PatchUserRoutinglanguagesBulkOK

NewPatchUserRoutinglanguagesBulkOK creates a PatchUserRoutinglanguagesBulkOK with default headers values

func (*PatchUserRoutinglanguagesBulkOK) Error

func (*PatchUserRoutinglanguagesBulkOK) GetPayload

func (*PatchUserRoutinglanguagesBulkOK) IsClientError

func (o *PatchUserRoutinglanguagesBulkOK) IsClientError() bool

IsClientError returns true when this patch user routinglanguages bulk o k response has a 4xx status code

func (*PatchUserRoutinglanguagesBulkOK) IsCode

func (o *PatchUserRoutinglanguagesBulkOK) IsCode(code int) bool

IsCode returns true when this patch user routinglanguages bulk o k response a status code equal to that given

func (*PatchUserRoutinglanguagesBulkOK) IsRedirect

func (o *PatchUserRoutinglanguagesBulkOK) IsRedirect() bool

IsRedirect returns true when this patch user routinglanguages bulk o k response has a 3xx status code

func (*PatchUserRoutinglanguagesBulkOK) IsServerError

func (o *PatchUserRoutinglanguagesBulkOK) IsServerError() bool

IsServerError returns true when this patch user routinglanguages bulk o k response has a 5xx status code

func (*PatchUserRoutinglanguagesBulkOK) IsSuccess

func (o *PatchUserRoutinglanguagesBulkOK) IsSuccess() bool

IsSuccess returns true when this patch user routinglanguages bulk o k response has a 2xx status code

func (*PatchUserRoutinglanguagesBulkOK) String

type PatchUserRoutinglanguagesBulkParams

type PatchUserRoutinglanguagesBulkParams struct {

	/* Body.

	   Language
	*/
	Body []*models.UserRoutingLanguagePost

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchUserRoutinglanguagesBulkParams contains all the parameters to send to the API endpoint

for the patch user routinglanguages bulk operation.

Typically these are written to a http.Request.

func NewPatchUserRoutinglanguagesBulkParams

func NewPatchUserRoutinglanguagesBulkParams() *PatchUserRoutinglanguagesBulkParams

NewPatchUserRoutinglanguagesBulkParams creates a new PatchUserRoutinglanguagesBulkParams 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 NewPatchUserRoutinglanguagesBulkParamsWithContext

func NewPatchUserRoutinglanguagesBulkParamsWithContext(ctx context.Context) *PatchUserRoutinglanguagesBulkParams

NewPatchUserRoutinglanguagesBulkParamsWithContext creates a new PatchUserRoutinglanguagesBulkParams object with the ability to set a context for a request.

func NewPatchUserRoutinglanguagesBulkParamsWithHTTPClient

func NewPatchUserRoutinglanguagesBulkParamsWithHTTPClient(client *http.Client) *PatchUserRoutinglanguagesBulkParams

NewPatchUserRoutinglanguagesBulkParamsWithHTTPClient creates a new PatchUserRoutinglanguagesBulkParams object with the ability to set a custom HTTPClient for a request.

func NewPatchUserRoutinglanguagesBulkParamsWithTimeout

func NewPatchUserRoutinglanguagesBulkParamsWithTimeout(timeout time.Duration) *PatchUserRoutinglanguagesBulkParams

NewPatchUserRoutinglanguagesBulkParamsWithTimeout creates a new PatchUserRoutinglanguagesBulkParams object with the ability to set a timeout on a request.

func (*PatchUserRoutinglanguagesBulkParams) SetBody

SetBody adds the body to the patch user routinglanguages bulk params

func (*PatchUserRoutinglanguagesBulkParams) SetContext

SetContext adds the context to the patch user routinglanguages bulk params

func (*PatchUserRoutinglanguagesBulkParams) SetDefaults

func (o *PatchUserRoutinglanguagesBulkParams) SetDefaults()

SetDefaults hydrates default values in the patch user routinglanguages bulk params (not the query body).

All values with no default are reset to their zero value.

func (*PatchUserRoutinglanguagesBulkParams) SetHTTPClient

func (o *PatchUserRoutinglanguagesBulkParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch user routinglanguages bulk params

func (*PatchUserRoutinglanguagesBulkParams) SetTimeout

func (o *PatchUserRoutinglanguagesBulkParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch user routinglanguages bulk params

func (*PatchUserRoutinglanguagesBulkParams) SetUserID

func (o *PatchUserRoutinglanguagesBulkParams) SetUserID(userID string)

SetUserID adds the userId to the patch user routinglanguages bulk params

func (*PatchUserRoutinglanguagesBulkParams) WithBody

WithBody adds the body to the patch user routinglanguages bulk params

func (*PatchUserRoutinglanguagesBulkParams) WithContext

WithContext adds the context to the patch user routinglanguages bulk params

func (*PatchUserRoutinglanguagesBulkParams) WithDefaults

WithDefaults hydrates default values in the patch user routinglanguages bulk params (not the query body).

All values with no default are reset to their zero value.

func (*PatchUserRoutinglanguagesBulkParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch user routinglanguages bulk params

func (*PatchUserRoutinglanguagesBulkParams) WithTimeout

WithTimeout adds the timeout to the patch user routinglanguages bulk params

func (*PatchUserRoutinglanguagesBulkParams) WithUserID

WithUserID adds the userID to the patch user routinglanguages bulk params

func (*PatchUserRoutinglanguagesBulkParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchUserRoutinglanguagesBulkReader

type PatchUserRoutinglanguagesBulkReader struct {
	// contains filtered or unexported fields
}

PatchUserRoutinglanguagesBulkReader is a Reader for the PatchUserRoutinglanguagesBulk structure.

func (*PatchUserRoutinglanguagesBulkReader) ReadResponse

func (o *PatchUserRoutinglanguagesBulkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchUserRoutinglanguagesBulkRequestEntityTooLarge

type PatchUserRoutinglanguagesBulkRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguagesBulkRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPatchUserRoutinglanguagesBulkRequestEntityTooLarge

func NewPatchUserRoutinglanguagesBulkRequestEntityTooLarge() *PatchUserRoutinglanguagesBulkRequestEntityTooLarge

NewPatchUserRoutinglanguagesBulkRequestEntityTooLarge creates a PatchUserRoutinglanguagesBulkRequestEntityTooLarge with default headers values

func (*PatchUserRoutinglanguagesBulkRequestEntityTooLarge) Error

func (*PatchUserRoutinglanguagesBulkRequestEntityTooLarge) GetPayload

func (*PatchUserRoutinglanguagesBulkRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch user routinglanguages bulk request entity too large response has a 4xx status code

func (*PatchUserRoutinglanguagesBulkRequestEntityTooLarge) IsCode

IsCode returns true when this patch user routinglanguages bulk request entity too large response a status code equal to that given

func (*PatchUserRoutinglanguagesBulkRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch user routinglanguages bulk request entity too large response has a 3xx status code

func (*PatchUserRoutinglanguagesBulkRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch user routinglanguages bulk request entity too large response has a 5xx status code

func (*PatchUserRoutinglanguagesBulkRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch user routinglanguages bulk request entity too large response has a 2xx status code

func (*PatchUserRoutinglanguagesBulkRequestEntityTooLarge) String

type PatchUserRoutinglanguagesBulkRequestTimeout

type PatchUserRoutinglanguagesBulkRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguagesBulkRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPatchUserRoutinglanguagesBulkRequestTimeout

func NewPatchUserRoutinglanguagesBulkRequestTimeout() *PatchUserRoutinglanguagesBulkRequestTimeout

NewPatchUserRoutinglanguagesBulkRequestTimeout creates a PatchUserRoutinglanguagesBulkRequestTimeout with default headers values

func (*PatchUserRoutinglanguagesBulkRequestTimeout) Error

func (*PatchUserRoutinglanguagesBulkRequestTimeout) GetPayload

func (*PatchUserRoutinglanguagesBulkRequestTimeout) IsClientError

IsClientError returns true when this patch user routinglanguages bulk request timeout response has a 4xx status code

func (*PatchUserRoutinglanguagesBulkRequestTimeout) IsCode

IsCode returns true when this patch user routinglanguages bulk request timeout response a status code equal to that given

func (*PatchUserRoutinglanguagesBulkRequestTimeout) IsRedirect

IsRedirect returns true when this patch user routinglanguages bulk request timeout response has a 3xx status code

func (*PatchUserRoutinglanguagesBulkRequestTimeout) IsServerError

IsServerError returns true when this patch user routinglanguages bulk request timeout response has a 5xx status code

func (*PatchUserRoutinglanguagesBulkRequestTimeout) IsSuccess

IsSuccess returns true when this patch user routinglanguages bulk request timeout response has a 2xx status code

func (*PatchUserRoutinglanguagesBulkRequestTimeout) String

type PatchUserRoutinglanguagesBulkServiceUnavailable

type PatchUserRoutinglanguagesBulkServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguagesBulkServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPatchUserRoutinglanguagesBulkServiceUnavailable

func NewPatchUserRoutinglanguagesBulkServiceUnavailable() *PatchUserRoutinglanguagesBulkServiceUnavailable

NewPatchUserRoutinglanguagesBulkServiceUnavailable creates a PatchUserRoutinglanguagesBulkServiceUnavailable with default headers values

func (*PatchUserRoutinglanguagesBulkServiceUnavailable) Error

func (*PatchUserRoutinglanguagesBulkServiceUnavailable) GetPayload

func (*PatchUserRoutinglanguagesBulkServiceUnavailable) IsClientError

IsClientError returns true when this patch user routinglanguages bulk service unavailable response has a 4xx status code

func (*PatchUserRoutinglanguagesBulkServiceUnavailable) IsCode

IsCode returns true when this patch user routinglanguages bulk service unavailable response a status code equal to that given

func (*PatchUserRoutinglanguagesBulkServiceUnavailable) IsRedirect

IsRedirect returns true when this patch user routinglanguages bulk service unavailable response has a 3xx status code

func (*PatchUserRoutinglanguagesBulkServiceUnavailable) IsServerError

IsServerError returns true when this patch user routinglanguages bulk service unavailable response has a 5xx status code

func (*PatchUserRoutinglanguagesBulkServiceUnavailable) IsSuccess

IsSuccess returns true when this patch user routinglanguages bulk service unavailable response has a 2xx status code

func (*PatchUserRoutinglanguagesBulkServiceUnavailable) String

type PatchUserRoutinglanguagesBulkTooManyRequests

type PatchUserRoutinglanguagesBulkTooManyRequests struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguagesBulkTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPatchUserRoutinglanguagesBulkTooManyRequests

func NewPatchUserRoutinglanguagesBulkTooManyRequests() *PatchUserRoutinglanguagesBulkTooManyRequests

NewPatchUserRoutinglanguagesBulkTooManyRequests creates a PatchUserRoutinglanguagesBulkTooManyRequests with default headers values

func (*PatchUserRoutinglanguagesBulkTooManyRequests) Error

func (*PatchUserRoutinglanguagesBulkTooManyRequests) GetPayload

func (*PatchUserRoutinglanguagesBulkTooManyRequests) IsClientError

IsClientError returns true when this patch user routinglanguages bulk too many requests response has a 4xx status code

func (*PatchUserRoutinglanguagesBulkTooManyRequests) IsCode

IsCode returns true when this patch user routinglanguages bulk too many requests response a status code equal to that given

func (*PatchUserRoutinglanguagesBulkTooManyRequests) IsRedirect

IsRedirect returns true when this patch user routinglanguages bulk too many requests response has a 3xx status code

func (*PatchUserRoutinglanguagesBulkTooManyRequests) IsServerError

IsServerError returns true when this patch user routinglanguages bulk too many requests response has a 5xx status code

func (*PatchUserRoutinglanguagesBulkTooManyRequests) IsSuccess

IsSuccess returns true when this patch user routinglanguages bulk too many requests response has a 2xx status code

func (*PatchUserRoutinglanguagesBulkTooManyRequests) String

type PatchUserRoutinglanguagesBulkUnauthorized

type PatchUserRoutinglanguagesBulkUnauthorized struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguagesBulkUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPatchUserRoutinglanguagesBulkUnauthorized

func NewPatchUserRoutinglanguagesBulkUnauthorized() *PatchUserRoutinglanguagesBulkUnauthorized

NewPatchUserRoutinglanguagesBulkUnauthorized creates a PatchUserRoutinglanguagesBulkUnauthorized with default headers values

func (*PatchUserRoutinglanguagesBulkUnauthorized) Error

func (*PatchUserRoutinglanguagesBulkUnauthorized) GetPayload

func (*PatchUserRoutinglanguagesBulkUnauthorized) IsClientError

IsClientError returns true when this patch user routinglanguages bulk unauthorized response has a 4xx status code

func (*PatchUserRoutinglanguagesBulkUnauthorized) IsCode

IsCode returns true when this patch user routinglanguages bulk unauthorized response a status code equal to that given

func (*PatchUserRoutinglanguagesBulkUnauthorized) IsRedirect

IsRedirect returns true when this patch user routinglanguages bulk unauthorized response has a 3xx status code

func (*PatchUserRoutinglanguagesBulkUnauthorized) IsServerError

IsServerError returns true when this patch user routinglanguages bulk unauthorized response has a 5xx status code

func (*PatchUserRoutinglanguagesBulkUnauthorized) IsSuccess

IsSuccess returns true when this patch user routinglanguages bulk unauthorized response has a 2xx status code

func (*PatchUserRoutinglanguagesBulkUnauthorized) String

type PatchUserRoutinglanguagesBulkUnsupportedMediaType

type PatchUserRoutinglanguagesBulkUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchUserRoutinglanguagesBulkUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPatchUserRoutinglanguagesBulkUnsupportedMediaType

func NewPatchUserRoutinglanguagesBulkUnsupportedMediaType() *PatchUserRoutinglanguagesBulkUnsupportedMediaType

NewPatchUserRoutinglanguagesBulkUnsupportedMediaType creates a PatchUserRoutinglanguagesBulkUnsupportedMediaType with default headers values

func (*PatchUserRoutinglanguagesBulkUnsupportedMediaType) Error

func (*PatchUserRoutinglanguagesBulkUnsupportedMediaType) GetPayload

func (*PatchUserRoutinglanguagesBulkUnsupportedMediaType) IsClientError

IsClientError returns true when this patch user routinglanguages bulk unsupported media type response has a 4xx status code

func (*PatchUserRoutinglanguagesBulkUnsupportedMediaType) IsCode

IsCode returns true when this patch user routinglanguages bulk unsupported media type response a status code equal to that given

func (*PatchUserRoutinglanguagesBulkUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch user routinglanguages bulk unsupported media type response has a 3xx status code

func (*PatchUserRoutinglanguagesBulkUnsupportedMediaType) IsServerError

IsServerError returns true when this patch user routinglanguages bulk unsupported media type response has a 5xx status code

func (*PatchUserRoutinglanguagesBulkUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch user routinglanguages bulk unsupported media type response has a 2xx status code

func (*PatchUserRoutinglanguagesBulkUnsupportedMediaType) String

type PatchUserRoutingskillsBulkBadRequest

type PatchUserRoutingskillsBulkBadRequest struct {
	Payload *models.ErrorBody
}

PatchUserRoutingskillsBulkBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPatchUserRoutingskillsBulkBadRequest

func NewPatchUserRoutingskillsBulkBadRequest() *PatchUserRoutingskillsBulkBadRequest

NewPatchUserRoutingskillsBulkBadRequest creates a PatchUserRoutingskillsBulkBadRequest with default headers values

func (*PatchUserRoutingskillsBulkBadRequest) Error

func (*PatchUserRoutingskillsBulkBadRequest) GetPayload

func (*PatchUserRoutingskillsBulkBadRequest) IsClientError

func (o *PatchUserRoutingskillsBulkBadRequest) IsClientError() bool

IsClientError returns true when this patch user routingskills bulk bad request response has a 4xx status code

func (*PatchUserRoutingskillsBulkBadRequest) IsCode

IsCode returns true when this patch user routingskills bulk bad request response a status code equal to that given

func (*PatchUserRoutingskillsBulkBadRequest) IsRedirect

IsRedirect returns true when this patch user routingskills bulk bad request response has a 3xx status code

func (*PatchUserRoutingskillsBulkBadRequest) IsServerError

func (o *PatchUserRoutingskillsBulkBadRequest) IsServerError() bool

IsServerError returns true when this patch user routingskills bulk bad request response has a 5xx status code

func (*PatchUserRoutingskillsBulkBadRequest) IsSuccess

IsSuccess returns true when this patch user routingskills bulk bad request response has a 2xx status code

func (*PatchUserRoutingskillsBulkBadRequest) String

type PatchUserRoutingskillsBulkForbidden

type PatchUserRoutingskillsBulkForbidden struct {
	Payload *models.ErrorBody
}

PatchUserRoutingskillsBulkForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPatchUserRoutingskillsBulkForbidden

func NewPatchUserRoutingskillsBulkForbidden() *PatchUserRoutingskillsBulkForbidden

NewPatchUserRoutingskillsBulkForbidden creates a PatchUserRoutingskillsBulkForbidden with default headers values

func (*PatchUserRoutingskillsBulkForbidden) Error

func (*PatchUserRoutingskillsBulkForbidden) GetPayload

func (*PatchUserRoutingskillsBulkForbidden) IsClientError

func (o *PatchUserRoutingskillsBulkForbidden) IsClientError() bool

IsClientError returns true when this patch user routingskills bulk forbidden response has a 4xx status code

func (*PatchUserRoutingskillsBulkForbidden) IsCode

IsCode returns true when this patch user routingskills bulk forbidden response a status code equal to that given

func (*PatchUserRoutingskillsBulkForbidden) IsRedirect

func (o *PatchUserRoutingskillsBulkForbidden) IsRedirect() bool

IsRedirect returns true when this patch user routingskills bulk forbidden response has a 3xx status code

func (*PatchUserRoutingskillsBulkForbidden) IsServerError

func (o *PatchUserRoutingskillsBulkForbidden) IsServerError() bool

IsServerError returns true when this patch user routingskills bulk forbidden response has a 5xx status code

func (*PatchUserRoutingskillsBulkForbidden) IsSuccess

IsSuccess returns true when this patch user routingskills bulk forbidden response has a 2xx status code

func (*PatchUserRoutingskillsBulkForbidden) String

type PatchUserRoutingskillsBulkGatewayTimeout

type PatchUserRoutingskillsBulkGatewayTimeout struct {
	Payload *models.ErrorBody
}

PatchUserRoutingskillsBulkGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPatchUserRoutingskillsBulkGatewayTimeout

func NewPatchUserRoutingskillsBulkGatewayTimeout() *PatchUserRoutingskillsBulkGatewayTimeout

NewPatchUserRoutingskillsBulkGatewayTimeout creates a PatchUserRoutingskillsBulkGatewayTimeout with default headers values

func (*PatchUserRoutingskillsBulkGatewayTimeout) Error

func (*PatchUserRoutingskillsBulkGatewayTimeout) GetPayload

func (*PatchUserRoutingskillsBulkGatewayTimeout) IsClientError

IsClientError returns true when this patch user routingskills bulk gateway timeout response has a 4xx status code

func (*PatchUserRoutingskillsBulkGatewayTimeout) IsCode

IsCode returns true when this patch user routingskills bulk gateway timeout response a status code equal to that given

func (*PatchUserRoutingskillsBulkGatewayTimeout) IsRedirect

IsRedirect returns true when this patch user routingskills bulk gateway timeout response has a 3xx status code

func (*PatchUserRoutingskillsBulkGatewayTimeout) IsServerError

IsServerError returns true when this patch user routingskills bulk gateway timeout response has a 5xx status code

func (*PatchUserRoutingskillsBulkGatewayTimeout) IsSuccess

IsSuccess returns true when this patch user routingskills bulk gateway timeout response has a 2xx status code

func (*PatchUserRoutingskillsBulkGatewayTimeout) String

type PatchUserRoutingskillsBulkInternalServerError

type PatchUserRoutingskillsBulkInternalServerError struct {
	Payload *models.ErrorBody
}

PatchUserRoutingskillsBulkInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPatchUserRoutingskillsBulkInternalServerError

func NewPatchUserRoutingskillsBulkInternalServerError() *PatchUserRoutingskillsBulkInternalServerError

NewPatchUserRoutingskillsBulkInternalServerError creates a PatchUserRoutingskillsBulkInternalServerError with default headers values

func (*PatchUserRoutingskillsBulkInternalServerError) Error

func (*PatchUserRoutingskillsBulkInternalServerError) GetPayload

func (*PatchUserRoutingskillsBulkInternalServerError) IsClientError

IsClientError returns true when this patch user routingskills bulk internal server error response has a 4xx status code

func (*PatchUserRoutingskillsBulkInternalServerError) IsCode

IsCode returns true when this patch user routingskills bulk internal server error response a status code equal to that given

func (*PatchUserRoutingskillsBulkInternalServerError) IsRedirect

IsRedirect returns true when this patch user routingskills bulk internal server error response has a 3xx status code

func (*PatchUserRoutingskillsBulkInternalServerError) IsServerError

IsServerError returns true when this patch user routingskills bulk internal server error response has a 5xx status code

func (*PatchUserRoutingskillsBulkInternalServerError) IsSuccess

IsSuccess returns true when this patch user routingskills bulk internal server error response has a 2xx status code

func (*PatchUserRoutingskillsBulkInternalServerError) String

type PatchUserRoutingskillsBulkNotFound

type PatchUserRoutingskillsBulkNotFound struct {
	Payload *models.ErrorBody
}

PatchUserRoutingskillsBulkNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPatchUserRoutingskillsBulkNotFound

func NewPatchUserRoutingskillsBulkNotFound() *PatchUserRoutingskillsBulkNotFound

NewPatchUserRoutingskillsBulkNotFound creates a PatchUserRoutingskillsBulkNotFound with default headers values

func (*PatchUserRoutingskillsBulkNotFound) Error

func (*PatchUserRoutingskillsBulkNotFound) GetPayload

func (*PatchUserRoutingskillsBulkNotFound) IsClientError

func (o *PatchUserRoutingskillsBulkNotFound) IsClientError() bool

IsClientError returns true when this patch user routingskills bulk not found response has a 4xx status code

func (*PatchUserRoutingskillsBulkNotFound) IsCode

IsCode returns true when this patch user routingskills bulk not found response a status code equal to that given

func (*PatchUserRoutingskillsBulkNotFound) IsRedirect

func (o *PatchUserRoutingskillsBulkNotFound) IsRedirect() bool

IsRedirect returns true when this patch user routingskills bulk not found response has a 3xx status code

func (*PatchUserRoutingskillsBulkNotFound) IsServerError

func (o *PatchUserRoutingskillsBulkNotFound) IsServerError() bool

IsServerError returns true when this patch user routingskills bulk not found response has a 5xx status code

func (*PatchUserRoutingskillsBulkNotFound) IsSuccess

IsSuccess returns true when this patch user routingskills bulk not found response has a 2xx status code

func (*PatchUserRoutingskillsBulkNotFound) String

type PatchUserRoutingskillsBulkOK

type PatchUserRoutingskillsBulkOK struct {
	Payload *models.UserSkillEntityListing
}

PatchUserRoutingskillsBulkOK describes a response with status code 200, with default header values.

successful operation

func NewPatchUserRoutingskillsBulkOK

func NewPatchUserRoutingskillsBulkOK() *PatchUserRoutingskillsBulkOK

NewPatchUserRoutingskillsBulkOK creates a PatchUserRoutingskillsBulkOK with default headers values

func (*PatchUserRoutingskillsBulkOK) Error

func (*PatchUserRoutingskillsBulkOK) GetPayload

func (*PatchUserRoutingskillsBulkOK) IsClientError

func (o *PatchUserRoutingskillsBulkOK) IsClientError() bool

IsClientError returns true when this patch user routingskills bulk o k response has a 4xx status code

func (*PatchUserRoutingskillsBulkOK) IsCode

func (o *PatchUserRoutingskillsBulkOK) IsCode(code int) bool

IsCode returns true when this patch user routingskills bulk o k response a status code equal to that given

func (*PatchUserRoutingskillsBulkOK) IsRedirect

func (o *PatchUserRoutingskillsBulkOK) IsRedirect() bool

IsRedirect returns true when this patch user routingskills bulk o k response has a 3xx status code

func (*PatchUserRoutingskillsBulkOK) IsServerError

func (o *PatchUserRoutingskillsBulkOK) IsServerError() bool

IsServerError returns true when this patch user routingskills bulk o k response has a 5xx status code

func (*PatchUserRoutingskillsBulkOK) IsSuccess

func (o *PatchUserRoutingskillsBulkOK) IsSuccess() bool

IsSuccess returns true when this patch user routingskills bulk o k response has a 2xx status code

func (*PatchUserRoutingskillsBulkOK) String

type PatchUserRoutingskillsBulkParams

type PatchUserRoutingskillsBulkParams struct {

	/* Body.

	   Skill
	*/
	Body []*models.UserRoutingSkillPost

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchUserRoutingskillsBulkParams contains all the parameters to send to the API endpoint

for the patch user routingskills bulk operation.

Typically these are written to a http.Request.

func NewPatchUserRoutingskillsBulkParams

func NewPatchUserRoutingskillsBulkParams() *PatchUserRoutingskillsBulkParams

NewPatchUserRoutingskillsBulkParams creates a new PatchUserRoutingskillsBulkParams 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 NewPatchUserRoutingskillsBulkParamsWithContext

func NewPatchUserRoutingskillsBulkParamsWithContext(ctx context.Context) *PatchUserRoutingskillsBulkParams

NewPatchUserRoutingskillsBulkParamsWithContext creates a new PatchUserRoutingskillsBulkParams object with the ability to set a context for a request.

func NewPatchUserRoutingskillsBulkParamsWithHTTPClient

func NewPatchUserRoutingskillsBulkParamsWithHTTPClient(client *http.Client) *PatchUserRoutingskillsBulkParams

NewPatchUserRoutingskillsBulkParamsWithHTTPClient creates a new PatchUserRoutingskillsBulkParams object with the ability to set a custom HTTPClient for a request.

func NewPatchUserRoutingskillsBulkParamsWithTimeout

func NewPatchUserRoutingskillsBulkParamsWithTimeout(timeout time.Duration) *PatchUserRoutingskillsBulkParams

NewPatchUserRoutingskillsBulkParamsWithTimeout creates a new PatchUserRoutingskillsBulkParams object with the ability to set a timeout on a request.

func (*PatchUserRoutingskillsBulkParams) SetBody

SetBody adds the body to the patch user routingskills bulk params

func (*PatchUserRoutingskillsBulkParams) SetContext

SetContext adds the context to the patch user routingskills bulk params

func (*PatchUserRoutingskillsBulkParams) SetDefaults

func (o *PatchUserRoutingskillsBulkParams) SetDefaults()

SetDefaults hydrates default values in the patch user routingskills bulk params (not the query body).

All values with no default are reset to their zero value.

func (*PatchUserRoutingskillsBulkParams) SetHTTPClient

func (o *PatchUserRoutingskillsBulkParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch user routingskills bulk params

func (*PatchUserRoutingskillsBulkParams) SetTimeout

func (o *PatchUserRoutingskillsBulkParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch user routingskills bulk params

func (*PatchUserRoutingskillsBulkParams) SetUserID

func (o *PatchUserRoutingskillsBulkParams) SetUserID(userID string)

SetUserID adds the userId to the patch user routingskills bulk params

func (*PatchUserRoutingskillsBulkParams) WithBody

WithBody adds the body to the patch user routingskills bulk params

func (*PatchUserRoutingskillsBulkParams) WithContext

WithContext adds the context to the patch user routingskills bulk params

func (*PatchUserRoutingskillsBulkParams) WithDefaults

WithDefaults hydrates default values in the patch user routingskills bulk params (not the query body).

All values with no default are reset to their zero value.

func (*PatchUserRoutingskillsBulkParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch user routingskills bulk params

func (*PatchUserRoutingskillsBulkParams) WithTimeout

WithTimeout adds the timeout to the patch user routingskills bulk params

func (*PatchUserRoutingskillsBulkParams) WithUserID

WithUserID adds the userID to the patch user routingskills bulk params

func (*PatchUserRoutingskillsBulkParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchUserRoutingskillsBulkReader

type PatchUserRoutingskillsBulkReader struct {
	// contains filtered or unexported fields
}

PatchUserRoutingskillsBulkReader is a Reader for the PatchUserRoutingskillsBulk structure.

func (*PatchUserRoutingskillsBulkReader) ReadResponse

func (o *PatchUserRoutingskillsBulkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchUserRoutingskillsBulkRequestEntityTooLarge

type PatchUserRoutingskillsBulkRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PatchUserRoutingskillsBulkRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPatchUserRoutingskillsBulkRequestEntityTooLarge

func NewPatchUserRoutingskillsBulkRequestEntityTooLarge() *PatchUserRoutingskillsBulkRequestEntityTooLarge

NewPatchUserRoutingskillsBulkRequestEntityTooLarge creates a PatchUserRoutingskillsBulkRequestEntityTooLarge with default headers values

func (*PatchUserRoutingskillsBulkRequestEntityTooLarge) Error

func (*PatchUserRoutingskillsBulkRequestEntityTooLarge) GetPayload

func (*PatchUserRoutingskillsBulkRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch user routingskills bulk request entity too large response has a 4xx status code

func (*PatchUserRoutingskillsBulkRequestEntityTooLarge) IsCode

IsCode returns true when this patch user routingskills bulk request entity too large response a status code equal to that given

func (*PatchUserRoutingskillsBulkRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch user routingskills bulk request entity too large response has a 3xx status code

func (*PatchUserRoutingskillsBulkRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch user routingskills bulk request entity too large response has a 5xx status code

func (*PatchUserRoutingskillsBulkRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch user routingskills bulk request entity too large response has a 2xx status code

func (*PatchUserRoutingskillsBulkRequestEntityTooLarge) String

type PatchUserRoutingskillsBulkRequestTimeout

type PatchUserRoutingskillsBulkRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchUserRoutingskillsBulkRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPatchUserRoutingskillsBulkRequestTimeout

func NewPatchUserRoutingskillsBulkRequestTimeout() *PatchUserRoutingskillsBulkRequestTimeout

NewPatchUserRoutingskillsBulkRequestTimeout creates a PatchUserRoutingskillsBulkRequestTimeout with default headers values

func (*PatchUserRoutingskillsBulkRequestTimeout) Error

func (*PatchUserRoutingskillsBulkRequestTimeout) GetPayload

func (*PatchUserRoutingskillsBulkRequestTimeout) IsClientError

IsClientError returns true when this patch user routingskills bulk request timeout response has a 4xx status code

func (*PatchUserRoutingskillsBulkRequestTimeout) IsCode

IsCode returns true when this patch user routingskills bulk request timeout response a status code equal to that given

func (*PatchUserRoutingskillsBulkRequestTimeout) IsRedirect

IsRedirect returns true when this patch user routingskills bulk request timeout response has a 3xx status code

func (*PatchUserRoutingskillsBulkRequestTimeout) IsServerError

IsServerError returns true when this patch user routingskills bulk request timeout response has a 5xx status code

func (*PatchUserRoutingskillsBulkRequestTimeout) IsSuccess

IsSuccess returns true when this patch user routingskills bulk request timeout response has a 2xx status code

func (*PatchUserRoutingskillsBulkRequestTimeout) String

type PatchUserRoutingskillsBulkServiceUnavailable

type PatchUserRoutingskillsBulkServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchUserRoutingskillsBulkServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPatchUserRoutingskillsBulkServiceUnavailable

func NewPatchUserRoutingskillsBulkServiceUnavailable() *PatchUserRoutingskillsBulkServiceUnavailable

NewPatchUserRoutingskillsBulkServiceUnavailable creates a PatchUserRoutingskillsBulkServiceUnavailable with default headers values

func (*PatchUserRoutingskillsBulkServiceUnavailable) Error

func (*PatchUserRoutingskillsBulkServiceUnavailable) GetPayload

func (*PatchUserRoutingskillsBulkServiceUnavailable) IsClientError

IsClientError returns true when this patch user routingskills bulk service unavailable response has a 4xx status code

func (*PatchUserRoutingskillsBulkServiceUnavailable) IsCode

IsCode returns true when this patch user routingskills bulk service unavailable response a status code equal to that given

func (*PatchUserRoutingskillsBulkServiceUnavailable) IsRedirect

IsRedirect returns true when this patch user routingskills bulk service unavailable response has a 3xx status code

func (*PatchUserRoutingskillsBulkServiceUnavailable) IsServerError

IsServerError returns true when this patch user routingskills bulk service unavailable response has a 5xx status code

func (*PatchUserRoutingskillsBulkServiceUnavailable) IsSuccess

IsSuccess returns true when this patch user routingskills bulk service unavailable response has a 2xx status code

func (*PatchUserRoutingskillsBulkServiceUnavailable) String

type PatchUserRoutingskillsBulkTooManyRequests

type PatchUserRoutingskillsBulkTooManyRequests struct {
	Payload *models.ErrorBody
}

PatchUserRoutingskillsBulkTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPatchUserRoutingskillsBulkTooManyRequests

func NewPatchUserRoutingskillsBulkTooManyRequests() *PatchUserRoutingskillsBulkTooManyRequests

NewPatchUserRoutingskillsBulkTooManyRequests creates a PatchUserRoutingskillsBulkTooManyRequests with default headers values

func (*PatchUserRoutingskillsBulkTooManyRequests) Error

func (*PatchUserRoutingskillsBulkTooManyRequests) GetPayload

func (*PatchUserRoutingskillsBulkTooManyRequests) IsClientError

IsClientError returns true when this patch user routingskills bulk too many requests response has a 4xx status code

func (*PatchUserRoutingskillsBulkTooManyRequests) IsCode

IsCode returns true when this patch user routingskills bulk too many requests response a status code equal to that given

func (*PatchUserRoutingskillsBulkTooManyRequests) IsRedirect

IsRedirect returns true when this patch user routingskills bulk too many requests response has a 3xx status code

func (*PatchUserRoutingskillsBulkTooManyRequests) IsServerError

IsServerError returns true when this patch user routingskills bulk too many requests response has a 5xx status code

func (*PatchUserRoutingskillsBulkTooManyRequests) IsSuccess

IsSuccess returns true when this patch user routingskills bulk too many requests response has a 2xx status code

func (*PatchUserRoutingskillsBulkTooManyRequests) String

type PatchUserRoutingskillsBulkUnauthorized

type PatchUserRoutingskillsBulkUnauthorized struct {
	Payload *models.ErrorBody
}

PatchUserRoutingskillsBulkUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPatchUserRoutingskillsBulkUnauthorized

func NewPatchUserRoutingskillsBulkUnauthorized() *PatchUserRoutingskillsBulkUnauthorized

NewPatchUserRoutingskillsBulkUnauthorized creates a PatchUserRoutingskillsBulkUnauthorized with default headers values

func (*PatchUserRoutingskillsBulkUnauthorized) Error

func (*PatchUserRoutingskillsBulkUnauthorized) GetPayload

func (*PatchUserRoutingskillsBulkUnauthorized) IsClientError

func (o *PatchUserRoutingskillsBulkUnauthorized) IsClientError() bool

IsClientError returns true when this patch user routingskills bulk unauthorized response has a 4xx status code

func (*PatchUserRoutingskillsBulkUnauthorized) IsCode

IsCode returns true when this patch user routingskills bulk unauthorized response a status code equal to that given

func (*PatchUserRoutingskillsBulkUnauthorized) IsRedirect

IsRedirect returns true when this patch user routingskills bulk unauthorized response has a 3xx status code

func (*PatchUserRoutingskillsBulkUnauthorized) IsServerError

func (o *PatchUserRoutingskillsBulkUnauthorized) IsServerError() bool

IsServerError returns true when this patch user routingskills bulk unauthorized response has a 5xx status code

func (*PatchUserRoutingskillsBulkUnauthorized) IsSuccess

IsSuccess returns true when this patch user routingskills bulk unauthorized response has a 2xx status code

func (*PatchUserRoutingskillsBulkUnauthorized) String

type PatchUserRoutingskillsBulkUnsupportedMediaType

type PatchUserRoutingskillsBulkUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchUserRoutingskillsBulkUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPatchUserRoutingskillsBulkUnsupportedMediaType

func NewPatchUserRoutingskillsBulkUnsupportedMediaType() *PatchUserRoutingskillsBulkUnsupportedMediaType

NewPatchUserRoutingskillsBulkUnsupportedMediaType creates a PatchUserRoutingskillsBulkUnsupportedMediaType with default headers values

func (*PatchUserRoutingskillsBulkUnsupportedMediaType) Error

func (*PatchUserRoutingskillsBulkUnsupportedMediaType) GetPayload

func (*PatchUserRoutingskillsBulkUnsupportedMediaType) IsClientError

IsClientError returns true when this patch user routingskills bulk unsupported media type response has a 4xx status code

func (*PatchUserRoutingskillsBulkUnsupportedMediaType) IsCode

IsCode returns true when this patch user routingskills bulk unsupported media type response a status code equal to that given

func (*PatchUserRoutingskillsBulkUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch user routingskills bulk unsupported media type response has a 3xx status code

func (*PatchUserRoutingskillsBulkUnsupportedMediaType) IsServerError

IsServerError returns true when this patch user routingskills bulk unsupported media type response has a 5xx status code

func (*PatchUserRoutingskillsBulkUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch user routingskills bulk unsupported media type response has a 2xx status code

func (*PatchUserRoutingskillsBulkUnsupportedMediaType) String

type PatchUserServiceUnavailable

type PatchUserServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchUserServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPatchUserServiceUnavailable

func NewPatchUserServiceUnavailable() *PatchUserServiceUnavailable

NewPatchUserServiceUnavailable creates a PatchUserServiceUnavailable with default headers values

func (*PatchUserServiceUnavailable) Error

func (*PatchUserServiceUnavailable) GetPayload

func (o *PatchUserServiceUnavailable) GetPayload() *models.ErrorBody

func (*PatchUserServiceUnavailable) IsClientError

func (o *PatchUserServiceUnavailable) IsClientError() bool

IsClientError returns true when this patch user service unavailable response has a 4xx status code

func (*PatchUserServiceUnavailable) IsCode

func (o *PatchUserServiceUnavailable) IsCode(code int) bool

IsCode returns true when this patch user service unavailable response a status code equal to that given

func (*PatchUserServiceUnavailable) IsRedirect

func (o *PatchUserServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this patch user service unavailable response has a 3xx status code

func (*PatchUserServiceUnavailable) IsServerError

func (o *PatchUserServiceUnavailable) IsServerError() bool

IsServerError returns true when this patch user service unavailable response has a 5xx status code

func (*PatchUserServiceUnavailable) IsSuccess

func (o *PatchUserServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this patch user service unavailable response has a 2xx status code

func (*PatchUserServiceUnavailable) String

func (o *PatchUserServiceUnavailable) String() string

type PatchUserTooManyRequests

type PatchUserTooManyRequests struct {
	Payload *models.ErrorBody
}

PatchUserTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPatchUserTooManyRequests

func NewPatchUserTooManyRequests() *PatchUserTooManyRequests

NewPatchUserTooManyRequests creates a PatchUserTooManyRequests with default headers values

func (*PatchUserTooManyRequests) Error

func (o *PatchUserTooManyRequests) Error() string

func (*PatchUserTooManyRequests) GetPayload

func (o *PatchUserTooManyRequests) GetPayload() *models.ErrorBody

func (*PatchUserTooManyRequests) IsClientError

func (o *PatchUserTooManyRequests) IsClientError() bool

IsClientError returns true when this patch user too many requests response has a 4xx status code

func (*PatchUserTooManyRequests) IsCode

func (o *PatchUserTooManyRequests) IsCode(code int) bool

IsCode returns true when this patch user too many requests response a status code equal to that given

func (*PatchUserTooManyRequests) IsRedirect

func (o *PatchUserTooManyRequests) IsRedirect() bool

IsRedirect returns true when this patch user too many requests response has a 3xx status code

func (*PatchUserTooManyRequests) IsServerError

func (o *PatchUserTooManyRequests) IsServerError() bool

IsServerError returns true when this patch user too many requests response has a 5xx status code

func (*PatchUserTooManyRequests) IsSuccess

func (o *PatchUserTooManyRequests) IsSuccess() bool

IsSuccess returns true when this patch user too many requests response has a 2xx status code

func (*PatchUserTooManyRequests) String

func (o *PatchUserTooManyRequests) String() string

type PatchUserUnauthorized

type PatchUserUnauthorized struct {
	Payload *models.ErrorBody
}

PatchUserUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPatchUserUnauthorized

func NewPatchUserUnauthorized() *PatchUserUnauthorized

NewPatchUserUnauthorized creates a PatchUserUnauthorized with default headers values

func (*PatchUserUnauthorized) Error

func (o *PatchUserUnauthorized) Error() string

func (*PatchUserUnauthorized) GetPayload

func (o *PatchUserUnauthorized) GetPayload() *models.ErrorBody

func (*PatchUserUnauthorized) IsClientError

func (o *PatchUserUnauthorized) IsClientError() bool

IsClientError returns true when this patch user unauthorized response has a 4xx status code

func (*PatchUserUnauthorized) IsCode

func (o *PatchUserUnauthorized) IsCode(code int) bool

IsCode returns true when this patch user unauthorized response a status code equal to that given

func (*PatchUserUnauthorized) IsRedirect

func (o *PatchUserUnauthorized) IsRedirect() bool

IsRedirect returns true when this patch user unauthorized response has a 3xx status code

func (*PatchUserUnauthorized) IsServerError

func (o *PatchUserUnauthorized) IsServerError() bool

IsServerError returns true when this patch user unauthorized response has a 5xx status code

func (*PatchUserUnauthorized) IsSuccess

func (o *PatchUserUnauthorized) IsSuccess() bool

IsSuccess returns true when this patch user unauthorized response has a 2xx status code

func (*PatchUserUnauthorized) String

func (o *PatchUserUnauthorized) String() string

type PatchUserUnsupportedMediaType

type PatchUserUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchUserUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPatchUserUnsupportedMediaType

func NewPatchUserUnsupportedMediaType() *PatchUserUnsupportedMediaType

NewPatchUserUnsupportedMediaType creates a PatchUserUnsupportedMediaType with default headers values

func (*PatchUserUnsupportedMediaType) Error

func (*PatchUserUnsupportedMediaType) GetPayload

func (*PatchUserUnsupportedMediaType) IsClientError

func (o *PatchUserUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this patch user unsupported media type response has a 4xx status code

func (*PatchUserUnsupportedMediaType) IsCode

func (o *PatchUserUnsupportedMediaType) IsCode(code int) bool

IsCode returns true when this patch user unsupported media type response a status code equal to that given

func (*PatchUserUnsupportedMediaType) IsRedirect

func (o *PatchUserUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this patch user unsupported media type response has a 3xx status code

func (*PatchUserUnsupportedMediaType) IsServerError

func (o *PatchUserUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this patch user unsupported media type response has a 5xx status code

func (*PatchUserUnsupportedMediaType) IsSuccess

func (o *PatchUserUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this patch user unsupported media type response has a 2xx status code

func (*PatchUserUnsupportedMediaType) String

type PatchUsersBulkBadRequest

type PatchUsersBulkBadRequest struct {
	Payload *models.ErrorBody
}

PatchUsersBulkBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPatchUsersBulkBadRequest

func NewPatchUsersBulkBadRequest() *PatchUsersBulkBadRequest

NewPatchUsersBulkBadRequest creates a PatchUsersBulkBadRequest with default headers values

func (*PatchUsersBulkBadRequest) Error

func (o *PatchUsersBulkBadRequest) Error() string

func (*PatchUsersBulkBadRequest) GetPayload

func (o *PatchUsersBulkBadRequest) GetPayload() *models.ErrorBody

func (*PatchUsersBulkBadRequest) IsClientError

func (o *PatchUsersBulkBadRequest) IsClientError() bool

IsClientError returns true when this patch users bulk bad request response has a 4xx status code

func (*PatchUsersBulkBadRequest) IsCode

func (o *PatchUsersBulkBadRequest) IsCode(code int) bool

IsCode returns true when this patch users bulk bad request response a status code equal to that given

func (*PatchUsersBulkBadRequest) IsRedirect

func (o *PatchUsersBulkBadRequest) IsRedirect() bool

IsRedirect returns true when this patch users bulk bad request response has a 3xx status code

func (*PatchUsersBulkBadRequest) IsServerError

func (o *PatchUsersBulkBadRequest) IsServerError() bool

IsServerError returns true when this patch users bulk bad request response has a 5xx status code

func (*PatchUsersBulkBadRequest) IsSuccess

func (o *PatchUsersBulkBadRequest) IsSuccess() bool

IsSuccess returns true when this patch users bulk bad request response has a 2xx status code

func (*PatchUsersBulkBadRequest) String

func (o *PatchUsersBulkBadRequest) String() string

type PatchUsersBulkForbidden

type PatchUsersBulkForbidden struct {
	Payload *models.ErrorBody
}

PatchUsersBulkForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPatchUsersBulkForbidden

func NewPatchUsersBulkForbidden() *PatchUsersBulkForbidden

NewPatchUsersBulkForbidden creates a PatchUsersBulkForbidden with default headers values

func (*PatchUsersBulkForbidden) Error

func (o *PatchUsersBulkForbidden) Error() string

func (*PatchUsersBulkForbidden) GetPayload

func (o *PatchUsersBulkForbidden) GetPayload() *models.ErrorBody

func (*PatchUsersBulkForbidden) IsClientError

func (o *PatchUsersBulkForbidden) IsClientError() bool

IsClientError returns true when this patch users bulk forbidden response has a 4xx status code

func (*PatchUsersBulkForbidden) IsCode

func (o *PatchUsersBulkForbidden) IsCode(code int) bool

IsCode returns true when this patch users bulk forbidden response a status code equal to that given

func (*PatchUsersBulkForbidden) IsRedirect

func (o *PatchUsersBulkForbidden) IsRedirect() bool

IsRedirect returns true when this patch users bulk forbidden response has a 3xx status code

func (*PatchUsersBulkForbidden) IsServerError

func (o *PatchUsersBulkForbidden) IsServerError() bool

IsServerError returns true when this patch users bulk forbidden response has a 5xx status code

func (*PatchUsersBulkForbidden) IsSuccess

func (o *PatchUsersBulkForbidden) IsSuccess() bool

IsSuccess returns true when this patch users bulk forbidden response has a 2xx status code

func (*PatchUsersBulkForbidden) String

func (o *PatchUsersBulkForbidden) String() string

type PatchUsersBulkGatewayTimeout

type PatchUsersBulkGatewayTimeout struct {
	Payload *models.ErrorBody
}

PatchUsersBulkGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPatchUsersBulkGatewayTimeout

func NewPatchUsersBulkGatewayTimeout() *PatchUsersBulkGatewayTimeout

NewPatchUsersBulkGatewayTimeout creates a PatchUsersBulkGatewayTimeout with default headers values

func (*PatchUsersBulkGatewayTimeout) Error

func (*PatchUsersBulkGatewayTimeout) GetPayload

func (*PatchUsersBulkGatewayTimeout) IsClientError

func (o *PatchUsersBulkGatewayTimeout) IsClientError() bool

IsClientError returns true when this patch users bulk gateway timeout response has a 4xx status code

func (*PatchUsersBulkGatewayTimeout) IsCode

func (o *PatchUsersBulkGatewayTimeout) IsCode(code int) bool

IsCode returns true when this patch users bulk gateway timeout response a status code equal to that given

func (*PatchUsersBulkGatewayTimeout) IsRedirect

func (o *PatchUsersBulkGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this patch users bulk gateway timeout response has a 3xx status code

func (*PatchUsersBulkGatewayTimeout) IsServerError

func (o *PatchUsersBulkGatewayTimeout) IsServerError() bool

IsServerError returns true when this patch users bulk gateway timeout response has a 5xx status code

func (*PatchUsersBulkGatewayTimeout) IsSuccess

func (o *PatchUsersBulkGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this patch users bulk gateway timeout response has a 2xx status code

func (*PatchUsersBulkGatewayTimeout) String

type PatchUsersBulkInternalServerError

type PatchUsersBulkInternalServerError struct {
	Payload *models.ErrorBody
}

PatchUsersBulkInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPatchUsersBulkInternalServerError

func NewPatchUsersBulkInternalServerError() *PatchUsersBulkInternalServerError

NewPatchUsersBulkInternalServerError creates a PatchUsersBulkInternalServerError with default headers values

func (*PatchUsersBulkInternalServerError) Error

func (*PatchUsersBulkInternalServerError) GetPayload

func (*PatchUsersBulkInternalServerError) IsClientError

func (o *PatchUsersBulkInternalServerError) IsClientError() bool

IsClientError returns true when this patch users bulk internal server error response has a 4xx status code

func (*PatchUsersBulkInternalServerError) IsCode

func (o *PatchUsersBulkInternalServerError) IsCode(code int) bool

IsCode returns true when this patch users bulk internal server error response a status code equal to that given

func (*PatchUsersBulkInternalServerError) IsRedirect

func (o *PatchUsersBulkInternalServerError) IsRedirect() bool

IsRedirect returns true when this patch users bulk internal server error response has a 3xx status code

func (*PatchUsersBulkInternalServerError) IsServerError

func (o *PatchUsersBulkInternalServerError) IsServerError() bool

IsServerError returns true when this patch users bulk internal server error response has a 5xx status code

func (*PatchUsersBulkInternalServerError) IsSuccess

func (o *PatchUsersBulkInternalServerError) IsSuccess() bool

IsSuccess returns true when this patch users bulk internal server error response has a 2xx status code

func (*PatchUsersBulkInternalServerError) String

type PatchUsersBulkNotFound

type PatchUsersBulkNotFound struct {
	Payload *models.ErrorBody
}

PatchUsersBulkNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPatchUsersBulkNotFound

func NewPatchUsersBulkNotFound() *PatchUsersBulkNotFound

NewPatchUsersBulkNotFound creates a PatchUsersBulkNotFound with default headers values

func (*PatchUsersBulkNotFound) Error

func (o *PatchUsersBulkNotFound) Error() string

func (*PatchUsersBulkNotFound) GetPayload

func (o *PatchUsersBulkNotFound) GetPayload() *models.ErrorBody

func (*PatchUsersBulkNotFound) IsClientError

func (o *PatchUsersBulkNotFound) IsClientError() bool

IsClientError returns true when this patch users bulk not found response has a 4xx status code

func (*PatchUsersBulkNotFound) IsCode

func (o *PatchUsersBulkNotFound) IsCode(code int) bool

IsCode returns true when this patch users bulk not found response a status code equal to that given

func (*PatchUsersBulkNotFound) IsRedirect

func (o *PatchUsersBulkNotFound) IsRedirect() bool

IsRedirect returns true when this patch users bulk not found response has a 3xx status code

func (*PatchUsersBulkNotFound) IsServerError

func (o *PatchUsersBulkNotFound) IsServerError() bool

IsServerError returns true when this patch users bulk not found response has a 5xx status code

func (*PatchUsersBulkNotFound) IsSuccess

func (o *PatchUsersBulkNotFound) IsSuccess() bool

IsSuccess returns true when this patch users bulk not found response has a 2xx status code

func (*PatchUsersBulkNotFound) String

func (o *PatchUsersBulkNotFound) String() string

type PatchUsersBulkOK

type PatchUsersBulkOK struct {
	Payload *models.UserEntityListing
}

PatchUsersBulkOK describes a response with status code 200, with default header values.

successful operation

func NewPatchUsersBulkOK

func NewPatchUsersBulkOK() *PatchUsersBulkOK

NewPatchUsersBulkOK creates a PatchUsersBulkOK with default headers values

func (*PatchUsersBulkOK) Error

func (o *PatchUsersBulkOK) Error() string

func (*PatchUsersBulkOK) GetPayload

func (o *PatchUsersBulkOK) GetPayload() *models.UserEntityListing

func (*PatchUsersBulkOK) IsClientError

func (o *PatchUsersBulkOK) IsClientError() bool

IsClientError returns true when this patch users bulk o k response has a 4xx status code

func (*PatchUsersBulkOK) IsCode

func (o *PatchUsersBulkOK) IsCode(code int) bool

IsCode returns true when this patch users bulk o k response a status code equal to that given

func (*PatchUsersBulkOK) IsRedirect

func (o *PatchUsersBulkOK) IsRedirect() bool

IsRedirect returns true when this patch users bulk o k response has a 3xx status code

func (*PatchUsersBulkOK) IsServerError

func (o *PatchUsersBulkOK) IsServerError() bool

IsServerError returns true when this patch users bulk o k response has a 5xx status code

func (*PatchUsersBulkOK) IsSuccess

func (o *PatchUsersBulkOK) IsSuccess() bool

IsSuccess returns true when this patch users bulk o k response has a 2xx status code

func (*PatchUsersBulkOK) String

func (o *PatchUsersBulkOK) String() string

type PatchUsersBulkParams

type PatchUsersBulkParams struct {

	/* Body.

	   Users
	*/
	Body []*models.PatchUser

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchUsersBulkParams contains all the parameters to send to the API endpoint

for the patch users bulk operation.

Typically these are written to a http.Request.

func NewPatchUsersBulkParams

func NewPatchUsersBulkParams() *PatchUsersBulkParams

NewPatchUsersBulkParams creates a new PatchUsersBulkParams 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 NewPatchUsersBulkParamsWithContext

func NewPatchUsersBulkParamsWithContext(ctx context.Context) *PatchUsersBulkParams

NewPatchUsersBulkParamsWithContext creates a new PatchUsersBulkParams object with the ability to set a context for a request.

func NewPatchUsersBulkParamsWithHTTPClient

func NewPatchUsersBulkParamsWithHTTPClient(client *http.Client) *PatchUsersBulkParams

NewPatchUsersBulkParamsWithHTTPClient creates a new PatchUsersBulkParams object with the ability to set a custom HTTPClient for a request.

func NewPatchUsersBulkParamsWithTimeout

func NewPatchUsersBulkParamsWithTimeout(timeout time.Duration) *PatchUsersBulkParams

NewPatchUsersBulkParamsWithTimeout creates a new PatchUsersBulkParams object with the ability to set a timeout on a request.

func (*PatchUsersBulkParams) SetBody

func (o *PatchUsersBulkParams) SetBody(body []*models.PatchUser)

SetBody adds the body to the patch users bulk params

func (*PatchUsersBulkParams) SetContext

func (o *PatchUsersBulkParams) SetContext(ctx context.Context)

SetContext adds the context to the patch users bulk params

func (*PatchUsersBulkParams) SetDefaults

func (o *PatchUsersBulkParams) SetDefaults()

SetDefaults hydrates default values in the patch users bulk params (not the query body).

All values with no default are reset to their zero value.

func (*PatchUsersBulkParams) SetHTTPClient

func (o *PatchUsersBulkParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch users bulk params

func (*PatchUsersBulkParams) SetTimeout

func (o *PatchUsersBulkParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch users bulk params

func (*PatchUsersBulkParams) WithBody

WithBody adds the body to the patch users bulk params

func (*PatchUsersBulkParams) WithContext

WithContext adds the context to the patch users bulk params

func (*PatchUsersBulkParams) WithDefaults

func (o *PatchUsersBulkParams) WithDefaults() *PatchUsersBulkParams

WithDefaults hydrates default values in the patch users bulk params (not the query body).

All values with no default are reset to their zero value.

func (*PatchUsersBulkParams) WithHTTPClient

func (o *PatchUsersBulkParams) WithHTTPClient(client *http.Client) *PatchUsersBulkParams

WithHTTPClient adds the HTTPClient to the patch users bulk params

func (*PatchUsersBulkParams) WithTimeout

func (o *PatchUsersBulkParams) WithTimeout(timeout time.Duration) *PatchUsersBulkParams

WithTimeout adds the timeout to the patch users bulk params

func (*PatchUsersBulkParams) WriteToRequest

func (o *PatchUsersBulkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PatchUsersBulkReader

type PatchUsersBulkReader struct {
	// contains filtered or unexported fields
}

PatchUsersBulkReader is a Reader for the PatchUsersBulk structure.

func (*PatchUsersBulkReader) ReadResponse

func (o *PatchUsersBulkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchUsersBulkRequestEntityTooLarge

type PatchUsersBulkRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PatchUsersBulkRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPatchUsersBulkRequestEntityTooLarge

func NewPatchUsersBulkRequestEntityTooLarge() *PatchUsersBulkRequestEntityTooLarge

NewPatchUsersBulkRequestEntityTooLarge creates a PatchUsersBulkRequestEntityTooLarge with default headers values

func (*PatchUsersBulkRequestEntityTooLarge) Error

func (*PatchUsersBulkRequestEntityTooLarge) GetPayload

func (*PatchUsersBulkRequestEntityTooLarge) IsClientError

func (o *PatchUsersBulkRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this patch users bulk request entity too large response has a 4xx status code

func (*PatchUsersBulkRequestEntityTooLarge) IsCode

IsCode returns true when this patch users bulk request entity too large response a status code equal to that given

func (*PatchUsersBulkRequestEntityTooLarge) IsRedirect

func (o *PatchUsersBulkRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this patch users bulk request entity too large response has a 3xx status code

func (*PatchUsersBulkRequestEntityTooLarge) IsServerError

func (o *PatchUsersBulkRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this patch users bulk request entity too large response has a 5xx status code

func (*PatchUsersBulkRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch users bulk request entity too large response has a 2xx status code

func (*PatchUsersBulkRequestEntityTooLarge) String

type PatchUsersBulkRequestTimeout

type PatchUsersBulkRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchUsersBulkRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPatchUsersBulkRequestTimeout

func NewPatchUsersBulkRequestTimeout() *PatchUsersBulkRequestTimeout

NewPatchUsersBulkRequestTimeout creates a PatchUsersBulkRequestTimeout with default headers values

func (*PatchUsersBulkRequestTimeout) Error

func (*PatchUsersBulkRequestTimeout) GetPayload

func (*PatchUsersBulkRequestTimeout) IsClientError

func (o *PatchUsersBulkRequestTimeout) IsClientError() bool

IsClientError returns true when this patch users bulk request timeout response has a 4xx status code

func (*PatchUsersBulkRequestTimeout) IsCode

func (o *PatchUsersBulkRequestTimeout) IsCode(code int) bool

IsCode returns true when this patch users bulk request timeout response a status code equal to that given

func (*PatchUsersBulkRequestTimeout) IsRedirect

func (o *PatchUsersBulkRequestTimeout) IsRedirect() bool

IsRedirect returns true when this patch users bulk request timeout response has a 3xx status code

func (*PatchUsersBulkRequestTimeout) IsServerError

func (o *PatchUsersBulkRequestTimeout) IsServerError() bool

IsServerError returns true when this patch users bulk request timeout response has a 5xx status code

func (*PatchUsersBulkRequestTimeout) IsSuccess

func (o *PatchUsersBulkRequestTimeout) IsSuccess() bool

IsSuccess returns true when this patch users bulk request timeout response has a 2xx status code

func (*PatchUsersBulkRequestTimeout) String

type PatchUsersBulkServiceUnavailable

type PatchUsersBulkServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchUsersBulkServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPatchUsersBulkServiceUnavailable

func NewPatchUsersBulkServiceUnavailable() *PatchUsersBulkServiceUnavailable

NewPatchUsersBulkServiceUnavailable creates a PatchUsersBulkServiceUnavailable with default headers values

func (*PatchUsersBulkServiceUnavailable) Error

func (*PatchUsersBulkServiceUnavailable) GetPayload

func (*PatchUsersBulkServiceUnavailable) IsClientError

func (o *PatchUsersBulkServiceUnavailable) IsClientError() bool

IsClientError returns true when this patch users bulk service unavailable response has a 4xx status code

func (*PatchUsersBulkServiceUnavailable) IsCode

func (o *PatchUsersBulkServiceUnavailable) IsCode(code int) bool

IsCode returns true when this patch users bulk service unavailable response a status code equal to that given

func (*PatchUsersBulkServiceUnavailable) IsRedirect

func (o *PatchUsersBulkServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this patch users bulk service unavailable response has a 3xx status code

func (*PatchUsersBulkServiceUnavailable) IsServerError

func (o *PatchUsersBulkServiceUnavailable) IsServerError() bool

IsServerError returns true when this patch users bulk service unavailable response has a 5xx status code

func (*PatchUsersBulkServiceUnavailable) IsSuccess

func (o *PatchUsersBulkServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this patch users bulk service unavailable response has a 2xx status code

func (*PatchUsersBulkServiceUnavailable) String

type PatchUsersBulkTooManyRequests

type PatchUsersBulkTooManyRequests struct {
	Payload *models.ErrorBody
}

PatchUsersBulkTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPatchUsersBulkTooManyRequests

func NewPatchUsersBulkTooManyRequests() *PatchUsersBulkTooManyRequests

NewPatchUsersBulkTooManyRequests creates a PatchUsersBulkTooManyRequests with default headers values

func (*PatchUsersBulkTooManyRequests) Error

func (*PatchUsersBulkTooManyRequests) GetPayload

func (*PatchUsersBulkTooManyRequests) IsClientError

func (o *PatchUsersBulkTooManyRequests) IsClientError() bool

IsClientError returns true when this patch users bulk too many requests response has a 4xx status code

func (*PatchUsersBulkTooManyRequests) IsCode

func (o *PatchUsersBulkTooManyRequests) IsCode(code int) bool

IsCode returns true when this patch users bulk too many requests response a status code equal to that given

func (*PatchUsersBulkTooManyRequests) IsRedirect

func (o *PatchUsersBulkTooManyRequests) IsRedirect() bool

IsRedirect returns true when this patch users bulk too many requests response has a 3xx status code

func (*PatchUsersBulkTooManyRequests) IsServerError

func (o *PatchUsersBulkTooManyRequests) IsServerError() bool

IsServerError returns true when this patch users bulk too many requests response has a 5xx status code

func (*PatchUsersBulkTooManyRequests) IsSuccess

func (o *PatchUsersBulkTooManyRequests) IsSuccess() bool

IsSuccess returns true when this patch users bulk too many requests response has a 2xx status code

func (*PatchUsersBulkTooManyRequests) String

type PatchUsersBulkUnauthorized

type PatchUsersBulkUnauthorized struct {
	Payload *models.ErrorBody
}

PatchUsersBulkUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPatchUsersBulkUnauthorized

func NewPatchUsersBulkUnauthorized() *PatchUsersBulkUnauthorized

NewPatchUsersBulkUnauthorized creates a PatchUsersBulkUnauthorized with default headers values

func (*PatchUsersBulkUnauthorized) Error

func (*PatchUsersBulkUnauthorized) GetPayload

func (o *PatchUsersBulkUnauthorized) GetPayload() *models.ErrorBody

func (*PatchUsersBulkUnauthorized) IsClientError

func (o *PatchUsersBulkUnauthorized) IsClientError() bool

IsClientError returns true when this patch users bulk unauthorized response has a 4xx status code

func (*PatchUsersBulkUnauthorized) IsCode

func (o *PatchUsersBulkUnauthorized) IsCode(code int) bool

IsCode returns true when this patch users bulk unauthorized response a status code equal to that given

func (*PatchUsersBulkUnauthorized) IsRedirect

func (o *PatchUsersBulkUnauthorized) IsRedirect() bool

IsRedirect returns true when this patch users bulk unauthorized response has a 3xx status code

func (*PatchUsersBulkUnauthorized) IsServerError

func (o *PatchUsersBulkUnauthorized) IsServerError() bool

IsServerError returns true when this patch users bulk unauthorized response has a 5xx status code

func (*PatchUsersBulkUnauthorized) IsSuccess

func (o *PatchUsersBulkUnauthorized) IsSuccess() bool

IsSuccess returns true when this patch users bulk unauthorized response has a 2xx status code

func (*PatchUsersBulkUnauthorized) String

func (o *PatchUsersBulkUnauthorized) String() string

type PatchUsersBulkUnsupportedMediaType

type PatchUsersBulkUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchUsersBulkUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPatchUsersBulkUnsupportedMediaType

func NewPatchUsersBulkUnsupportedMediaType() *PatchUsersBulkUnsupportedMediaType

NewPatchUsersBulkUnsupportedMediaType creates a PatchUsersBulkUnsupportedMediaType with default headers values

func (*PatchUsersBulkUnsupportedMediaType) Error

func (*PatchUsersBulkUnsupportedMediaType) GetPayload

func (*PatchUsersBulkUnsupportedMediaType) IsClientError

func (o *PatchUsersBulkUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this patch users bulk unsupported media type response has a 4xx status code

func (*PatchUsersBulkUnsupportedMediaType) IsCode

IsCode returns true when this patch users bulk unsupported media type response a status code equal to that given

func (*PatchUsersBulkUnsupportedMediaType) IsRedirect

func (o *PatchUsersBulkUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this patch users bulk unsupported media type response has a 3xx status code

func (*PatchUsersBulkUnsupportedMediaType) IsServerError

func (o *PatchUsersBulkUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this patch users bulk unsupported media type response has a 5xx status code

func (*PatchUsersBulkUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch users bulk unsupported media type response has a 2xx status code

func (*PatchUsersBulkUnsupportedMediaType) String

type PostUserExternalidBadRequest

type PostUserExternalidBadRequest struct {
	Payload *models.ErrorBody
}

PostUserExternalidBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostUserExternalidBadRequest

func NewPostUserExternalidBadRequest() *PostUserExternalidBadRequest

NewPostUserExternalidBadRequest creates a PostUserExternalidBadRequest with default headers values

func (*PostUserExternalidBadRequest) Error

func (*PostUserExternalidBadRequest) GetPayload

func (*PostUserExternalidBadRequest) IsClientError

func (o *PostUserExternalidBadRequest) IsClientError() bool

IsClientError returns true when this post user externalid bad request response has a 4xx status code

func (*PostUserExternalidBadRequest) IsCode

func (o *PostUserExternalidBadRequest) IsCode(code int) bool

IsCode returns true when this post user externalid bad request response a status code equal to that given

func (*PostUserExternalidBadRequest) IsRedirect

func (o *PostUserExternalidBadRequest) IsRedirect() bool

IsRedirect returns true when this post user externalid bad request response has a 3xx status code

func (*PostUserExternalidBadRequest) IsServerError

func (o *PostUserExternalidBadRequest) IsServerError() bool

IsServerError returns true when this post user externalid bad request response has a 5xx status code

func (*PostUserExternalidBadRequest) IsSuccess

func (o *PostUserExternalidBadRequest) IsSuccess() bool

IsSuccess returns true when this post user externalid bad request response has a 2xx status code

func (*PostUserExternalidBadRequest) String

type PostUserExternalidConflict

type PostUserExternalidConflict struct {
	Payload *models.ErrorBody
}

PostUserExternalidConflict describes a response with status code 409, with default header values.

Conflict

func NewPostUserExternalidConflict

func NewPostUserExternalidConflict() *PostUserExternalidConflict

NewPostUserExternalidConflict creates a PostUserExternalidConflict with default headers values

func (*PostUserExternalidConflict) Error

func (*PostUserExternalidConflict) GetPayload

func (o *PostUserExternalidConflict) GetPayload() *models.ErrorBody

func (*PostUserExternalidConflict) IsClientError

func (o *PostUserExternalidConflict) IsClientError() bool

IsClientError returns true when this post user externalid conflict response has a 4xx status code

func (*PostUserExternalidConflict) IsCode

func (o *PostUserExternalidConflict) IsCode(code int) bool

IsCode returns true when this post user externalid conflict response a status code equal to that given

func (*PostUserExternalidConflict) IsRedirect

func (o *PostUserExternalidConflict) IsRedirect() bool

IsRedirect returns true when this post user externalid conflict response has a 3xx status code

func (*PostUserExternalidConflict) IsServerError

func (o *PostUserExternalidConflict) IsServerError() bool

IsServerError returns true when this post user externalid conflict response has a 5xx status code

func (*PostUserExternalidConflict) IsSuccess

func (o *PostUserExternalidConflict) IsSuccess() bool

IsSuccess returns true when this post user externalid conflict response has a 2xx status code

func (*PostUserExternalidConflict) String

func (o *PostUserExternalidConflict) String() string

type PostUserExternalidCreated

type PostUserExternalidCreated struct {
	Payload []*models.UserExternalIdentifier
}

PostUserExternalidCreated describes a response with status code 201, with default header values.

External Identifier Created

func NewPostUserExternalidCreated

func NewPostUserExternalidCreated() *PostUserExternalidCreated

NewPostUserExternalidCreated creates a PostUserExternalidCreated with default headers values

func (*PostUserExternalidCreated) Error

func (o *PostUserExternalidCreated) Error() string

func (*PostUserExternalidCreated) GetPayload

func (*PostUserExternalidCreated) IsClientError

func (o *PostUserExternalidCreated) IsClientError() bool

IsClientError returns true when this post user externalid created response has a 4xx status code

func (*PostUserExternalidCreated) IsCode

func (o *PostUserExternalidCreated) IsCode(code int) bool

IsCode returns true when this post user externalid created response a status code equal to that given

func (*PostUserExternalidCreated) IsRedirect

func (o *PostUserExternalidCreated) IsRedirect() bool

IsRedirect returns true when this post user externalid created response has a 3xx status code

func (*PostUserExternalidCreated) IsServerError

func (o *PostUserExternalidCreated) IsServerError() bool

IsServerError returns true when this post user externalid created response has a 5xx status code

func (*PostUserExternalidCreated) IsSuccess

func (o *PostUserExternalidCreated) IsSuccess() bool

IsSuccess returns true when this post user externalid created response has a 2xx status code

func (*PostUserExternalidCreated) String

func (o *PostUserExternalidCreated) String() string

type PostUserExternalidForbidden

type PostUserExternalidForbidden struct {
	Payload *models.ErrorBody
}

PostUserExternalidForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostUserExternalidForbidden

func NewPostUserExternalidForbidden() *PostUserExternalidForbidden

NewPostUserExternalidForbidden creates a PostUserExternalidForbidden with default headers values

func (*PostUserExternalidForbidden) Error

func (*PostUserExternalidForbidden) GetPayload

func (o *PostUserExternalidForbidden) GetPayload() *models.ErrorBody

func (*PostUserExternalidForbidden) IsClientError

func (o *PostUserExternalidForbidden) IsClientError() bool

IsClientError returns true when this post user externalid forbidden response has a 4xx status code

func (*PostUserExternalidForbidden) IsCode

func (o *PostUserExternalidForbidden) IsCode(code int) bool

IsCode returns true when this post user externalid forbidden response a status code equal to that given

func (*PostUserExternalidForbidden) IsRedirect

func (o *PostUserExternalidForbidden) IsRedirect() bool

IsRedirect returns true when this post user externalid forbidden response has a 3xx status code

func (*PostUserExternalidForbidden) IsServerError

func (o *PostUserExternalidForbidden) IsServerError() bool

IsServerError returns true when this post user externalid forbidden response has a 5xx status code

func (*PostUserExternalidForbidden) IsSuccess

func (o *PostUserExternalidForbidden) IsSuccess() bool

IsSuccess returns true when this post user externalid forbidden response has a 2xx status code

func (*PostUserExternalidForbidden) String

func (o *PostUserExternalidForbidden) String() string

type PostUserExternalidGatewayTimeout

type PostUserExternalidGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostUserExternalidGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostUserExternalidGatewayTimeout

func NewPostUserExternalidGatewayTimeout() *PostUserExternalidGatewayTimeout

NewPostUserExternalidGatewayTimeout creates a PostUserExternalidGatewayTimeout with default headers values

func (*PostUserExternalidGatewayTimeout) Error

func (*PostUserExternalidGatewayTimeout) GetPayload

func (*PostUserExternalidGatewayTimeout) IsClientError

func (o *PostUserExternalidGatewayTimeout) IsClientError() bool

IsClientError returns true when this post user externalid gateway timeout response has a 4xx status code

func (*PostUserExternalidGatewayTimeout) IsCode

func (o *PostUserExternalidGatewayTimeout) IsCode(code int) bool

IsCode returns true when this post user externalid gateway timeout response a status code equal to that given

func (*PostUserExternalidGatewayTimeout) IsRedirect

func (o *PostUserExternalidGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post user externalid gateway timeout response has a 3xx status code

func (*PostUserExternalidGatewayTimeout) IsServerError

func (o *PostUserExternalidGatewayTimeout) IsServerError() bool

IsServerError returns true when this post user externalid gateway timeout response has a 5xx status code

func (*PostUserExternalidGatewayTimeout) IsSuccess

func (o *PostUserExternalidGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post user externalid gateway timeout response has a 2xx status code

func (*PostUserExternalidGatewayTimeout) String

type PostUserExternalidInternalServerError

type PostUserExternalidInternalServerError struct {
	Payload *models.ErrorBody
}

PostUserExternalidInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostUserExternalidInternalServerError

func NewPostUserExternalidInternalServerError() *PostUserExternalidInternalServerError

NewPostUserExternalidInternalServerError creates a PostUserExternalidInternalServerError with default headers values

func (*PostUserExternalidInternalServerError) Error

func (*PostUserExternalidInternalServerError) GetPayload

func (*PostUserExternalidInternalServerError) IsClientError

func (o *PostUserExternalidInternalServerError) IsClientError() bool

IsClientError returns true when this post user externalid internal server error response has a 4xx status code

func (*PostUserExternalidInternalServerError) IsCode

IsCode returns true when this post user externalid internal server error response a status code equal to that given

func (*PostUserExternalidInternalServerError) IsRedirect

IsRedirect returns true when this post user externalid internal server error response has a 3xx status code

func (*PostUserExternalidInternalServerError) IsServerError

func (o *PostUserExternalidInternalServerError) IsServerError() bool

IsServerError returns true when this post user externalid internal server error response has a 5xx status code

func (*PostUserExternalidInternalServerError) IsSuccess

IsSuccess returns true when this post user externalid internal server error response has a 2xx status code

func (*PostUserExternalidInternalServerError) String

type PostUserExternalidNotFound

type PostUserExternalidNotFound struct {
	Payload *models.ErrorBody
}

PostUserExternalidNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostUserExternalidNotFound

func NewPostUserExternalidNotFound() *PostUserExternalidNotFound

NewPostUserExternalidNotFound creates a PostUserExternalidNotFound with default headers values

func (*PostUserExternalidNotFound) Error

func (*PostUserExternalidNotFound) GetPayload

func (o *PostUserExternalidNotFound) GetPayload() *models.ErrorBody

func (*PostUserExternalidNotFound) IsClientError

func (o *PostUserExternalidNotFound) IsClientError() bool

IsClientError returns true when this post user externalid not found response has a 4xx status code

func (*PostUserExternalidNotFound) IsCode

func (o *PostUserExternalidNotFound) IsCode(code int) bool

IsCode returns true when this post user externalid not found response a status code equal to that given

func (*PostUserExternalidNotFound) IsRedirect

func (o *PostUserExternalidNotFound) IsRedirect() bool

IsRedirect returns true when this post user externalid not found response has a 3xx status code

func (*PostUserExternalidNotFound) IsServerError

func (o *PostUserExternalidNotFound) IsServerError() bool

IsServerError returns true when this post user externalid not found response has a 5xx status code

func (*PostUserExternalidNotFound) IsSuccess

func (o *PostUserExternalidNotFound) IsSuccess() bool

IsSuccess returns true when this post user externalid not found response has a 2xx status code

func (*PostUserExternalidNotFound) String

func (o *PostUserExternalidNotFound) String() string

type PostUserExternalidOK

type PostUserExternalidOK struct {
	Payload []*models.UserExternalIdentifier
}

PostUserExternalidOK describes a response with status code 200, with default header values.

successful operation

func NewPostUserExternalidOK

func NewPostUserExternalidOK() *PostUserExternalidOK

NewPostUserExternalidOK creates a PostUserExternalidOK with default headers values

func (*PostUserExternalidOK) Error

func (o *PostUserExternalidOK) Error() string

func (*PostUserExternalidOK) GetPayload

func (*PostUserExternalidOK) IsClientError

func (o *PostUserExternalidOK) IsClientError() bool

IsClientError returns true when this post user externalid o k response has a 4xx status code

func (*PostUserExternalidOK) IsCode

func (o *PostUserExternalidOK) IsCode(code int) bool

IsCode returns true when this post user externalid o k response a status code equal to that given

func (*PostUserExternalidOK) IsRedirect

func (o *PostUserExternalidOK) IsRedirect() bool

IsRedirect returns true when this post user externalid o k response has a 3xx status code

func (*PostUserExternalidOK) IsServerError

func (o *PostUserExternalidOK) IsServerError() bool

IsServerError returns true when this post user externalid o k response has a 5xx status code

func (*PostUserExternalidOK) IsSuccess

func (o *PostUserExternalidOK) IsSuccess() bool

IsSuccess returns true when this post user externalid o k response has a 2xx status code

func (*PostUserExternalidOK) String

func (o *PostUserExternalidOK) String() string

type PostUserExternalidParams

type PostUserExternalidParams struct {

	// Body.
	Body *models.UserExternalIdentifier

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostUserExternalidParams contains all the parameters to send to the API endpoint

for the post user externalid operation.

Typically these are written to a http.Request.

func NewPostUserExternalidParams

func NewPostUserExternalidParams() *PostUserExternalidParams

NewPostUserExternalidParams creates a new PostUserExternalidParams 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 NewPostUserExternalidParamsWithContext

func NewPostUserExternalidParamsWithContext(ctx context.Context) *PostUserExternalidParams

NewPostUserExternalidParamsWithContext creates a new PostUserExternalidParams object with the ability to set a context for a request.

func NewPostUserExternalidParamsWithHTTPClient

func NewPostUserExternalidParamsWithHTTPClient(client *http.Client) *PostUserExternalidParams

NewPostUserExternalidParamsWithHTTPClient creates a new PostUserExternalidParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserExternalidParamsWithTimeout

func NewPostUserExternalidParamsWithTimeout(timeout time.Duration) *PostUserExternalidParams

NewPostUserExternalidParamsWithTimeout creates a new PostUserExternalidParams object with the ability to set a timeout on a request.

func (*PostUserExternalidParams) SetBody

SetBody adds the body to the post user externalid params

func (*PostUserExternalidParams) SetContext

func (o *PostUserExternalidParams) SetContext(ctx context.Context)

SetContext adds the context to the post user externalid params

func (*PostUserExternalidParams) SetDefaults

func (o *PostUserExternalidParams) SetDefaults()

SetDefaults hydrates default values in the post user externalid params (not the query body).

All values with no default are reset to their zero value.

func (*PostUserExternalidParams) SetHTTPClient

func (o *PostUserExternalidParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post user externalid params

func (*PostUserExternalidParams) SetTimeout

func (o *PostUserExternalidParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post user externalid params

func (*PostUserExternalidParams) SetUserID

func (o *PostUserExternalidParams) SetUserID(userID string)

SetUserID adds the userId to the post user externalid params

func (*PostUserExternalidParams) WithBody

WithBody adds the body to the post user externalid params

func (*PostUserExternalidParams) WithContext

WithContext adds the context to the post user externalid params

func (*PostUserExternalidParams) WithDefaults

WithDefaults hydrates default values in the post user externalid params (not the query body).

All values with no default are reset to their zero value.

func (*PostUserExternalidParams) WithHTTPClient

func (o *PostUserExternalidParams) WithHTTPClient(client *http.Client) *PostUserExternalidParams

WithHTTPClient adds the HTTPClient to the post user externalid params

func (*PostUserExternalidParams) WithTimeout

WithTimeout adds the timeout to the post user externalid params

func (*PostUserExternalidParams) WithUserID

WithUserID adds the userID to the post user externalid params

func (*PostUserExternalidParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUserExternalidReader

type PostUserExternalidReader struct {
	// contains filtered or unexported fields
}

PostUserExternalidReader is a Reader for the PostUserExternalid structure.

func (*PostUserExternalidReader) ReadResponse

func (o *PostUserExternalidReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostUserExternalidRequestEntityTooLarge

type PostUserExternalidRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostUserExternalidRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostUserExternalidRequestEntityTooLarge

func NewPostUserExternalidRequestEntityTooLarge() *PostUserExternalidRequestEntityTooLarge

NewPostUserExternalidRequestEntityTooLarge creates a PostUserExternalidRequestEntityTooLarge with default headers values

func (*PostUserExternalidRequestEntityTooLarge) Error

func (*PostUserExternalidRequestEntityTooLarge) GetPayload

func (*PostUserExternalidRequestEntityTooLarge) IsClientError

func (o *PostUserExternalidRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this post user externalid request entity too large response has a 4xx status code

func (*PostUserExternalidRequestEntityTooLarge) IsCode

IsCode returns true when this post user externalid request entity too large response a status code equal to that given

func (*PostUserExternalidRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post user externalid request entity too large response has a 3xx status code

func (*PostUserExternalidRequestEntityTooLarge) IsServerError

func (o *PostUserExternalidRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this post user externalid request entity too large response has a 5xx status code

func (*PostUserExternalidRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post user externalid request entity too large response has a 2xx status code

func (*PostUserExternalidRequestEntityTooLarge) String

type PostUserExternalidRequestTimeout

type PostUserExternalidRequestTimeout struct {
	Payload *models.ErrorBody
}

PostUserExternalidRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostUserExternalidRequestTimeout

func NewPostUserExternalidRequestTimeout() *PostUserExternalidRequestTimeout

NewPostUserExternalidRequestTimeout creates a PostUserExternalidRequestTimeout with default headers values

func (*PostUserExternalidRequestTimeout) Error

func (*PostUserExternalidRequestTimeout) GetPayload

func (*PostUserExternalidRequestTimeout) IsClientError

func (o *PostUserExternalidRequestTimeout) IsClientError() bool

IsClientError returns true when this post user externalid request timeout response has a 4xx status code

func (*PostUserExternalidRequestTimeout) IsCode

func (o *PostUserExternalidRequestTimeout) IsCode(code int) bool

IsCode returns true when this post user externalid request timeout response a status code equal to that given

func (*PostUserExternalidRequestTimeout) IsRedirect

func (o *PostUserExternalidRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post user externalid request timeout response has a 3xx status code

func (*PostUserExternalidRequestTimeout) IsServerError

func (o *PostUserExternalidRequestTimeout) IsServerError() bool

IsServerError returns true when this post user externalid request timeout response has a 5xx status code

func (*PostUserExternalidRequestTimeout) IsSuccess

func (o *PostUserExternalidRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post user externalid request timeout response has a 2xx status code

func (*PostUserExternalidRequestTimeout) String

type PostUserExternalidServiceUnavailable

type PostUserExternalidServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostUserExternalidServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostUserExternalidServiceUnavailable

func NewPostUserExternalidServiceUnavailable() *PostUserExternalidServiceUnavailable

NewPostUserExternalidServiceUnavailable creates a PostUserExternalidServiceUnavailable with default headers values

func (*PostUserExternalidServiceUnavailable) Error

func (*PostUserExternalidServiceUnavailable) GetPayload

func (*PostUserExternalidServiceUnavailable) IsClientError

func (o *PostUserExternalidServiceUnavailable) IsClientError() bool

IsClientError returns true when this post user externalid service unavailable response has a 4xx status code

func (*PostUserExternalidServiceUnavailable) IsCode

IsCode returns true when this post user externalid service unavailable response a status code equal to that given

func (*PostUserExternalidServiceUnavailable) IsRedirect

IsRedirect returns true when this post user externalid service unavailable response has a 3xx status code

func (*PostUserExternalidServiceUnavailable) IsServerError

func (o *PostUserExternalidServiceUnavailable) IsServerError() bool

IsServerError returns true when this post user externalid service unavailable response has a 5xx status code

func (*PostUserExternalidServiceUnavailable) IsSuccess

IsSuccess returns true when this post user externalid service unavailable response has a 2xx status code

func (*PostUserExternalidServiceUnavailable) String

type PostUserExternalidTooManyRequests

type PostUserExternalidTooManyRequests struct {
	Payload *models.ErrorBody
}

PostUserExternalidTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostUserExternalidTooManyRequests

func NewPostUserExternalidTooManyRequests() *PostUserExternalidTooManyRequests

NewPostUserExternalidTooManyRequests creates a PostUserExternalidTooManyRequests with default headers values

func (*PostUserExternalidTooManyRequests) Error

func (*PostUserExternalidTooManyRequests) GetPayload

func (*PostUserExternalidTooManyRequests) IsClientError

func (o *PostUserExternalidTooManyRequests) IsClientError() bool

IsClientError returns true when this post user externalid too many requests response has a 4xx status code

func (*PostUserExternalidTooManyRequests) IsCode

func (o *PostUserExternalidTooManyRequests) IsCode(code int) bool

IsCode returns true when this post user externalid too many requests response a status code equal to that given

func (*PostUserExternalidTooManyRequests) IsRedirect

func (o *PostUserExternalidTooManyRequests) IsRedirect() bool

IsRedirect returns true when this post user externalid too many requests response has a 3xx status code

func (*PostUserExternalidTooManyRequests) IsServerError

func (o *PostUserExternalidTooManyRequests) IsServerError() bool

IsServerError returns true when this post user externalid too many requests response has a 5xx status code

func (*PostUserExternalidTooManyRequests) IsSuccess

func (o *PostUserExternalidTooManyRequests) IsSuccess() bool

IsSuccess returns true when this post user externalid too many requests response has a 2xx status code

func (*PostUserExternalidTooManyRequests) String

type PostUserExternalidUnauthorized

type PostUserExternalidUnauthorized struct {
	Payload *models.ErrorBody
}

PostUserExternalidUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostUserExternalidUnauthorized

func NewPostUserExternalidUnauthorized() *PostUserExternalidUnauthorized

NewPostUserExternalidUnauthorized creates a PostUserExternalidUnauthorized with default headers values

func (*PostUserExternalidUnauthorized) Error

func (*PostUserExternalidUnauthorized) GetPayload

func (*PostUserExternalidUnauthorized) IsClientError

func (o *PostUserExternalidUnauthorized) IsClientError() bool

IsClientError returns true when this post user externalid unauthorized response has a 4xx status code

func (*PostUserExternalidUnauthorized) IsCode

func (o *PostUserExternalidUnauthorized) IsCode(code int) bool

IsCode returns true when this post user externalid unauthorized response a status code equal to that given

func (*PostUserExternalidUnauthorized) IsRedirect

func (o *PostUserExternalidUnauthorized) IsRedirect() bool

IsRedirect returns true when this post user externalid unauthorized response has a 3xx status code

func (*PostUserExternalidUnauthorized) IsServerError

func (o *PostUserExternalidUnauthorized) IsServerError() bool

IsServerError returns true when this post user externalid unauthorized response has a 5xx status code

func (*PostUserExternalidUnauthorized) IsSuccess

func (o *PostUserExternalidUnauthorized) IsSuccess() bool

IsSuccess returns true when this post user externalid unauthorized response has a 2xx status code

func (*PostUserExternalidUnauthorized) String

type PostUserExternalidUnsupportedMediaType

type PostUserExternalidUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostUserExternalidUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostUserExternalidUnsupportedMediaType

func NewPostUserExternalidUnsupportedMediaType() *PostUserExternalidUnsupportedMediaType

NewPostUserExternalidUnsupportedMediaType creates a PostUserExternalidUnsupportedMediaType with default headers values

func (*PostUserExternalidUnsupportedMediaType) Error

func (*PostUserExternalidUnsupportedMediaType) GetPayload

func (*PostUserExternalidUnsupportedMediaType) IsClientError

func (o *PostUserExternalidUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post user externalid unsupported media type response has a 4xx status code

func (*PostUserExternalidUnsupportedMediaType) IsCode

IsCode returns true when this post user externalid unsupported media type response a status code equal to that given

func (*PostUserExternalidUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post user externalid unsupported media type response has a 3xx status code

func (*PostUserExternalidUnsupportedMediaType) IsServerError

func (o *PostUserExternalidUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post user externalid unsupported media type response has a 5xx status code

func (*PostUserExternalidUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post user externalid unsupported media type response has a 2xx status code

func (*PostUserExternalidUnsupportedMediaType) String

type PostUserInviteBadRequest

type PostUserInviteBadRequest struct {
	Payload *models.ErrorBody
}

PostUserInviteBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostUserInviteBadRequest

func NewPostUserInviteBadRequest() *PostUserInviteBadRequest

NewPostUserInviteBadRequest creates a PostUserInviteBadRequest with default headers values

func (*PostUserInviteBadRequest) Error

func (o *PostUserInviteBadRequest) Error() string

func (*PostUserInviteBadRequest) GetPayload

func (o *PostUserInviteBadRequest) GetPayload() *models.ErrorBody

func (*PostUserInviteBadRequest) IsClientError

func (o *PostUserInviteBadRequest) IsClientError() bool

IsClientError returns true when this post user invite bad request response has a 4xx status code

func (*PostUserInviteBadRequest) IsCode

func (o *PostUserInviteBadRequest) IsCode(code int) bool

IsCode returns true when this post user invite bad request response a status code equal to that given

func (*PostUserInviteBadRequest) IsRedirect

func (o *PostUserInviteBadRequest) IsRedirect() bool

IsRedirect returns true when this post user invite bad request response has a 3xx status code

func (*PostUserInviteBadRequest) IsServerError

func (o *PostUserInviteBadRequest) IsServerError() bool

IsServerError returns true when this post user invite bad request response has a 5xx status code

func (*PostUserInviteBadRequest) IsSuccess

func (o *PostUserInviteBadRequest) IsSuccess() bool

IsSuccess returns true when this post user invite bad request response has a 2xx status code

func (*PostUserInviteBadRequest) String

func (o *PostUserInviteBadRequest) String() string

type PostUserInviteForbidden

type PostUserInviteForbidden struct {
	Payload *models.ErrorBody
}

PostUserInviteForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostUserInviteForbidden

func NewPostUserInviteForbidden() *PostUserInviteForbidden

NewPostUserInviteForbidden creates a PostUserInviteForbidden with default headers values

func (*PostUserInviteForbidden) Error

func (o *PostUserInviteForbidden) Error() string

func (*PostUserInviteForbidden) GetPayload

func (o *PostUserInviteForbidden) GetPayload() *models.ErrorBody

func (*PostUserInviteForbidden) IsClientError

func (o *PostUserInviteForbidden) IsClientError() bool

IsClientError returns true when this post user invite forbidden response has a 4xx status code

func (*PostUserInviteForbidden) IsCode

func (o *PostUserInviteForbidden) IsCode(code int) bool

IsCode returns true when this post user invite forbidden response a status code equal to that given

func (*PostUserInviteForbidden) IsRedirect

func (o *PostUserInviteForbidden) IsRedirect() bool

IsRedirect returns true when this post user invite forbidden response has a 3xx status code

func (*PostUserInviteForbidden) IsServerError

func (o *PostUserInviteForbidden) IsServerError() bool

IsServerError returns true when this post user invite forbidden response has a 5xx status code

func (*PostUserInviteForbidden) IsSuccess

func (o *PostUserInviteForbidden) IsSuccess() bool

IsSuccess returns true when this post user invite forbidden response has a 2xx status code

func (*PostUserInviteForbidden) String

func (o *PostUserInviteForbidden) String() string

type PostUserInviteGatewayTimeout

type PostUserInviteGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostUserInviteGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostUserInviteGatewayTimeout

func NewPostUserInviteGatewayTimeout() *PostUserInviteGatewayTimeout

NewPostUserInviteGatewayTimeout creates a PostUserInviteGatewayTimeout with default headers values

func (*PostUserInviteGatewayTimeout) Error

func (*PostUserInviteGatewayTimeout) GetPayload

func (*PostUserInviteGatewayTimeout) IsClientError

func (o *PostUserInviteGatewayTimeout) IsClientError() bool

IsClientError returns true when this post user invite gateway timeout response has a 4xx status code

func (*PostUserInviteGatewayTimeout) IsCode

func (o *PostUserInviteGatewayTimeout) IsCode(code int) bool

IsCode returns true when this post user invite gateway timeout response a status code equal to that given

func (*PostUserInviteGatewayTimeout) IsRedirect

func (o *PostUserInviteGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post user invite gateway timeout response has a 3xx status code

func (*PostUserInviteGatewayTimeout) IsServerError

func (o *PostUserInviteGatewayTimeout) IsServerError() bool

IsServerError returns true when this post user invite gateway timeout response has a 5xx status code

func (*PostUserInviteGatewayTimeout) IsSuccess

func (o *PostUserInviteGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post user invite gateway timeout response has a 2xx status code

func (*PostUserInviteGatewayTimeout) String

type PostUserInviteInternalServerError

type PostUserInviteInternalServerError struct {
	Payload *models.ErrorBody
}

PostUserInviteInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostUserInviteInternalServerError

func NewPostUserInviteInternalServerError() *PostUserInviteInternalServerError

NewPostUserInviteInternalServerError creates a PostUserInviteInternalServerError with default headers values

func (*PostUserInviteInternalServerError) Error

func (*PostUserInviteInternalServerError) GetPayload

func (*PostUserInviteInternalServerError) IsClientError

func (o *PostUserInviteInternalServerError) IsClientError() bool

IsClientError returns true when this post user invite internal server error response has a 4xx status code

func (*PostUserInviteInternalServerError) IsCode

func (o *PostUserInviteInternalServerError) IsCode(code int) bool

IsCode returns true when this post user invite internal server error response a status code equal to that given

func (*PostUserInviteInternalServerError) IsRedirect

func (o *PostUserInviteInternalServerError) IsRedirect() bool

IsRedirect returns true when this post user invite internal server error response has a 3xx status code

func (*PostUserInviteInternalServerError) IsServerError

func (o *PostUserInviteInternalServerError) IsServerError() bool

IsServerError returns true when this post user invite internal server error response has a 5xx status code

func (*PostUserInviteInternalServerError) IsSuccess

func (o *PostUserInviteInternalServerError) IsSuccess() bool

IsSuccess returns true when this post user invite internal server error response has a 2xx status code

func (*PostUserInviteInternalServerError) String

type PostUserInviteNoContent

type PostUserInviteNoContent struct {
}

PostUserInviteNoContent describes a response with status code 204, with default header values.

Invitation Sent

func NewPostUserInviteNoContent

func NewPostUserInviteNoContent() *PostUserInviteNoContent

NewPostUserInviteNoContent creates a PostUserInviteNoContent with default headers values

func (*PostUserInviteNoContent) Error

func (o *PostUserInviteNoContent) Error() string

func (*PostUserInviteNoContent) IsClientError

func (o *PostUserInviteNoContent) IsClientError() bool

IsClientError returns true when this post user invite no content response has a 4xx status code

func (*PostUserInviteNoContent) IsCode

func (o *PostUserInviteNoContent) IsCode(code int) bool

IsCode returns true when this post user invite no content response a status code equal to that given

func (*PostUserInviteNoContent) IsRedirect

func (o *PostUserInviteNoContent) IsRedirect() bool

IsRedirect returns true when this post user invite no content response has a 3xx status code

func (*PostUserInviteNoContent) IsServerError

func (o *PostUserInviteNoContent) IsServerError() bool

IsServerError returns true when this post user invite no content response has a 5xx status code

func (*PostUserInviteNoContent) IsSuccess

func (o *PostUserInviteNoContent) IsSuccess() bool

IsSuccess returns true when this post user invite no content response has a 2xx status code

func (*PostUserInviteNoContent) String

func (o *PostUserInviteNoContent) String() string

type PostUserInviteNotFound

type PostUserInviteNotFound struct {
	Payload *models.ErrorBody
}

PostUserInviteNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostUserInviteNotFound

func NewPostUserInviteNotFound() *PostUserInviteNotFound

NewPostUserInviteNotFound creates a PostUserInviteNotFound with default headers values

func (*PostUserInviteNotFound) Error

func (o *PostUserInviteNotFound) Error() string

func (*PostUserInviteNotFound) GetPayload

func (o *PostUserInviteNotFound) GetPayload() *models.ErrorBody

func (*PostUserInviteNotFound) IsClientError

func (o *PostUserInviteNotFound) IsClientError() bool

IsClientError returns true when this post user invite not found response has a 4xx status code

func (*PostUserInviteNotFound) IsCode

func (o *PostUserInviteNotFound) IsCode(code int) bool

IsCode returns true when this post user invite not found response a status code equal to that given

func (*PostUserInviteNotFound) IsRedirect

func (o *PostUserInviteNotFound) IsRedirect() bool

IsRedirect returns true when this post user invite not found response has a 3xx status code

func (*PostUserInviteNotFound) IsServerError

func (o *PostUserInviteNotFound) IsServerError() bool

IsServerError returns true when this post user invite not found response has a 5xx status code

func (*PostUserInviteNotFound) IsSuccess

func (o *PostUserInviteNotFound) IsSuccess() bool

IsSuccess returns true when this post user invite not found response has a 2xx status code

func (*PostUserInviteNotFound) String

func (o *PostUserInviteNotFound) String() string

type PostUserInviteParams

type PostUserInviteParams struct {

	/* Force.

	   Resend the invitation even if one is already outstanding
	*/
	Force *bool

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostUserInviteParams contains all the parameters to send to the API endpoint

for the post user invite operation.

Typically these are written to a http.Request.

func NewPostUserInviteParams

func NewPostUserInviteParams() *PostUserInviteParams

NewPostUserInviteParams creates a new PostUserInviteParams 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 NewPostUserInviteParamsWithContext

func NewPostUserInviteParamsWithContext(ctx context.Context) *PostUserInviteParams

NewPostUserInviteParamsWithContext creates a new PostUserInviteParams object with the ability to set a context for a request.

func NewPostUserInviteParamsWithHTTPClient

func NewPostUserInviteParamsWithHTTPClient(client *http.Client) *PostUserInviteParams

NewPostUserInviteParamsWithHTTPClient creates a new PostUserInviteParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserInviteParamsWithTimeout

func NewPostUserInviteParamsWithTimeout(timeout time.Duration) *PostUserInviteParams

NewPostUserInviteParamsWithTimeout creates a new PostUserInviteParams object with the ability to set a timeout on a request.

func (*PostUserInviteParams) SetContext

func (o *PostUserInviteParams) SetContext(ctx context.Context)

SetContext adds the context to the post user invite params

func (*PostUserInviteParams) SetDefaults

func (o *PostUserInviteParams) SetDefaults()

SetDefaults hydrates default values in the post user invite params (not the query body).

All values with no default are reset to their zero value.

func (*PostUserInviteParams) SetForce

func (o *PostUserInviteParams) SetForce(force *bool)

SetForce adds the force to the post user invite params

func (*PostUserInviteParams) SetHTTPClient

func (o *PostUserInviteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post user invite params

func (*PostUserInviteParams) SetTimeout

func (o *PostUserInviteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post user invite params

func (*PostUserInviteParams) SetUserID

func (o *PostUserInviteParams) SetUserID(userID string)

SetUserID adds the userId to the post user invite params

func (*PostUserInviteParams) WithContext

WithContext adds the context to the post user invite params

func (*PostUserInviteParams) WithDefaults

func (o *PostUserInviteParams) WithDefaults() *PostUserInviteParams

WithDefaults hydrates default values in the post user invite params (not the query body).

All values with no default are reset to their zero value.

func (*PostUserInviteParams) WithForce

func (o *PostUserInviteParams) WithForce(force *bool) *PostUserInviteParams

WithForce adds the force to the post user invite params

func (*PostUserInviteParams) WithHTTPClient

func (o *PostUserInviteParams) WithHTTPClient(client *http.Client) *PostUserInviteParams

WithHTTPClient adds the HTTPClient to the post user invite params

func (*PostUserInviteParams) WithTimeout

func (o *PostUserInviteParams) WithTimeout(timeout time.Duration) *PostUserInviteParams

WithTimeout adds the timeout to the post user invite params

func (*PostUserInviteParams) WithUserID

func (o *PostUserInviteParams) WithUserID(userID string) *PostUserInviteParams

WithUserID adds the userID to the post user invite params

func (*PostUserInviteParams) WriteToRequest

func (o *PostUserInviteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostUserInviteReader

type PostUserInviteReader struct {
	// contains filtered or unexported fields
}

PostUserInviteReader is a Reader for the PostUserInvite structure.

func (*PostUserInviteReader) ReadResponse

func (o *PostUserInviteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostUserInviteRequestEntityTooLarge

type PostUserInviteRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostUserInviteRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostUserInviteRequestEntityTooLarge

func NewPostUserInviteRequestEntityTooLarge() *PostUserInviteRequestEntityTooLarge

NewPostUserInviteRequestEntityTooLarge creates a PostUserInviteRequestEntityTooLarge with default headers values

func (*PostUserInviteRequestEntityTooLarge) Error

func (*PostUserInviteRequestEntityTooLarge) GetPayload

func (*PostUserInviteRequestEntityTooLarge) IsClientError

func (o *PostUserInviteRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this post user invite request entity too large response has a 4xx status code

func (*PostUserInviteRequestEntityTooLarge) IsCode

IsCode returns true when this post user invite request entity too large response a status code equal to that given

func (*PostUserInviteRequestEntityTooLarge) IsRedirect

func (o *PostUserInviteRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this post user invite request entity too large response has a 3xx status code

func (*PostUserInviteRequestEntityTooLarge) IsServerError

func (o *PostUserInviteRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this post user invite request entity too large response has a 5xx status code

func (*PostUserInviteRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post user invite request entity too large response has a 2xx status code

func (*PostUserInviteRequestEntityTooLarge) String

type PostUserInviteRequestTimeout

type PostUserInviteRequestTimeout struct {
	Payload *models.ErrorBody
}

PostUserInviteRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostUserInviteRequestTimeout

func NewPostUserInviteRequestTimeout() *PostUserInviteRequestTimeout

NewPostUserInviteRequestTimeout creates a PostUserInviteRequestTimeout with default headers values

func (*PostUserInviteRequestTimeout) Error

func (*PostUserInviteRequestTimeout) GetPayload

func (*PostUserInviteRequestTimeout) IsClientError

func (o *PostUserInviteRequestTimeout) IsClientError() bool

IsClientError returns true when this post user invite request timeout response has a 4xx status code

func (*PostUserInviteRequestTimeout) IsCode

func (o *PostUserInviteRequestTimeout) IsCode(code int) bool

IsCode returns true when this post user invite request timeout response a status code equal to that given

func (*PostUserInviteRequestTimeout) IsRedirect

func (o *PostUserInviteRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post user invite request timeout response has a 3xx status code

func (*PostUserInviteRequestTimeout) IsServerError

func (o *PostUserInviteRequestTimeout) IsServerError() bool

IsServerError returns true when this post user invite request timeout response has a 5xx status code

func (*PostUserInviteRequestTimeout) IsSuccess

func (o *PostUserInviteRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post user invite request timeout response has a 2xx status code

func (*PostUserInviteRequestTimeout) String

type PostUserInviteServiceUnavailable

type PostUserInviteServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostUserInviteServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostUserInviteServiceUnavailable

func NewPostUserInviteServiceUnavailable() *PostUserInviteServiceUnavailable

NewPostUserInviteServiceUnavailable creates a PostUserInviteServiceUnavailable with default headers values

func (*PostUserInviteServiceUnavailable) Error

func (*PostUserInviteServiceUnavailable) GetPayload

func (*PostUserInviteServiceUnavailable) IsClientError

func (o *PostUserInviteServiceUnavailable) IsClientError() bool

IsClientError returns true when this post user invite service unavailable response has a 4xx status code

func (*PostUserInviteServiceUnavailable) IsCode

func (o *PostUserInviteServiceUnavailable) IsCode(code int) bool

IsCode returns true when this post user invite service unavailable response a status code equal to that given

func (*PostUserInviteServiceUnavailable) IsRedirect

func (o *PostUserInviteServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this post user invite service unavailable response has a 3xx status code

func (*PostUserInviteServiceUnavailable) IsServerError

func (o *PostUserInviteServiceUnavailable) IsServerError() bool

IsServerError returns true when this post user invite service unavailable response has a 5xx status code

func (*PostUserInviteServiceUnavailable) IsSuccess

func (o *PostUserInviteServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this post user invite service unavailable response has a 2xx status code

func (*PostUserInviteServiceUnavailable) String

type PostUserInviteTooManyRequests

type PostUserInviteTooManyRequests struct {
	Payload *models.ErrorBody
}

PostUserInviteTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostUserInviteTooManyRequests

func NewPostUserInviteTooManyRequests() *PostUserInviteTooManyRequests

NewPostUserInviteTooManyRequests creates a PostUserInviteTooManyRequests with default headers values

func (*PostUserInviteTooManyRequests) Error

func (*PostUserInviteTooManyRequests) GetPayload

func (*PostUserInviteTooManyRequests) IsClientError

func (o *PostUserInviteTooManyRequests) IsClientError() bool

IsClientError returns true when this post user invite too many requests response has a 4xx status code

func (*PostUserInviteTooManyRequests) IsCode

func (o *PostUserInviteTooManyRequests) IsCode(code int) bool

IsCode returns true when this post user invite too many requests response a status code equal to that given

func (*PostUserInviteTooManyRequests) IsRedirect

func (o *PostUserInviteTooManyRequests) IsRedirect() bool

IsRedirect returns true when this post user invite too many requests response has a 3xx status code

func (*PostUserInviteTooManyRequests) IsServerError

func (o *PostUserInviteTooManyRequests) IsServerError() bool

IsServerError returns true when this post user invite too many requests response has a 5xx status code

func (*PostUserInviteTooManyRequests) IsSuccess

func (o *PostUserInviteTooManyRequests) IsSuccess() bool

IsSuccess returns true when this post user invite too many requests response has a 2xx status code

func (*PostUserInviteTooManyRequests) String

type PostUserInviteUnauthorized

type PostUserInviteUnauthorized struct {
	Payload *models.ErrorBody
}

PostUserInviteUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostUserInviteUnauthorized

func NewPostUserInviteUnauthorized() *PostUserInviteUnauthorized

NewPostUserInviteUnauthorized creates a PostUserInviteUnauthorized with default headers values

func (*PostUserInviteUnauthorized) Error

func (*PostUserInviteUnauthorized) GetPayload

func (o *PostUserInviteUnauthorized) GetPayload() *models.ErrorBody

func (*PostUserInviteUnauthorized) IsClientError

func (o *PostUserInviteUnauthorized) IsClientError() bool

IsClientError returns true when this post user invite unauthorized response has a 4xx status code

func (*PostUserInviteUnauthorized) IsCode

func (o *PostUserInviteUnauthorized) IsCode(code int) bool

IsCode returns true when this post user invite unauthorized response a status code equal to that given

func (*PostUserInviteUnauthorized) IsRedirect

func (o *PostUserInviteUnauthorized) IsRedirect() bool

IsRedirect returns true when this post user invite unauthorized response has a 3xx status code

func (*PostUserInviteUnauthorized) IsServerError

func (o *PostUserInviteUnauthorized) IsServerError() bool

IsServerError returns true when this post user invite unauthorized response has a 5xx status code

func (*PostUserInviteUnauthorized) IsSuccess

func (o *PostUserInviteUnauthorized) IsSuccess() bool

IsSuccess returns true when this post user invite unauthorized response has a 2xx status code

func (*PostUserInviteUnauthorized) String

func (o *PostUserInviteUnauthorized) String() string

type PostUserInviteUnsupportedMediaType

type PostUserInviteUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostUserInviteUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostUserInviteUnsupportedMediaType

func NewPostUserInviteUnsupportedMediaType() *PostUserInviteUnsupportedMediaType

NewPostUserInviteUnsupportedMediaType creates a PostUserInviteUnsupportedMediaType with default headers values

func (*PostUserInviteUnsupportedMediaType) Error

func (*PostUserInviteUnsupportedMediaType) GetPayload

func (*PostUserInviteUnsupportedMediaType) IsClientError

func (o *PostUserInviteUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post user invite unsupported media type response has a 4xx status code

func (*PostUserInviteUnsupportedMediaType) IsCode

IsCode returns true when this post user invite unsupported media type response a status code equal to that given

func (*PostUserInviteUnsupportedMediaType) IsRedirect

func (o *PostUserInviteUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this post user invite unsupported media type response has a 3xx status code

func (*PostUserInviteUnsupportedMediaType) IsServerError

func (o *PostUserInviteUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post user invite unsupported media type response has a 5xx status code

func (*PostUserInviteUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post user invite unsupported media type response has a 2xx status code

func (*PostUserInviteUnsupportedMediaType) String

type PostUserPasswordBadRequest

type PostUserPasswordBadRequest struct {
	Payload *models.ErrorBody
}

PostUserPasswordBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostUserPasswordBadRequest

func NewPostUserPasswordBadRequest() *PostUserPasswordBadRequest

NewPostUserPasswordBadRequest creates a PostUserPasswordBadRequest with default headers values

func (*PostUserPasswordBadRequest) Error

func (*PostUserPasswordBadRequest) GetPayload

func (o *PostUserPasswordBadRequest) GetPayload() *models.ErrorBody

func (*PostUserPasswordBadRequest) IsClientError

func (o *PostUserPasswordBadRequest) IsClientError() bool

IsClientError returns true when this post user password bad request response has a 4xx status code

func (*PostUserPasswordBadRequest) IsCode

func (o *PostUserPasswordBadRequest) IsCode(code int) bool

IsCode returns true when this post user password bad request response a status code equal to that given

func (*PostUserPasswordBadRequest) IsRedirect

func (o *PostUserPasswordBadRequest) IsRedirect() bool

IsRedirect returns true when this post user password bad request response has a 3xx status code

func (*PostUserPasswordBadRequest) IsServerError

func (o *PostUserPasswordBadRequest) IsServerError() bool

IsServerError returns true when this post user password bad request response has a 5xx status code

func (*PostUserPasswordBadRequest) IsSuccess

func (o *PostUserPasswordBadRequest) IsSuccess() bool

IsSuccess returns true when this post user password bad request response has a 2xx status code

func (*PostUserPasswordBadRequest) String

func (o *PostUserPasswordBadRequest) String() string

type PostUserPasswordForbidden

type PostUserPasswordForbidden struct {
	Payload *models.ErrorBody
}

PostUserPasswordForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostUserPasswordForbidden

func NewPostUserPasswordForbidden() *PostUserPasswordForbidden

NewPostUserPasswordForbidden creates a PostUserPasswordForbidden with default headers values

func (*PostUserPasswordForbidden) Error

func (o *PostUserPasswordForbidden) Error() string

func (*PostUserPasswordForbidden) GetPayload

func (o *PostUserPasswordForbidden) GetPayload() *models.ErrorBody

func (*PostUserPasswordForbidden) IsClientError

func (o *PostUserPasswordForbidden) IsClientError() bool

IsClientError returns true when this post user password forbidden response has a 4xx status code

func (*PostUserPasswordForbidden) IsCode

func (o *PostUserPasswordForbidden) IsCode(code int) bool

IsCode returns true when this post user password forbidden response a status code equal to that given

func (*PostUserPasswordForbidden) IsRedirect

func (o *PostUserPasswordForbidden) IsRedirect() bool

IsRedirect returns true when this post user password forbidden response has a 3xx status code

func (*PostUserPasswordForbidden) IsServerError

func (o *PostUserPasswordForbidden) IsServerError() bool

IsServerError returns true when this post user password forbidden response has a 5xx status code

func (*PostUserPasswordForbidden) IsSuccess

func (o *PostUserPasswordForbidden) IsSuccess() bool

IsSuccess returns true when this post user password forbidden response has a 2xx status code

func (*PostUserPasswordForbidden) String

func (o *PostUserPasswordForbidden) String() string

type PostUserPasswordGatewayTimeout

type PostUserPasswordGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostUserPasswordGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostUserPasswordGatewayTimeout

func NewPostUserPasswordGatewayTimeout() *PostUserPasswordGatewayTimeout

NewPostUserPasswordGatewayTimeout creates a PostUserPasswordGatewayTimeout with default headers values

func (*PostUserPasswordGatewayTimeout) Error

func (*PostUserPasswordGatewayTimeout) GetPayload

func (*PostUserPasswordGatewayTimeout) IsClientError

func (o *PostUserPasswordGatewayTimeout) IsClientError() bool

IsClientError returns true when this post user password gateway timeout response has a 4xx status code

func (*PostUserPasswordGatewayTimeout) IsCode

func (o *PostUserPasswordGatewayTimeout) IsCode(code int) bool

IsCode returns true when this post user password gateway timeout response a status code equal to that given

func (*PostUserPasswordGatewayTimeout) IsRedirect

func (o *PostUserPasswordGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post user password gateway timeout response has a 3xx status code

func (*PostUserPasswordGatewayTimeout) IsServerError

func (o *PostUserPasswordGatewayTimeout) IsServerError() bool

IsServerError returns true when this post user password gateway timeout response has a 5xx status code

func (*PostUserPasswordGatewayTimeout) IsSuccess

func (o *PostUserPasswordGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post user password gateway timeout response has a 2xx status code

func (*PostUserPasswordGatewayTimeout) String

type PostUserPasswordInternalServerError

type PostUserPasswordInternalServerError struct {
	Payload *models.ErrorBody
}

PostUserPasswordInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostUserPasswordInternalServerError

func NewPostUserPasswordInternalServerError() *PostUserPasswordInternalServerError

NewPostUserPasswordInternalServerError creates a PostUserPasswordInternalServerError with default headers values

func (*PostUserPasswordInternalServerError) Error

func (*PostUserPasswordInternalServerError) GetPayload

func (*PostUserPasswordInternalServerError) IsClientError

func (o *PostUserPasswordInternalServerError) IsClientError() bool

IsClientError returns true when this post user password internal server error response has a 4xx status code

func (*PostUserPasswordInternalServerError) IsCode

IsCode returns true when this post user password internal server error response a status code equal to that given

func (*PostUserPasswordInternalServerError) IsRedirect

func (o *PostUserPasswordInternalServerError) IsRedirect() bool

IsRedirect returns true when this post user password internal server error response has a 3xx status code

func (*PostUserPasswordInternalServerError) IsServerError

func (o *PostUserPasswordInternalServerError) IsServerError() bool

IsServerError returns true when this post user password internal server error response has a 5xx status code

func (*PostUserPasswordInternalServerError) IsSuccess

IsSuccess returns true when this post user password internal server error response has a 2xx status code

func (*PostUserPasswordInternalServerError) String

type PostUserPasswordNoContent

type PostUserPasswordNoContent struct {
}

PostUserPasswordNoContent describes a response with status code 204, with default header values.

Password changed

func NewPostUserPasswordNoContent

func NewPostUserPasswordNoContent() *PostUserPasswordNoContent

NewPostUserPasswordNoContent creates a PostUserPasswordNoContent with default headers values

func (*PostUserPasswordNoContent) Error

func (o *PostUserPasswordNoContent) Error() string

func (*PostUserPasswordNoContent) IsClientError

func (o *PostUserPasswordNoContent) IsClientError() bool

IsClientError returns true when this post user password no content response has a 4xx status code

func (*PostUserPasswordNoContent) IsCode

func (o *PostUserPasswordNoContent) IsCode(code int) bool

IsCode returns true when this post user password no content response a status code equal to that given

func (*PostUserPasswordNoContent) IsRedirect

func (o *PostUserPasswordNoContent) IsRedirect() bool

IsRedirect returns true when this post user password no content response has a 3xx status code

func (*PostUserPasswordNoContent) IsServerError

func (o *PostUserPasswordNoContent) IsServerError() bool

IsServerError returns true when this post user password no content response has a 5xx status code

func (*PostUserPasswordNoContent) IsSuccess

func (o *PostUserPasswordNoContent) IsSuccess() bool

IsSuccess returns true when this post user password no content response has a 2xx status code

func (*PostUserPasswordNoContent) String

func (o *PostUserPasswordNoContent) String() string

type PostUserPasswordNotFound

type PostUserPasswordNotFound struct {
	Payload *models.ErrorBody
}

PostUserPasswordNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostUserPasswordNotFound

func NewPostUserPasswordNotFound() *PostUserPasswordNotFound

NewPostUserPasswordNotFound creates a PostUserPasswordNotFound with default headers values

func (*PostUserPasswordNotFound) Error

func (o *PostUserPasswordNotFound) Error() string

func (*PostUserPasswordNotFound) GetPayload

func (o *PostUserPasswordNotFound) GetPayload() *models.ErrorBody

func (*PostUserPasswordNotFound) IsClientError

func (o *PostUserPasswordNotFound) IsClientError() bool

IsClientError returns true when this post user password not found response has a 4xx status code

func (*PostUserPasswordNotFound) IsCode

func (o *PostUserPasswordNotFound) IsCode(code int) bool

IsCode returns true when this post user password not found response a status code equal to that given

func (*PostUserPasswordNotFound) IsRedirect

func (o *PostUserPasswordNotFound) IsRedirect() bool

IsRedirect returns true when this post user password not found response has a 3xx status code

func (*PostUserPasswordNotFound) IsServerError

func (o *PostUserPasswordNotFound) IsServerError() bool

IsServerError returns true when this post user password not found response has a 5xx status code

func (*PostUserPasswordNotFound) IsSuccess

func (o *PostUserPasswordNotFound) IsSuccess() bool

IsSuccess returns true when this post user password not found response has a 2xx status code

func (*PostUserPasswordNotFound) String

func (o *PostUserPasswordNotFound) String() string

type PostUserPasswordParams

type PostUserPasswordParams struct {

	/* Body.

	   Password
	*/
	Body *models.ChangePasswordRequest

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostUserPasswordParams contains all the parameters to send to the API endpoint

for the post user password operation.

Typically these are written to a http.Request.

func NewPostUserPasswordParams

func NewPostUserPasswordParams() *PostUserPasswordParams

NewPostUserPasswordParams creates a new PostUserPasswordParams 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 NewPostUserPasswordParamsWithContext

func NewPostUserPasswordParamsWithContext(ctx context.Context) *PostUserPasswordParams

NewPostUserPasswordParamsWithContext creates a new PostUserPasswordParams object with the ability to set a context for a request.

func NewPostUserPasswordParamsWithHTTPClient

func NewPostUserPasswordParamsWithHTTPClient(client *http.Client) *PostUserPasswordParams

NewPostUserPasswordParamsWithHTTPClient creates a new PostUserPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserPasswordParamsWithTimeout

func NewPostUserPasswordParamsWithTimeout(timeout time.Duration) *PostUserPasswordParams

NewPostUserPasswordParamsWithTimeout creates a new PostUserPasswordParams object with the ability to set a timeout on a request.

func (*PostUserPasswordParams) SetBody

SetBody adds the body to the post user password params

func (*PostUserPasswordParams) SetContext

func (o *PostUserPasswordParams) SetContext(ctx context.Context)

SetContext adds the context to the post user password params

func (*PostUserPasswordParams) SetDefaults

func (o *PostUserPasswordParams) SetDefaults()

SetDefaults hydrates default values in the post user password params (not the query body).

All values with no default are reset to their zero value.

func (*PostUserPasswordParams) SetHTTPClient

func (o *PostUserPasswordParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post user password params

func (*PostUserPasswordParams) SetTimeout

func (o *PostUserPasswordParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post user password params

func (*PostUserPasswordParams) SetUserID

func (o *PostUserPasswordParams) SetUserID(userID string)

SetUserID adds the userId to the post user password params

func (*PostUserPasswordParams) WithBody

WithBody adds the body to the post user password params

func (*PostUserPasswordParams) WithContext

WithContext adds the context to the post user password params

func (*PostUserPasswordParams) WithDefaults

WithDefaults hydrates default values in the post user password params (not the query body).

All values with no default are reset to their zero value.

func (*PostUserPasswordParams) WithHTTPClient

func (o *PostUserPasswordParams) WithHTTPClient(client *http.Client) *PostUserPasswordParams

WithHTTPClient adds the HTTPClient to the post user password params

func (*PostUserPasswordParams) WithTimeout

WithTimeout adds the timeout to the post user password params

func (*PostUserPasswordParams) WithUserID

func (o *PostUserPasswordParams) WithUserID(userID string) *PostUserPasswordParams

WithUserID adds the userID to the post user password params

func (*PostUserPasswordParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUserPasswordReader

type PostUserPasswordReader struct {
	// contains filtered or unexported fields
}

PostUserPasswordReader is a Reader for the PostUserPassword structure.

func (*PostUserPasswordReader) ReadResponse

func (o *PostUserPasswordReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostUserPasswordRequestEntityTooLarge

type PostUserPasswordRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostUserPasswordRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostUserPasswordRequestEntityTooLarge

func NewPostUserPasswordRequestEntityTooLarge() *PostUserPasswordRequestEntityTooLarge

NewPostUserPasswordRequestEntityTooLarge creates a PostUserPasswordRequestEntityTooLarge with default headers values

func (*PostUserPasswordRequestEntityTooLarge) Error

func (*PostUserPasswordRequestEntityTooLarge) GetPayload

func (*PostUserPasswordRequestEntityTooLarge) IsClientError

func (o *PostUserPasswordRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this post user password request entity too large response has a 4xx status code

func (*PostUserPasswordRequestEntityTooLarge) IsCode

IsCode returns true when this post user password request entity too large response a status code equal to that given

func (*PostUserPasswordRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post user password request entity too large response has a 3xx status code

func (*PostUserPasswordRequestEntityTooLarge) IsServerError

func (o *PostUserPasswordRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this post user password request entity too large response has a 5xx status code

func (*PostUserPasswordRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post user password request entity too large response has a 2xx status code

func (*PostUserPasswordRequestEntityTooLarge) String

type PostUserPasswordRequestTimeout

type PostUserPasswordRequestTimeout struct {
	Payload *models.ErrorBody
}

PostUserPasswordRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostUserPasswordRequestTimeout

func NewPostUserPasswordRequestTimeout() *PostUserPasswordRequestTimeout

NewPostUserPasswordRequestTimeout creates a PostUserPasswordRequestTimeout with default headers values

func (*PostUserPasswordRequestTimeout) Error

func (*PostUserPasswordRequestTimeout) GetPayload

func (*PostUserPasswordRequestTimeout) IsClientError

func (o *PostUserPasswordRequestTimeout) IsClientError() bool

IsClientError returns true when this post user password request timeout response has a 4xx status code

func (*PostUserPasswordRequestTimeout) IsCode

func (o *PostUserPasswordRequestTimeout) IsCode(code int) bool

IsCode returns true when this post user password request timeout response a status code equal to that given

func (*PostUserPasswordRequestTimeout) IsRedirect

func (o *PostUserPasswordRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post user password request timeout response has a 3xx status code

func (*PostUserPasswordRequestTimeout) IsServerError

func (o *PostUserPasswordRequestTimeout) IsServerError() bool

IsServerError returns true when this post user password request timeout response has a 5xx status code

func (*PostUserPasswordRequestTimeout) IsSuccess

func (o *PostUserPasswordRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post user password request timeout response has a 2xx status code

func (*PostUserPasswordRequestTimeout) String

type PostUserPasswordServiceUnavailable

type PostUserPasswordServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostUserPasswordServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostUserPasswordServiceUnavailable

func NewPostUserPasswordServiceUnavailable() *PostUserPasswordServiceUnavailable

NewPostUserPasswordServiceUnavailable creates a PostUserPasswordServiceUnavailable with default headers values

func (*PostUserPasswordServiceUnavailable) Error

func (*PostUserPasswordServiceUnavailable) GetPayload

func (*PostUserPasswordServiceUnavailable) IsClientError

func (o *PostUserPasswordServiceUnavailable) IsClientError() bool

IsClientError returns true when this post user password service unavailable response has a 4xx status code

func (*PostUserPasswordServiceUnavailable) IsCode

IsCode returns true when this post user password service unavailable response a status code equal to that given

func (*PostUserPasswordServiceUnavailable) IsRedirect

func (o *PostUserPasswordServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this post user password service unavailable response has a 3xx status code

func (*PostUserPasswordServiceUnavailable) IsServerError

func (o *PostUserPasswordServiceUnavailable) IsServerError() bool

IsServerError returns true when this post user password service unavailable response has a 5xx status code

func (*PostUserPasswordServiceUnavailable) IsSuccess

IsSuccess returns true when this post user password service unavailable response has a 2xx status code

func (*PostUserPasswordServiceUnavailable) String

type PostUserPasswordTooManyRequests

type PostUserPasswordTooManyRequests struct {
	Payload *models.ErrorBody
}

PostUserPasswordTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostUserPasswordTooManyRequests

func NewPostUserPasswordTooManyRequests() *PostUserPasswordTooManyRequests

NewPostUserPasswordTooManyRequests creates a PostUserPasswordTooManyRequests with default headers values

func (*PostUserPasswordTooManyRequests) Error

func (*PostUserPasswordTooManyRequests) GetPayload

func (*PostUserPasswordTooManyRequests) IsClientError

func (o *PostUserPasswordTooManyRequests) IsClientError() bool

IsClientError returns true when this post user password too many requests response has a 4xx status code

func (*PostUserPasswordTooManyRequests) IsCode

func (o *PostUserPasswordTooManyRequests) IsCode(code int) bool

IsCode returns true when this post user password too many requests response a status code equal to that given

func (*PostUserPasswordTooManyRequests) IsRedirect

func (o *PostUserPasswordTooManyRequests) IsRedirect() bool

IsRedirect returns true when this post user password too many requests response has a 3xx status code

func (*PostUserPasswordTooManyRequests) IsServerError

func (o *PostUserPasswordTooManyRequests) IsServerError() bool

IsServerError returns true when this post user password too many requests response has a 5xx status code

func (*PostUserPasswordTooManyRequests) IsSuccess

func (o *PostUserPasswordTooManyRequests) IsSuccess() bool

IsSuccess returns true when this post user password too many requests response has a 2xx status code

func (*PostUserPasswordTooManyRequests) String

type PostUserPasswordUnauthorized

type PostUserPasswordUnauthorized struct {
	Payload *models.ErrorBody
}

PostUserPasswordUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostUserPasswordUnauthorized

func NewPostUserPasswordUnauthorized() *PostUserPasswordUnauthorized

NewPostUserPasswordUnauthorized creates a PostUserPasswordUnauthorized with default headers values

func (*PostUserPasswordUnauthorized) Error

func (*PostUserPasswordUnauthorized) GetPayload

func (*PostUserPasswordUnauthorized) IsClientError

func (o *PostUserPasswordUnauthorized) IsClientError() bool

IsClientError returns true when this post user password unauthorized response has a 4xx status code

func (*PostUserPasswordUnauthorized) IsCode

func (o *PostUserPasswordUnauthorized) IsCode(code int) bool

IsCode returns true when this post user password unauthorized response a status code equal to that given

func (*PostUserPasswordUnauthorized) IsRedirect

func (o *PostUserPasswordUnauthorized) IsRedirect() bool

IsRedirect returns true when this post user password unauthorized response has a 3xx status code

func (*PostUserPasswordUnauthorized) IsServerError

func (o *PostUserPasswordUnauthorized) IsServerError() bool

IsServerError returns true when this post user password unauthorized response has a 5xx status code

func (*PostUserPasswordUnauthorized) IsSuccess

func (o *PostUserPasswordUnauthorized) IsSuccess() bool

IsSuccess returns true when this post user password unauthorized response has a 2xx status code

func (*PostUserPasswordUnauthorized) String

type PostUserPasswordUnsupportedMediaType

type PostUserPasswordUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostUserPasswordUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostUserPasswordUnsupportedMediaType

func NewPostUserPasswordUnsupportedMediaType() *PostUserPasswordUnsupportedMediaType

NewPostUserPasswordUnsupportedMediaType creates a PostUserPasswordUnsupportedMediaType with default headers values

func (*PostUserPasswordUnsupportedMediaType) Error

func (*PostUserPasswordUnsupportedMediaType) GetPayload

func (*PostUserPasswordUnsupportedMediaType) IsClientError

func (o *PostUserPasswordUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post user password unsupported media type response has a 4xx status code

func (*PostUserPasswordUnsupportedMediaType) IsCode

IsCode returns true when this post user password unsupported media type response a status code equal to that given

func (*PostUserPasswordUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post user password unsupported media type response has a 3xx status code

func (*PostUserPasswordUnsupportedMediaType) IsServerError

func (o *PostUserPasswordUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post user password unsupported media type response has a 5xx status code

func (*PostUserPasswordUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post user password unsupported media type response has a 2xx status code

func (*PostUserPasswordUnsupportedMediaType) String

type PostUserRoutinglanguagesBadRequest

type PostUserRoutinglanguagesBadRequest struct {
	Payload *models.ErrorBody
}

PostUserRoutinglanguagesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostUserRoutinglanguagesBadRequest

func NewPostUserRoutinglanguagesBadRequest() *PostUserRoutinglanguagesBadRequest

NewPostUserRoutinglanguagesBadRequest creates a PostUserRoutinglanguagesBadRequest with default headers values

func (*PostUserRoutinglanguagesBadRequest) Error

func (*PostUserRoutinglanguagesBadRequest) GetPayload

func (*PostUserRoutinglanguagesBadRequest) IsClientError

func (o *PostUserRoutinglanguagesBadRequest) IsClientError() bool

IsClientError returns true when this post user routinglanguages bad request response has a 4xx status code

func (*PostUserRoutinglanguagesBadRequest) IsCode

IsCode returns true when this post user routinglanguages bad request response a status code equal to that given

func (*PostUserRoutinglanguagesBadRequest) IsRedirect

func (o *PostUserRoutinglanguagesBadRequest) IsRedirect() bool

IsRedirect returns true when this post user routinglanguages bad request response has a 3xx status code

func (*PostUserRoutinglanguagesBadRequest) IsServerError

func (o *PostUserRoutinglanguagesBadRequest) IsServerError() bool

IsServerError returns true when this post user routinglanguages bad request response has a 5xx status code

func (*PostUserRoutinglanguagesBadRequest) IsSuccess

IsSuccess returns true when this post user routinglanguages bad request response has a 2xx status code

func (*PostUserRoutinglanguagesBadRequest) String

type PostUserRoutinglanguagesForbidden

type PostUserRoutinglanguagesForbidden struct {
	Payload *models.ErrorBody
}

PostUserRoutinglanguagesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostUserRoutinglanguagesForbidden

func NewPostUserRoutinglanguagesForbidden() *PostUserRoutinglanguagesForbidden

NewPostUserRoutinglanguagesForbidden creates a PostUserRoutinglanguagesForbidden with default headers values

func (*PostUserRoutinglanguagesForbidden) Error

func (*PostUserRoutinglanguagesForbidden) GetPayload

func (*PostUserRoutinglanguagesForbidden) IsClientError

func (o *PostUserRoutinglanguagesForbidden) IsClientError() bool

IsClientError returns true when this post user routinglanguages forbidden response has a 4xx status code

func (*PostUserRoutinglanguagesForbidden) IsCode

func (o *PostUserRoutinglanguagesForbidden) IsCode(code int) bool

IsCode returns true when this post user routinglanguages forbidden response a status code equal to that given

func (*PostUserRoutinglanguagesForbidden) IsRedirect

func (o *PostUserRoutinglanguagesForbidden) IsRedirect() bool

IsRedirect returns true when this post user routinglanguages forbidden response has a 3xx status code

func (*PostUserRoutinglanguagesForbidden) IsServerError

func (o *PostUserRoutinglanguagesForbidden) IsServerError() bool

IsServerError returns true when this post user routinglanguages forbidden response has a 5xx status code

func (*PostUserRoutinglanguagesForbidden) IsSuccess

func (o *PostUserRoutinglanguagesForbidden) IsSuccess() bool

IsSuccess returns true when this post user routinglanguages forbidden response has a 2xx status code

func (*PostUserRoutinglanguagesForbidden) String

type PostUserRoutinglanguagesGatewayTimeout

type PostUserRoutinglanguagesGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostUserRoutinglanguagesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostUserRoutinglanguagesGatewayTimeout

func NewPostUserRoutinglanguagesGatewayTimeout() *PostUserRoutinglanguagesGatewayTimeout

NewPostUserRoutinglanguagesGatewayTimeout creates a PostUserRoutinglanguagesGatewayTimeout with default headers values

func (*PostUserRoutinglanguagesGatewayTimeout) Error

func (*PostUserRoutinglanguagesGatewayTimeout) GetPayload

func (*PostUserRoutinglanguagesGatewayTimeout) IsClientError

func (o *PostUserRoutinglanguagesGatewayTimeout) IsClientError() bool

IsClientError returns true when this post user routinglanguages gateway timeout response has a 4xx status code

func (*PostUserRoutinglanguagesGatewayTimeout) IsCode

IsCode returns true when this post user routinglanguages gateway timeout response a status code equal to that given

func (*PostUserRoutinglanguagesGatewayTimeout) IsRedirect

IsRedirect returns true when this post user routinglanguages gateway timeout response has a 3xx status code

func (*PostUserRoutinglanguagesGatewayTimeout) IsServerError

func (o *PostUserRoutinglanguagesGatewayTimeout) IsServerError() bool

IsServerError returns true when this post user routinglanguages gateway timeout response has a 5xx status code

func (*PostUserRoutinglanguagesGatewayTimeout) IsSuccess

IsSuccess returns true when this post user routinglanguages gateway timeout response has a 2xx status code

func (*PostUserRoutinglanguagesGatewayTimeout) String

type PostUserRoutinglanguagesInternalServerError

type PostUserRoutinglanguagesInternalServerError struct {
	Payload *models.ErrorBody
}

PostUserRoutinglanguagesInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostUserRoutinglanguagesInternalServerError

func NewPostUserRoutinglanguagesInternalServerError() *PostUserRoutinglanguagesInternalServerError

NewPostUserRoutinglanguagesInternalServerError creates a PostUserRoutinglanguagesInternalServerError with default headers values

func (*PostUserRoutinglanguagesInternalServerError) Error

func (*PostUserRoutinglanguagesInternalServerError) GetPayload

func (*PostUserRoutinglanguagesInternalServerError) IsClientError

IsClientError returns true when this post user routinglanguages internal server error response has a 4xx status code

func (*PostUserRoutinglanguagesInternalServerError) IsCode

IsCode returns true when this post user routinglanguages internal server error response a status code equal to that given

func (*PostUserRoutinglanguagesInternalServerError) IsRedirect

IsRedirect returns true when this post user routinglanguages internal server error response has a 3xx status code

func (*PostUserRoutinglanguagesInternalServerError) IsServerError

IsServerError returns true when this post user routinglanguages internal server error response has a 5xx status code

func (*PostUserRoutinglanguagesInternalServerError) IsSuccess

IsSuccess returns true when this post user routinglanguages internal server error response has a 2xx status code

func (*PostUserRoutinglanguagesInternalServerError) String

type PostUserRoutinglanguagesNotFound

type PostUserRoutinglanguagesNotFound struct {
	Payload *models.ErrorBody
}

PostUserRoutinglanguagesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostUserRoutinglanguagesNotFound

func NewPostUserRoutinglanguagesNotFound() *PostUserRoutinglanguagesNotFound

NewPostUserRoutinglanguagesNotFound creates a PostUserRoutinglanguagesNotFound with default headers values

func (*PostUserRoutinglanguagesNotFound) Error

func (*PostUserRoutinglanguagesNotFound) GetPayload

func (*PostUserRoutinglanguagesNotFound) IsClientError

func (o *PostUserRoutinglanguagesNotFound) IsClientError() bool

IsClientError returns true when this post user routinglanguages not found response has a 4xx status code

func (*PostUserRoutinglanguagesNotFound) IsCode

func (o *PostUserRoutinglanguagesNotFound) IsCode(code int) bool

IsCode returns true when this post user routinglanguages not found response a status code equal to that given

func (*PostUserRoutinglanguagesNotFound) IsRedirect

func (o *PostUserRoutinglanguagesNotFound) IsRedirect() bool

IsRedirect returns true when this post user routinglanguages not found response has a 3xx status code

func (*PostUserRoutinglanguagesNotFound) IsServerError

func (o *PostUserRoutinglanguagesNotFound) IsServerError() bool

IsServerError returns true when this post user routinglanguages not found response has a 5xx status code

func (*PostUserRoutinglanguagesNotFound) IsSuccess

func (o *PostUserRoutinglanguagesNotFound) IsSuccess() bool

IsSuccess returns true when this post user routinglanguages not found response has a 2xx status code

func (*PostUserRoutinglanguagesNotFound) String

type PostUserRoutinglanguagesOK

type PostUserRoutinglanguagesOK struct {
	Payload *models.UserRoutingLanguage
}

PostUserRoutinglanguagesOK describes a response with status code 200, with default header values.

successful operation

func NewPostUserRoutinglanguagesOK

func NewPostUserRoutinglanguagesOK() *PostUserRoutinglanguagesOK

NewPostUserRoutinglanguagesOK creates a PostUserRoutinglanguagesOK with default headers values

func (*PostUserRoutinglanguagesOK) Error

func (*PostUserRoutinglanguagesOK) GetPayload

func (*PostUserRoutinglanguagesOK) IsClientError

func (o *PostUserRoutinglanguagesOK) IsClientError() bool

IsClientError returns true when this post user routinglanguages o k response has a 4xx status code

func (*PostUserRoutinglanguagesOK) IsCode

func (o *PostUserRoutinglanguagesOK) IsCode(code int) bool

IsCode returns true when this post user routinglanguages o k response a status code equal to that given

func (*PostUserRoutinglanguagesOK) IsRedirect

func (o *PostUserRoutinglanguagesOK) IsRedirect() bool

IsRedirect returns true when this post user routinglanguages o k response has a 3xx status code

func (*PostUserRoutinglanguagesOK) IsServerError

func (o *PostUserRoutinglanguagesOK) IsServerError() bool

IsServerError returns true when this post user routinglanguages o k response has a 5xx status code

func (*PostUserRoutinglanguagesOK) IsSuccess

func (o *PostUserRoutinglanguagesOK) IsSuccess() bool

IsSuccess returns true when this post user routinglanguages o k response has a 2xx status code

func (*PostUserRoutinglanguagesOK) String

func (o *PostUserRoutinglanguagesOK) String() string

type PostUserRoutinglanguagesParams

type PostUserRoutinglanguagesParams struct {

	/* Body.

	   Language
	*/
	Body *models.UserRoutingLanguagePost

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostUserRoutinglanguagesParams contains all the parameters to send to the API endpoint

for the post user routinglanguages operation.

Typically these are written to a http.Request.

func NewPostUserRoutinglanguagesParams

func NewPostUserRoutinglanguagesParams() *PostUserRoutinglanguagesParams

NewPostUserRoutinglanguagesParams creates a new PostUserRoutinglanguagesParams 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 NewPostUserRoutinglanguagesParamsWithContext

func NewPostUserRoutinglanguagesParamsWithContext(ctx context.Context) *PostUserRoutinglanguagesParams

NewPostUserRoutinglanguagesParamsWithContext creates a new PostUserRoutinglanguagesParams object with the ability to set a context for a request.

func NewPostUserRoutinglanguagesParamsWithHTTPClient

func NewPostUserRoutinglanguagesParamsWithHTTPClient(client *http.Client) *PostUserRoutinglanguagesParams

NewPostUserRoutinglanguagesParamsWithHTTPClient creates a new PostUserRoutinglanguagesParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserRoutinglanguagesParamsWithTimeout

func NewPostUserRoutinglanguagesParamsWithTimeout(timeout time.Duration) *PostUserRoutinglanguagesParams

NewPostUserRoutinglanguagesParamsWithTimeout creates a new PostUserRoutinglanguagesParams object with the ability to set a timeout on a request.

func (*PostUserRoutinglanguagesParams) SetBody

SetBody adds the body to the post user routinglanguages params

func (*PostUserRoutinglanguagesParams) SetContext

func (o *PostUserRoutinglanguagesParams) SetContext(ctx context.Context)

SetContext adds the context to the post user routinglanguages params

func (*PostUserRoutinglanguagesParams) SetDefaults

func (o *PostUserRoutinglanguagesParams) SetDefaults()

SetDefaults hydrates default values in the post user routinglanguages params (not the query body).

All values with no default are reset to their zero value.

func (*PostUserRoutinglanguagesParams) SetHTTPClient

func (o *PostUserRoutinglanguagesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post user routinglanguages params

func (*PostUserRoutinglanguagesParams) SetTimeout

func (o *PostUserRoutinglanguagesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post user routinglanguages params

func (*PostUserRoutinglanguagesParams) SetUserID

func (o *PostUserRoutinglanguagesParams) SetUserID(userID string)

SetUserID adds the userId to the post user routinglanguages params

func (*PostUserRoutinglanguagesParams) WithBody

WithBody adds the body to the post user routinglanguages params

func (*PostUserRoutinglanguagesParams) WithContext

WithContext adds the context to the post user routinglanguages params

func (*PostUserRoutinglanguagesParams) WithDefaults

WithDefaults hydrates default values in the post user routinglanguages params (not the query body).

All values with no default are reset to their zero value.

func (*PostUserRoutinglanguagesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post user routinglanguages params

func (*PostUserRoutinglanguagesParams) WithTimeout

WithTimeout adds the timeout to the post user routinglanguages params

func (*PostUserRoutinglanguagesParams) WithUserID

WithUserID adds the userID to the post user routinglanguages params

func (*PostUserRoutinglanguagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUserRoutinglanguagesReader

type PostUserRoutinglanguagesReader struct {
	// contains filtered or unexported fields
}

PostUserRoutinglanguagesReader is a Reader for the PostUserRoutinglanguages structure.

func (*PostUserRoutinglanguagesReader) ReadResponse

func (o *PostUserRoutinglanguagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostUserRoutinglanguagesRequestEntityTooLarge

type PostUserRoutinglanguagesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostUserRoutinglanguagesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostUserRoutinglanguagesRequestEntityTooLarge

func NewPostUserRoutinglanguagesRequestEntityTooLarge() *PostUserRoutinglanguagesRequestEntityTooLarge

NewPostUserRoutinglanguagesRequestEntityTooLarge creates a PostUserRoutinglanguagesRequestEntityTooLarge with default headers values

func (*PostUserRoutinglanguagesRequestEntityTooLarge) Error

func (*PostUserRoutinglanguagesRequestEntityTooLarge) GetPayload

func (*PostUserRoutinglanguagesRequestEntityTooLarge) IsClientError

IsClientError returns true when this post user routinglanguages request entity too large response has a 4xx status code

func (*PostUserRoutinglanguagesRequestEntityTooLarge) IsCode

IsCode returns true when this post user routinglanguages request entity too large response a status code equal to that given

func (*PostUserRoutinglanguagesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post user routinglanguages request entity too large response has a 3xx status code

func (*PostUserRoutinglanguagesRequestEntityTooLarge) IsServerError

IsServerError returns true when this post user routinglanguages request entity too large response has a 5xx status code

func (*PostUserRoutinglanguagesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post user routinglanguages request entity too large response has a 2xx status code

func (*PostUserRoutinglanguagesRequestEntityTooLarge) String

type PostUserRoutinglanguagesRequestTimeout

type PostUserRoutinglanguagesRequestTimeout struct {
	Payload *models.ErrorBody
}

PostUserRoutinglanguagesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostUserRoutinglanguagesRequestTimeout

func NewPostUserRoutinglanguagesRequestTimeout() *PostUserRoutinglanguagesRequestTimeout

NewPostUserRoutinglanguagesRequestTimeout creates a PostUserRoutinglanguagesRequestTimeout with default headers values

func (*PostUserRoutinglanguagesRequestTimeout) Error

func (*PostUserRoutinglanguagesRequestTimeout) GetPayload

func (*PostUserRoutinglanguagesRequestTimeout) IsClientError

func (o *PostUserRoutinglanguagesRequestTimeout) IsClientError() bool

IsClientError returns true when this post user routinglanguages request timeout response has a 4xx status code

func (*PostUserRoutinglanguagesRequestTimeout) IsCode

IsCode returns true when this post user routinglanguages request timeout response a status code equal to that given

func (*PostUserRoutinglanguagesRequestTimeout) IsRedirect

IsRedirect returns true when this post user routinglanguages request timeout response has a 3xx status code

func (*PostUserRoutinglanguagesRequestTimeout) IsServerError

func (o *PostUserRoutinglanguagesRequestTimeout) IsServerError() bool

IsServerError returns true when this post user routinglanguages request timeout response has a 5xx status code

func (*PostUserRoutinglanguagesRequestTimeout) IsSuccess

IsSuccess returns true when this post user routinglanguages request timeout response has a 2xx status code

func (*PostUserRoutinglanguagesRequestTimeout) String

type PostUserRoutinglanguagesServiceUnavailable

type PostUserRoutinglanguagesServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostUserRoutinglanguagesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostUserRoutinglanguagesServiceUnavailable

func NewPostUserRoutinglanguagesServiceUnavailable() *PostUserRoutinglanguagesServiceUnavailable

NewPostUserRoutinglanguagesServiceUnavailable creates a PostUserRoutinglanguagesServiceUnavailable with default headers values

func (*PostUserRoutinglanguagesServiceUnavailable) Error

func (*PostUserRoutinglanguagesServiceUnavailable) GetPayload

func (*PostUserRoutinglanguagesServiceUnavailable) IsClientError

IsClientError returns true when this post user routinglanguages service unavailable response has a 4xx status code

func (*PostUserRoutinglanguagesServiceUnavailable) IsCode

IsCode returns true when this post user routinglanguages service unavailable response a status code equal to that given

func (*PostUserRoutinglanguagesServiceUnavailable) IsRedirect

IsRedirect returns true when this post user routinglanguages service unavailable response has a 3xx status code

func (*PostUserRoutinglanguagesServiceUnavailable) IsServerError

IsServerError returns true when this post user routinglanguages service unavailable response has a 5xx status code

func (*PostUserRoutinglanguagesServiceUnavailable) IsSuccess

IsSuccess returns true when this post user routinglanguages service unavailable response has a 2xx status code

func (*PostUserRoutinglanguagesServiceUnavailable) String

type PostUserRoutinglanguagesTooManyRequests

type PostUserRoutinglanguagesTooManyRequests struct {
	Payload *models.ErrorBody
}

PostUserRoutinglanguagesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostUserRoutinglanguagesTooManyRequests

func NewPostUserRoutinglanguagesTooManyRequests() *PostUserRoutinglanguagesTooManyRequests

NewPostUserRoutinglanguagesTooManyRequests creates a PostUserRoutinglanguagesTooManyRequests with default headers values

func (*PostUserRoutinglanguagesTooManyRequests) Error

func (*PostUserRoutinglanguagesTooManyRequests) GetPayload

func (*PostUserRoutinglanguagesTooManyRequests) IsClientError

func (o *PostUserRoutinglanguagesTooManyRequests) IsClientError() bool

IsClientError returns true when this post user routinglanguages too many requests response has a 4xx status code

func (*PostUserRoutinglanguagesTooManyRequests) IsCode

IsCode returns true when this post user routinglanguages too many requests response a status code equal to that given

func (*PostUserRoutinglanguagesTooManyRequests) IsRedirect

IsRedirect returns true when this post user routinglanguages too many requests response has a 3xx status code

func (*PostUserRoutinglanguagesTooManyRequests) IsServerError

func (o *PostUserRoutinglanguagesTooManyRequests) IsServerError() bool

IsServerError returns true when this post user routinglanguages too many requests response has a 5xx status code

func (*PostUserRoutinglanguagesTooManyRequests) IsSuccess

IsSuccess returns true when this post user routinglanguages too many requests response has a 2xx status code

func (*PostUserRoutinglanguagesTooManyRequests) String

type PostUserRoutinglanguagesUnauthorized

type PostUserRoutinglanguagesUnauthorized struct {
	Payload *models.ErrorBody
}

PostUserRoutinglanguagesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostUserRoutinglanguagesUnauthorized

func NewPostUserRoutinglanguagesUnauthorized() *PostUserRoutinglanguagesUnauthorized

NewPostUserRoutinglanguagesUnauthorized creates a PostUserRoutinglanguagesUnauthorized with default headers values

func (*PostUserRoutinglanguagesUnauthorized) Error

func (*PostUserRoutinglanguagesUnauthorized) GetPayload

func (*PostUserRoutinglanguagesUnauthorized) IsClientError

func (o *PostUserRoutinglanguagesUnauthorized) IsClientError() bool

IsClientError returns true when this post user routinglanguages unauthorized response has a 4xx status code

func (*PostUserRoutinglanguagesUnauthorized) IsCode

IsCode returns true when this post user routinglanguages unauthorized response a status code equal to that given

func (*PostUserRoutinglanguagesUnauthorized) IsRedirect

IsRedirect returns true when this post user routinglanguages unauthorized response has a 3xx status code

func (*PostUserRoutinglanguagesUnauthorized) IsServerError

func (o *PostUserRoutinglanguagesUnauthorized) IsServerError() bool

IsServerError returns true when this post user routinglanguages unauthorized response has a 5xx status code

func (*PostUserRoutinglanguagesUnauthorized) IsSuccess

IsSuccess returns true when this post user routinglanguages unauthorized response has a 2xx status code

func (*PostUserRoutinglanguagesUnauthorized) String

type PostUserRoutinglanguagesUnsupportedMediaType

type PostUserRoutinglanguagesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostUserRoutinglanguagesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostUserRoutinglanguagesUnsupportedMediaType

func NewPostUserRoutinglanguagesUnsupportedMediaType() *PostUserRoutinglanguagesUnsupportedMediaType

NewPostUserRoutinglanguagesUnsupportedMediaType creates a PostUserRoutinglanguagesUnsupportedMediaType with default headers values

func (*PostUserRoutinglanguagesUnsupportedMediaType) Error

func (*PostUserRoutinglanguagesUnsupportedMediaType) GetPayload

func (*PostUserRoutinglanguagesUnsupportedMediaType) IsClientError

IsClientError returns true when this post user routinglanguages unsupported media type response has a 4xx status code

func (*PostUserRoutinglanguagesUnsupportedMediaType) IsCode

IsCode returns true when this post user routinglanguages unsupported media type response a status code equal to that given

func (*PostUserRoutinglanguagesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post user routinglanguages unsupported media type response has a 3xx status code

func (*PostUserRoutinglanguagesUnsupportedMediaType) IsServerError

IsServerError returns true when this post user routinglanguages unsupported media type response has a 5xx status code

func (*PostUserRoutinglanguagesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post user routinglanguages unsupported media type response has a 2xx status code

func (*PostUserRoutinglanguagesUnsupportedMediaType) String

type PostUserRoutingskillsBadRequest

type PostUserRoutingskillsBadRequest struct {
	Payload *models.ErrorBody
}

PostUserRoutingskillsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostUserRoutingskillsBadRequest

func NewPostUserRoutingskillsBadRequest() *PostUserRoutingskillsBadRequest

NewPostUserRoutingskillsBadRequest creates a PostUserRoutingskillsBadRequest with default headers values

func (*PostUserRoutingskillsBadRequest) Error

func (*PostUserRoutingskillsBadRequest) GetPayload

func (*PostUserRoutingskillsBadRequest) IsClientError

func (o *PostUserRoutingskillsBadRequest) IsClientError() bool

IsClientError returns true when this post user routingskills bad request response has a 4xx status code

func (*PostUserRoutingskillsBadRequest) IsCode

func (o *PostUserRoutingskillsBadRequest) IsCode(code int) bool

IsCode returns true when this post user routingskills bad request response a status code equal to that given

func (*PostUserRoutingskillsBadRequest) IsRedirect

func (o *PostUserRoutingskillsBadRequest) IsRedirect() bool

IsRedirect returns true when this post user routingskills bad request response has a 3xx status code

func (*PostUserRoutingskillsBadRequest) IsServerError

func (o *PostUserRoutingskillsBadRequest) IsServerError() bool

IsServerError returns true when this post user routingskills bad request response has a 5xx status code

func (*PostUserRoutingskillsBadRequest) IsSuccess

func (o *PostUserRoutingskillsBadRequest) IsSuccess() bool

IsSuccess returns true when this post user routingskills bad request response has a 2xx status code

func (*PostUserRoutingskillsBadRequest) String

type PostUserRoutingskillsForbidden

type PostUserRoutingskillsForbidden struct {
	Payload *models.ErrorBody
}

PostUserRoutingskillsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostUserRoutingskillsForbidden

func NewPostUserRoutingskillsForbidden() *PostUserRoutingskillsForbidden

NewPostUserRoutingskillsForbidden creates a PostUserRoutingskillsForbidden with default headers values

func (*PostUserRoutingskillsForbidden) Error

func (*PostUserRoutingskillsForbidden) GetPayload

func (*PostUserRoutingskillsForbidden) IsClientError

func (o *PostUserRoutingskillsForbidden) IsClientError() bool

IsClientError returns true when this post user routingskills forbidden response has a 4xx status code

func (*PostUserRoutingskillsForbidden) IsCode

func (o *PostUserRoutingskillsForbidden) IsCode(code int) bool

IsCode returns true when this post user routingskills forbidden response a status code equal to that given

func (*PostUserRoutingskillsForbidden) IsRedirect

func (o *PostUserRoutingskillsForbidden) IsRedirect() bool

IsRedirect returns true when this post user routingskills forbidden response has a 3xx status code

func (*PostUserRoutingskillsForbidden) IsServerError

func (o *PostUserRoutingskillsForbidden) IsServerError() bool

IsServerError returns true when this post user routingskills forbidden response has a 5xx status code

func (*PostUserRoutingskillsForbidden) IsSuccess

func (o *PostUserRoutingskillsForbidden) IsSuccess() bool

IsSuccess returns true when this post user routingskills forbidden response has a 2xx status code

func (*PostUserRoutingskillsForbidden) String

type PostUserRoutingskillsGatewayTimeout

type PostUserRoutingskillsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostUserRoutingskillsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostUserRoutingskillsGatewayTimeout

func NewPostUserRoutingskillsGatewayTimeout() *PostUserRoutingskillsGatewayTimeout

NewPostUserRoutingskillsGatewayTimeout creates a PostUserRoutingskillsGatewayTimeout with default headers values

func (*PostUserRoutingskillsGatewayTimeout) Error

func (*PostUserRoutingskillsGatewayTimeout) GetPayload

func (*PostUserRoutingskillsGatewayTimeout) IsClientError

func (o *PostUserRoutingskillsGatewayTimeout) IsClientError() bool

IsClientError returns true when this post user routingskills gateway timeout response has a 4xx status code

func (*PostUserRoutingskillsGatewayTimeout) IsCode

IsCode returns true when this post user routingskills gateway timeout response a status code equal to that given

func (*PostUserRoutingskillsGatewayTimeout) IsRedirect

func (o *PostUserRoutingskillsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post user routingskills gateway timeout response has a 3xx status code

func (*PostUserRoutingskillsGatewayTimeout) IsServerError

func (o *PostUserRoutingskillsGatewayTimeout) IsServerError() bool

IsServerError returns true when this post user routingskills gateway timeout response has a 5xx status code

func (*PostUserRoutingskillsGatewayTimeout) IsSuccess

IsSuccess returns true when this post user routingskills gateway timeout response has a 2xx status code

func (*PostUserRoutingskillsGatewayTimeout) String

type PostUserRoutingskillsInternalServerError

type PostUserRoutingskillsInternalServerError struct {
	Payload *models.ErrorBody
}

PostUserRoutingskillsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostUserRoutingskillsInternalServerError

func NewPostUserRoutingskillsInternalServerError() *PostUserRoutingskillsInternalServerError

NewPostUserRoutingskillsInternalServerError creates a PostUserRoutingskillsInternalServerError with default headers values

func (*PostUserRoutingskillsInternalServerError) Error

func (*PostUserRoutingskillsInternalServerError) GetPayload

func (*PostUserRoutingskillsInternalServerError) IsClientError

IsClientError returns true when this post user routingskills internal server error response has a 4xx status code

func (*PostUserRoutingskillsInternalServerError) IsCode

IsCode returns true when this post user routingskills internal server error response a status code equal to that given

func (*PostUserRoutingskillsInternalServerError) IsRedirect

IsRedirect returns true when this post user routingskills internal server error response has a 3xx status code

func (*PostUserRoutingskillsInternalServerError) IsServerError

IsServerError returns true when this post user routingskills internal server error response has a 5xx status code

func (*PostUserRoutingskillsInternalServerError) IsSuccess

IsSuccess returns true when this post user routingskills internal server error response has a 2xx status code

func (*PostUserRoutingskillsInternalServerError) String

type PostUserRoutingskillsNotFound

type PostUserRoutingskillsNotFound struct {
	Payload *models.ErrorBody
}

PostUserRoutingskillsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostUserRoutingskillsNotFound

func NewPostUserRoutingskillsNotFound() *PostUserRoutingskillsNotFound

NewPostUserRoutingskillsNotFound creates a PostUserRoutingskillsNotFound with default headers values

func (*PostUserRoutingskillsNotFound) Error

func (*PostUserRoutingskillsNotFound) GetPayload

func (*PostUserRoutingskillsNotFound) IsClientError

func (o *PostUserRoutingskillsNotFound) IsClientError() bool

IsClientError returns true when this post user routingskills not found response has a 4xx status code

func (*PostUserRoutingskillsNotFound) IsCode

func (o *PostUserRoutingskillsNotFound) IsCode(code int) bool

IsCode returns true when this post user routingskills not found response a status code equal to that given

func (*PostUserRoutingskillsNotFound) IsRedirect

func (o *PostUserRoutingskillsNotFound) IsRedirect() bool

IsRedirect returns true when this post user routingskills not found response has a 3xx status code

func (*PostUserRoutingskillsNotFound) IsServerError

func (o *PostUserRoutingskillsNotFound) IsServerError() bool

IsServerError returns true when this post user routingskills not found response has a 5xx status code

func (*PostUserRoutingskillsNotFound) IsSuccess

func (o *PostUserRoutingskillsNotFound) IsSuccess() bool

IsSuccess returns true when this post user routingskills not found response has a 2xx status code

func (*PostUserRoutingskillsNotFound) String

type PostUserRoutingskillsOK

type PostUserRoutingskillsOK struct {
	Payload *models.UserRoutingSkill
}

PostUserRoutingskillsOK describes a response with status code 200, with default header values.

successful operation

func NewPostUserRoutingskillsOK

func NewPostUserRoutingskillsOK() *PostUserRoutingskillsOK

NewPostUserRoutingskillsOK creates a PostUserRoutingskillsOK with default headers values

func (*PostUserRoutingskillsOK) Error

func (o *PostUserRoutingskillsOK) Error() string

func (*PostUserRoutingskillsOK) GetPayload

func (*PostUserRoutingskillsOK) IsClientError

func (o *PostUserRoutingskillsOK) IsClientError() bool

IsClientError returns true when this post user routingskills o k response has a 4xx status code

func (*PostUserRoutingskillsOK) IsCode

func (o *PostUserRoutingskillsOK) IsCode(code int) bool

IsCode returns true when this post user routingskills o k response a status code equal to that given

func (*PostUserRoutingskillsOK) IsRedirect

func (o *PostUserRoutingskillsOK) IsRedirect() bool

IsRedirect returns true when this post user routingskills o k response has a 3xx status code

func (*PostUserRoutingskillsOK) IsServerError

func (o *PostUserRoutingskillsOK) IsServerError() bool

IsServerError returns true when this post user routingskills o k response has a 5xx status code

func (*PostUserRoutingskillsOK) IsSuccess

func (o *PostUserRoutingskillsOK) IsSuccess() bool

IsSuccess returns true when this post user routingskills o k response has a 2xx status code

func (*PostUserRoutingskillsOK) String

func (o *PostUserRoutingskillsOK) String() string

type PostUserRoutingskillsParams

type PostUserRoutingskillsParams struct {

	/* Body.

	   Skill
	*/
	Body *models.UserRoutingSkillPost

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostUserRoutingskillsParams contains all the parameters to send to the API endpoint

for the post user routingskills operation.

Typically these are written to a http.Request.

func NewPostUserRoutingskillsParams

func NewPostUserRoutingskillsParams() *PostUserRoutingskillsParams

NewPostUserRoutingskillsParams creates a new PostUserRoutingskillsParams 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 NewPostUserRoutingskillsParamsWithContext

func NewPostUserRoutingskillsParamsWithContext(ctx context.Context) *PostUserRoutingskillsParams

NewPostUserRoutingskillsParamsWithContext creates a new PostUserRoutingskillsParams object with the ability to set a context for a request.

func NewPostUserRoutingskillsParamsWithHTTPClient

func NewPostUserRoutingskillsParamsWithHTTPClient(client *http.Client) *PostUserRoutingskillsParams

NewPostUserRoutingskillsParamsWithHTTPClient creates a new PostUserRoutingskillsParams object with the ability to set a custom HTTPClient for a request.

func NewPostUserRoutingskillsParamsWithTimeout

func NewPostUserRoutingskillsParamsWithTimeout(timeout time.Duration) *PostUserRoutingskillsParams

NewPostUserRoutingskillsParamsWithTimeout creates a new PostUserRoutingskillsParams object with the ability to set a timeout on a request.

func (*PostUserRoutingskillsParams) SetBody

SetBody adds the body to the post user routingskills params

func (*PostUserRoutingskillsParams) SetContext

func (o *PostUserRoutingskillsParams) SetContext(ctx context.Context)

SetContext adds the context to the post user routingskills params

func (*PostUserRoutingskillsParams) SetDefaults

func (o *PostUserRoutingskillsParams) SetDefaults()

SetDefaults hydrates default values in the post user routingskills params (not the query body).

All values with no default are reset to their zero value.

func (*PostUserRoutingskillsParams) SetHTTPClient

func (o *PostUserRoutingskillsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post user routingskills params

func (*PostUserRoutingskillsParams) SetTimeout

func (o *PostUserRoutingskillsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post user routingskills params

func (*PostUserRoutingskillsParams) SetUserID

func (o *PostUserRoutingskillsParams) SetUserID(userID string)

SetUserID adds the userId to the post user routingskills params

func (*PostUserRoutingskillsParams) WithBody

WithBody adds the body to the post user routingskills params

func (*PostUserRoutingskillsParams) WithContext

WithContext adds the context to the post user routingskills params

func (*PostUserRoutingskillsParams) WithDefaults

WithDefaults hydrates default values in the post user routingskills params (not the query body).

All values with no default are reset to their zero value.

func (*PostUserRoutingskillsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post user routingskills params

func (*PostUserRoutingskillsParams) WithTimeout

WithTimeout adds the timeout to the post user routingskills params

func (*PostUserRoutingskillsParams) WithUserID

WithUserID adds the userID to the post user routingskills params

func (*PostUserRoutingskillsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUserRoutingskillsReader

type PostUserRoutingskillsReader struct {
	// contains filtered or unexported fields
}

PostUserRoutingskillsReader is a Reader for the PostUserRoutingskills structure.

func (*PostUserRoutingskillsReader) ReadResponse

func (o *PostUserRoutingskillsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostUserRoutingskillsRequestEntityTooLarge

type PostUserRoutingskillsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostUserRoutingskillsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostUserRoutingskillsRequestEntityTooLarge

func NewPostUserRoutingskillsRequestEntityTooLarge() *PostUserRoutingskillsRequestEntityTooLarge

NewPostUserRoutingskillsRequestEntityTooLarge creates a PostUserRoutingskillsRequestEntityTooLarge with default headers values

func (*PostUserRoutingskillsRequestEntityTooLarge) Error

func (*PostUserRoutingskillsRequestEntityTooLarge) GetPayload

func (*PostUserRoutingskillsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post user routingskills request entity too large response has a 4xx status code

func (*PostUserRoutingskillsRequestEntityTooLarge) IsCode

IsCode returns true when this post user routingskills request entity too large response a status code equal to that given

func (*PostUserRoutingskillsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post user routingskills request entity too large response has a 3xx status code

func (*PostUserRoutingskillsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post user routingskills request entity too large response has a 5xx status code

func (*PostUserRoutingskillsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post user routingskills request entity too large response has a 2xx status code

func (*PostUserRoutingskillsRequestEntityTooLarge) String

type PostUserRoutingskillsRequestTimeout

type PostUserRoutingskillsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostUserRoutingskillsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostUserRoutingskillsRequestTimeout

func NewPostUserRoutingskillsRequestTimeout() *PostUserRoutingskillsRequestTimeout

NewPostUserRoutingskillsRequestTimeout creates a PostUserRoutingskillsRequestTimeout with default headers values

func (*PostUserRoutingskillsRequestTimeout) Error

func (*PostUserRoutingskillsRequestTimeout) GetPayload

func (*PostUserRoutingskillsRequestTimeout) IsClientError

func (o *PostUserRoutingskillsRequestTimeout) IsClientError() bool

IsClientError returns true when this post user routingskills request timeout response has a 4xx status code

func (*PostUserRoutingskillsRequestTimeout) IsCode

IsCode returns true when this post user routingskills request timeout response a status code equal to that given

func (*PostUserRoutingskillsRequestTimeout) IsRedirect

func (o *PostUserRoutingskillsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post user routingskills request timeout response has a 3xx status code

func (*PostUserRoutingskillsRequestTimeout) IsServerError

func (o *PostUserRoutingskillsRequestTimeout) IsServerError() bool

IsServerError returns true when this post user routingskills request timeout response has a 5xx status code

func (*PostUserRoutingskillsRequestTimeout) IsSuccess

IsSuccess returns true when this post user routingskills request timeout response has a 2xx status code

func (*PostUserRoutingskillsRequestTimeout) String

type PostUserRoutingskillsServiceUnavailable

type PostUserRoutingskillsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostUserRoutingskillsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostUserRoutingskillsServiceUnavailable

func NewPostUserRoutingskillsServiceUnavailable() *PostUserRoutingskillsServiceUnavailable

NewPostUserRoutingskillsServiceUnavailable creates a PostUserRoutingskillsServiceUnavailable with default headers values

func (*PostUserRoutingskillsServiceUnavailable) Error

func (*PostUserRoutingskillsServiceUnavailable) GetPayload

func (*PostUserRoutingskillsServiceUnavailable) IsClientError

func (o *PostUserRoutingskillsServiceUnavailable) IsClientError() bool

IsClientError returns true when this post user routingskills service unavailable response has a 4xx status code

func (*PostUserRoutingskillsServiceUnavailable) IsCode

IsCode returns true when this post user routingskills service unavailable response a status code equal to that given

func (*PostUserRoutingskillsServiceUnavailable) IsRedirect

IsRedirect returns true when this post user routingskills service unavailable response has a 3xx status code

func (*PostUserRoutingskillsServiceUnavailable) IsServerError

func (o *PostUserRoutingskillsServiceUnavailable) IsServerError() bool

IsServerError returns true when this post user routingskills service unavailable response has a 5xx status code

func (*PostUserRoutingskillsServiceUnavailable) IsSuccess

IsSuccess returns true when this post user routingskills service unavailable response has a 2xx status code

func (*PostUserRoutingskillsServiceUnavailable) String

type PostUserRoutingskillsTooManyRequests

type PostUserRoutingskillsTooManyRequests struct {
	Payload *models.ErrorBody
}

PostUserRoutingskillsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostUserRoutingskillsTooManyRequests

func NewPostUserRoutingskillsTooManyRequests() *PostUserRoutingskillsTooManyRequests

NewPostUserRoutingskillsTooManyRequests creates a PostUserRoutingskillsTooManyRequests with default headers values

func (*PostUserRoutingskillsTooManyRequests) Error

func (*PostUserRoutingskillsTooManyRequests) GetPayload

func (*PostUserRoutingskillsTooManyRequests) IsClientError

func (o *PostUserRoutingskillsTooManyRequests) IsClientError() bool

IsClientError returns true when this post user routingskills too many requests response has a 4xx status code

func (*PostUserRoutingskillsTooManyRequests) IsCode

IsCode returns true when this post user routingskills too many requests response a status code equal to that given

func (*PostUserRoutingskillsTooManyRequests) IsRedirect

IsRedirect returns true when this post user routingskills too many requests response has a 3xx status code

func (*PostUserRoutingskillsTooManyRequests) IsServerError

func (o *PostUserRoutingskillsTooManyRequests) IsServerError() bool

IsServerError returns true when this post user routingskills too many requests response has a 5xx status code

func (*PostUserRoutingskillsTooManyRequests) IsSuccess

IsSuccess returns true when this post user routingskills too many requests response has a 2xx status code

func (*PostUserRoutingskillsTooManyRequests) String

type PostUserRoutingskillsUnauthorized

type PostUserRoutingskillsUnauthorized struct {
	Payload *models.ErrorBody
}

PostUserRoutingskillsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostUserRoutingskillsUnauthorized

func NewPostUserRoutingskillsUnauthorized() *PostUserRoutingskillsUnauthorized

NewPostUserRoutingskillsUnauthorized creates a PostUserRoutingskillsUnauthorized with default headers values

func (*PostUserRoutingskillsUnauthorized) Error

func (*PostUserRoutingskillsUnauthorized) GetPayload

func (*PostUserRoutingskillsUnauthorized) IsClientError

func (o *PostUserRoutingskillsUnauthorized) IsClientError() bool

IsClientError returns true when this post user routingskills unauthorized response has a 4xx status code

func (*PostUserRoutingskillsUnauthorized) IsCode

func (o *PostUserRoutingskillsUnauthorized) IsCode(code int) bool

IsCode returns true when this post user routingskills unauthorized response a status code equal to that given

func (*PostUserRoutingskillsUnauthorized) IsRedirect

func (o *PostUserRoutingskillsUnauthorized) IsRedirect() bool

IsRedirect returns true when this post user routingskills unauthorized response has a 3xx status code

func (*PostUserRoutingskillsUnauthorized) IsServerError

func (o *PostUserRoutingskillsUnauthorized) IsServerError() bool

IsServerError returns true when this post user routingskills unauthorized response has a 5xx status code

func (*PostUserRoutingskillsUnauthorized) IsSuccess

func (o *PostUserRoutingskillsUnauthorized) IsSuccess() bool

IsSuccess returns true when this post user routingskills unauthorized response has a 2xx status code

func (*PostUserRoutingskillsUnauthorized) String

type PostUserRoutingskillsUnsupportedMediaType

type PostUserRoutingskillsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostUserRoutingskillsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostUserRoutingskillsUnsupportedMediaType

func NewPostUserRoutingskillsUnsupportedMediaType() *PostUserRoutingskillsUnsupportedMediaType

NewPostUserRoutingskillsUnsupportedMediaType creates a PostUserRoutingskillsUnsupportedMediaType with default headers values

func (*PostUserRoutingskillsUnsupportedMediaType) Error

func (*PostUserRoutingskillsUnsupportedMediaType) GetPayload

func (*PostUserRoutingskillsUnsupportedMediaType) IsClientError

IsClientError returns true when this post user routingskills unsupported media type response has a 4xx status code

func (*PostUserRoutingskillsUnsupportedMediaType) IsCode

IsCode returns true when this post user routingskills unsupported media type response a status code equal to that given

func (*PostUserRoutingskillsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post user routingskills unsupported media type response has a 3xx status code

func (*PostUserRoutingskillsUnsupportedMediaType) IsServerError

IsServerError returns true when this post user routingskills unsupported media type response has a 5xx status code

func (*PostUserRoutingskillsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post user routingskills unsupported media type response has a 2xx status code

func (*PostUserRoutingskillsUnsupportedMediaType) String

type PostUsersBadRequest

type PostUsersBadRequest struct {
	Payload *models.ErrorBody
}

PostUsersBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostUsersBadRequest

func NewPostUsersBadRequest() *PostUsersBadRequest

NewPostUsersBadRequest creates a PostUsersBadRequest with default headers values

func (*PostUsersBadRequest) Error

func (o *PostUsersBadRequest) Error() string

func (*PostUsersBadRequest) GetPayload

func (o *PostUsersBadRequest) GetPayload() *models.ErrorBody

func (*PostUsersBadRequest) IsClientError

func (o *PostUsersBadRequest) IsClientError() bool

IsClientError returns true when this post users bad request response has a 4xx status code

func (*PostUsersBadRequest) IsCode

func (o *PostUsersBadRequest) IsCode(code int) bool

IsCode returns true when this post users bad request response a status code equal to that given

func (*PostUsersBadRequest) IsRedirect

func (o *PostUsersBadRequest) IsRedirect() bool

IsRedirect returns true when this post users bad request response has a 3xx status code

func (*PostUsersBadRequest) IsServerError

func (o *PostUsersBadRequest) IsServerError() bool

IsServerError returns true when this post users bad request response has a 5xx status code

func (*PostUsersBadRequest) IsSuccess

func (o *PostUsersBadRequest) IsSuccess() bool

IsSuccess returns true when this post users bad request response has a 2xx status code

func (*PostUsersBadRequest) String

func (o *PostUsersBadRequest) String() string

type PostUsersConflict

type PostUsersConflict struct {
	Payload *models.ErrorBody
}

PostUsersConflict describes a response with status code 409, with default header values.

Conflict

func NewPostUsersConflict

func NewPostUsersConflict() *PostUsersConflict

NewPostUsersConflict creates a PostUsersConflict with default headers values

func (*PostUsersConflict) Error

func (o *PostUsersConflict) Error() string

func (*PostUsersConflict) GetPayload

func (o *PostUsersConflict) GetPayload() *models.ErrorBody

func (*PostUsersConflict) IsClientError

func (o *PostUsersConflict) IsClientError() bool

IsClientError returns true when this post users conflict response has a 4xx status code

func (*PostUsersConflict) IsCode

func (o *PostUsersConflict) IsCode(code int) bool

IsCode returns true when this post users conflict response a status code equal to that given

func (*PostUsersConflict) IsRedirect

func (o *PostUsersConflict) IsRedirect() bool

IsRedirect returns true when this post users conflict response has a 3xx status code

func (*PostUsersConflict) IsServerError

func (o *PostUsersConflict) IsServerError() bool

IsServerError returns true when this post users conflict response has a 5xx status code

func (*PostUsersConflict) IsSuccess

func (o *PostUsersConflict) IsSuccess() bool

IsSuccess returns true when this post users conflict response has a 2xx status code

func (*PostUsersConflict) String

func (o *PostUsersConflict) String() string

type PostUsersDevelopmentActivitiesAggregatesQueryBadRequest

type PostUsersDevelopmentActivitiesAggregatesQueryBadRequest struct {
	Payload *models.ErrorBody
}

PostUsersDevelopmentActivitiesAggregatesQueryBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostUsersDevelopmentActivitiesAggregatesQueryBadRequest

func NewPostUsersDevelopmentActivitiesAggregatesQueryBadRequest() *PostUsersDevelopmentActivitiesAggregatesQueryBadRequest

NewPostUsersDevelopmentActivitiesAggregatesQueryBadRequest creates a PostUsersDevelopmentActivitiesAggregatesQueryBadRequest with default headers values

func (*PostUsersDevelopmentActivitiesAggregatesQueryBadRequest) Error

func (*PostUsersDevelopmentActivitiesAggregatesQueryBadRequest) GetPayload

func (*PostUsersDevelopmentActivitiesAggregatesQueryBadRequest) IsClientError

IsClientError returns true when this post users development activities aggregates query bad request response has a 4xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryBadRequest) IsCode

IsCode returns true when this post users development activities aggregates query bad request response a status code equal to that given

func (*PostUsersDevelopmentActivitiesAggregatesQueryBadRequest) IsRedirect

IsRedirect returns true when this post users development activities aggregates query bad request response has a 3xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryBadRequest) IsServerError

IsServerError returns true when this post users development activities aggregates query bad request response has a 5xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryBadRequest) IsSuccess

IsSuccess returns true when this post users development activities aggregates query bad request response has a 2xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryBadRequest) String

type PostUsersDevelopmentActivitiesAggregatesQueryForbidden

type PostUsersDevelopmentActivitiesAggregatesQueryForbidden struct {
	Payload *models.ErrorBody
}

PostUsersDevelopmentActivitiesAggregatesQueryForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostUsersDevelopmentActivitiesAggregatesQueryForbidden

func NewPostUsersDevelopmentActivitiesAggregatesQueryForbidden() *PostUsersDevelopmentActivitiesAggregatesQueryForbidden

NewPostUsersDevelopmentActivitiesAggregatesQueryForbidden creates a PostUsersDevelopmentActivitiesAggregatesQueryForbidden with default headers values

func (*PostUsersDevelopmentActivitiesAggregatesQueryForbidden) Error

func (*PostUsersDevelopmentActivitiesAggregatesQueryForbidden) GetPayload

func (*PostUsersDevelopmentActivitiesAggregatesQueryForbidden) IsClientError

IsClientError returns true when this post users development activities aggregates query forbidden response has a 4xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryForbidden) IsCode

IsCode returns true when this post users development activities aggregates query forbidden response a status code equal to that given

func (*PostUsersDevelopmentActivitiesAggregatesQueryForbidden) IsRedirect

IsRedirect returns true when this post users development activities aggregates query forbidden response has a 3xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryForbidden) IsServerError

IsServerError returns true when this post users development activities aggregates query forbidden response has a 5xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryForbidden) IsSuccess

IsSuccess returns true when this post users development activities aggregates query forbidden response has a 2xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryForbidden) String

type PostUsersDevelopmentActivitiesAggregatesQueryGatewayTimeout

type PostUsersDevelopmentActivitiesAggregatesQueryGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostUsersDevelopmentActivitiesAggregatesQueryGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostUsersDevelopmentActivitiesAggregatesQueryGatewayTimeout

func NewPostUsersDevelopmentActivitiesAggregatesQueryGatewayTimeout() *PostUsersDevelopmentActivitiesAggregatesQueryGatewayTimeout

NewPostUsersDevelopmentActivitiesAggregatesQueryGatewayTimeout creates a PostUsersDevelopmentActivitiesAggregatesQueryGatewayTimeout with default headers values

func (*PostUsersDevelopmentActivitiesAggregatesQueryGatewayTimeout) Error

func (*PostUsersDevelopmentActivitiesAggregatesQueryGatewayTimeout) GetPayload

func (*PostUsersDevelopmentActivitiesAggregatesQueryGatewayTimeout) IsClientError

IsClientError returns true when this post users development activities aggregates query gateway timeout response has a 4xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryGatewayTimeout) IsCode

IsCode returns true when this post users development activities aggregates query gateway timeout response a status code equal to that given

func (*PostUsersDevelopmentActivitiesAggregatesQueryGatewayTimeout) IsRedirect

IsRedirect returns true when this post users development activities aggregates query gateway timeout response has a 3xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryGatewayTimeout) IsServerError

IsServerError returns true when this post users development activities aggregates query gateway timeout response has a 5xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryGatewayTimeout) IsSuccess

IsSuccess returns true when this post users development activities aggregates query gateway timeout response has a 2xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryGatewayTimeout) String

type PostUsersDevelopmentActivitiesAggregatesQueryInternalServerError

type PostUsersDevelopmentActivitiesAggregatesQueryInternalServerError struct {
	Payload *models.ErrorBody
}

PostUsersDevelopmentActivitiesAggregatesQueryInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostUsersDevelopmentActivitiesAggregatesQueryInternalServerError

func NewPostUsersDevelopmentActivitiesAggregatesQueryInternalServerError() *PostUsersDevelopmentActivitiesAggregatesQueryInternalServerError

NewPostUsersDevelopmentActivitiesAggregatesQueryInternalServerError creates a PostUsersDevelopmentActivitiesAggregatesQueryInternalServerError with default headers values

func (*PostUsersDevelopmentActivitiesAggregatesQueryInternalServerError) Error

func (*PostUsersDevelopmentActivitiesAggregatesQueryInternalServerError) GetPayload

func (*PostUsersDevelopmentActivitiesAggregatesQueryInternalServerError) IsClientError

IsClientError returns true when this post users development activities aggregates query internal server error response has a 4xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryInternalServerError) IsCode

IsCode returns true when this post users development activities aggregates query internal server error response a status code equal to that given

func (*PostUsersDevelopmentActivitiesAggregatesQueryInternalServerError) IsRedirect

IsRedirect returns true when this post users development activities aggregates query internal server error response has a 3xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryInternalServerError) IsServerError

IsServerError returns true when this post users development activities aggregates query internal server error response has a 5xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryInternalServerError) IsSuccess

IsSuccess returns true when this post users development activities aggregates query internal server error response has a 2xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryInternalServerError) String

type PostUsersDevelopmentActivitiesAggregatesQueryNotFound

type PostUsersDevelopmentActivitiesAggregatesQueryNotFound struct {
	Payload *models.ErrorBody
}

PostUsersDevelopmentActivitiesAggregatesQueryNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostUsersDevelopmentActivitiesAggregatesQueryNotFound

func NewPostUsersDevelopmentActivitiesAggregatesQueryNotFound() *PostUsersDevelopmentActivitiesAggregatesQueryNotFound

NewPostUsersDevelopmentActivitiesAggregatesQueryNotFound creates a PostUsersDevelopmentActivitiesAggregatesQueryNotFound with default headers values

func (*PostUsersDevelopmentActivitiesAggregatesQueryNotFound) Error

func (*PostUsersDevelopmentActivitiesAggregatesQueryNotFound) GetPayload

func (*PostUsersDevelopmentActivitiesAggregatesQueryNotFound) IsClientError

IsClientError returns true when this post users development activities aggregates query not found response has a 4xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryNotFound) IsCode

IsCode returns true when this post users development activities aggregates query not found response a status code equal to that given

func (*PostUsersDevelopmentActivitiesAggregatesQueryNotFound) IsRedirect

IsRedirect returns true when this post users development activities aggregates query not found response has a 3xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryNotFound) IsServerError

IsServerError returns true when this post users development activities aggregates query not found response has a 5xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryNotFound) IsSuccess

IsSuccess returns true when this post users development activities aggregates query not found response has a 2xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryNotFound) String

type PostUsersDevelopmentActivitiesAggregatesQueryNotImplemented

type PostUsersDevelopmentActivitiesAggregatesQueryNotImplemented struct {
	Payload *models.ErrorBody
}

PostUsersDevelopmentActivitiesAggregatesQueryNotImplemented describes a response with status code 501, with default header values.

Not Implemented

func NewPostUsersDevelopmentActivitiesAggregatesQueryNotImplemented

func NewPostUsersDevelopmentActivitiesAggregatesQueryNotImplemented() *PostUsersDevelopmentActivitiesAggregatesQueryNotImplemented

NewPostUsersDevelopmentActivitiesAggregatesQueryNotImplemented creates a PostUsersDevelopmentActivitiesAggregatesQueryNotImplemented with default headers values

func (*PostUsersDevelopmentActivitiesAggregatesQueryNotImplemented) Error

func (*PostUsersDevelopmentActivitiesAggregatesQueryNotImplemented) GetPayload

func (*PostUsersDevelopmentActivitiesAggregatesQueryNotImplemented) IsClientError

IsClientError returns true when this post users development activities aggregates query not implemented response has a 4xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryNotImplemented) IsCode

IsCode returns true when this post users development activities aggregates query not implemented response a status code equal to that given

func (*PostUsersDevelopmentActivitiesAggregatesQueryNotImplemented) IsRedirect

IsRedirect returns true when this post users development activities aggregates query not implemented response has a 3xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryNotImplemented) IsServerError

IsServerError returns true when this post users development activities aggregates query not implemented response has a 5xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryNotImplemented) IsSuccess

IsSuccess returns true when this post users development activities aggregates query not implemented response has a 2xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryNotImplemented) String

type PostUsersDevelopmentActivitiesAggregatesQueryOK

type PostUsersDevelopmentActivitiesAggregatesQueryOK struct {
	Payload *models.DevelopmentActivityAggregateResponse
}

PostUsersDevelopmentActivitiesAggregatesQueryOK describes a response with status code 200, with default header values.

Query completed successfully

func NewPostUsersDevelopmentActivitiesAggregatesQueryOK

func NewPostUsersDevelopmentActivitiesAggregatesQueryOK() *PostUsersDevelopmentActivitiesAggregatesQueryOK

NewPostUsersDevelopmentActivitiesAggregatesQueryOK creates a PostUsersDevelopmentActivitiesAggregatesQueryOK with default headers values

func (*PostUsersDevelopmentActivitiesAggregatesQueryOK) Error

func (*PostUsersDevelopmentActivitiesAggregatesQueryOK) GetPayload

func (*PostUsersDevelopmentActivitiesAggregatesQueryOK) IsClientError

IsClientError returns true when this post users development activities aggregates query o k response has a 4xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryOK) IsCode

IsCode returns true when this post users development activities aggregates query o k response a status code equal to that given

func (*PostUsersDevelopmentActivitiesAggregatesQueryOK) IsRedirect

IsRedirect returns true when this post users development activities aggregates query o k response has a 3xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryOK) IsServerError

IsServerError returns true when this post users development activities aggregates query o k response has a 5xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryOK) IsSuccess

IsSuccess returns true when this post users development activities aggregates query o k response has a 2xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryOK) String

type PostUsersDevelopmentActivitiesAggregatesQueryParams

type PostUsersDevelopmentActivitiesAggregatesQueryParams struct {

	/* Body.

	   Aggregate Request
	*/
	Body *models.DevelopmentActivityAggregateParam

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostUsersDevelopmentActivitiesAggregatesQueryParams contains all the parameters to send to the API endpoint

for the post users development activities aggregates query operation.

Typically these are written to a http.Request.

func NewPostUsersDevelopmentActivitiesAggregatesQueryParams

func NewPostUsersDevelopmentActivitiesAggregatesQueryParams() *PostUsersDevelopmentActivitiesAggregatesQueryParams

NewPostUsersDevelopmentActivitiesAggregatesQueryParams creates a new PostUsersDevelopmentActivitiesAggregatesQueryParams 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 NewPostUsersDevelopmentActivitiesAggregatesQueryParamsWithContext

func NewPostUsersDevelopmentActivitiesAggregatesQueryParamsWithContext(ctx context.Context) *PostUsersDevelopmentActivitiesAggregatesQueryParams

NewPostUsersDevelopmentActivitiesAggregatesQueryParamsWithContext creates a new PostUsersDevelopmentActivitiesAggregatesQueryParams object with the ability to set a context for a request.

func NewPostUsersDevelopmentActivitiesAggregatesQueryParamsWithHTTPClient

func NewPostUsersDevelopmentActivitiesAggregatesQueryParamsWithHTTPClient(client *http.Client) *PostUsersDevelopmentActivitiesAggregatesQueryParams

NewPostUsersDevelopmentActivitiesAggregatesQueryParamsWithHTTPClient creates a new PostUsersDevelopmentActivitiesAggregatesQueryParams object with the ability to set a custom HTTPClient for a request.

func NewPostUsersDevelopmentActivitiesAggregatesQueryParamsWithTimeout

func NewPostUsersDevelopmentActivitiesAggregatesQueryParamsWithTimeout(timeout time.Duration) *PostUsersDevelopmentActivitiesAggregatesQueryParams

NewPostUsersDevelopmentActivitiesAggregatesQueryParamsWithTimeout creates a new PostUsersDevelopmentActivitiesAggregatesQueryParams object with the ability to set a timeout on a request.

func (*PostUsersDevelopmentActivitiesAggregatesQueryParams) SetBody

SetBody adds the body to the post users development activities aggregates query params

func (*PostUsersDevelopmentActivitiesAggregatesQueryParams) SetContext

SetContext adds the context to the post users development activities aggregates query params

func (*PostUsersDevelopmentActivitiesAggregatesQueryParams) SetDefaults

SetDefaults hydrates default values in the post users development activities aggregates query params (not the query body).

All values with no default are reset to their zero value.

func (*PostUsersDevelopmentActivitiesAggregatesQueryParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post users development activities aggregates query params

func (*PostUsersDevelopmentActivitiesAggregatesQueryParams) SetTimeout

SetTimeout adds the timeout to the post users development activities aggregates query params

func (*PostUsersDevelopmentActivitiesAggregatesQueryParams) WithBody

WithBody adds the body to the post users development activities aggregates query params

func (*PostUsersDevelopmentActivitiesAggregatesQueryParams) WithContext

WithContext adds the context to the post users development activities aggregates query params

func (*PostUsersDevelopmentActivitiesAggregatesQueryParams) WithDefaults

WithDefaults hydrates default values in the post users development activities aggregates query params (not the query body).

All values with no default are reset to their zero value.

func (*PostUsersDevelopmentActivitiesAggregatesQueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post users development activities aggregates query params

func (*PostUsersDevelopmentActivitiesAggregatesQueryParams) WithTimeout

WithTimeout adds the timeout to the post users development activities aggregates query params

func (*PostUsersDevelopmentActivitiesAggregatesQueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUsersDevelopmentActivitiesAggregatesQueryReader

type PostUsersDevelopmentActivitiesAggregatesQueryReader struct {
	// contains filtered or unexported fields
}

PostUsersDevelopmentActivitiesAggregatesQueryReader is a Reader for the PostUsersDevelopmentActivitiesAggregatesQuery structure.

func (*PostUsersDevelopmentActivitiesAggregatesQueryReader) ReadResponse

func (o *PostUsersDevelopmentActivitiesAggregatesQueryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostUsersDevelopmentActivitiesAggregatesQueryRequestEntityTooLarge

type PostUsersDevelopmentActivitiesAggregatesQueryRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostUsersDevelopmentActivitiesAggregatesQueryRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostUsersDevelopmentActivitiesAggregatesQueryRequestEntityTooLarge

func NewPostUsersDevelopmentActivitiesAggregatesQueryRequestEntityTooLarge() *PostUsersDevelopmentActivitiesAggregatesQueryRequestEntityTooLarge

NewPostUsersDevelopmentActivitiesAggregatesQueryRequestEntityTooLarge creates a PostUsersDevelopmentActivitiesAggregatesQueryRequestEntityTooLarge with default headers values

func (*PostUsersDevelopmentActivitiesAggregatesQueryRequestEntityTooLarge) Error

func (*PostUsersDevelopmentActivitiesAggregatesQueryRequestEntityTooLarge) GetPayload

func (*PostUsersDevelopmentActivitiesAggregatesQueryRequestEntityTooLarge) IsClientError

IsClientError returns true when this post users development activities aggregates query request entity too large response has a 4xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryRequestEntityTooLarge) IsCode

IsCode returns true when this post users development activities aggregates query request entity too large response a status code equal to that given

func (*PostUsersDevelopmentActivitiesAggregatesQueryRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post users development activities aggregates query request entity too large response has a 3xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryRequestEntityTooLarge) IsServerError

IsServerError returns true when this post users development activities aggregates query request entity too large response has a 5xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post users development activities aggregates query request entity too large response has a 2xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryRequestEntityTooLarge) String

type PostUsersDevelopmentActivitiesAggregatesQueryRequestTimeout

type PostUsersDevelopmentActivitiesAggregatesQueryRequestTimeout struct {
	Payload *models.ErrorBody
}

PostUsersDevelopmentActivitiesAggregatesQueryRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostUsersDevelopmentActivitiesAggregatesQueryRequestTimeout

func NewPostUsersDevelopmentActivitiesAggregatesQueryRequestTimeout() *PostUsersDevelopmentActivitiesAggregatesQueryRequestTimeout

NewPostUsersDevelopmentActivitiesAggregatesQueryRequestTimeout creates a PostUsersDevelopmentActivitiesAggregatesQueryRequestTimeout with default headers values

func (*PostUsersDevelopmentActivitiesAggregatesQueryRequestTimeout) Error

func (*PostUsersDevelopmentActivitiesAggregatesQueryRequestTimeout) GetPayload

func (*PostUsersDevelopmentActivitiesAggregatesQueryRequestTimeout) IsClientError

IsClientError returns true when this post users development activities aggregates query request timeout response has a 4xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryRequestTimeout) IsCode

IsCode returns true when this post users development activities aggregates query request timeout response a status code equal to that given

func (*PostUsersDevelopmentActivitiesAggregatesQueryRequestTimeout) IsRedirect

IsRedirect returns true when this post users development activities aggregates query request timeout response has a 3xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryRequestTimeout) IsServerError

IsServerError returns true when this post users development activities aggregates query request timeout response has a 5xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryRequestTimeout) IsSuccess

IsSuccess returns true when this post users development activities aggregates query request timeout response has a 2xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryRequestTimeout) String

type PostUsersDevelopmentActivitiesAggregatesQueryServiceUnavailable

type PostUsersDevelopmentActivitiesAggregatesQueryServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostUsersDevelopmentActivitiesAggregatesQueryServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostUsersDevelopmentActivitiesAggregatesQueryServiceUnavailable

func NewPostUsersDevelopmentActivitiesAggregatesQueryServiceUnavailable() *PostUsersDevelopmentActivitiesAggregatesQueryServiceUnavailable

NewPostUsersDevelopmentActivitiesAggregatesQueryServiceUnavailable creates a PostUsersDevelopmentActivitiesAggregatesQueryServiceUnavailable with default headers values

func (*PostUsersDevelopmentActivitiesAggregatesQueryServiceUnavailable) Error

func (*PostUsersDevelopmentActivitiesAggregatesQueryServiceUnavailable) GetPayload

func (*PostUsersDevelopmentActivitiesAggregatesQueryServiceUnavailable) IsClientError

IsClientError returns true when this post users development activities aggregates query service unavailable response has a 4xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryServiceUnavailable) IsCode

IsCode returns true when this post users development activities aggregates query service unavailable response a status code equal to that given

func (*PostUsersDevelopmentActivitiesAggregatesQueryServiceUnavailable) IsRedirect

IsRedirect returns true when this post users development activities aggregates query service unavailable response has a 3xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryServiceUnavailable) IsServerError

IsServerError returns true when this post users development activities aggregates query service unavailable response has a 5xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryServiceUnavailable) IsSuccess

IsSuccess returns true when this post users development activities aggregates query service unavailable response has a 2xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryServiceUnavailable) String

type PostUsersDevelopmentActivitiesAggregatesQueryTooManyRequests

type PostUsersDevelopmentActivitiesAggregatesQueryTooManyRequests struct {
	Payload *models.ErrorBody
}

PostUsersDevelopmentActivitiesAggregatesQueryTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostUsersDevelopmentActivitiesAggregatesQueryTooManyRequests

func NewPostUsersDevelopmentActivitiesAggregatesQueryTooManyRequests() *PostUsersDevelopmentActivitiesAggregatesQueryTooManyRequests

NewPostUsersDevelopmentActivitiesAggregatesQueryTooManyRequests creates a PostUsersDevelopmentActivitiesAggregatesQueryTooManyRequests with default headers values

func (*PostUsersDevelopmentActivitiesAggregatesQueryTooManyRequests) Error

func (*PostUsersDevelopmentActivitiesAggregatesQueryTooManyRequests) GetPayload

func (*PostUsersDevelopmentActivitiesAggregatesQueryTooManyRequests) IsClientError

IsClientError returns true when this post users development activities aggregates query too many requests response has a 4xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryTooManyRequests) IsCode

IsCode returns true when this post users development activities aggregates query too many requests response a status code equal to that given

func (*PostUsersDevelopmentActivitiesAggregatesQueryTooManyRequests) IsRedirect

IsRedirect returns true when this post users development activities aggregates query too many requests response has a 3xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryTooManyRequests) IsServerError

IsServerError returns true when this post users development activities aggregates query too many requests response has a 5xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryTooManyRequests) IsSuccess

IsSuccess returns true when this post users development activities aggregates query too many requests response has a 2xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryTooManyRequests) String

type PostUsersDevelopmentActivitiesAggregatesQueryUnauthorized

type PostUsersDevelopmentActivitiesAggregatesQueryUnauthorized struct {
	Payload *models.ErrorBody
}

PostUsersDevelopmentActivitiesAggregatesQueryUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostUsersDevelopmentActivitiesAggregatesQueryUnauthorized

func NewPostUsersDevelopmentActivitiesAggregatesQueryUnauthorized() *PostUsersDevelopmentActivitiesAggregatesQueryUnauthorized

NewPostUsersDevelopmentActivitiesAggregatesQueryUnauthorized creates a PostUsersDevelopmentActivitiesAggregatesQueryUnauthorized with default headers values

func (*PostUsersDevelopmentActivitiesAggregatesQueryUnauthorized) Error

func (*PostUsersDevelopmentActivitiesAggregatesQueryUnauthorized) GetPayload

func (*PostUsersDevelopmentActivitiesAggregatesQueryUnauthorized) IsClientError

IsClientError returns true when this post users development activities aggregates query unauthorized response has a 4xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryUnauthorized) IsCode

IsCode returns true when this post users development activities aggregates query unauthorized response a status code equal to that given

func (*PostUsersDevelopmentActivitiesAggregatesQueryUnauthorized) IsRedirect

IsRedirect returns true when this post users development activities aggregates query unauthorized response has a 3xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryUnauthorized) IsServerError

IsServerError returns true when this post users development activities aggregates query unauthorized response has a 5xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryUnauthorized) IsSuccess

IsSuccess returns true when this post users development activities aggregates query unauthorized response has a 2xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryUnauthorized) String

type PostUsersDevelopmentActivitiesAggregatesQueryUnsupportedMediaType

type PostUsersDevelopmentActivitiesAggregatesQueryUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostUsersDevelopmentActivitiesAggregatesQueryUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostUsersDevelopmentActivitiesAggregatesQueryUnsupportedMediaType

func NewPostUsersDevelopmentActivitiesAggregatesQueryUnsupportedMediaType() *PostUsersDevelopmentActivitiesAggregatesQueryUnsupportedMediaType

NewPostUsersDevelopmentActivitiesAggregatesQueryUnsupportedMediaType creates a PostUsersDevelopmentActivitiesAggregatesQueryUnsupportedMediaType with default headers values

func (*PostUsersDevelopmentActivitiesAggregatesQueryUnsupportedMediaType) Error

func (*PostUsersDevelopmentActivitiesAggregatesQueryUnsupportedMediaType) GetPayload

func (*PostUsersDevelopmentActivitiesAggregatesQueryUnsupportedMediaType) IsClientError

IsClientError returns true when this post users development activities aggregates query unsupported media type response has a 4xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryUnsupportedMediaType) IsCode

IsCode returns true when this post users development activities aggregates query unsupported media type response a status code equal to that given

func (*PostUsersDevelopmentActivitiesAggregatesQueryUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post users development activities aggregates query unsupported media type response has a 3xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryUnsupportedMediaType) IsServerError

IsServerError returns true when this post users development activities aggregates query unsupported media type response has a 5xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post users development activities aggregates query unsupported media type response has a 2xx status code

func (*PostUsersDevelopmentActivitiesAggregatesQueryUnsupportedMediaType) String

type PostUsersForbidden

type PostUsersForbidden struct {
	Payload *models.ErrorBody
}

PostUsersForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostUsersForbidden

func NewPostUsersForbidden() *PostUsersForbidden

NewPostUsersForbidden creates a PostUsersForbidden with default headers values

func (*PostUsersForbidden) Error

func (o *PostUsersForbidden) Error() string

func (*PostUsersForbidden) GetPayload

func (o *PostUsersForbidden) GetPayload() *models.ErrorBody

func (*PostUsersForbidden) IsClientError

func (o *PostUsersForbidden) IsClientError() bool

IsClientError returns true when this post users forbidden response has a 4xx status code

func (*PostUsersForbidden) IsCode

func (o *PostUsersForbidden) IsCode(code int) bool

IsCode returns true when this post users forbidden response a status code equal to that given

func (*PostUsersForbidden) IsRedirect

func (o *PostUsersForbidden) IsRedirect() bool

IsRedirect returns true when this post users forbidden response has a 3xx status code

func (*PostUsersForbidden) IsServerError

func (o *PostUsersForbidden) IsServerError() bool

IsServerError returns true when this post users forbidden response has a 5xx status code

func (*PostUsersForbidden) IsSuccess

func (o *PostUsersForbidden) IsSuccess() bool

IsSuccess returns true when this post users forbidden response has a 2xx status code

func (*PostUsersForbidden) String

func (o *PostUsersForbidden) String() string

type PostUsersGatewayTimeout

type PostUsersGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostUsersGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostUsersGatewayTimeout

func NewPostUsersGatewayTimeout() *PostUsersGatewayTimeout

NewPostUsersGatewayTimeout creates a PostUsersGatewayTimeout with default headers values

func (*PostUsersGatewayTimeout) Error

func (o *PostUsersGatewayTimeout) Error() string

func (*PostUsersGatewayTimeout) GetPayload

func (o *PostUsersGatewayTimeout) GetPayload() *models.ErrorBody

func (*PostUsersGatewayTimeout) IsClientError

func (o *PostUsersGatewayTimeout) IsClientError() bool

IsClientError returns true when this post users gateway timeout response has a 4xx status code

func (*PostUsersGatewayTimeout) IsCode

func (o *PostUsersGatewayTimeout) IsCode(code int) bool

IsCode returns true when this post users gateway timeout response a status code equal to that given

func (*PostUsersGatewayTimeout) IsRedirect

func (o *PostUsersGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post users gateway timeout response has a 3xx status code

func (*PostUsersGatewayTimeout) IsServerError

func (o *PostUsersGatewayTimeout) IsServerError() bool

IsServerError returns true when this post users gateway timeout response has a 5xx status code

func (*PostUsersGatewayTimeout) IsSuccess

func (o *PostUsersGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post users gateway timeout response has a 2xx status code

func (*PostUsersGatewayTimeout) String

func (o *PostUsersGatewayTimeout) String() string

type PostUsersInternalServerError

type PostUsersInternalServerError struct {
	Payload *models.ErrorBody
}

PostUsersInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostUsersInternalServerError

func NewPostUsersInternalServerError() *PostUsersInternalServerError

NewPostUsersInternalServerError creates a PostUsersInternalServerError with default headers values

func (*PostUsersInternalServerError) Error

func (*PostUsersInternalServerError) GetPayload

func (*PostUsersInternalServerError) IsClientError

func (o *PostUsersInternalServerError) IsClientError() bool

IsClientError returns true when this post users internal server error response has a 4xx status code

func (*PostUsersInternalServerError) IsCode

func (o *PostUsersInternalServerError) IsCode(code int) bool

IsCode returns true when this post users internal server error response a status code equal to that given

func (*PostUsersInternalServerError) IsRedirect

func (o *PostUsersInternalServerError) IsRedirect() bool

IsRedirect returns true when this post users internal server error response has a 3xx status code

func (*PostUsersInternalServerError) IsServerError

func (o *PostUsersInternalServerError) IsServerError() bool

IsServerError returns true when this post users internal server error response has a 5xx status code

func (*PostUsersInternalServerError) IsSuccess

func (o *PostUsersInternalServerError) IsSuccess() bool

IsSuccess returns true when this post users internal server error response has a 2xx status code

func (*PostUsersInternalServerError) String

type PostUsersMePasswordBadRequest

type PostUsersMePasswordBadRequest struct {
	Payload *models.ErrorBody
}

PostUsersMePasswordBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostUsersMePasswordBadRequest

func NewPostUsersMePasswordBadRequest() *PostUsersMePasswordBadRequest

NewPostUsersMePasswordBadRequest creates a PostUsersMePasswordBadRequest with default headers values

func (*PostUsersMePasswordBadRequest) Error

func (*PostUsersMePasswordBadRequest) GetPayload

func (*PostUsersMePasswordBadRequest) IsClientError

func (o *PostUsersMePasswordBadRequest) IsClientError() bool

IsClientError returns true when this post users me password bad request response has a 4xx status code

func (*PostUsersMePasswordBadRequest) IsCode

func (o *PostUsersMePasswordBadRequest) IsCode(code int) bool

IsCode returns true when this post users me password bad request response a status code equal to that given

func (*PostUsersMePasswordBadRequest) IsRedirect

func (o *PostUsersMePasswordBadRequest) IsRedirect() bool

IsRedirect returns true when this post users me password bad request response has a 3xx status code

func (*PostUsersMePasswordBadRequest) IsServerError

func (o *PostUsersMePasswordBadRequest) IsServerError() bool

IsServerError returns true when this post users me password bad request response has a 5xx status code

func (*PostUsersMePasswordBadRequest) IsSuccess

func (o *PostUsersMePasswordBadRequest) IsSuccess() bool

IsSuccess returns true when this post users me password bad request response has a 2xx status code

func (*PostUsersMePasswordBadRequest) String

type PostUsersMePasswordForbidden

type PostUsersMePasswordForbidden struct {
	Payload *models.ErrorBody
}

PostUsersMePasswordForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostUsersMePasswordForbidden

func NewPostUsersMePasswordForbidden() *PostUsersMePasswordForbidden

NewPostUsersMePasswordForbidden creates a PostUsersMePasswordForbidden with default headers values

func (*PostUsersMePasswordForbidden) Error

func (*PostUsersMePasswordForbidden) GetPayload

func (*PostUsersMePasswordForbidden) IsClientError

func (o *PostUsersMePasswordForbidden) IsClientError() bool

IsClientError returns true when this post users me password forbidden response has a 4xx status code

func (*PostUsersMePasswordForbidden) IsCode

func (o *PostUsersMePasswordForbidden) IsCode(code int) bool

IsCode returns true when this post users me password forbidden response a status code equal to that given

func (*PostUsersMePasswordForbidden) IsRedirect

func (o *PostUsersMePasswordForbidden) IsRedirect() bool

IsRedirect returns true when this post users me password forbidden response has a 3xx status code

func (*PostUsersMePasswordForbidden) IsServerError

func (o *PostUsersMePasswordForbidden) IsServerError() bool

IsServerError returns true when this post users me password forbidden response has a 5xx status code

func (*PostUsersMePasswordForbidden) IsSuccess

func (o *PostUsersMePasswordForbidden) IsSuccess() bool

IsSuccess returns true when this post users me password forbidden response has a 2xx status code

func (*PostUsersMePasswordForbidden) String

type PostUsersMePasswordGatewayTimeout

type PostUsersMePasswordGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostUsersMePasswordGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostUsersMePasswordGatewayTimeout

func NewPostUsersMePasswordGatewayTimeout() *PostUsersMePasswordGatewayTimeout

NewPostUsersMePasswordGatewayTimeout creates a PostUsersMePasswordGatewayTimeout with default headers values

func (*PostUsersMePasswordGatewayTimeout) Error

func (*PostUsersMePasswordGatewayTimeout) GetPayload

func (*PostUsersMePasswordGatewayTimeout) IsClientError

func (o *PostUsersMePasswordGatewayTimeout) IsClientError() bool

IsClientError returns true when this post users me password gateway timeout response has a 4xx status code

func (*PostUsersMePasswordGatewayTimeout) IsCode

func (o *PostUsersMePasswordGatewayTimeout) IsCode(code int) bool

IsCode returns true when this post users me password gateway timeout response a status code equal to that given

func (*PostUsersMePasswordGatewayTimeout) IsRedirect

func (o *PostUsersMePasswordGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post users me password gateway timeout response has a 3xx status code

func (*PostUsersMePasswordGatewayTimeout) IsServerError

func (o *PostUsersMePasswordGatewayTimeout) IsServerError() bool

IsServerError returns true when this post users me password gateway timeout response has a 5xx status code

func (*PostUsersMePasswordGatewayTimeout) IsSuccess

func (o *PostUsersMePasswordGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post users me password gateway timeout response has a 2xx status code

func (*PostUsersMePasswordGatewayTimeout) String

type PostUsersMePasswordInternalServerError

type PostUsersMePasswordInternalServerError struct {
	Payload *models.ErrorBody
}

PostUsersMePasswordInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostUsersMePasswordInternalServerError

func NewPostUsersMePasswordInternalServerError() *PostUsersMePasswordInternalServerError

NewPostUsersMePasswordInternalServerError creates a PostUsersMePasswordInternalServerError with default headers values

func (*PostUsersMePasswordInternalServerError) Error

func (*PostUsersMePasswordInternalServerError) GetPayload

func (*PostUsersMePasswordInternalServerError) IsClientError

func (o *PostUsersMePasswordInternalServerError) IsClientError() bool

IsClientError returns true when this post users me password internal server error response has a 4xx status code

func (*PostUsersMePasswordInternalServerError) IsCode

IsCode returns true when this post users me password internal server error response a status code equal to that given

func (*PostUsersMePasswordInternalServerError) IsRedirect

IsRedirect returns true when this post users me password internal server error response has a 3xx status code

func (*PostUsersMePasswordInternalServerError) IsServerError

func (o *PostUsersMePasswordInternalServerError) IsServerError() bool

IsServerError returns true when this post users me password internal server error response has a 5xx status code

func (*PostUsersMePasswordInternalServerError) IsSuccess

IsSuccess returns true when this post users me password internal server error response has a 2xx status code

func (*PostUsersMePasswordInternalServerError) String

type PostUsersMePasswordNoContent

type PostUsersMePasswordNoContent struct {
}

PostUsersMePasswordNoContent describes a response with status code 204, with default header values.

Password changed

func NewPostUsersMePasswordNoContent

func NewPostUsersMePasswordNoContent() *PostUsersMePasswordNoContent

NewPostUsersMePasswordNoContent creates a PostUsersMePasswordNoContent with default headers values

func (*PostUsersMePasswordNoContent) Error

func (*PostUsersMePasswordNoContent) IsClientError

func (o *PostUsersMePasswordNoContent) IsClientError() bool

IsClientError returns true when this post users me password no content response has a 4xx status code

func (*PostUsersMePasswordNoContent) IsCode

func (o *PostUsersMePasswordNoContent) IsCode(code int) bool

IsCode returns true when this post users me password no content response a status code equal to that given

func (*PostUsersMePasswordNoContent) IsRedirect

func (o *PostUsersMePasswordNoContent) IsRedirect() bool

IsRedirect returns true when this post users me password no content response has a 3xx status code

func (*PostUsersMePasswordNoContent) IsServerError

func (o *PostUsersMePasswordNoContent) IsServerError() bool

IsServerError returns true when this post users me password no content response has a 5xx status code

func (*PostUsersMePasswordNoContent) IsSuccess

func (o *PostUsersMePasswordNoContent) IsSuccess() bool

IsSuccess returns true when this post users me password no content response has a 2xx status code

func (*PostUsersMePasswordNoContent) String

type PostUsersMePasswordNotFound

type PostUsersMePasswordNotFound struct {
	Payload *models.ErrorBody
}

PostUsersMePasswordNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostUsersMePasswordNotFound

func NewPostUsersMePasswordNotFound() *PostUsersMePasswordNotFound

NewPostUsersMePasswordNotFound creates a PostUsersMePasswordNotFound with default headers values

func (*PostUsersMePasswordNotFound) Error

func (*PostUsersMePasswordNotFound) GetPayload

func (o *PostUsersMePasswordNotFound) GetPayload() *models.ErrorBody

func (*PostUsersMePasswordNotFound) IsClientError

func (o *PostUsersMePasswordNotFound) IsClientError() bool

IsClientError returns true when this post users me password not found response has a 4xx status code

func (*PostUsersMePasswordNotFound) IsCode

func (o *PostUsersMePasswordNotFound) IsCode(code int) bool

IsCode returns true when this post users me password not found response a status code equal to that given

func (*PostUsersMePasswordNotFound) IsRedirect

func (o *PostUsersMePasswordNotFound) IsRedirect() bool

IsRedirect returns true when this post users me password not found response has a 3xx status code

func (*PostUsersMePasswordNotFound) IsServerError

func (o *PostUsersMePasswordNotFound) IsServerError() bool

IsServerError returns true when this post users me password not found response has a 5xx status code

func (*PostUsersMePasswordNotFound) IsSuccess

func (o *PostUsersMePasswordNotFound) IsSuccess() bool

IsSuccess returns true when this post users me password not found response has a 2xx status code

func (*PostUsersMePasswordNotFound) String

func (o *PostUsersMePasswordNotFound) String() string

type PostUsersMePasswordParams

type PostUsersMePasswordParams struct {

	/* Body.

	   Password
	*/
	Body *models.ChangeMyPasswordRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostUsersMePasswordParams contains all the parameters to send to the API endpoint

for the post users me password operation.

Typically these are written to a http.Request.

func NewPostUsersMePasswordParams

func NewPostUsersMePasswordParams() *PostUsersMePasswordParams

NewPostUsersMePasswordParams creates a new PostUsersMePasswordParams 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 NewPostUsersMePasswordParamsWithContext

func NewPostUsersMePasswordParamsWithContext(ctx context.Context) *PostUsersMePasswordParams

NewPostUsersMePasswordParamsWithContext creates a new PostUsersMePasswordParams object with the ability to set a context for a request.

func NewPostUsersMePasswordParamsWithHTTPClient

func NewPostUsersMePasswordParamsWithHTTPClient(client *http.Client) *PostUsersMePasswordParams

NewPostUsersMePasswordParamsWithHTTPClient creates a new PostUsersMePasswordParams object with the ability to set a custom HTTPClient for a request.

func NewPostUsersMePasswordParamsWithTimeout

func NewPostUsersMePasswordParamsWithTimeout(timeout time.Duration) *PostUsersMePasswordParams

NewPostUsersMePasswordParamsWithTimeout creates a new PostUsersMePasswordParams object with the ability to set a timeout on a request.

func (*PostUsersMePasswordParams) SetBody

SetBody adds the body to the post users me password params

func (*PostUsersMePasswordParams) SetContext

func (o *PostUsersMePasswordParams) SetContext(ctx context.Context)

SetContext adds the context to the post users me password params

func (*PostUsersMePasswordParams) SetDefaults

func (o *PostUsersMePasswordParams) SetDefaults()

SetDefaults hydrates default values in the post users me password params (not the query body).

All values with no default are reset to their zero value.

func (*PostUsersMePasswordParams) SetHTTPClient

func (o *PostUsersMePasswordParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post users me password params

func (*PostUsersMePasswordParams) SetTimeout

func (o *PostUsersMePasswordParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post users me password params

func (*PostUsersMePasswordParams) WithBody

WithBody adds the body to the post users me password params

func (*PostUsersMePasswordParams) WithContext

WithContext adds the context to the post users me password params

func (*PostUsersMePasswordParams) WithDefaults

WithDefaults hydrates default values in the post users me password params (not the query body).

All values with no default are reset to their zero value.

func (*PostUsersMePasswordParams) WithHTTPClient

func (o *PostUsersMePasswordParams) WithHTTPClient(client *http.Client) *PostUsersMePasswordParams

WithHTTPClient adds the HTTPClient to the post users me password params

func (*PostUsersMePasswordParams) WithTimeout

WithTimeout adds the timeout to the post users me password params

func (*PostUsersMePasswordParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUsersMePasswordReader

type PostUsersMePasswordReader struct {
	// contains filtered or unexported fields
}

PostUsersMePasswordReader is a Reader for the PostUsersMePassword structure.

func (*PostUsersMePasswordReader) ReadResponse

func (o *PostUsersMePasswordReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostUsersMePasswordRequestEntityTooLarge

type PostUsersMePasswordRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostUsersMePasswordRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostUsersMePasswordRequestEntityTooLarge

func NewPostUsersMePasswordRequestEntityTooLarge() *PostUsersMePasswordRequestEntityTooLarge

NewPostUsersMePasswordRequestEntityTooLarge creates a PostUsersMePasswordRequestEntityTooLarge with default headers values

func (*PostUsersMePasswordRequestEntityTooLarge) Error

func (*PostUsersMePasswordRequestEntityTooLarge) GetPayload

func (*PostUsersMePasswordRequestEntityTooLarge) IsClientError

IsClientError returns true when this post users me password request entity too large response has a 4xx status code

func (*PostUsersMePasswordRequestEntityTooLarge) IsCode

IsCode returns true when this post users me password request entity too large response a status code equal to that given

func (*PostUsersMePasswordRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post users me password request entity too large response has a 3xx status code

func (*PostUsersMePasswordRequestEntityTooLarge) IsServerError

IsServerError returns true when this post users me password request entity too large response has a 5xx status code

func (*PostUsersMePasswordRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post users me password request entity too large response has a 2xx status code

func (*PostUsersMePasswordRequestEntityTooLarge) String

type PostUsersMePasswordRequestTimeout

type PostUsersMePasswordRequestTimeout struct {
	Payload *models.ErrorBody
}

PostUsersMePasswordRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostUsersMePasswordRequestTimeout

func NewPostUsersMePasswordRequestTimeout() *PostUsersMePasswordRequestTimeout

NewPostUsersMePasswordRequestTimeout creates a PostUsersMePasswordRequestTimeout with default headers values

func (*PostUsersMePasswordRequestTimeout) Error

func (*PostUsersMePasswordRequestTimeout) GetPayload

func (*PostUsersMePasswordRequestTimeout) IsClientError

func (o *PostUsersMePasswordRequestTimeout) IsClientError() bool

IsClientError returns true when this post users me password request timeout response has a 4xx status code

func (*PostUsersMePasswordRequestTimeout) IsCode

func (o *PostUsersMePasswordRequestTimeout) IsCode(code int) bool

IsCode returns true when this post users me password request timeout response a status code equal to that given

func (*PostUsersMePasswordRequestTimeout) IsRedirect

func (o *PostUsersMePasswordRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post users me password request timeout response has a 3xx status code

func (*PostUsersMePasswordRequestTimeout) IsServerError

func (o *PostUsersMePasswordRequestTimeout) IsServerError() bool

IsServerError returns true when this post users me password request timeout response has a 5xx status code

func (*PostUsersMePasswordRequestTimeout) IsSuccess

func (o *PostUsersMePasswordRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post users me password request timeout response has a 2xx status code

func (*PostUsersMePasswordRequestTimeout) String

type PostUsersMePasswordServiceUnavailable

type PostUsersMePasswordServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostUsersMePasswordServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostUsersMePasswordServiceUnavailable

func NewPostUsersMePasswordServiceUnavailable() *PostUsersMePasswordServiceUnavailable

NewPostUsersMePasswordServiceUnavailable creates a PostUsersMePasswordServiceUnavailable with default headers values

func (*PostUsersMePasswordServiceUnavailable) Error

func (*PostUsersMePasswordServiceUnavailable) GetPayload

func (*PostUsersMePasswordServiceUnavailable) IsClientError

func (o *PostUsersMePasswordServiceUnavailable) IsClientError() bool

IsClientError returns true when this post users me password service unavailable response has a 4xx status code

func (*PostUsersMePasswordServiceUnavailable) IsCode

IsCode returns true when this post users me password service unavailable response a status code equal to that given

func (*PostUsersMePasswordServiceUnavailable) IsRedirect

IsRedirect returns true when this post users me password service unavailable response has a 3xx status code

func (*PostUsersMePasswordServiceUnavailable) IsServerError

func (o *PostUsersMePasswordServiceUnavailable) IsServerError() bool

IsServerError returns true when this post users me password service unavailable response has a 5xx status code

func (*PostUsersMePasswordServiceUnavailable) IsSuccess

IsSuccess returns true when this post users me password service unavailable response has a 2xx status code

func (*PostUsersMePasswordServiceUnavailable) String

type PostUsersMePasswordTooManyRequests

type PostUsersMePasswordTooManyRequests struct {
	Payload *models.ErrorBody
}

PostUsersMePasswordTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostUsersMePasswordTooManyRequests

func NewPostUsersMePasswordTooManyRequests() *PostUsersMePasswordTooManyRequests

NewPostUsersMePasswordTooManyRequests creates a PostUsersMePasswordTooManyRequests with default headers values

func (*PostUsersMePasswordTooManyRequests) Error

func (*PostUsersMePasswordTooManyRequests) GetPayload

func (*PostUsersMePasswordTooManyRequests) IsClientError

func (o *PostUsersMePasswordTooManyRequests) IsClientError() bool

IsClientError returns true when this post users me password too many requests response has a 4xx status code

func (*PostUsersMePasswordTooManyRequests) IsCode

IsCode returns true when this post users me password too many requests response a status code equal to that given

func (*PostUsersMePasswordTooManyRequests) IsRedirect

func (o *PostUsersMePasswordTooManyRequests) IsRedirect() bool

IsRedirect returns true when this post users me password too many requests response has a 3xx status code

func (*PostUsersMePasswordTooManyRequests) IsServerError

func (o *PostUsersMePasswordTooManyRequests) IsServerError() bool

IsServerError returns true when this post users me password too many requests response has a 5xx status code

func (*PostUsersMePasswordTooManyRequests) IsSuccess

IsSuccess returns true when this post users me password too many requests response has a 2xx status code

func (*PostUsersMePasswordTooManyRequests) String

type PostUsersMePasswordUnauthorized

type PostUsersMePasswordUnauthorized struct {
	Payload *models.ErrorBody
}

PostUsersMePasswordUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostUsersMePasswordUnauthorized

func NewPostUsersMePasswordUnauthorized() *PostUsersMePasswordUnauthorized

NewPostUsersMePasswordUnauthorized creates a PostUsersMePasswordUnauthorized with default headers values

func (*PostUsersMePasswordUnauthorized) Error

func (*PostUsersMePasswordUnauthorized) GetPayload

func (*PostUsersMePasswordUnauthorized) IsClientError

func (o *PostUsersMePasswordUnauthorized) IsClientError() bool

IsClientError returns true when this post users me password unauthorized response has a 4xx status code

func (*PostUsersMePasswordUnauthorized) IsCode

func (o *PostUsersMePasswordUnauthorized) IsCode(code int) bool

IsCode returns true when this post users me password unauthorized response a status code equal to that given

func (*PostUsersMePasswordUnauthorized) IsRedirect

func (o *PostUsersMePasswordUnauthorized) IsRedirect() bool

IsRedirect returns true when this post users me password unauthorized response has a 3xx status code

func (*PostUsersMePasswordUnauthorized) IsServerError

func (o *PostUsersMePasswordUnauthorized) IsServerError() bool

IsServerError returns true when this post users me password unauthorized response has a 5xx status code

func (*PostUsersMePasswordUnauthorized) IsSuccess

func (o *PostUsersMePasswordUnauthorized) IsSuccess() bool

IsSuccess returns true when this post users me password unauthorized response has a 2xx status code

func (*PostUsersMePasswordUnauthorized) String

type PostUsersMePasswordUnsupportedMediaType

type PostUsersMePasswordUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostUsersMePasswordUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostUsersMePasswordUnsupportedMediaType

func NewPostUsersMePasswordUnsupportedMediaType() *PostUsersMePasswordUnsupportedMediaType

NewPostUsersMePasswordUnsupportedMediaType creates a PostUsersMePasswordUnsupportedMediaType with default headers values

func (*PostUsersMePasswordUnsupportedMediaType) Error

func (*PostUsersMePasswordUnsupportedMediaType) GetPayload

func (*PostUsersMePasswordUnsupportedMediaType) IsClientError

func (o *PostUsersMePasswordUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post users me password unsupported media type response has a 4xx status code

func (*PostUsersMePasswordUnsupportedMediaType) IsCode

IsCode returns true when this post users me password unsupported media type response a status code equal to that given

func (*PostUsersMePasswordUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post users me password unsupported media type response has a 3xx status code

func (*PostUsersMePasswordUnsupportedMediaType) IsServerError

func (o *PostUsersMePasswordUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post users me password unsupported media type response has a 5xx status code

func (*PostUsersMePasswordUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post users me password unsupported media type response has a 2xx status code

func (*PostUsersMePasswordUnsupportedMediaType) String

type PostUsersNotFound

type PostUsersNotFound struct {
	Payload *models.ErrorBody
}

PostUsersNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostUsersNotFound

func NewPostUsersNotFound() *PostUsersNotFound

NewPostUsersNotFound creates a PostUsersNotFound with default headers values

func (*PostUsersNotFound) Error

func (o *PostUsersNotFound) Error() string

func (*PostUsersNotFound) GetPayload

func (o *PostUsersNotFound) GetPayload() *models.ErrorBody

func (*PostUsersNotFound) IsClientError

func (o *PostUsersNotFound) IsClientError() bool

IsClientError returns true when this post users not found response has a 4xx status code

func (*PostUsersNotFound) IsCode

func (o *PostUsersNotFound) IsCode(code int) bool

IsCode returns true when this post users not found response a status code equal to that given

func (*PostUsersNotFound) IsRedirect

func (o *PostUsersNotFound) IsRedirect() bool

IsRedirect returns true when this post users not found response has a 3xx status code

func (*PostUsersNotFound) IsServerError

func (o *PostUsersNotFound) IsServerError() bool

IsServerError returns true when this post users not found response has a 5xx status code

func (*PostUsersNotFound) IsSuccess

func (o *PostUsersNotFound) IsSuccess() bool

IsSuccess returns true when this post users not found response has a 2xx status code

func (*PostUsersNotFound) String

func (o *PostUsersNotFound) String() string

type PostUsersOK

type PostUsersOK struct {
	Payload *models.User
}

PostUsersOK describes a response with status code 200, with default header values.

successful operation

func NewPostUsersOK

func NewPostUsersOK() *PostUsersOK

NewPostUsersOK creates a PostUsersOK with default headers values

func (*PostUsersOK) Error

func (o *PostUsersOK) Error() string

func (*PostUsersOK) GetPayload

func (o *PostUsersOK) GetPayload() *models.User

func (*PostUsersOK) IsClientError

func (o *PostUsersOK) IsClientError() bool

IsClientError returns true when this post users o k response has a 4xx status code

func (*PostUsersOK) IsCode

func (o *PostUsersOK) IsCode(code int) bool

IsCode returns true when this post users o k response a status code equal to that given

func (*PostUsersOK) IsRedirect

func (o *PostUsersOK) IsRedirect() bool

IsRedirect returns true when this post users o k response has a 3xx status code

func (*PostUsersOK) IsServerError

func (o *PostUsersOK) IsServerError() bool

IsServerError returns true when this post users o k response has a 5xx status code

func (*PostUsersOK) IsSuccess

func (o *PostUsersOK) IsSuccess() bool

IsSuccess returns true when this post users o k response has a 2xx status code

func (*PostUsersOK) String

func (o *PostUsersOK) String() string

type PostUsersParams

type PostUsersParams struct {

	/* Body.

	   User
	*/
	Body *models.CreateUser

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostUsersParams contains all the parameters to send to the API endpoint

for the post users operation.

Typically these are written to a http.Request.

func NewPostUsersParams

func NewPostUsersParams() *PostUsersParams

NewPostUsersParams creates a new PostUsersParams 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 NewPostUsersParamsWithContext

func NewPostUsersParamsWithContext(ctx context.Context) *PostUsersParams

NewPostUsersParamsWithContext creates a new PostUsersParams object with the ability to set a context for a request.

func NewPostUsersParamsWithHTTPClient

func NewPostUsersParamsWithHTTPClient(client *http.Client) *PostUsersParams

NewPostUsersParamsWithHTTPClient creates a new PostUsersParams object with the ability to set a custom HTTPClient for a request.

func NewPostUsersParamsWithTimeout

func NewPostUsersParamsWithTimeout(timeout time.Duration) *PostUsersParams

NewPostUsersParamsWithTimeout creates a new PostUsersParams object with the ability to set a timeout on a request.

func (*PostUsersParams) SetBody

func (o *PostUsersParams) SetBody(body *models.CreateUser)

SetBody adds the body to the post users params

func (*PostUsersParams) SetContext

func (o *PostUsersParams) SetContext(ctx context.Context)

SetContext adds the context to the post users params

func (*PostUsersParams) SetDefaults

func (o *PostUsersParams) SetDefaults()

SetDefaults hydrates default values in the post users params (not the query body).

All values with no default are reset to their zero value.

func (*PostUsersParams) SetHTTPClient

func (o *PostUsersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post users params

func (*PostUsersParams) SetTimeout

func (o *PostUsersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post users params

func (*PostUsersParams) WithBody

func (o *PostUsersParams) WithBody(body *models.CreateUser) *PostUsersParams

WithBody adds the body to the post users params

func (*PostUsersParams) WithContext

func (o *PostUsersParams) WithContext(ctx context.Context) *PostUsersParams

WithContext adds the context to the post users params

func (*PostUsersParams) WithDefaults

func (o *PostUsersParams) WithDefaults() *PostUsersParams

WithDefaults hydrates default values in the post users params (not the query body).

All values with no default are reset to their zero value.

func (*PostUsersParams) WithHTTPClient

func (o *PostUsersParams) WithHTTPClient(client *http.Client) *PostUsersParams

WithHTTPClient adds the HTTPClient to the post users params

func (*PostUsersParams) WithTimeout

func (o *PostUsersParams) WithTimeout(timeout time.Duration) *PostUsersParams

WithTimeout adds the timeout to the post users params

func (*PostUsersParams) WriteToRequest

func (o *PostUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostUsersReader

type PostUsersReader struct {
	// contains filtered or unexported fields
}

PostUsersReader is a Reader for the PostUsers structure.

func (*PostUsersReader) ReadResponse

func (o *PostUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostUsersRequestEntityTooLarge

type PostUsersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostUsersRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostUsersRequestEntityTooLarge

func NewPostUsersRequestEntityTooLarge() *PostUsersRequestEntityTooLarge

NewPostUsersRequestEntityTooLarge creates a PostUsersRequestEntityTooLarge with default headers values

func (*PostUsersRequestEntityTooLarge) Error

func (*PostUsersRequestEntityTooLarge) GetPayload

func (*PostUsersRequestEntityTooLarge) IsClientError

func (o *PostUsersRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this post users request entity too large response has a 4xx status code

func (*PostUsersRequestEntityTooLarge) IsCode

func (o *PostUsersRequestEntityTooLarge) IsCode(code int) bool

IsCode returns true when this post users request entity too large response a status code equal to that given

func (*PostUsersRequestEntityTooLarge) IsRedirect

func (o *PostUsersRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this post users request entity too large response has a 3xx status code

func (*PostUsersRequestEntityTooLarge) IsServerError

func (o *PostUsersRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this post users request entity too large response has a 5xx status code

func (*PostUsersRequestEntityTooLarge) IsSuccess

func (o *PostUsersRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this post users request entity too large response has a 2xx status code

func (*PostUsersRequestEntityTooLarge) String

type PostUsersRequestTimeout

type PostUsersRequestTimeout struct {
	Payload *models.ErrorBody
}

PostUsersRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostUsersRequestTimeout

func NewPostUsersRequestTimeout() *PostUsersRequestTimeout

NewPostUsersRequestTimeout creates a PostUsersRequestTimeout with default headers values

func (*PostUsersRequestTimeout) Error

func (o *PostUsersRequestTimeout) Error() string

func (*PostUsersRequestTimeout) GetPayload

func (o *PostUsersRequestTimeout) GetPayload() *models.ErrorBody

func (*PostUsersRequestTimeout) IsClientError

func (o *PostUsersRequestTimeout) IsClientError() bool

IsClientError returns true when this post users request timeout response has a 4xx status code

func (*PostUsersRequestTimeout) IsCode

func (o *PostUsersRequestTimeout) IsCode(code int) bool

IsCode returns true when this post users request timeout response a status code equal to that given

func (*PostUsersRequestTimeout) IsRedirect

func (o *PostUsersRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post users request timeout response has a 3xx status code

func (*PostUsersRequestTimeout) IsServerError

func (o *PostUsersRequestTimeout) IsServerError() bool

IsServerError returns true when this post users request timeout response has a 5xx status code

func (*PostUsersRequestTimeout) IsSuccess

func (o *PostUsersRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post users request timeout response has a 2xx status code

func (*PostUsersRequestTimeout) String

func (o *PostUsersRequestTimeout) String() string

type PostUsersSearchBadRequest

type PostUsersSearchBadRequest struct {
	Payload *models.ErrorBody
}

PostUsersSearchBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostUsersSearchBadRequest

func NewPostUsersSearchBadRequest() *PostUsersSearchBadRequest

NewPostUsersSearchBadRequest creates a PostUsersSearchBadRequest with default headers values

func (*PostUsersSearchBadRequest) Error

func (o *PostUsersSearchBadRequest) Error() string

func (*PostUsersSearchBadRequest) GetPayload

func (o *PostUsersSearchBadRequest) GetPayload() *models.ErrorBody

func (*PostUsersSearchBadRequest) IsClientError

func (o *PostUsersSearchBadRequest) IsClientError() bool

IsClientError returns true when this post users search bad request response has a 4xx status code

func (*PostUsersSearchBadRequest) IsCode

func (o *PostUsersSearchBadRequest) IsCode(code int) bool

IsCode returns true when this post users search bad request response a status code equal to that given

func (*PostUsersSearchBadRequest) IsRedirect

func (o *PostUsersSearchBadRequest) IsRedirect() bool

IsRedirect returns true when this post users search bad request response has a 3xx status code

func (*PostUsersSearchBadRequest) IsServerError

func (o *PostUsersSearchBadRequest) IsServerError() bool

IsServerError returns true when this post users search bad request response has a 5xx status code

func (*PostUsersSearchBadRequest) IsSuccess

func (o *PostUsersSearchBadRequest) IsSuccess() bool

IsSuccess returns true when this post users search bad request response has a 2xx status code

func (*PostUsersSearchBadRequest) String

func (o *PostUsersSearchBadRequest) String() string

type PostUsersSearchForbidden

type PostUsersSearchForbidden struct {
	Payload *models.ErrorBody
}

PostUsersSearchForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostUsersSearchForbidden

func NewPostUsersSearchForbidden() *PostUsersSearchForbidden

NewPostUsersSearchForbidden creates a PostUsersSearchForbidden with default headers values

func (*PostUsersSearchForbidden) Error

func (o *PostUsersSearchForbidden) Error() string

func (*PostUsersSearchForbidden) GetPayload

func (o *PostUsersSearchForbidden) GetPayload() *models.ErrorBody

func (*PostUsersSearchForbidden) IsClientError

func (o *PostUsersSearchForbidden) IsClientError() bool

IsClientError returns true when this post users search forbidden response has a 4xx status code

func (*PostUsersSearchForbidden) IsCode

func (o *PostUsersSearchForbidden) IsCode(code int) bool

IsCode returns true when this post users search forbidden response a status code equal to that given

func (*PostUsersSearchForbidden) IsRedirect

func (o *PostUsersSearchForbidden) IsRedirect() bool

IsRedirect returns true when this post users search forbidden response has a 3xx status code

func (*PostUsersSearchForbidden) IsServerError

func (o *PostUsersSearchForbidden) IsServerError() bool

IsServerError returns true when this post users search forbidden response has a 5xx status code

func (*PostUsersSearchForbidden) IsSuccess

func (o *PostUsersSearchForbidden) IsSuccess() bool

IsSuccess returns true when this post users search forbidden response has a 2xx status code

func (*PostUsersSearchForbidden) String

func (o *PostUsersSearchForbidden) String() string

type PostUsersSearchGatewayTimeout

type PostUsersSearchGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostUsersSearchGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostUsersSearchGatewayTimeout

func NewPostUsersSearchGatewayTimeout() *PostUsersSearchGatewayTimeout

NewPostUsersSearchGatewayTimeout creates a PostUsersSearchGatewayTimeout with default headers values

func (*PostUsersSearchGatewayTimeout) Error

func (*PostUsersSearchGatewayTimeout) GetPayload

func (*PostUsersSearchGatewayTimeout) IsClientError

func (o *PostUsersSearchGatewayTimeout) IsClientError() bool

IsClientError returns true when this post users search gateway timeout response has a 4xx status code

func (*PostUsersSearchGatewayTimeout) IsCode

func (o *PostUsersSearchGatewayTimeout) IsCode(code int) bool

IsCode returns true when this post users search gateway timeout response a status code equal to that given

func (*PostUsersSearchGatewayTimeout) IsRedirect

func (o *PostUsersSearchGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post users search gateway timeout response has a 3xx status code

func (*PostUsersSearchGatewayTimeout) IsServerError

func (o *PostUsersSearchGatewayTimeout) IsServerError() bool

IsServerError returns true when this post users search gateway timeout response has a 5xx status code

func (*PostUsersSearchGatewayTimeout) IsSuccess

func (o *PostUsersSearchGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post users search gateway timeout response has a 2xx status code

func (*PostUsersSearchGatewayTimeout) String

type PostUsersSearchInternalServerError

type PostUsersSearchInternalServerError struct {
	Payload *models.ErrorBody
}

PostUsersSearchInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostUsersSearchInternalServerError

func NewPostUsersSearchInternalServerError() *PostUsersSearchInternalServerError

NewPostUsersSearchInternalServerError creates a PostUsersSearchInternalServerError with default headers values

func (*PostUsersSearchInternalServerError) Error

func (*PostUsersSearchInternalServerError) GetPayload

func (*PostUsersSearchInternalServerError) IsClientError

func (o *PostUsersSearchInternalServerError) IsClientError() bool

IsClientError returns true when this post users search internal server error response has a 4xx status code

func (*PostUsersSearchInternalServerError) IsCode

IsCode returns true when this post users search internal server error response a status code equal to that given

func (*PostUsersSearchInternalServerError) IsRedirect

func (o *PostUsersSearchInternalServerError) IsRedirect() bool

IsRedirect returns true when this post users search internal server error response has a 3xx status code

func (*PostUsersSearchInternalServerError) IsServerError

func (o *PostUsersSearchInternalServerError) IsServerError() bool

IsServerError returns true when this post users search internal server error response has a 5xx status code

func (*PostUsersSearchInternalServerError) IsSuccess

IsSuccess returns true when this post users search internal server error response has a 2xx status code

func (*PostUsersSearchInternalServerError) String

type PostUsersSearchNotFound

type PostUsersSearchNotFound struct {
	Payload *models.ErrorBody
}

PostUsersSearchNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostUsersSearchNotFound

func NewPostUsersSearchNotFound() *PostUsersSearchNotFound

NewPostUsersSearchNotFound creates a PostUsersSearchNotFound with default headers values

func (*PostUsersSearchNotFound) Error

func (o *PostUsersSearchNotFound) Error() string

func (*PostUsersSearchNotFound) GetPayload

func (o *PostUsersSearchNotFound) GetPayload() *models.ErrorBody

func (*PostUsersSearchNotFound) IsClientError

func (o *PostUsersSearchNotFound) IsClientError() bool

IsClientError returns true when this post users search not found response has a 4xx status code

func (*PostUsersSearchNotFound) IsCode

func (o *PostUsersSearchNotFound) IsCode(code int) bool

IsCode returns true when this post users search not found response a status code equal to that given

func (*PostUsersSearchNotFound) IsRedirect

func (o *PostUsersSearchNotFound) IsRedirect() bool

IsRedirect returns true when this post users search not found response has a 3xx status code

func (*PostUsersSearchNotFound) IsServerError

func (o *PostUsersSearchNotFound) IsServerError() bool

IsServerError returns true when this post users search not found response has a 5xx status code

func (*PostUsersSearchNotFound) IsSuccess

func (o *PostUsersSearchNotFound) IsSuccess() bool

IsSuccess returns true when this post users search not found response has a 2xx status code

func (*PostUsersSearchNotFound) String

func (o *PostUsersSearchNotFound) String() string

type PostUsersSearchOK

type PostUsersSearchOK struct {
	Payload *models.UsersSearchResponse
}

PostUsersSearchOK describes a response with status code 200, with default header values.

successful operation

func NewPostUsersSearchOK

func NewPostUsersSearchOK() *PostUsersSearchOK

NewPostUsersSearchOK creates a PostUsersSearchOK with default headers values

func (*PostUsersSearchOK) Error

func (o *PostUsersSearchOK) Error() string

func (*PostUsersSearchOK) GetPayload

func (o *PostUsersSearchOK) GetPayload() *models.UsersSearchResponse

func (*PostUsersSearchOK) IsClientError

func (o *PostUsersSearchOK) IsClientError() bool

IsClientError returns true when this post users search o k response has a 4xx status code

func (*PostUsersSearchOK) IsCode

func (o *PostUsersSearchOK) IsCode(code int) bool

IsCode returns true when this post users search o k response a status code equal to that given

func (*PostUsersSearchOK) IsRedirect

func (o *PostUsersSearchOK) IsRedirect() bool

IsRedirect returns true when this post users search o k response has a 3xx status code

func (*PostUsersSearchOK) IsServerError

func (o *PostUsersSearchOK) IsServerError() bool

IsServerError returns true when this post users search o k response has a 5xx status code

func (*PostUsersSearchOK) IsSuccess

func (o *PostUsersSearchOK) IsSuccess() bool

IsSuccess returns true when this post users search o k response has a 2xx status code

func (*PostUsersSearchOK) String

func (o *PostUsersSearchOK) String() string

type PostUsersSearchParams

type PostUsersSearchParams struct {

	/* Body.

	   Search request options
	*/
	Body *models.UserSearchRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostUsersSearchParams contains all the parameters to send to the API endpoint

for the post users search operation.

Typically these are written to a http.Request.

func NewPostUsersSearchParams

func NewPostUsersSearchParams() *PostUsersSearchParams

NewPostUsersSearchParams creates a new PostUsersSearchParams 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 NewPostUsersSearchParamsWithContext

func NewPostUsersSearchParamsWithContext(ctx context.Context) *PostUsersSearchParams

NewPostUsersSearchParamsWithContext creates a new PostUsersSearchParams object with the ability to set a context for a request.

func NewPostUsersSearchParamsWithHTTPClient

func NewPostUsersSearchParamsWithHTTPClient(client *http.Client) *PostUsersSearchParams

NewPostUsersSearchParamsWithHTTPClient creates a new PostUsersSearchParams object with the ability to set a custom HTTPClient for a request.

func NewPostUsersSearchParamsWithTimeout

func NewPostUsersSearchParamsWithTimeout(timeout time.Duration) *PostUsersSearchParams

NewPostUsersSearchParamsWithTimeout creates a new PostUsersSearchParams object with the ability to set a timeout on a request.

func (*PostUsersSearchParams) SetBody

SetBody adds the body to the post users search params

func (*PostUsersSearchParams) SetContext

func (o *PostUsersSearchParams) SetContext(ctx context.Context)

SetContext adds the context to the post users search params

func (*PostUsersSearchParams) SetDefaults

func (o *PostUsersSearchParams) SetDefaults()

SetDefaults hydrates default values in the post users search params (not the query body).

All values with no default are reset to their zero value.

func (*PostUsersSearchParams) SetHTTPClient

func (o *PostUsersSearchParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post users search params

func (*PostUsersSearchParams) SetTimeout

func (o *PostUsersSearchParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post users search params

func (*PostUsersSearchParams) WithBody

WithBody adds the body to the post users search params

func (*PostUsersSearchParams) WithContext

WithContext adds the context to the post users search params

func (*PostUsersSearchParams) WithDefaults

func (o *PostUsersSearchParams) WithDefaults() *PostUsersSearchParams

WithDefaults hydrates default values in the post users search params (not the query body).

All values with no default are reset to their zero value.

func (*PostUsersSearchParams) WithHTTPClient

func (o *PostUsersSearchParams) WithHTTPClient(client *http.Client) *PostUsersSearchParams

WithHTTPClient adds the HTTPClient to the post users search params

func (*PostUsersSearchParams) WithTimeout

func (o *PostUsersSearchParams) WithTimeout(timeout time.Duration) *PostUsersSearchParams

WithTimeout adds the timeout to the post users search params

func (*PostUsersSearchParams) WriteToRequest

func (o *PostUsersSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostUsersSearchReader

type PostUsersSearchReader struct {
	// contains filtered or unexported fields
}

PostUsersSearchReader is a Reader for the PostUsersSearch structure.

func (*PostUsersSearchReader) ReadResponse

func (o *PostUsersSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostUsersSearchRequestEntityTooLarge

type PostUsersSearchRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostUsersSearchRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostUsersSearchRequestEntityTooLarge

func NewPostUsersSearchRequestEntityTooLarge() *PostUsersSearchRequestEntityTooLarge

NewPostUsersSearchRequestEntityTooLarge creates a PostUsersSearchRequestEntityTooLarge with default headers values

func (*PostUsersSearchRequestEntityTooLarge) Error

func (*PostUsersSearchRequestEntityTooLarge) GetPayload

func (*PostUsersSearchRequestEntityTooLarge) IsClientError

func (o *PostUsersSearchRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this post users search request entity too large response has a 4xx status code

func (*PostUsersSearchRequestEntityTooLarge) IsCode

IsCode returns true when this post users search request entity too large response a status code equal to that given

func (*PostUsersSearchRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post users search request entity too large response has a 3xx status code

func (*PostUsersSearchRequestEntityTooLarge) IsServerError

func (o *PostUsersSearchRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this post users search request entity too large response has a 5xx status code

func (*PostUsersSearchRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post users search request entity too large response has a 2xx status code

func (*PostUsersSearchRequestEntityTooLarge) String

type PostUsersSearchRequestTimeout

type PostUsersSearchRequestTimeout struct {
	Payload *models.ErrorBody
}

PostUsersSearchRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostUsersSearchRequestTimeout

func NewPostUsersSearchRequestTimeout() *PostUsersSearchRequestTimeout

NewPostUsersSearchRequestTimeout creates a PostUsersSearchRequestTimeout with default headers values

func (*PostUsersSearchRequestTimeout) Error

func (*PostUsersSearchRequestTimeout) GetPayload

func (*PostUsersSearchRequestTimeout) IsClientError

func (o *PostUsersSearchRequestTimeout) IsClientError() bool

IsClientError returns true when this post users search request timeout response has a 4xx status code

func (*PostUsersSearchRequestTimeout) IsCode

func (o *PostUsersSearchRequestTimeout) IsCode(code int) bool

IsCode returns true when this post users search request timeout response a status code equal to that given

func (*PostUsersSearchRequestTimeout) IsRedirect

func (o *PostUsersSearchRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post users search request timeout response has a 3xx status code

func (*PostUsersSearchRequestTimeout) IsServerError

func (o *PostUsersSearchRequestTimeout) IsServerError() bool

IsServerError returns true when this post users search request timeout response has a 5xx status code

func (*PostUsersSearchRequestTimeout) IsSuccess

func (o *PostUsersSearchRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post users search request timeout response has a 2xx status code

func (*PostUsersSearchRequestTimeout) String

type PostUsersSearchServiceUnavailable

type PostUsersSearchServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostUsersSearchServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostUsersSearchServiceUnavailable

func NewPostUsersSearchServiceUnavailable() *PostUsersSearchServiceUnavailable

NewPostUsersSearchServiceUnavailable creates a PostUsersSearchServiceUnavailable with default headers values

func (*PostUsersSearchServiceUnavailable) Error

func (*PostUsersSearchServiceUnavailable) GetPayload

func (*PostUsersSearchServiceUnavailable) IsClientError

func (o *PostUsersSearchServiceUnavailable) IsClientError() bool

IsClientError returns true when this post users search service unavailable response has a 4xx status code

func (*PostUsersSearchServiceUnavailable) IsCode

func (o *PostUsersSearchServiceUnavailable) IsCode(code int) bool

IsCode returns true when this post users search service unavailable response a status code equal to that given

func (*PostUsersSearchServiceUnavailable) IsRedirect

func (o *PostUsersSearchServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this post users search service unavailable response has a 3xx status code

func (*PostUsersSearchServiceUnavailable) IsServerError

func (o *PostUsersSearchServiceUnavailable) IsServerError() bool

IsServerError returns true when this post users search service unavailable response has a 5xx status code

func (*PostUsersSearchServiceUnavailable) IsSuccess

func (o *PostUsersSearchServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this post users search service unavailable response has a 2xx status code

func (*PostUsersSearchServiceUnavailable) String

type PostUsersSearchTeamsAssignBadRequest

type PostUsersSearchTeamsAssignBadRequest struct {
	Payload *models.ErrorBody
}

PostUsersSearchTeamsAssignBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostUsersSearchTeamsAssignBadRequest

func NewPostUsersSearchTeamsAssignBadRequest() *PostUsersSearchTeamsAssignBadRequest

NewPostUsersSearchTeamsAssignBadRequest creates a PostUsersSearchTeamsAssignBadRequest with default headers values

func (*PostUsersSearchTeamsAssignBadRequest) Error

func (*PostUsersSearchTeamsAssignBadRequest) GetPayload

func (*PostUsersSearchTeamsAssignBadRequest) IsClientError

func (o *PostUsersSearchTeamsAssignBadRequest) IsClientError() bool

IsClientError returns true when this post users search teams assign bad request response has a 4xx status code

func (*PostUsersSearchTeamsAssignBadRequest) IsCode

IsCode returns true when this post users search teams assign bad request response a status code equal to that given

func (*PostUsersSearchTeamsAssignBadRequest) IsRedirect

IsRedirect returns true when this post users search teams assign bad request response has a 3xx status code

func (*PostUsersSearchTeamsAssignBadRequest) IsServerError

func (o *PostUsersSearchTeamsAssignBadRequest) IsServerError() bool

IsServerError returns true when this post users search teams assign bad request response has a 5xx status code

func (*PostUsersSearchTeamsAssignBadRequest) IsSuccess

IsSuccess returns true when this post users search teams assign bad request response has a 2xx status code

func (*PostUsersSearchTeamsAssignBadRequest) String

type PostUsersSearchTeamsAssignForbidden

type PostUsersSearchTeamsAssignForbidden struct {
	Payload *models.ErrorBody
}

PostUsersSearchTeamsAssignForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostUsersSearchTeamsAssignForbidden

func NewPostUsersSearchTeamsAssignForbidden() *PostUsersSearchTeamsAssignForbidden

NewPostUsersSearchTeamsAssignForbidden creates a PostUsersSearchTeamsAssignForbidden with default headers values

func (*PostUsersSearchTeamsAssignForbidden) Error

func (*PostUsersSearchTeamsAssignForbidden) GetPayload

func (*PostUsersSearchTeamsAssignForbidden) IsClientError

func (o *PostUsersSearchTeamsAssignForbidden) IsClientError() bool

IsClientError returns true when this post users search teams assign forbidden response has a 4xx status code

func (*PostUsersSearchTeamsAssignForbidden) IsCode

IsCode returns true when this post users search teams assign forbidden response a status code equal to that given

func (*PostUsersSearchTeamsAssignForbidden) IsRedirect

func (o *PostUsersSearchTeamsAssignForbidden) IsRedirect() bool

IsRedirect returns true when this post users search teams assign forbidden response has a 3xx status code

func (*PostUsersSearchTeamsAssignForbidden) IsServerError

func (o *PostUsersSearchTeamsAssignForbidden) IsServerError() bool

IsServerError returns true when this post users search teams assign forbidden response has a 5xx status code

func (*PostUsersSearchTeamsAssignForbidden) IsSuccess

IsSuccess returns true when this post users search teams assign forbidden response has a 2xx status code

func (*PostUsersSearchTeamsAssignForbidden) String

type PostUsersSearchTeamsAssignGatewayTimeout

type PostUsersSearchTeamsAssignGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostUsersSearchTeamsAssignGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostUsersSearchTeamsAssignGatewayTimeout

func NewPostUsersSearchTeamsAssignGatewayTimeout() *PostUsersSearchTeamsAssignGatewayTimeout

NewPostUsersSearchTeamsAssignGatewayTimeout creates a PostUsersSearchTeamsAssignGatewayTimeout with default headers values

func (*PostUsersSearchTeamsAssignGatewayTimeout) Error

func (*PostUsersSearchTeamsAssignGatewayTimeout) GetPayload

func (*PostUsersSearchTeamsAssignGatewayTimeout) IsClientError

IsClientError returns true when this post users search teams assign gateway timeout response has a 4xx status code

func (*PostUsersSearchTeamsAssignGatewayTimeout) IsCode

IsCode returns true when this post users search teams assign gateway timeout response a status code equal to that given

func (*PostUsersSearchTeamsAssignGatewayTimeout) IsRedirect

IsRedirect returns true when this post users search teams assign gateway timeout response has a 3xx status code

func (*PostUsersSearchTeamsAssignGatewayTimeout) IsServerError

IsServerError returns true when this post users search teams assign gateway timeout response has a 5xx status code

func (*PostUsersSearchTeamsAssignGatewayTimeout) IsSuccess

IsSuccess returns true when this post users search teams assign gateway timeout response has a 2xx status code

func (*PostUsersSearchTeamsAssignGatewayTimeout) String

type PostUsersSearchTeamsAssignInternalServerError

type PostUsersSearchTeamsAssignInternalServerError struct {
	Payload *models.ErrorBody
}

PostUsersSearchTeamsAssignInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostUsersSearchTeamsAssignInternalServerError

func NewPostUsersSearchTeamsAssignInternalServerError() *PostUsersSearchTeamsAssignInternalServerError

NewPostUsersSearchTeamsAssignInternalServerError creates a PostUsersSearchTeamsAssignInternalServerError with default headers values

func (*PostUsersSearchTeamsAssignInternalServerError) Error

func (*PostUsersSearchTeamsAssignInternalServerError) GetPayload

func (*PostUsersSearchTeamsAssignInternalServerError) IsClientError

IsClientError returns true when this post users search teams assign internal server error response has a 4xx status code

func (*PostUsersSearchTeamsAssignInternalServerError) IsCode

IsCode returns true when this post users search teams assign internal server error response a status code equal to that given

func (*PostUsersSearchTeamsAssignInternalServerError) IsRedirect

IsRedirect returns true when this post users search teams assign internal server error response has a 3xx status code

func (*PostUsersSearchTeamsAssignInternalServerError) IsServerError

IsServerError returns true when this post users search teams assign internal server error response has a 5xx status code

func (*PostUsersSearchTeamsAssignInternalServerError) IsSuccess

IsSuccess returns true when this post users search teams assign internal server error response has a 2xx status code

func (*PostUsersSearchTeamsAssignInternalServerError) String

type PostUsersSearchTeamsAssignNotFound

type PostUsersSearchTeamsAssignNotFound struct {
	Payload *models.ErrorBody
}

PostUsersSearchTeamsAssignNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostUsersSearchTeamsAssignNotFound

func NewPostUsersSearchTeamsAssignNotFound() *PostUsersSearchTeamsAssignNotFound

NewPostUsersSearchTeamsAssignNotFound creates a PostUsersSearchTeamsAssignNotFound with default headers values

func (*PostUsersSearchTeamsAssignNotFound) Error

func (*PostUsersSearchTeamsAssignNotFound) GetPayload

func (*PostUsersSearchTeamsAssignNotFound) IsClientError

func (o *PostUsersSearchTeamsAssignNotFound) IsClientError() bool

IsClientError returns true when this post users search teams assign not found response has a 4xx status code

func (*PostUsersSearchTeamsAssignNotFound) IsCode

IsCode returns true when this post users search teams assign not found response a status code equal to that given

func (*PostUsersSearchTeamsAssignNotFound) IsRedirect

func (o *PostUsersSearchTeamsAssignNotFound) IsRedirect() bool

IsRedirect returns true when this post users search teams assign not found response has a 3xx status code

func (*PostUsersSearchTeamsAssignNotFound) IsServerError

func (o *PostUsersSearchTeamsAssignNotFound) IsServerError() bool

IsServerError returns true when this post users search teams assign not found response has a 5xx status code

func (*PostUsersSearchTeamsAssignNotFound) IsSuccess

IsSuccess returns true when this post users search teams assign not found response has a 2xx status code

func (*PostUsersSearchTeamsAssignNotFound) String

type PostUsersSearchTeamsAssignOK

type PostUsersSearchTeamsAssignOK struct {
	Payload *models.UsersSearchResponse
}

PostUsersSearchTeamsAssignOK describes a response with status code 200, with default header values.

successful operation

func NewPostUsersSearchTeamsAssignOK

func NewPostUsersSearchTeamsAssignOK() *PostUsersSearchTeamsAssignOK

NewPostUsersSearchTeamsAssignOK creates a PostUsersSearchTeamsAssignOK with default headers values

func (*PostUsersSearchTeamsAssignOK) Error

func (*PostUsersSearchTeamsAssignOK) GetPayload

func (*PostUsersSearchTeamsAssignOK) IsClientError

func (o *PostUsersSearchTeamsAssignOK) IsClientError() bool

IsClientError returns true when this post users search teams assign o k response has a 4xx status code

func (*PostUsersSearchTeamsAssignOK) IsCode

func (o *PostUsersSearchTeamsAssignOK) IsCode(code int) bool

IsCode returns true when this post users search teams assign o k response a status code equal to that given

func (*PostUsersSearchTeamsAssignOK) IsRedirect

func (o *PostUsersSearchTeamsAssignOK) IsRedirect() bool

IsRedirect returns true when this post users search teams assign o k response has a 3xx status code

func (*PostUsersSearchTeamsAssignOK) IsServerError

func (o *PostUsersSearchTeamsAssignOK) IsServerError() bool

IsServerError returns true when this post users search teams assign o k response has a 5xx status code

func (*PostUsersSearchTeamsAssignOK) IsSuccess

func (o *PostUsersSearchTeamsAssignOK) IsSuccess() bool

IsSuccess returns true when this post users search teams assign o k response has a 2xx status code

func (*PostUsersSearchTeamsAssignOK) String

type PostUsersSearchTeamsAssignParams

type PostUsersSearchTeamsAssignParams struct {

	/* Body.

	   Search request options
	*/
	Body *models.UserSearchRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostUsersSearchTeamsAssignParams contains all the parameters to send to the API endpoint

for the post users search teams assign operation.

Typically these are written to a http.Request.

func NewPostUsersSearchTeamsAssignParams

func NewPostUsersSearchTeamsAssignParams() *PostUsersSearchTeamsAssignParams

NewPostUsersSearchTeamsAssignParams creates a new PostUsersSearchTeamsAssignParams 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 NewPostUsersSearchTeamsAssignParamsWithContext

func NewPostUsersSearchTeamsAssignParamsWithContext(ctx context.Context) *PostUsersSearchTeamsAssignParams

NewPostUsersSearchTeamsAssignParamsWithContext creates a new PostUsersSearchTeamsAssignParams object with the ability to set a context for a request.

func NewPostUsersSearchTeamsAssignParamsWithHTTPClient

func NewPostUsersSearchTeamsAssignParamsWithHTTPClient(client *http.Client) *PostUsersSearchTeamsAssignParams

NewPostUsersSearchTeamsAssignParamsWithHTTPClient creates a new PostUsersSearchTeamsAssignParams object with the ability to set a custom HTTPClient for a request.

func NewPostUsersSearchTeamsAssignParamsWithTimeout

func NewPostUsersSearchTeamsAssignParamsWithTimeout(timeout time.Duration) *PostUsersSearchTeamsAssignParams

NewPostUsersSearchTeamsAssignParamsWithTimeout creates a new PostUsersSearchTeamsAssignParams object with the ability to set a timeout on a request.

func (*PostUsersSearchTeamsAssignParams) SetBody

SetBody adds the body to the post users search teams assign params

func (*PostUsersSearchTeamsAssignParams) SetContext

SetContext adds the context to the post users search teams assign params

func (*PostUsersSearchTeamsAssignParams) SetDefaults

func (o *PostUsersSearchTeamsAssignParams) SetDefaults()

SetDefaults hydrates default values in the post users search teams assign params (not the query body).

All values with no default are reset to their zero value.

func (*PostUsersSearchTeamsAssignParams) SetHTTPClient

func (o *PostUsersSearchTeamsAssignParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post users search teams assign params

func (*PostUsersSearchTeamsAssignParams) SetTimeout

func (o *PostUsersSearchTeamsAssignParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post users search teams assign params

func (*PostUsersSearchTeamsAssignParams) WithBody

WithBody adds the body to the post users search teams assign params

func (*PostUsersSearchTeamsAssignParams) WithContext

WithContext adds the context to the post users search teams assign params

func (*PostUsersSearchTeamsAssignParams) WithDefaults

WithDefaults hydrates default values in the post users search teams assign params (not the query body).

All values with no default are reset to their zero value.

func (*PostUsersSearchTeamsAssignParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post users search teams assign params

func (*PostUsersSearchTeamsAssignParams) WithTimeout

WithTimeout adds the timeout to the post users search teams assign params

func (*PostUsersSearchTeamsAssignParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUsersSearchTeamsAssignReader

type PostUsersSearchTeamsAssignReader struct {
	// contains filtered or unexported fields
}

PostUsersSearchTeamsAssignReader is a Reader for the PostUsersSearchTeamsAssign structure.

func (*PostUsersSearchTeamsAssignReader) ReadResponse

func (o *PostUsersSearchTeamsAssignReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostUsersSearchTeamsAssignRequestEntityTooLarge

type PostUsersSearchTeamsAssignRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostUsersSearchTeamsAssignRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostUsersSearchTeamsAssignRequestEntityTooLarge

func NewPostUsersSearchTeamsAssignRequestEntityTooLarge() *PostUsersSearchTeamsAssignRequestEntityTooLarge

NewPostUsersSearchTeamsAssignRequestEntityTooLarge creates a PostUsersSearchTeamsAssignRequestEntityTooLarge with default headers values

func (*PostUsersSearchTeamsAssignRequestEntityTooLarge) Error

func (*PostUsersSearchTeamsAssignRequestEntityTooLarge) GetPayload

func (*PostUsersSearchTeamsAssignRequestEntityTooLarge) IsClientError

IsClientError returns true when this post users search teams assign request entity too large response has a 4xx status code

func (*PostUsersSearchTeamsAssignRequestEntityTooLarge) IsCode

IsCode returns true when this post users search teams assign request entity too large response a status code equal to that given

func (*PostUsersSearchTeamsAssignRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post users search teams assign request entity too large response has a 3xx status code

func (*PostUsersSearchTeamsAssignRequestEntityTooLarge) IsServerError

IsServerError returns true when this post users search teams assign request entity too large response has a 5xx status code

func (*PostUsersSearchTeamsAssignRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post users search teams assign request entity too large response has a 2xx status code

func (*PostUsersSearchTeamsAssignRequestEntityTooLarge) String

type PostUsersSearchTeamsAssignRequestTimeout

type PostUsersSearchTeamsAssignRequestTimeout struct {
	Payload *models.ErrorBody
}

PostUsersSearchTeamsAssignRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostUsersSearchTeamsAssignRequestTimeout

func NewPostUsersSearchTeamsAssignRequestTimeout() *PostUsersSearchTeamsAssignRequestTimeout

NewPostUsersSearchTeamsAssignRequestTimeout creates a PostUsersSearchTeamsAssignRequestTimeout with default headers values

func (*PostUsersSearchTeamsAssignRequestTimeout) Error

func (*PostUsersSearchTeamsAssignRequestTimeout) GetPayload

func (*PostUsersSearchTeamsAssignRequestTimeout) IsClientError

IsClientError returns true when this post users search teams assign request timeout response has a 4xx status code

func (*PostUsersSearchTeamsAssignRequestTimeout) IsCode

IsCode returns true when this post users search teams assign request timeout response a status code equal to that given

func (*PostUsersSearchTeamsAssignRequestTimeout) IsRedirect

IsRedirect returns true when this post users search teams assign request timeout response has a 3xx status code

func (*PostUsersSearchTeamsAssignRequestTimeout) IsServerError

IsServerError returns true when this post users search teams assign request timeout response has a 5xx status code

func (*PostUsersSearchTeamsAssignRequestTimeout) IsSuccess

IsSuccess returns true when this post users search teams assign request timeout response has a 2xx status code

func (*PostUsersSearchTeamsAssignRequestTimeout) String

type PostUsersSearchTeamsAssignServiceUnavailable

type PostUsersSearchTeamsAssignServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostUsersSearchTeamsAssignServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostUsersSearchTeamsAssignServiceUnavailable

func NewPostUsersSearchTeamsAssignServiceUnavailable() *PostUsersSearchTeamsAssignServiceUnavailable

NewPostUsersSearchTeamsAssignServiceUnavailable creates a PostUsersSearchTeamsAssignServiceUnavailable with default headers values

func (*PostUsersSearchTeamsAssignServiceUnavailable) Error

func (*PostUsersSearchTeamsAssignServiceUnavailable) GetPayload

func (*PostUsersSearchTeamsAssignServiceUnavailable) IsClientError

IsClientError returns true when this post users search teams assign service unavailable response has a 4xx status code

func (*PostUsersSearchTeamsAssignServiceUnavailable) IsCode

IsCode returns true when this post users search teams assign service unavailable response a status code equal to that given

func (*PostUsersSearchTeamsAssignServiceUnavailable) IsRedirect

IsRedirect returns true when this post users search teams assign service unavailable response has a 3xx status code

func (*PostUsersSearchTeamsAssignServiceUnavailable) IsServerError

IsServerError returns true when this post users search teams assign service unavailable response has a 5xx status code

func (*PostUsersSearchTeamsAssignServiceUnavailable) IsSuccess

IsSuccess returns true when this post users search teams assign service unavailable response has a 2xx status code

func (*PostUsersSearchTeamsAssignServiceUnavailable) String

type PostUsersSearchTeamsAssignTooManyRequests

type PostUsersSearchTeamsAssignTooManyRequests struct {
	Payload *models.ErrorBody
}

PostUsersSearchTeamsAssignTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostUsersSearchTeamsAssignTooManyRequests

func NewPostUsersSearchTeamsAssignTooManyRequests() *PostUsersSearchTeamsAssignTooManyRequests

NewPostUsersSearchTeamsAssignTooManyRequests creates a PostUsersSearchTeamsAssignTooManyRequests with default headers values

func (*PostUsersSearchTeamsAssignTooManyRequests) Error

func (*PostUsersSearchTeamsAssignTooManyRequests) GetPayload

func (*PostUsersSearchTeamsAssignTooManyRequests) IsClientError

IsClientError returns true when this post users search teams assign too many requests response has a 4xx status code

func (*PostUsersSearchTeamsAssignTooManyRequests) IsCode

IsCode returns true when this post users search teams assign too many requests response a status code equal to that given

func (*PostUsersSearchTeamsAssignTooManyRequests) IsRedirect

IsRedirect returns true when this post users search teams assign too many requests response has a 3xx status code

func (*PostUsersSearchTeamsAssignTooManyRequests) IsServerError

IsServerError returns true when this post users search teams assign too many requests response has a 5xx status code

func (*PostUsersSearchTeamsAssignTooManyRequests) IsSuccess

IsSuccess returns true when this post users search teams assign too many requests response has a 2xx status code

func (*PostUsersSearchTeamsAssignTooManyRequests) String

type PostUsersSearchTeamsAssignUnauthorized

type PostUsersSearchTeamsAssignUnauthorized struct {
	Payload *models.ErrorBody
}

PostUsersSearchTeamsAssignUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostUsersSearchTeamsAssignUnauthorized

func NewPostUsersSearchTeamsAssignUnauthorized() *PostUsersSearchTeamsAssignUnauthorized

NewPostUsersSearchTeamsAssignUnauthorized creates a PostUsersSearchTeamsAssignUnauthorized with default headers values

func (*PostUsersSearchTeamsAssignUnauthorized) Error

func (*PostUsersSearchTeamsAssignUnauthorized) GetPayload

func (*PostUsersSearchTeamsAssignUnauthorized) IsClientError

func (o *PostUsersSearchTeamsAssignUnauthorized) IsClientError() bool

IsClientError returns true when this post users search teams assign unauthorized response has a 4xx status code

func (*PostUsersSearchTeamsAssignUnauthorized) IsCode

IsCode returns true when this post users search teams assign unauthorized response a status code equal to that given

func (*PostUsersSearchTeamsAssignUnauthorized) IsRedirect

IsRedirect returns true when this post users search teams assign unauthorized response has a 3xx status code

func (*PostUsersSearchTeamsAssignUnauthorized) IsServerError

func (o *PostUsersSearchTeamsAssignUnauthorized) IsServerError() bool

IsServerError returns true when this post users search teams assign unauthorized response has a 5xx status code

func (*PostUsersSearchTeamsAssignUnauthorized) IsSuccess

IsSuccess returns true when this post users search teams assign unauthorized response has a 2xx status code

func (*PostUsersSearchTeamsAssignUnauthorized) String

type PostUsersSearchTeamsAssignUnsupportedMediaType

type PostUsersSearchTeamsAssignUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostUsersSearchTeamsAssignUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostUsersSearchTeamsAssignUnsupportedMediaType

func NewPostUsersSearchTeamsAssignUnsupportedMediaType() *PostUsersSearchTeamsAssignUnsupportedMediaType

NewPostUsersSearchTeamsAssignUnsupportedMediaType creates a PostUsersSearchTeamsAssignUnsupportedMediaType with default headers values

func (*PostUsersSearchTeamsAssignUnsupportedMediaType) Error

func (*PostUsersSearchTeamsAssignUnsupportedMediaType) GetPayload

func (*PostUsersSearchTeamsAssignUnsupportedMediaType) IsClientError

IsClientError returns true when this post users search teams assign unsupported media type response has a 4xx status code

func (*PostUsersSearchTeamsAssignUnsupportedMediaType) IsCode

IsCode returns true when this post users search teams assign unsupported media type response a status code equal to that given

func (*PostUsersSearchTeamsAssignUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post users search teams assign unsupported media type response has a 3xx status code

func (*PostUsersSearchTeamsAssignUnsupportedMediaType) IsServerError

IsServerError returns true when this post users search teams assign unsupported media type response has a 5xx status code

func (*PostUsersSearchTeamsAssignUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post users search teams assign unsupported media type response has a 2xx status code

func (*PostUsersSearchTeamsAssignUnsupportedMediaType) String

type PostUsersSearchTooManyRequests

type PostUsersSearchTooManyRequests struct {
	Payload *models.ErrorBody
}

PostUsersSearchTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostUsersSearchTooManyRequests

func NewPostUsersSearchTooManyRequests() *PostUsersSearchTooManyRequests

NewPostUsersSearchTooManyRequests creates a PostUsersSearchTooManyRequests with default headers values

func (*PostUsersSearchTooManyRequests) Error

func (*PostUsersSearchTooManyRequests) GetPayload

func (*PostUsersSearchTooManyRequests) IsClientError

func (o *PostUsersSearchTooManyRequests) IsClientError() bool

IsClientError returns true when this post users search too many requests response has a 4xx status code

func (*PostUsersSearchTooManyRequests) IsCode

func (o *PostUsersSearchTooManyRequests) IsCode(code int) bool

IsCode returns true when this post users search too many requests response a status code equal to that given

func (*PostUsersSearchTooManyRequests) IsRedirect

func (o *PostUsersSearchTooManyRequests) IsRedirect() bool

IsRedirect returns true when this post users search too many requests response has a 3xx status code

func (*PostUsersSearchTooManyRequests) IsServerError

func (o *PostUsersSearchTooManyRequests) IsServerError() bool

IsServerError returns true when this post users search too many requests response has a 5xx status code

func (*PostUsersSearchTooManyRequests) IsSuccess

func (o *PostUsersSearchTooManyRequests) IsSuccess() bool

IsSuccess returns true when this post users search too many requests response has a 2xx status code

func (*PostUsersSearchTooManyRequests) String

type PostUsersSearchUnauthorized

type PostUsersSearchUnauthorized struct {
	Payload *models.ErrorBody
}

PostUsersSearchUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostUsersSearchUnauthorized

func NewPostUsersSearchUnauthorized() *PostUsersSearchUnauthorized

NewPostUsersSearchUnauthorized creates a PostUsersSearchUnauthorized with default headers values

func (*PostUsersSearchUnauthorized) Error

func (*PostUsersSearchUnauthorized) GetPayload

func (o *PostUsersSearchUnauthorized) GetPayload() *models.ErrorBody

func (*PostUsersSearchUnauthorized) IsClientError

func (o *PostUsersSearchUnauthorized) IsClientError() bool

IsClientError returns true when this post users search unauthorized response has a 4xx status code

func (*PostUsersSearchUnauthorized) IsCode

func (o *PostUsersSearchUnauthorized) IsCode(code int) bool

IsCode returns true when this post users search unauthorized response a status code equal to that given

func (*PostUsersSearchUnauthorized) IsRedirect

func (o *PostUsersSearchUnauthorized) IsRedirect() bool

IsRedirect returns true when this post users search unauthorized response has a 3xx status code

func (*PostUsersSearchUnauthorized) IsServerError

func (o *PostUsersSearchUnauthorized) IsServerError() bool

IsServerError returns true when this post users search unauthorized response has a 5xx status code

func (*PostUsersSearchUnauthorized) IsSuccess

func (o *PostUsersSearchUnauthorized) IsSuccess() bool

IsSuccess returns true when this post users search unauthorized response has a 2xx status code

func (*PostUsersSearchUnauthorized) String

func (o *PostUsersSearchUnauthorized) String() string

type PostUsersSearchUnsupportedMediaType

type PostUsersSearchUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostUsersSearchUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostUsersSearchUnsupportedMediaType

func NewPostUsersSearchUnsupportedMediaType() *PostUsersSearchUnsupportedMediaType

NewPostUsersSearchUnsupportedMediaType creates a PostUsersSearchUnsupportedMediaType with default headers values

func (*PostUsersSearchUnsupportedMediaType) Error

func (*PostUsersSearchUnsupportedMediaType) GetPayload

func (*PostUsersSearchUnsupportedMediaType) IsClientError

func (o *PostUsersSearchUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post users search unsupported media type response has a 4xx status code

func (*PostUsersSearchUnsupportedMediaType) IsCode

IsCode returns true when this post users search unsupported media type response a status code equal to that given

func (*PostUsersSearchUnsupportedMediaType) IsRedirect

func (o *PostUsersSearchUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this post users search unsupported media type response has a 3xx status code

func (*PostUsersSearchUnsupportedMediaType) IsServerError

func (o *PostUsersSearchUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post users search unsupported media type response has a 5xx status code

func (*PostUsersSearchUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post users search unsupported media type response has a 2xx status code

func (*PostUsersSearchUnsupportedMediaType) String

type PostUsersServiceUnavailable

type PostUsersServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostUsersServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostUsersServiceUnavailable

func NewPostUsersServiceUnavailable() *PostUsersServiceUnavailable

NewPostUsersServiceUnavailable creates a PostUsersServiceUnavailable with default headers values

func (*PostUsersServiceUnavailable) Error

func (*PostUsersServiceUnavailable) GetPayload

func (o *PostUsersServiceUnavailable) GetPayload() *models.ErrorBody

func (*PostUsersServiceUnavailable) IsClientError

func (o *PostUsersServiceUnavailable) IsClientError() bool

IsClientError returns true when this post users service unavailable response has a 4xx status code

func (*PostUsersServiceUnavailable) IsCode

func (o *PostUsersServiceUnavailable) IsCode(code int) bool

IsCode returns true when this post users service unavailable response a status code equal to that given

func (*PostUsersServiceUnavailable) IsRedirect

func (o *PostUsersServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this post users service unavailable response has a 3xx status code

func (*PostUsersServiceUnavailable) IsServerError

func (o *PostUsersServiceUnavailable) IsServerError() bool

IsServerError returns true when this post users service unavailable response has a 5xx status code

func (*PostUsersServiceUnavailable) IsSuccess

func (o *PostUsersServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this post users service unavailable response has a 2xx status code

func (*PostUsersServiceUnavailable) String

func (o *PostUsersServiceUnavailable) String() string

type PostUsersTooManyRequests

type PostUsersTooManyRequests struct {
	Payload *models.ErrorBody
}

PostUsersTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostUsersTooManyRequests

func NewPostUsersTooManyRequests() *PostUsersTooManyRequests

NewPostUsersTooManyRequests creates a PostUsersTooManyRequests with default headers values

func (*PostUsersTooManyRequests) Error

func (o *PostUsersTooManyRequests) Error() string

func (*PostUsersTooManyRequests) GetPayload

func (o *PostUsersTooManyRequests) GetPayload() *models.ErrorBody

func (*PostUsersTooManyRequests) IsClientError

func (o *PostUsersTooManyRequests) IsClientError() bool

IsClientError returns true when this post users too many requests response has a 4xx status code

func (*PostUsersTooManyRequests) IsCode

func (o *PostUsersTooManyRequests) IsCode(code int) bool

IsCode returns true when this post users too many requests response a status code equal to that given

func (*PostUsersTooManyRequests) IsRedirect

func (o *PostUsersTooManyRequests) IsRedirect() bool

IsRedirect returns true when this post users too many requests response has a 3xx status code

func (*PostUsersTooManyRequests) IsServerError

func (o *PostUsersTooManyRequests) IsServerError() bool

IsServerError returns true when this post users too many requests response has a 5xx status code

func (*PostUsersTooManyRequests) IsSuccess

func (o *PostUsersTooManyRequests) IsSuccess() bool

IsSuccess returns true when this post users too many requests response has a 2xx status code

func (*PostUsersTooManyRequests) String

func (o *PostUsersTooManyRequests) String() string

type PostUsersUnauthorized

type PostUsersUnauthorized struct {
	Payload *models.ErrorBody
}

PostUsersUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostUsersUnauthorized

func NewPostUsersUnauthorized() *PostUsersUnauthorized

NewPostUsersUnauthorized creates a PostUsersUnauthorized with default headers values

func (*PostUsersUnauthorized) Error

func (o *PostUsersUnauthorized) Error() string

func (*PostUsersUnauthorized) GetPayload

func (o *PostUsersUnauthorized) GetPayload() *models.ErrorBody

func (*PostUsersUnauthorized) IsClientError

func (o *PostUsersUnauthorized) IsClientError() bool

IsClientError returns true when this post users unauthorized response has a 4xx status code

func (*PostUsersUnauthorized) IsCode

func (o *PostUsersUnauthorized) IsCode(code int) bool

IsCode returns true when this post users unauthorized response a status code equal to that given

func (*PostUsersUnauthorized) IsRedirect

func (o *PostUsersUnauthorized) IsRedirect() bool

IsRedirect returns true when this post users unauthorized response has a 3xx status code

func (*PostUsersUnauthorized) IsServerError

func (o *PostUsersUnauthorized) IsServerError() bool

IsServerError returns true when this post users unauthorized response has a 5xx status code

func (*PostUsersUnauthorized) IsSuccess

func (o *PostUsersUnauthorized) IsSuccess() bool

IsSuccess returns true when this post users unauthorized response has a 2xx status code

func (*PostUsersUnauthorized) String

func (o *PostUsersUnauthorized) String() string

type PostUsersUnsupportedMediaType

type PostUsersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostUsersUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostUsersUnsupportedMediaType

func NewPostUsersUnsupportedMediaType() *PostUsersUnsupportedMediaType

NewPostUsersUnsupportedMediaType creates a PostUsersUnsupportedMediaType with default headers values

func (*PostUsersUnsupportedMediaType) Error

func (*PostUsersUnsupportedMediaType) GetPayload

func (*PostUsersUnsupportedMediaType) IsClientError

func (o *PostUsersUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post users unsupported media type response has a 4xx status code

func (*PostUsersUnsupportedMediaType) IsCode

func (o *PostUsersUnsupportedMediaType) IsCode(code int) bool

IsCode returns true when this post users unsupported media type response a status code equal to that given

func (*PostUsersUnsupportedMediaType) IsRedirect

func (o *PostUsersUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this post users unsupported media type response has a 3xx status code

func (*PostUsersUnsupportedMediaType) IsServerError

func (o *PostUsersUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post users unsupported media type response has a 5xx status code

func (*PostUsersUnsupportedMediaType) IsSuccess

func (o *PostUsersUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this post users unsupported media type response has a 2xx status code

func (*PostUsersUnsupportedMediaType) String

type PutUserCallforwardingBadRequest

type PutUserCallforwardingBadRequest struct {
	Payload *models.ErrorBody
}

PutUserCallforwardingBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutUserCallforwardingBadRequest

func NewPutUserCallforwardingBadRequest() *PutUserCallforwardingBadRequest

NewPutUserCallforwardingBadRequest creates a PutUserCallforwardingBadRequest with default headers values

func (*PutUserCallforwardingBadRequest) Error

func (*PutUserCallforwardingBadRequest) GetPayload

func (*PutUserCallforwardingBadRequest) IsClientError

func (o *PutUserCallforwardingBadRequest) IsClientError() bool

IsClientError returns true when this put user callforwarding bad request response has a 4xx status code

func (*PutUserCallforwardingBadRequest) IsCode

func (o *PutUserCallforwardingBadRequest) IsCode(code int) bool

IsCode returns true when this put user callforwarding bad request response a status code equal to that given

func (*PutUserCallforwardingBadRequest) IsRedirect

func (o *PutUserCallforwardingBadRequest) IsRedirect() bool

IsRedirect returns true when this put user callforwarding bad request response has a 3xx status code

func (*PutUserCallforwardingBadRequest) IsServerError

func (o *PutUserCallforwardingBadRequest) IsServerError() bool

IsServerError returns true when this put user callforwarding bad request response has a 5xx status code

func (*PutUserCallforwardingBadRequest) IsSuccess

func (o *PutUserCallforwardingBadRequest) IsSuccess() bool

IsSuccess returns true when this put user callforwarding bad request response has a 2xx status code

func (*PutUserCallforwardingBadRequest) String

type PutUserCallforwardingConflict

type PutUserCallforwardingConflict struct {
	Payload *models.ErrorBody
}

PutUserCallforwardingConflict describes a response with status code 409, with default header values.

Conflict

func NewPutUserCallforwardingConflict

func NewPutUserCallforwardingConflict() *PutUserCallforwardingConflict

NewPutUserCallforwardingConflict creates a PutUserCallforwardingConflict with default headers values

func (*PutUserCallforwardingConflict) Error

func (*PutUserCallforwardingConflict) GetPayload

func (*PutUserCallforwardingConflict) IsClientError

func (o *PutUserCallforwardingConflict) IsClientError() bool

IsClientError returns true when this put user callforwarding conflict response has a 4xx status code

func (*PutUserCallforwardingConflict) IsCode

func (o *PutUserCallforwardingConflict) IsCode(code int) bool

IsCode returns true when this put user callforwarding conflict response a status code equal to that given

func (*PutUserCallforwardingConflict) IsRedirect

func (o *PutUserCallforwardingConflict) IsRedirect() bool

IsRedirect returns true when this put user callforwarding conflict response has a 3xx status code

func (*PutUserCallforwardingConflict) IsServerError

func (o *PutUserCallforwardingConflict) IsServerError() bool

IsServerError returns true when this put user callforwarding conflict response has a 5xx status code

func (*PutUserCallforwardingConflict) IsSuccess

func (o *PutUserCallforwardingConflict) IsSuccess() bool

IsSuccess returns true when this put user callforwarding conflict response has a 2xx status code

func (*PutUserCallforwardingConflict) String

type PutUserCallforwardingForbidden

type PutUserCallforwardingForbidden struct {
	Payload *models.ErrorBody
}

PutUserCallforwardingForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutUserCallforwardingForbidden

func NewPutUserCallforwardingForbidden() *PutUserCallforwardingForbidden

NewPutUserCallforwardingForbidden creates a PutUserCallforwardingForbidden with default headers values

func (*PutUserCallforwardingForbidden) Error

func (*PutUserCallforwardingForbidden) GetPayload

func (*PutUserCallforwardingForbidden) IsClientError

func (o *PutUserCallforwardingForbidden) IsClientError() bool

IsClientError returns true when this put user callforwarding forbidden response has a 4xx status code

func (*PutUserCallforwardingForbidden) IsCode

func (o *PutUserCallforwardingForbidden) IsCode(code int) bool

IsCode returns true when this put user callforwarding forbidden response a status code equal to that given

func (*PutUserCallforwardingForbidden) IsRedirect

func (o *PutUserCallforwardingForbidden) IsRedirect() bool

IsRedirect returns true when this put user callforwarding forbidden response has a 3xx status code

func (*PutUserCallforwardingForbidden) IsServerError

func (o *PutUserCallforwardingForbidden) IsServerError() bool

IsServerError returns true when this put user callforwarding forbidden response has a 5xx status code

func (*PutUserCallforwardingForbidden) IsSuccess

func (o *PutUserCallforwardingForbidden) IsSuccess() bool

IsSuccess returns true when this put user callforwarding forbidden response has a 2xx status code

func (*PutUserCallforwardingForbidden) String

type PutUserCallforwardingGatewayTimeout

type PutUserCallforwardingGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutUserCallforwardingGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutUserCallforwardingGatewayTimeout

func NewPutUserCallforwardingGatewayTimeout() *PutUserCallforwardingGatewayTimeout

NewPutUserCallforwardingGatewayTimeout creates a PutUserCallforwardingGatewayTimeout with default headers values

func (*PutUserCallforwardingGatewayTimeout) Error

func (*PutUserCallforwardingGatewayTimeout) GetPayload

func (*PutUserCallforwardingGatewayTimeout) IsClientError

func (o *PutUserCallforwardingGatewayTimeout) IsClientError() bool

IsClientError returns true when this put user callforwarding gateway timeout response has a 4xx status code

func (*PutUserCallforwardingGatewayTimeout) IsCode

IsCode returns true when this put user callforwarding gateway timeout response a status code equal to that given

func (*PutUserCallforwardingGatewayTimeout) IsRedirect

func (o *PutUserCallforwardingGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put user callforwarding gateway timeout response has a 3xx status code

func (*PutUserCallforwardingGatewayTimeout) IsServerError

func (o *PutUserCallforwardingGatewayTimeout) IsServerError() bool

IsServerError returns true when this put user callforwarding gateway timeout response has a 5xx status code

func (*PutUserCallforwardingGatewayTimeout) IsSuccess

IsSuccess returns true when this put user callforwarding gateway timeout response has a 2xx status code

func (*PutUserCallforwardingGatewayTimeout) String

type PutUserCallforwardingInternalServerError

type PutUserCallforwardingInternalServerError struct {
	Payload *models.ErrorBody
}

PutUserCallforwardingInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutUserCallforwardingInternalServerError

func NewPutUserCallforwardingInternalServerError() *PutUserCallforwardingInternalServerError

NewPutUserCallforwardingInternalServerError creates a PutUserCallforwardingInternalServerError with default headers values

func (*PutUserCallforwardingInternalServerError) Error

func (*PutUserCallforwardingInternalServerError) GetPayload

func (*PutUserCallforwardingInternalServerError) IsClientError

IsClientError returns true when this put user callforwarding internal server error response has a 4xx status code

func (*PutUserCallforwardingInternalServerError) IsCode

IsCode returns true when this put user callforwarding internal server error response a status code equal to that given

func (*PutUserCallforwardingInternalServerError) IsRedirect

IsRedirect returns true when this put user callforwarding internal server error response has a 3xx status code

func (*PutUserCallforwardingInternalServerError) IsServerError

IsServerError returns true when this put user callforwarding internal server error response has a 5xx status code

func (*PutUserCallforwardingInternalServerError) IsSuccess

IsSuccess returns true when this put user callforwarding internal server error response has a 2xx status code

func (*PutUserCallforwardingInternalServerError) String

type PutUserCallforwardingNotFound

type PutUserCallforwardingNotFound struct {
	Payload *models.ErrorBody
}

PutUserCallforwardingNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutUserCallforwardingNotFound

func NewPutUserCallforwardingNotFound() *PutUserCallforwardingNotFound

NewPutUserCallforwardingNotFound creates a PutUserCallforwardingNotFound with default headers values

func (*PutUserCallforwardingNotFound) Error

func (*PutUserCallforwardingNotFound) GetPayload

func (*PutUserCallforwardingNotFound) IsClientError

func (o *PutUserCallforwardingNotFound) IsClientError() bool

IsClientError returns true when this put user callforwarding not found response has a 4xx status code

func (*PutUserCallforwardingNotFound) IsCode

func (o *PutUserCallforwardingNotFound) IsCode(code int) bool

IsCode returns true when this put user callforwarding not found response a status code equal to that given

func (*PutUserCallforwardingNotFound) IsRedirect

func (o *PutUserCallforwardingNotFound) IsRedirect() bool

IsRedirect returns true when this put user callforwarding not found response has a 3xx status code

func (*PutUserCallforwardingNotFound) IsServerError

func (o *PutUserCallforwardingNotFound) IsServerError() bool

IsServerError returns true when this put user callforwarding not found response has a 5xx status code

func (*PutUserCallforwardingNotFound) IsSuccess

func (o *PutUserCallforwardingNotFound) IsSuccess() bool

IsSuccess returns true when this put user callforwarding not found response has a 2xx status code

func (*PutUserCallforwardingNotFound) String

type PutUserCallforwardingOK

type PutUserCallforwardingOK struct {
	Payload *models.CallForwarding
}

PutUserCallforwardingOK describes a response with status code 200, with default header values.

successful operation

func NewPutUserCallforwardingOK

func NewPutUserCallforwardingOK() *PutUserCallforwardingOK

NewPutUserCallforwardingOK creates a PutUserCallforwardingOK with default headers values

func (*PutUserCallforwardingOK) Error

func (o *PutUserCallforwardingOK) Error() string

func (*PutUserCallforwardingOK) GetPayload

func (*PutUserCallforwardingOK) IsClientError

func (o *PutUserCallforwardingOK) IsClientError() bool

IsClientError returns true when this put user callforwarding o k response has a 4xx status code

func (*PutUserCallforwardingOK) IsCode

func (o *PutUserCallforwardingOK) IsCode(code int) bool

IsCode returns true when this put user callforwarding o k response a status code equal to that given

func (*PutUserCallforwardingOK) IsRedirect

func (o *PutUserCallforwardingOK) IsRedirect() bool

IsRedirect returns true when this put user callforwarding o k response has a 3xx status code

func (*PutUserCallforwardingOK) IsServerError

func (o *PutUserCallforwardingOK) IsServerError() bool

IsServerError returns true when this put user callforwarding o k response has a 5xx status code

func (*PutUserCallforwardingOK) IsSuccess

func (o *PutUserCallforwardingOK) IsSuccess() bool

IsSuccess returns true when this put user callforwarding o k response has a 2xx status code

func (*PutUserCallforwardingOK) String

func (o *PutUserCallforwardingOK) String() string

type PutUserCallforwardingParams

type PutUserCallforwardingParams struct {

	/* Body.

	   Call forwarding
	*/
	Body *models.CallForwarding

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutUserCallforwardingParams contains all the parameters to send to the API endpoint

for the put user callforwarding operation.

Typically these are written to a http.Request.

func NewPutUserCallforwardingParams

func NewPutUserCallforwardingParams() *PutUserCallforwardingParams

NewPutUserCallforwardingParams creates a new PutUserCallforwardingParams 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 NewPutUserCallforwardingParamsWithContext

func NewPutUserCallforwardingParamsWithContext(ctx context.Context) *PutUserCallforwardingParams

NewPutUserCallforwardingParamsWithContext creates a new PutUserCallforwardingParams object with the ability to set a context for a request.

func NewPutUserCallforwardingParamsWithHTTPClient

func NewPutUserCallforwardingParamsWithHTTPClient(client *http.Client) *PutUserCallforwardingParams

NewPutUserCallforwardingParamsWithHTTPClient creates a new PutUserCallforwardingParams object with the ability to set a custom HTTPClient for a request.

func NewPutUserCallforwardingParamsWithTimeout

func NewPutUserCallforwardingParamsWithTimeout(timeout time.Duration) *PutUserCallforwardingParams

NewPutUserCallforwardingParamsWithTimeout creates a new PutUserCallforwardingParams object with the ability to set a timeout on a request.

func (*PutUserCallforwardingParams) SetBody

SetBody adds the body to the put user callforwarding params

func (*PutUserCallforwardingParams) SetContext

func (o *PutUserCallforwardingParams) SetContext(ctx context.Context)

SetContext adds the context to the put user callforwarding params

func (*PutUserCallforwardingParams) SetDefaults

func (o *PutUserCallforwardingParams) SetDefaults()

SetDefaults hydrates default values in the put user callforwarding params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserCallforwardingParams) SetHTTPClient

func (o *PutUserCallforwardingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put user callforwarding params

func (*PutUserCallforwardingParams) SetTimeout

func (o *PutUserCallforwardingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put user callforwarding params

func (*PutUserCallforwardingParams) SetUserID

func (o *PutUserCallforwardingParams) SetUserID(userID string)

SetUserID adds the userId to the put user callforwarding params

func (*PutUserCallforwardingParams) WithBody

WithBody adds the body to the put user callforwarding params

func (*PutUserCallforwardingParams) WithContext

WithContext adds the context to the put user callforwarding params

func (*PutUserCallforwardingParams) WithDefaults

WithDefaults hydrates default values in the put user callforwarding params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserCallforwardingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put user callforwarding params

func (*PutUserCallforwardingParams) WithTimeout

WithTimeout adds the timeout to the put user callforwarding params

func (*PutUserCallforwardingParams) WithUserID

WithUserID adds the userID to the put user callforwarding params

func (*PutUserCallforwardingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutUserCallforwardingReader

type PutUserCallforwardingReader struct {
	// contains filtered or unexported fields
}

PutUserCallforwardingReader is a Reader for the PutUserCallforwarding structure.

func (*PutUserCallforwardingReader) ReadResponse

func (o *PutUserCallforwardingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutUserCallforwardingRequestEntityTooLarge

type PutUserCallforwardingRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutUserCallforwardingRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutUserCallforwardingRequestEntityTooLarge

func NewPutUserCallforwardingRequestEntityTooLarge() *PutUserCallforwardingRequestEntityTooLarge

NewPutUserCallforwardingRequestEntityTooLarge creates a PutUserCallforwardingRequestEntityTooLarge with default headers values

func (*PutUserCallforwardingRequestEntityTooLarge) Error

func (*PutUserCallforwardingRequestEntityTooLarge) GetPayload

func (*PutUserCallforwardingRequestEntityTooLarge) IsClientError

IsClientError returns true when this put user callforwarding request entity too large response has a 4xx status code

func (*PutUserCallforwardingRequestEntityTooLarge) IsCode

IsCode returns true when this put user callforwarding request entity too large response a status code equal to that given

func (*PutUserCallforwardingRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put user callforwarding request entity too large response has a 3xx status code

func (*PutUserCallforwardingRequestEntityTooLarge) IsServerError

IsServerError returns true when this put user callforwarding request entity too large response has a 5xx status code

func (*PutUserCallforwardingRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put user callforwarding request entity too large response has a 2xx status code

func (*PutUserCallforwardingRequestEntityTooLarge) String

type PutUserCallforwardingRequestTimeout

type PutUserCallforwardingRequestTimeout struct {
	Payload *models.ErrorBody
}

PutUserCallforwardingRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutUserCallforwardingRequestTimeout

func NewPutUserCallforwardingRequestTimeout() *PutUserCallforwardingRequestTimeout

NewPutUserCallforwardingRequestTimeout creates a PutUserCallforwardingRequestTimeout with default headers values

func (*PutUserCallforwardingRequestTimeout) Error

func (*PutUserCallforwardingRequestTimeout) GetPayload

func (*PutUserCallforwardingRequestTimeout) IsClientError

func (o *PutUserCallforwardingRequestTimeout) IsClientError() bool

IsClientError returns true when this put user callforwarding request timeout response has a 4xx status code

func (*PutUserCallforwardingRequestTimeout) IsCode

IsCode returns true when this put user callforwarding request timeout response a status code equal to that given

func (*PutUserCallforwardingRequestTimeout) IsRedirect

func (o *PutUserCallforwardingRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put user callforwarding request timeout response has a 3xx status code

func (*PutUserCallforwardingRequestTimeout) IsServerError

func (o *PutUserCallforwardingRequestTimeout) IsServerError() bool

IsServerError returns true when this put user callforwarding request timeout response has a 5xx status code

func (*PutUserCallforwardingRequestTimeout) IsSuccess

IsSuccess returns true when this put user callforwarding request timeout response has a 2xx status code

func (*PutUserCallforwardingRequestTimeout) String

type PutUserCallforwardingServiceUnavailable

type PutUserCallforwardingServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutUserCallforwardingServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutUserCallforwardingServiceUnavailable

func NewPutUserCallforwardingServiceUnavailable() *PutUserCallforwardingServiceUnavailable

NewPutUserCallforwardingServiceUnavailable creates a PutUserCallforwardingServiceUnavailable with default headers values

func (*PutUserCallforwardingServiceUnavailable) Error

func (*PutUserCallforwardingServiceUnavailable) GetPayload

func (*PutUserCallforwardingServiceUnavailable) IsClientError

func (o *PutUserCallforwardingServiceUnavailable) IsClientError() bool

IsClientError returns true when this put user callforwarding service unavailable response has a 4xx status code

func (*PutUserCallforwardingServiceUnavailable) IsCode

IsCode returns true when this put user callforwarding service unavailable response a status code equal to that given

func (*PutUserCallforwardingServiceUnavailable) IsRedirect

IsRedirect returns true when this put user callforwarding service unavailable response has a 3xx status code

func (*PutUserCallforwardingServiceUnavailable) IsServerError

func (o *PutUserCallforwardingServiceUnavailable) IsServerError() bool

IsServerError returns true when this put user callforwarding service unavailable response has a 5xx status code

func (*PutUserCallforwardingServiceUnavailable) IsSuccess

IsSuccess returns true when this put user callforwarding service unavailable response has a 2xx status code

func (*PutUserCallforwardingServiceUnavailable) String

type PutUserCallforwardingTooManyRequests

type PutUserCallforwardingTooManyRequests struct {
	Payload *models.ErrorBody
}

PutUserCallforwardingTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutUserCallforwardingTooManyRequests

func NewPutUserCallforwardingTooManyRequests() *PutUserCallforwardingTooManyRequests

NewPutUserCallforwardingTooManyRequests creates a PutUserCallforwardingTooManyRequests with default headers values

func (*PutUserCallforwardingTooManyRequests) Error

func (*PutUserCallforwardingTooManyRequests) GetPayload

func (*PutUserCallforwardingTooManyRequests) IsClientError

func (o *PutUserCallforwardingTooManyRequests) IsClientError() bool

IsClientError returns true when this put user callforwarding too many requests response has a 4xx status code

func (*PutUserCallforwardingTooManyRequests) IsCode

IsCode returns true when this put user callforwarding too many requests response a status code equal to that given

func (*PutUserCallforwardingTooManyRequests) IsRedirect

IsRedirect returns true when this put user callforwarding too many requests response has a 3xx status code

func (*PutUserCallforwardingTooManyRequests) IsServerError

func (o *PutUserCallforwardingTooManyRequests) IsServerError() bool

IsServerError returns true when this put user callforwarding too many requests response has a 5xx status code

func (*PutUserCallforwardingTooManyRequests) IsSuccess

IsSuccess returns true when this put user callforwarding too many requests response has a 2xx status code

func (*PutUserCallforwardingTooManyRequests) String

type PutUserCallforwardingUnauthorized

type PutUserCallforwardingUnauthorized struct {
	Payload *models.ErrorBody
}

PutUserCallforwardingUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutUserCallforwardingUnauthorized

func NewPutUserCallforwardingUnauthorized() *PutUserCallforwardingUnauthorized

NewPutUserCallforwardingUnauthorized creates a PutUserCallforwardingUnauthorized with default headers values

func (*PutUserCallforwardingUnauthorized) Error

func (*PutUserCallforwardingUnauthorized) GetPayload

func (*PutUserCallforwardingUnauthorized) IsClientError

func (o *PutUserCallforwardingUnauthorized) IsClientError() bool

IsClientError returns true when this put user callforwarding unauthorized response has a 4xx status code

func (*PutUserCallforwardingUnauthorized) IsCode

func (o *PutUserCallforwardingUnauthorized) IsCode(code int) bool

IsCode returns true when this put user callforwarding unauthorized response a status code equal to that given

func (*PutUserCallforwardingUnauthorized) IsRedirect

func (o *PutUserCallforwardingUnauthorized) IsRedirect() bool

IsRedirect returns true when this put user callforwarding unauthorized response has a 3xx status code

func (*PutUserCallforwardingUnauthorized) IsServerError

func (o *PutUserCallforwardingUnauthorized) IsServerError() bool

IsServerError returns true when this put user callforwarding unauthorized response has a 5xx status code

func (*PutUserCallforwardingUnauthorized) IsSuccess

func (o *PutUserCallforwardingUnauthorized) IsSuccess() bool

IsSuccess returns true when this put user callforwarding unauthorized response has a 2xx status code

func (*PutUserCallforwardingUnauthorized) String

type PutUserCallforwardingUnsupportedMediaType

type PutUserCallforwardingUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutUserCallforwardingUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutUserCallforwardingUnsupportedMediaType

func NewPutUserCallforwardingUnsupportedMediaType() *PutUserCallforwardingUnsupportedMediaType

NewPutUserCallforwardingUnsupportedMediaType creates a PutUserCallforwardingUnsupportedMediaType with default headers values

func (*PutUserCallforwardingUnsupportedMediaType) Error

func (*PutUserCallforwardingUnsupportedMediaType) GetPayload

func (*PutUserCallforwardingUnsupportedMediaType) IsClientError

IsClientError returns true when this put user callforwarding unsupported media type response has a 4xx status code

func (*PutUserCallforwardingUnsupportedMediaType) IsCode

IsCode returns true when this put user callforwarding unsupported media type response a status code equal to that given

func (*PutUserCallforwardingUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put user callforwarding unsupported media type response has a 3xx status code

func (*PutUserCallforwardingUnsupportedMediaType) IsServerError

IsServerError returns true when this put user callforwarding unsupported media type response has a 5xx status code

func (*PutUserCallforwardingUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put user callforwarding unsupported media type response has a 2xx status code

func (*PutUserCallforwardingUnsupportedMediaType) String

type PutUserOutofofficeBadRequest

type PutUserOutofofficeBadRequest struct {
	Payload *models.ErrorBody
}

PutUserOutofofficeBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutUserOutofofficeBadRequest

func NewPutUserOutofofficeBadRequest() *PutUserOutofofficeBadRequest

NewPutUserOutofofficeBadRequest creates a PutUserOutofofficeBadRequest with default headers values

func (*PutUserOutofofficeBadRequest) Error

func (*PutUserOutofofficeBadRequest) GetPayload

func (*PutUserOutofofficeBadRequest) IsClientError

func (o *PutUserOutofofficeBadRequest) IsClientError() bool

IsClientError returns true when this put user outofoffice bad request response has a 4xx status code

func (*PutUserOutofofficeBadRequest) IsCode

func (o *PutUserOutofofficeBadRequest) IsCode(code int) bool

IsCode returns true when this put user outofoffice bad request response a status code equal to that given

func (*PutUserOutofofficeBadRequest) IsRedirect

func (o *PutUserOutofofficeBadRequest) IsRedirect() bool

IsRedirect returns true when this put user outofoffice bad request response has a 3xx status code

func (*PutUserOutofofficeBadRequest) IsServerError

func (o *PutUserOutofofficeBadRequest) IsServerError() bool

IsServerError returns true when this put user outofoffice bad request response has a 5xx status code

func (*PutUserOutofofficeBadRequest) IsSuccess

func (o *PutUserOutofofficeBadRequest) IsSuccess() bool

IsSuccess returns true when this put user outofoffice bad request response has a 2xx status code

func (*PutUserOutofofficeBadRequest) String

type PutUserOutofofficeForbidden

type PutUserOutofofficeForbidden struct {
	Payload *models.ErrorBody
}

PutUserOutofofficeForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutUserOutofofficeForbidden

func NewPutUserOutofofficeForbidden() *PutUserOutofofficeForbidden

NewPutUserOutofofficeForbidden creates a PutUserOutofofficeForbidden with default headers values

func (*PutUserOutofofficeForbidden) Error

func (*PutUserOutofofficeForbidden) GetPayload

func (o *PutUserOutofofficeForbidden) GetPayload() *models.ErrorBody

func (*PutUserOutofofficeForbidden) IsClientError

func (o *PutUserOutofofficeForbidden) IsClientError() bool

IsClientError returns true when this put user outofoffice forbidden response has a 4xx status code

func (*PutUserOutofofficeForbidden) IsCode

func (o *PutUserOutofofficeForbidden) IsCode(code int) bool

IsCode returns true when this put user outofoffice forbidden response a status code equal to that given

func (*PutUserOutofofficeForbidden) IsRedirect

func (o *PutUserOutofofficeForbidden) IsRedirect() bool

IsRedirect returns true when this put user outofoffice forbidden response has a 3xx status code

func (*PutUserOutofofficeForbidden) IsServerError

func (o *PutUserOutofofficeForbidden) IsServerError() bool

IsServerError returns true when this put user outofoffice forbidden response has a 5xx status code

func (*PutUserOutofofficeForbidden) IsSuccess

func (o *PutUserOutofofficeForbidden) IsSuccess() bool

IsSuccess returns true when this put user outofoffice forbidden response has a 2xx status code

func (*PutUserOutofofficeForbidden) String

func (o *PutUserOutofofficeForbidden) String() string

type PutUserOutofofficeGatewayTimeout

type PutUserOutofofficeGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutUserOutofofficeGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutUserOutofofficeGatewayTimeout

func NewPutUserOutofofficeGatewayTimeout() *PutUserOutofofficeGatewayTimeout

NewPutUserOutofofficeGatewayTimeout creates a PutUserOutofofficeGatewayTimeout with default headers values

func (*PutUserOutofofficeGatewayTimeout) Error

func (*PutUserOutofofficeGatewayTimeout) GetPayload

func (*PutUserOutofofficeGatewayTimeout) IsClientError

func (o *PutUserOutofofficeGatewayTimeout) IsClientError() bool

IsClientError returns true when this put user outofoffice gateway timeout response has a 4xx status code

func (*PutUserOutofofficeGatewayTimeout) IsCode

func (o *PutUserOutofofficeGatewayTimeout) IsCode(code int) bool

IsCode returns true when this put user outofoffice gateway timeout response a status code equal to that given

func (*PutUserOutofofficeGatewayTimeout) IsRedirect

func (o *PutUserOutofofficeGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put user outofoffice gateway timeout response has a 3xx status code

func (*PutUserOutofofficeGatewayTimeout) IsServerError

func (o *PutUserOutofofficeGatewayTimeout) IsServerError() bool

IsServerError returns true when this put user outofoffice gateway timeout response has a 5xx status code

func (*PutUserOutofofficeGatewayTimeout) IsSuccess

func (o *PutUserOutofofficeGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this put user outofoffice gateway timeout response has a 2xx status code

func (*PutUserOutofofficeGatewayTimeout) String

type PutUserOutofofficeInternalServerError

type PutUserOutofofficeInternalServerError struct {
	Payload *models.ErrorBody
}

PutUserOutofofficeInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutUserOutofofficeInternalServerError

func NewPutUserOutofofficeInternalServerError() *PutUserOutofofficeInternalServerError

NewPutUserOutofofficeInternalServerError creates a PutUserOutofofficeInternalServerError with default headers values

func (*PutUserOutofofficeInternalServerError) Error

func (*PutUserOutofofficeInternalServerError) GetPayload

func (*PutUserOutofofficeInternalServerError) IsClientError

func (o *PutUserOutofofficeInternalServerError) IsClientError() bool

IsClientError returns true when this put user outofoffice internal server error response has a 4xx status code

func (*PutUserOutofofficeInternalServerError) IsCode

IsCode returns true when this put user outofoffice internal server error response a status code equal to that given

func (*PutUserOutofofficeInternalServerError) IsRedirect

IsRedirect returns true when this put user outofoffice internal server error response has a 3xx status code

func (*PutUserOutofofficeInternalServerError) IsServerError

func (o *PutUserOutofofficeInternalServerError) IsServerError() bool

IsServerError returns true when this put user outofoffice internal server error response has a 5xx status code

func (*PutUserOutofofficeInternalServerError) IsSuccess

IsSuccess returns true when this put user outofoffice internal server error response has a 2xx status code

func (*PutUserOutofofficeInternalServerError) String

type PutUserOutofofficeNotFound

type PutUserOutofofficeNotFound struct {
	Payload *models.ErrorBody
}

PutUserOutofofficeNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutUserOutofofficeNotFound

func NewPutUserOutofofficeNotFound() *PutUserOutofofficeNotFound

NewPutUserOutofofficeNotFound creates a PutUserOutofofficeNotFound with default headers values

func (*PutUserOutofofficeNotFound) Error

func (*PutUserOutofofficeNotFound) GetPayload

func (o *PutUserOutofofficeNotFound) GetPayload() *models.ErrorBody

func (*PutUserOutofofficeNotFound) IsClientError

func (o *PutUserOutofofficeNotFound) IsClientError() bool

IsClientError returns true when this put user outofoffice not found response has a 4xx status code

func (*PutUserOutofofficeNotFound) IsCode

func (o *PutUserOutofofficeNotFound) IsCode(code int) bool

IsCode returns true when this put user outofoffice not found response a status code equal to that given

func (*PutUserOutofofficeNotFound) IsRedirect

func (o *PutUserOutofofficeNotFound) IsRedirect() bool

IsRedirect returns true when this put user outofoffice not found response has a 3xx status code

func (*PutUserOutofofficeNotFound) IsServerError

func (o *PutUserOutofofficeNotFound) IsServerError() bool

IsServerError returns true when this put user outofoffice not found response has a 5xx status code

func (*PutUserOutofofficeNotFound) IsSuccess

func (o *PutUserOutofofficeNotFound) IsSuccess() bool

IsSuccess returns true when this put user outofoffice not found response has a 2xx status code

func (*PutUserOutofofficeNotFound) String

func (o *PutUserOutofofficeNotFound) String() string

type PutUserOutofofficeOK

type PutUserOutofofficeOK struct {
	Payload *models.OutOfOffice
}

PutUserOutofofficeOK describes a response with status code 200, with default header values.

successful operation

func NewPutUserOutofofficeOK

func NewPutUserOutofofficeOK() *PutUserOutofofficeOK

NewPutUserOutofofficeOK creates a PutUserOutofofficeOK with default headers values

func (*PutUserOutofofficeOK) Error

func (o *PutUserOutofofficeOK) Error() string

func (*PutUserOutofofficeOK) GetPayload

func (o *PutUserOutofofficeOK) GetPayload() *models.OutOfOffice

func (*PutUserOutofofficeOK) IsClientError

func (o *PutUserOutofofficeOK) IsClientError() bool

IsClientError returns true when this put user outofoffice o k response has a 4xx status code

func (*PutUserOutofofficeOK) IsCode

func (o *PutUserOutofofficeOK) IsCode(code int) bool

IsCode returns true when this put user outofoffice o k response a status code equal to that given

func (*PutUserOutofofficeOK) IsRedirect

func (o *PutUserOutofofficeOK) IsRedirect() bool

IsRedirect returns true when this put user outofoffice o k response has a 3xx status code

func (*PutUserOutofofficeOK) IsServerError

func (o *PutUserOutofofficeOK) IsServerError() bool

IsServerError returns true when this put user outofoffice o k response has a 5xx status code

func (*PutUserOutofofficeOK) IsSuccess

func (o *PutUserOutofofficeOK) IsSuccess() bool

IsSuccess returns true when this put user outofoffice o k response has a 2xx status code

func (*PutUserOutofofficeOK) String

func (o *PutUserOutofofficeOK) String() string

type PutUserOutofofficeParams

type PutUserOutofofficeParams struct {

	/* Body.

	   The updated OutOffOffice
	*/
	Body *models.OutOfOffice

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutUserOutofofficeParams contains all the parameters to send to the API endpoint

for the put user outofoffice operation.

Typically these are written to a http.Request.

func NewPutUserOutofofficeParams

func NewPutUserOutofofficeParams() *PutUserOutofofficeParams

NewPutUserOutofofficeParams creates a new PutUserOutofofficeParams 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 NewPutUserOutofofficeParamsWithContext

func NewPutUserOutofofficeParamsWithContext(ctx context.Context) *PutUserOutofofficeParams

NewPutUserOutofofficeParamsWithContext creates a new PutUserOutofofficeParams object with the ability to set a context for a request.

func NewPutUserOutofofficeParamsWithHTTPClient

func NewPutUserOutofofficeParamsWithHTTPClient(client *http.Client) *PutUserOutofofficeParams

NewPutUserOutofofficeParamsWithHTTPClient creates a new PutUserOutofofficeParams object with the ability to set a custom HTTPClient for a request.

func NewPutUserOutofofficeParamsWithTimeout

func NewPutUserOutofofficeParamsWithTimeout(timeout time.Duration) *PutUserOutofofficeParams

NewPutUserOutofofficeParamsWithTimeout creates a new PutUserOutofofficeParams object with the ability to set a timeout on a request.

func (*PutUserOutofofficeParams) SetBody

func (o *PutUserOutofofficeParams) SetBody(body *models.OutOfOffice)

SetBody adds the body to the put user outofoffice params

func (*PutUserOutofofficeParams) SetContext

func (o *PutUserOutofofficeParams) SetContext(ctx context.Context)

SetContext adds the context to the put user outofoffice params

func (*PutUserOutofofficeParams) SetDefaults

func (o *PutUserOutofofficeParams) SetDefaults()

SetDefaults hydrates default values in the put user outofoffice params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserOutofofficeParams) SetHTTPClient

func (o *PutUserOutofofficeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put user outofoffice params

func (*PutUserOutofofficeParams) SetTimeout

func (o *PutUserOutofofficeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put user outofoffice params

func (*PutUserOutofofficeParams) SetUserID

func (o *PutUserOutofofficeParams) SetUserID(userID string)

SetUserID adds the userId to the put user outofoffice params

func (*PutUserOutofofficeParams) WithBody

WithBody adds the body to the put user outofoffice params

func (*PutUserOutofofficeParams) WithContext

WithContext adds the context to the put user outofoffice params

func (*PutUserOutofofficeParams) WithDefaults

WithDefaults hydrates default values in the put user outofoffice params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserOutofofficeParams) WithHTTPClient

func (o *PutUserOutofofficeParams) WithHTTPClient(client *http.Client) *PutUserOutofofficeParams

WithHTTPClient adds the HTTPClient to the put user outofoffice params

func (*PutUserOutofofficeParams) WithTimeout

WithTimeout adds the timeout to the put user outofoffice params

func (*PutUserOutofofficeParams) WithUserID

WithUserID adds the userID to the put user outofoffice params

func (*PutUserOutofofficeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutUserOutofofficeReader

type PutUserOutofofficeReader struct {
	// contains filtered or unexported fields
}

PutUserOutofofficeReader is a Reader for the PutUserOutofoffice structure.

func (*PutUserOutofofficeReader) ReadResponse

func (o *PutUserOutofofficeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutUserOutofofficeRequestEntityTooLarge

type PutUserOutofofficeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutUserOutofofficeRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutUserOutofofficeRequestEntityTooLarge

func NewPutUserOutofofficeRequestEntityTooLarge() *PutUserOutofofficeRequestEntityTooLarge

NewPutUserOutofofficeRequestEntityTooLarge creates a PutUserOutofofficeRequestEntityTooLarge with default headers values

func (*PutUserOutofofficeRequestEntityTooLarge) Error

func (*PutUserOutofofficeRequestEntityTooLarge) GetPayload

func (*PutUserOutofofficeRequestEntityTooLarge) IsClientError

func (o *PutUserOutofofficeRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this put user outofoffice request entity too large response has a 4xx status code

func (*PutUserOutofofficeRequestEntityTooLarge) IsCode

IsCode returns true when this put user outofoffice request entity too large response a status code equal to that given

func (*PutUserOutofofficeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put user outofoffice request entity too large response has a 3xx status code

func (*PutUserOutofofficeRequestEntityTooLarge) IsServerError

func (o *PutUserOutofofficeRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this put user outofoffice request entity too large response has a 5xx status code

func (*PutUserOutofofficeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put user outofoffice request entity too large response has a 2xx status code

func (*PutUserOutofofficeRequestEntityTooLarge) String

type PutUserOutofofficeRequestTimeout

type PutUserOutofofficeRequestTimeout struct {
	Payload *models.ErrorBody
}

PutUserOutofofficeRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutUserOutofofficeRequestTimeout

func NewPutUserOutofofficeRequestTimeout() *PutUserOutofofficeRequestTimeout

NewPutUserOutofofficeRequestTimeout creates a PutUserOutofofficeRequestTimeout with default headers values

func (*PutUserOutofofficeRequestTimeout) Error

func (*PutUserOutofofficeRequestTimeout) GetPayload

func (*PutUserOutofofficeRequestTimeout) IsClientError

func (o *PutUserOutofofficeRequestTimeout) IsClientError() bool

IsClientError returns true when this put user outofoffice request timeout response has a 4xx status code

func (*PutUserOutofofficeRequestTimeout) IsCode

func (o *PutUserOutofofficeRequestTimeout) IsCode(code int) bool

IsCode returns true when this put user outofoffice request timeout response a status code equal to that given

func (*PutUserOutofofficeRequestTimeout) IsRedirect

func (o *PutUserOutofofficeRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put user outofoffice request timeout response has a 3xx status code

func (*PutUserOutofofficeRequestTimeout) IsServerError

func (o *PutUserOutofofficeRequestTimeout) IsServerError() bool

IsServerError returns true when this put user outofoffice request timeout response has a 5xx status code

func (*PutUserOutofofficeRequestTimeout) IsSuccess

func (o *PutUserOutofofficeRequestTimeout) IsSuccess() bool

IsSuccess returns true when this put user outofoffice request timeout response has a 2xx status code

func (*PutUserOutofofficeRequestTimeout) String

type PutUserOutofofficeServiceUnavailable

type PutUserOutofofficeServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutUserOutofofficeServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutUserOutofofficeServiceUnavailable

func NewPutUserOutofofficeServiceUnavailable() *PutUserOutofofficeServiceUnavailable

NewPutUserOutofofficeServiceUnavailable creates a PutUserOutofofficeServiceUnavailable with default headers values

func (*PutUserOutofofficeServiceUnavailable) Error

func (*PutUserOutofofficeServiceUnavailable) GetPayload

func (*PutUserOutofofficeServiceUnavailable) IsClientError

func (o *PutUserOutofofficeServiceUnavailable) IsClientError() bool

IsClientError returns true when this put user outofoffice service unavailable response has a 4xx status code

func (*PutUserOutofofficeServiceUnavailable) IsCode

IsCode returns true when this put user outofoffice service unavailable response a status code equal to that given

func (*PutUserOutofofficeServiceUnavailable) IsRedirect

IsRedirect returns true when this put user outofoffice service unavailable response has a 3xx status code

func (*PutUserOutofofficeServiceUnavailable) IsServerError

func (o *PutUserOutofofficeServiceUnavailable) IsServerError() bool

IsServerError returns true when this put user outofoffice service unavailable response has a 5xx status code

func (*PutUserOutofofficeServiceUnavailable) IsSuccess

IsSuccess returns true when this put user outofoffice service unavailable response has a 2xx status code

func (*PutUserOutofofficeServiceUnavailable) String

type PutUserOutofofficeTooManyRequests

type PutUserOutofofficeTooManyRequests struct {
	Payload *models.ErrorBody
}

PutUserOutofofficeTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutUserOutofofficeTooManyRequests

func NewPutUserOutofofficeTooManyRequests() *PutUserOutofofficeTooManyRequests

NewPutUserOutofofficeTooManyRequests creates a PutUserOutofofficeTooManyRequests with default headers values

func (*PutUserOutofofficeTooManyRequests) Error

func (*PutUserOutofofficeTooManyRequests) GetPayload

func (*PutUserOutofofficeTooManyRequests) IsClientError

func (o *PutUserOutofofficeTooManyRequests) IsClientError() bool

IsClientError returns true when this put user outofoffice too many requests response has a 4xx status code

func (*PutUserOutofofficeTooManyRequests) IsCode

func (o *PutUserOutofofficeTooManyRequests) IsCode(code int) bool

IsCode returns true when this put user outofoffice too many requests response a status code equal to that given

func (*PutUserOutofofficeTooManyRequests) IsRedirect

func (o *PutUserOutofofficeTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put user outofoffice too many requests response has a 3xx status code

func (*PutUserOutofofficeTooManyRequests) IsServerError

func (o *PutUserOutofofficeTooManyRequests) IsServerError() bool

IsServerError returns true when this put user outofoffice too many requests response has a 5xx status code

func (*PutUserOutofofficeTooManyRequests) IsSuccess

func (o *PutUserOutofofficeTooManyRequests) IsSuccess() bool

IsSuccess returns true when this put user outofoffice too many requests response has a 2xx status code

func (*PutUserOutofofficeTooManyRequests) String

type PutUserOutofofficeUnauthorized

type PutUserOutofofficeUnauthorized struct {
	Payload *models.ErrorBody
}

PutUserOutofofficeUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutUserOutofofficeUnauthorized

func NewPutUserOutofofficeUnauthorized() *PutUserOutofofficeUnauthorized

NewPutUserOutofofficeUnauthorized creates a PutUserOutofofficeUnauthorized with default headers values

func (*PutUserOutofofficeUnauthorized) Error

func (*PutUserOutofofficeUnauthorized) GetPayload

func (*PutUserOutofofficeUnauthorized) IsClientError

func (o *PutUserOutofofficeUnauthorized) IsClientError() bool

IsClientError returns true when this put user outofoffice unauthorized response has a 4xx status code

func (*PutUserOutofofficeUnauthorized) IsCode

func (o *PutUserOutofofficeUnauthorized) IsCode(code int) bool

IsCode returns true when this put user outofoffice unauthorized response a status code equal to that given

func (*PutUserOutofofficeUnauthorized) IsRedirect

func (o *PutUserOutofofficeUnauthorized) IsRedirect() bool

IsRedirect returns true when this put user outofoffice unauthorized response has a 3xx status code

func (*PutUserOutofofficeUnauthorized) IsServerError

func (o *PutUserOutofofficeUnauthorized) IsServerError() bool

IsServerError returns true when this put user outofoffice unauthorized response has a 5xx status code

func (*PutUserOutofofficeUnauthorized) IsSuccess

func (o *PutUserOutofofficeUnauthorized) IsSuccess() bool

IsSuccess returns true when this put user outofoffice unauthorized response has a 2xx status code

func (*PutUserOutofofficeUnauthorized) String

type PutUserOutofofficeUnsupportedMediaType

type PutUserOutofofficeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutUserOutofofficeUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutUserOutofofficeUnsupportedMediaType

func NewPutUserOutofofficeUnsupportedMediaType() *PutUserOutofofficeUnsupportedMediaType

NewPutUserOutofofficeUnsupportedMediaType creates a PutUserOutofofficeUnsupportedMediaType with default headers values

func (*PutUserOutofofficeUnsupportedMediaType) Error

func (*PutUserOutofofficeUnsupportedMediaType) GetPayload

func (*PutUserOutofofficeUnsupportedMediaType) IsClientError

func (o *PutUserOutofofficeUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this put user outofoffice unsupported media type response has a 4xx status code

func (*PutUserOutofofficeUnsupportedMediaType) IsCode

IsCode returns true when this put user outofoffice unsupported media type response a status code equal to that given

func (*PutUserOutofofficeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put user outofoffice unsupported media type response has a 3xx status code

func (*PutUserOutofofficeUnsupportedMediaType) IsServerError

func (o *PutUserOutofofficeUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this put user outofoffice unsupported media type response has a 5xx status code

func (*PutUserOutofofficeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put user outofoffice unsupported media type response has a 2xx status code

func (*PutUserOutofofficeUnsupportedMediaType) String

type PutUserProfileskillsBadRequest

type PutUserProfileskillsBadRequest struct {
	Payload *models.ErrorBody
}

PutUserProfileskillsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutUserProfileskillsBadRequest

func NewPutUserProfileskillsBadRequest() *PutUserProfileskillsBadRequest

NewPutUserProfileskillsBadRequest creates a PutUserProfileskillsBadRequest with default headers values

func (*PutUserProfileskillsBadRequest) Error

func (*PutUserProfileskillsBadRequest) GetPayload

func (*PutUserProfileskillsBadRequest) IsClientError

func (o *PutUserProfileskillsBadRequest) IsClientError() bool

IsClientError returns true when this put user profileskills bad request response has a 4xx status code

func (*PutUserProfileskillsBadRequest) IsCode

func (o *PutUserProfileskillsBadRequest) IsCode(code int) bool

IsCode returns true when this put user profileskills bad request response a status code equal to that given

func (*PutUserProfileskillsBadRequest) IsRedirect

func (o *PutUserProfileskillsBadRequest) IsRedirect() bool

IsRedirect returns true when this put user profileskills bad request response has a 3xx status code

func (*PutUserProfileskillsBadRequest) IsServerError

func (o *PutUserProfileskillsBadRequest) IsServerError() bool

IsServerError returns true when this put user profileskills bad request response has a 5xx status code

func (*PutUserProfileskillsBadRequest) IsSuccess

func (o *PutUserProfileskillsBadRequest) IsSuccess() bool

IsSuccess returns true when this put user profileskills bad request response has a 2xx status code

func (*PutUserProfileskillsBadRequest) String

type PutUserProfileskillsForbidden

type PutUserProfileskillsForbidden struct {
	Payload *models.ErrorBody
}

PutUserProfileskillsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutUserProfileskillsForbidden

func NewPutUserProfileskillsForbidden() *PutUserProfileskillsForbidden

NewPutUserProfileskillsForbidden creates a PutUserProfileskillsForbidden with default headers values

func (*PutUserProfileskillsForbidden) Error

func (*PutUserProfileskillsForbidden) GetPayload

func (*PutUserProfileskillsForbidden) IsClientError

func (o *PutUserProfileskillsForbidden) IsClientError() bool

IsClientError returns true when this put user profileskills forbidden response has a 4xx status code

func (*PutUserProfileskillsForbidden) IsCode

func (o *PutUserProfileskillsForbidden) IsCode(code int) bool

IsCode returns true when this put user profileskills forbidden response a status code equal to that given

func (*PutUserProfileskillsForbidden) IsRedirect

func (o *PutUserProfileskillsForbidden) IsRedirect() bool

IsRedirect returns true when this put user profileskills forbidden response has a 3xx status code

func (*PutUserProfileskillsForbidden) IsServerError

func (o *PutUserProfileskillsForbidden) IsServerError() bool

IsServerError returns true when this put user profileskills forbidden response has a 5xx status code

func (*PutUserProfileskillsForbidden) IsSuccess

func (o *PutUserProfileskillsForbidden) IsSuccess() bool

IsSuccess returns true when this put user profileskills forbidden response has a 2xx status code

func (*PutUserProfileskillsForbidden) String

type PutUserProfileskillsGatewayTimeout

type PutUserProfileskillsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutUserProfileskillsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutUserProfileskillsGatewayTimeout

func NewPutUserProfileskillsGatewayTimeout() *PutUserProfileskillsGatewayTimeout

NewPutUserProfileskillsGatewayTimeout creates a PutUserProfileskillsGatewayTimeout with default headers values

func (*PutUserProfileskillsGatewayTimeout) Error

func (*PutUserProfileskillsGatewayTimeout) GetPayload

func (*PutUserProfileskillsGatewayTimeout) IsClientError

func (o *PutUserProfileskillsGatewayTimeout) IsClientError() bool

IsClientError returns true when this put user profileskills gateway timeout response has a 4xx status code

func (*PutUserProfileskillsGatewayTimeout) IsCode

IsCode returns true when this put user profileskills gateway timeout response a status code equal to that given

func (*PutUserProfileskillsGatewayTimeout) IsRedirect

func (o *PutUserProfileskillsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put user profileskills gateway timeout response has a 3xx status code

func (*PutUserProfileskillsGatewayTimeout) IsServerError

func (o *PutUserProfileskillsGatewayTimeout) IsServerError() bool

IsServerError returns true when this put user profileskills gateway timeout response has a 5xx status code

func (*PutUserProfileskillsGatewayTimeout) IsSuccess

IsSuccess returns true when this put user profileskills gateway timeout response has a 2xx status code

func (*PutUserProfileskillsGatewayTimeout) String

type PutUserProfileskillsInternalServerError

type PutUserProfileskillsInternalServerError struct {
	Payload *models.ErrorBody
}

PutUserProfileskillsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutUserProfileskillsInternalServerError

func NewPutUserProfileskillsInternalServerError() *PutUserProfileskillsInternalServerError

NewPutUserProfileskillsInternalServerError creates a PutUserProfileskillsInternalServerError with default headers values

func (*PutUserProfileskillsInternalServerError) Error

func (*PutUserProfileskillsInternalServerError) GetPayload

func (*PutUserProfileskillsInternalServerError) IsClientError

func (o *PutUserProfileskillsInternalServerError) IsClientError() bool

IsClientError returns true when this put user profileskills internal server error response has a 4xx status code

func (*PutUserProfileskillsInternalServerError) IsCode

IsCode returns true when this put user profileskills internal server error response a status code equal to that given

func (*PutUserProfileskillsInternalServerError) IsRedirect

IsRedirect returns true when this put user profileskills internal server error response has a 3xx status code

func (*PutUserProfileskillsInternalServerError) IsServerError

func (o *PutUserProfileskillsInternalServerError) IsServerError() bool

IsServerError returns true when this put user profileskills internal server error response has a 5xx status code

func (*PutUserProfileskillsInternalServerError) IsSuccess

IsSuccess returns true when this put user profileskills internal server error response has a 2xx status code

func (*PutUserProfileskillsInternalServerError) String

type PutUserProfileskillsNotFound

type PutUserProfileskillsNotFound struct {
	Payload *models.ErrorBody
}

PutUserProfileskillsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutUserProfileskillsNotFound

func NewPutUserProfileskillsNotFound() *PutUserProfileskillsNotFound

NewPutUserProfileskillsNotFound creates a PutUserProfileskillsNotFound with default headers values

func (*PutUserProfileskillsNotFound) Error

func (*PutUserProfileskillsNotFound) GetPayload

func (*PutUserProfileskillsNotFound) IsClientError

func (o *PutUserProfileskillsNotFound) IsClientError() bool

IsClientError returns true when this put user profileskills not found response has a 4xx status code

func (*PutUserProfileskillsNotFound) IsCode

func (o *PutUserProfileskillsNotFound) IsCode(code int) bool

IsCode returns true when this put user profileskills not found response a status code equal to that given

func (*PutUserProfileskillsNotFound) IsRedirect

func (o *PutUserProfileskillsNotFound) IsRedirect() bool

IsRedirect returns true when this put user profileskills not found response has a 3xx status code

func (*PutUserProfileskillsNotFound) IsServerError

func (o *PutUserProfileskillsNotFound) IsServerError() bool

IsServerError returns true when this put user profileskills not found response has a 5xx status code

func (*PutUserProfileskillsNotFound) IsSuccess

func (o *PutUserProfileskillsNotFound) IsSuccess() bool

IsSuccess returns true when this put user profileskills not found response has a 2xx status code

func (*PutUserProfileskillsNotFound) String

type PutUserProfileskillsOK

type PutUserProfileskillsOK struct {
	Payload []string
}

PutUserProfileskillsOK describes a response with status code 200, with default header values.

successful operation

func NewPutUserProfileskillsOK

func NewPutUserProfileskillsOK() *PutUserProfileskillsOK

NewPutUserProfileskillsOK creates a PutUserProfileskillsOK with default headers values

func (*PutUserProfileskillsOK) Error

func (o *PutUserProfileskillsOK) Error() string

func (*PutUserProfileskillsOK) GetPayload

func (o *PutUserProfileskillsOK) GetPayload() []string

func (*PutUserProfileskillsOK) IsClientError

func (o *PutUserProfileskillsOK) IsClientError() bool

IsClientError returns true when this put user profileskills o k response has a 4xx status code

func (*PutUserProfileskillsOK) IsCode

func (o *PutUserProfileskillsOK) IsCode(code int) bool

IsCode returns true when this put user profileskills o k response a status code equal to that given

func (*PutUserProfileskillsOK) IsRedirect

func (o *PutUserProfileskillsOK) IsRedirect() bool

IsRedirect returns true when this put user profileskills o k response has a 3xx status code

func (*PutUserProfileskillsOK) IsServerError

func (o *PutUserProfileskillsOK) IsServerError() bool

IsServerError returns true when this put user profileskills o k response has a 5xx status code

func (*PutUserProfileskillsOK) IsSuccess

func (o *PutUserProfileskillsOK) IsSuccess() bool

IsSuccess returns true when this put user profileskills o k response has a 2xx status code

func (*PutUserProfileskillsOK) String

func (o *PutUserProfileskillsOK) String() string

type PutUserProfileskillsParams

type PutUserProfileskillsParams struct {

	/* Body.

	   Skills
	*/
	Body []string

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutUserProfileskillsParams contains all the parameters to send to the API endpoint

for the put user profileskills operation.

Typically these are written to a http.Request.

func NewPutUserProfileskillsParams

func NewPutUserProfileskillsParams() *PutUserProfileskillsParams

NewPutUserProfileskillsParams creates a new PutUserProfileskillsParams 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 NewPutUserProfileskillsParamsWithContext

func NewPutUserProfileskillsParamsWithContext(ctx context.Context) *PutUserProfileskillsParams

NewPutUserProfileskillsParamsWithContext creates a new PutUserProfileskillsParams object with the ability to set a context for a request.

func NewPutUserProfileskillsParamsWithHTTPClient

func NewPutUserProfileskillsParamsWithHTTPClient(client *http.Client) *PutUserProfileskillsParams

NewPutUserProfileskillsParamsWithHTTPClient creates a new PutUserProfileskillsParams object with the ability to set a custom HTTPClient for a request.

func NewPutUserProfileskillsParamsWithTimeout

func NewPutUserProfileskillsParamsWithTimeout(timeout time.Duration) *PutUserProfileskillsParams

NewPutUserProfileskillsParamsWithTimeout creates a new PutUserProfileskillsParams object with the ability to set a timeout on a request.

func (*PutUserProfileskillsParams) SetBody

func (o *PutUserProfileskillsParams) SetBody(body []string)

SetBody adds the body to the put user profileskills params

func (*PutUserProfileskillsParams) SetContext

func (o *PutUserProfileskillsParams) SetContext(ctx context.Context)

SetContext adds the context to the put user profileskills params

func (*PutUserProfileskillsParams) SetDefaults

func (o *PutUserProfileskillsParams) SetDefaults()

SetDefaults hydrates default values in the put user profileskills params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserProfileskillsParams) SetHTTPClient

func (o *PutUserProfileskillsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put user profileskills params

func (*PutUserProfileskillsParams) SetTimeout

func (o *PutUserProfileskillsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put user profileskills params

func (*PutUserProfileskillsParams) SetUserID

func (o *PutUserProfileskillsParams) SetUserID(userID string)

SetUserID adds the userId to the put user profileskills params

func (*PutUserProfileskillsParams) WithBody

WithBody adds the body to the put user profileskills params

func (*PutUserProfileskillsParams) WithContext

WithContext adds the context to the put user profileskills params

func (*PutUserProfileskillsParams) WithDefaults

WithDefaults hydrates default values in the put user profileskills params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserProfileskillsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put user profileskills params

func (*PutUserProfileskillsParams) WithTimeout

WithTimeout adds the timeout to the put user profileskills params

func (*PutUserProfileskillsParams) WithUserID

WithUserID adds the userID to the put user profileskills params

func (*PutUserProfileskillsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutUserProfileskillsReader

type PutUserProfileskillsReader struct {
	// contains filtered or unexported fields
}

PutUserProfileskillsReader is a Reader for the PutUserProfileskills structure.

func (*PutUserProfileskillsReader) ReadResponse

func (o *PutUserProfileskillsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutUserProfileskillsRequestEntityTooLarge

type PutUserProfileskillsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutUserProfileskillsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutUserProfileskillsRequestEntityTooLarge

func NewPutUserProfileskillsRequestEntityTooLarge() *PutUserProfileskillsRequestEntityTooLarge

NewPutUserProfileskillsRequestEntityTooLarge creates a PutUserProfileskillsRequestEntityTooLarge with default headers values

func (*PutUserProfileskillsRequestEntityTooLarge) Error

func (*PutUserProfileskillsRequestEntityTooLarge) GetPayload

func (*PutUserProfileskillsRequestEntityTooLarge) IsClientError

IsClientError returns true when this put user profileskills request entity too large response has a 4xx status code

func (*PutUserProfileskillsRequestEntityTooLarge) IsCode

IsCode returns true when this put user profileskills request entity too large response a status code equal to that given

func (*PutUserProfileskillsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put user profileskills request entity too large response has a 3xx status code

func (*PutUserProfileskillsRequestEntityTooLarge) IsServerError

IsServerError returns true when this put user profileskills request entity too large response has a 5xx status code

func (*PutUserProfileskillsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put user profileskills request entity too large response has a 2xx status code

func (*PutUserProfileskillsRequestEntityTooLarge) String

type PutUserProfileskillsRequestTimeout

type PutUserProfileskillsRequestTimeout struct {
	Payload *models.ErrorBody
}

PutUserProfileskillsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutUserProfileskillsRequestTimeout

func NewPutUserProfileskillsRequestTimeout() *PutUserProfileskillsRequestTimeout

NewPutUserProfileskillsRequestTimeout creates a PutUserProfileskillsRequestTimeout with default headers values

func (*PutUserProfileskillsRequestTimeout) Error

func (*PutUserProfileskillsRequestTimeout) GetPayload

func (*PutUserProfileskillsRequestTimeout) IsClientError

func (o *PutUserProfileskillsRequestTimeout) IsClientError() bool

IsClientError returns true when this put user profileskills request timeout response has a 4xx status code

func (*PutUserProfileskillsRequestTimeout) IsCode

IsCode returns true when this put user profileskills request timeout response a status code equal to that given

func (*PutUserProfileskillsRequestTimeout) IsRedirect

func (o *PutUserProfileskillsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put user profileskills request timeout response has a 3xx status code

func (*PutUserProfileskillsRequestTimeout) IsServerError

func (o *PutUserProfileskillsRequestTimeout) IsServerError() bool

IsServerError returns true when this put user profileskills request timeout response has a 5xx status code

func (*PutUserProfileskillsRequestTimeout) IsSuccess

IsSuccess returns true when this put user profileskills request timeout response has a 2xx status code

func (*PutUserProfileskillsRequestTimeout) String

type PutUserProfileskillsServiceUnavailable

type PutUserProfileskillsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutUserProfileskillsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutUserProfileskillsServiceUnavailable

func NewPutUserProfileskillsServiceUnavailable() *PutUserProfileskillsServiceUnavailable

NewPutUserProfileskillsServiceUnavailable creates a PutUserProfileskillsServiceUnavailable with default headers values

func (*PutUserProfileskillsServiceUnavailable) Error

func (*PutUserProfileskillsServiceUnavailable) GetPayload

func (*PutUserProfileskillsServiceUnavailable) IsClientError

func (o *PutUserProfileskillsServiceUnavailable) IsClientError() bool

IsClientError returns true when this put user profileskills service unavailable response has a 4xx status code

func (*PutUserProfileskillsServiceUnavailable) IsCode

IsCode returns true when this put user profileskills service unavailable response a status code equal to that given

func (*PutUserProfileskillsServiceUnavailable) IsRedirect

IsRedirect returns true when this put user profileskills service unavailable response has a 3xx status code

func (*PutUserProfileskillsServiceUnavailable) IsServerError

func (o *PutUserProfileskillsServiceUnavailable) IsServerError() bool

IsServerError returns true when this put user profileskills service unavailable response has a 5xx status code

func (*PutUserProfileskillsServiceUnavailable) IsSuccess

IsSuccess returns true when this put user profileskills service unavailable response has a 2xx status code

func (*PutUserProfileskillsServiceUnavailable) String

type PutUserProfileskillsTooManyRequests

type PutUserProfileskillsTooManyRequests struct {
	Payload *models.ErrorBody
}

PutUserProfileskillsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutUserProfileskillsTooManyRequests

func NewPutUserProfileskillsTooManyRequests() *PutUserProfileskillsTooManyRequests

NewPutUserProfileskillsTooManyRequests creates a PutUserProfileskillsTooManyRequests with default headers values

func (*PutUserProfileskillsTooManyRequests) Error

func (*PutUserProfileskillsTooManyRequests) GetPayload

func (*PutUserProfileskillsTooManyRequests) IsClientError

func (o *PutUserProfileskillsTooManyRequests) IsClientError() bool

IsClientError returns true when this put user profileskills too many requests response has a 4xx status code

func (*PutUserProfileskillsTooManyRequests) IsCode

IsCode returns true when this put user profileskills too many requests response a status code equal to that given

func (*PutUserProfileskillsTooManyRequests) IsRedirect

func (o *PutUserProfileskillsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put user profileskills too many requests response has a 3xx status code

func (*PutUserProfileskillsTooManyRequests) IsServerError

func (o *PutUserProfileskillsTooManyRequests) IsServerError() bool

IsServerError returns true when this put user profileskills too many requests response has a 5xx status code

func (*PutUserProfileskillsTooManyRequests) IsSuccess

IsSuccess returns true when this put user profileskills too many requests response has a 2xx status code

func (*PutUserProfileskillsTooManyRequests) String

type PutUserProfileskillsUnauthorized

type PutUserProfileskillsUnauthorized struct {
	Payload *models.ErrorBody
}

PutUserProfileskillsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutUserProfileskillsUnauthorized

func NewPutUserProfileskillsUnauthorized() *PutUserProfileskillsUnauthorized

NewPutUserProfileskillsUnauthorized creates a PutUserProfileskillsUnauthorized with default headers values

func (*PutUserProfileskillsUnauthorized) Error

func (*PutUserProfileskillsUnauthorized) GetPayload

func (*PutUserProfileskillsUnauthorized) IsClientError

func (o *PutUserProfileskillsUnauthorized) IsClientError() bool

IsClientError returns true when this put user profileskills unauthorized response has a 4xx status code

func (*PutUserProfileskillsUnauthorized) IsCode

func (o *PutUserProfileskillsUnauthorized) IsCode(code int) bool

IsCode returns true when this put user profileskills unauthorized response a status code equal to that given

func (*PutUserProfileskillsUnauthorized) IsRedirect

func (o *PutUserProfileskillsUnauthorized) IsRedirect() bool

IsRedirect returns true when this put user profileskills unauthorized response has a 3xx status code

func (*PutUserProfileskillsUnauthorized) IsServerError

func (o *PutUserProfileskillsUnauthorized) IsServerError() bool

IsServerError returns true when this put user profileskills unauthorized response has a 5xx status code

func (*PutUserProfileskillsUnauthorized) IsSuccess

func (o *PutUserProfileskillsUnauthorized) IsSuccess() bool

IsSuccess returns true when this put user profileskills unauthorized response has a 2xx status code

func (*PutUserProfileskillsUnauthorized) String

type PutUserProfileskillsUnsupportedMediaType

type PutUserProfileskillsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutUserProfileskillsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutUserProfileskillsUnsupportedMediaType

func NewPutUserProfileskillsUnsupportedMediaType() *PutUserProfileskillsUnsupportedMediaType

NewPutUserProfileskillsUnsupportedMediaType creates a PutUserProfileskillsUnsupportedMediaType with default headers values

func (*PutUserProfileskillsUnsupportedMediaType) Error

func (*PutUserProfileskillsUnsupportedMediaType) GetPayload

func (*PutUserProfileskillsUnsupportedMediaType) IsClientError

IsClientError returns true when this put user profileskills unsupported media type response has a 4xx status code

func (*PutUserProfileskillsUnsupportedMediaType) IsCode

IsCode returns true when this put user profileskills unsupported media type response a status code equal to that given

func (*PutUserProfileskillsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put user profileskills unsupported media type response has a 3xx status code

func (*PutUserProfileskillsUnsupportedMediaType) IsServerError

IsServerError returns true when this put user profileskills unsupported media type response has a 5xx status code

func (*PutUserProfileskillsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put user profileskills unsupported media type response has a 2xx status code

func (*PutUserProfileskillsUnsupportedMediaType) String

type PutUserRoutingskillBadRequest

type PutUserRoutingskillBadRequest struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutUserRoutingskillBadRequest

func NewPutUserRoutingskillBadRequest() *PutUserRoutingskillBadRequest

NewPutUserRoutingskillBadRequest creates a PutUserRoutingskillBadRequest with default headers values

func (*PutUserRoutingskillBadRequest) Error

func (*PutUserRoutingskillBadRequest) GetPayload

func (*PutUserRoutingskillBadRequest) IsClientError

func (o *PutUserRoutingskillBadRequest) IsClientError() bool

IsClientError returns true when this put user routingskill bad request response has a 4xx status code

func (*PutUserRoutingskillBadRequest) IsCode

func (o *PutUserRoutingskillBadRequest) IsCode(code int) bool

IsCode returns true when this put user routingskill bad request response a status code equal to that given

func (*PutUserRoutingskillBadRequest) IsRedirect

func (o *PutUserRoutingskillBadRequest) IsRedirect() bool

IsRedirect returns true when this put user routingskill bad request response has a 3xx status code

func (*PutUserRoutingskillBadRequest) IsServerError

func (o *PutUserRoutingskillBadRequest) IsServerError() bool

IsServerError returns true when this put user routingskill bad request response has a 5xx status code

func (*PutUserRoutingskillBadRequest) IsSuccess

func (o *PutUserRoutingskillBadRequest) IsSuccess() bool

IsSuccess returns true when this put user routingskill bad request response has a 2xx status code

func (*PutUserRoutingskillBadRequest) String

type PutUserRoutingskillConflict

type PutUserRoutingskillConflict struct {
}

PutUserRoutingskillConflict describes a response with status code 409, with default header values.

Resource conflict - Unexpected version was provided

func NewPutUserRoutingskillConflict

func NewPutUserRoutingskillConflict() *PutUserRoutingskillConflict

NewPutUserRoutingskillConflict creates a PutUserRoutingskillConflict with default headers values

func (*PutUserRoutingskillConflict) Error

func (*PutUserRoutingskillConflict) IsClientError

func (o *PutUserRoutingskillConflict) IsClientError() bool

IsClientError returns true when this put user routingskill conflict response has a 4xx status code

func (*PutUserRoutingskillConflict) IsCode

func (o *PutUserRoutingskillConflict) IsCode(code int) bool

IsCode returns true when this put user routingskill conflict response a status code equal to that given

func (*PutUserRoutingskillConflict) IsRedirect

func (o *PutUserRoutingskillConflict) IsRedirect() bool

IsRedirect returns true when this put user routingskill conflict response has a 3xx status code

func (*PutUserRoutingskillConflict) IsServerError

func (o *PutUserRoutingskillConflict) IsServerError() bool

IsServerError returns true when this put user routingskill conflict response has a 5xx status code

func (*PutUserRoutingskillConflict) IsSuccess

func (o *PutUserRoutingskillConflict) IsSuccess() bool

IsSuccess returns true when this put user routingskill conflict response has a 2xx status code

func (*PutUserRoutingskillConflict) String

func (o *PutUserRoutingskillConflict) String() string

type PutUserRoutingskillForbidden

type PutUserRoutingskillForbidden struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutUserRoutingskillForbidden

func NewPutUserRoutingskillForbidden() *PutUserRoutingskillForbidden

NewPutUserRoutingskillForbidden creates a PutUserRoutingskillForbidden with default headers values

func (*PutUserRoutingskillForbidden) Error

func (*PutUserRoutingskillForbidden) GetPayload

func (*PutUserRoutingskillForbidden) IsClientError

func (o *PutUserRoutingskillForbidden) IsClientError() bool

IsClientError returns true when this put user routingskill forbidden response has a 4xx status code

func (*PutUserRoutingskillForbidden) IsCode

func (o *PutUserRoutingskillForbidden) IsCode(code int) bool

IsCode returns true when this put user routingskill forbidden response a status code equal to that given

func (*PutUserRoutingskillForbidden) IsRedirect

func (o *PutUserRoutingskillForbidden) IsRedirect() bool

IsRedirect returns true when this put user routingskill forbidden response has a 3xx status code

func (*PutUserRoutingskillForbidden) IsServerError

func (o *PutUserRoutingskillForbidden) IsServerError() bool

IsServerError returns true when this put user routingskill forbidden response has a 5xx status code

func (*PutUserRoutingskillForbidden) IsSuccess

func (o *PutUserRoutingskillForbidden) IsSuccess() bool

IsSuccess returns true when this put user routingskill forbidden response has a 2xx status code

func (*PutUserRoutingskillForbidden) String

type PutUserRoutingskillGatewayTimeout

type PutUserRoutingskillGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutUserRoutingskillGatewayTimeout

func NewPutUserRoutingskillGatewayTimeout() *PutUserRoutingskillGatewayTimeout

NewPutUserRoutingskillGatewayTimeout creates a PutUserRoutingskillGatewayTimeout with default headers values

func (*PutUserRoutingskillGatewayTimeout) Error

func (*PutUserRoutingskillGatewayTimeout) GetPayload

func (*PutUserRoutingskillGatewayTimeout) IsClientError

func (o *PutUserRoutingskillGatewayTimeout) IsClientError() bool

IsClientError returns true when this put user routingskill gateway timeout response has a 4xx status code

func (*PutUserRoutingskillGatewayTimeout) IsCode

func (o *PutUserRoutingskillGatewayTimeout) IsCode(code int) bool

IsCode returns true when this put user routingskill gateway timeout response a status code equal to that given

func (*PutUserRoutingskillGatewayTimeout) IsRedirect

func (o *PutUserRoutingskillGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put user routingskill gateway timeout response has a 3xx status code

func (*PutUserRoutingskillGatewayTimeout) IsServerError

func (o *PutUserRoutingskillGatewayTimeout) IsServerError() bool

IsServerError returns true when this put user routingskill gateway timeout response has a 5xx status code

func (*PutUserRoutingskillGatewayTimeout) IsSuccess

func (o *PutUserRoutingskillGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this put user routingskill gateway timeout response has a 2xx status code

func (*PutUserRoutingskillGatewayTimeout) String

type PutUserRoutingskillInternalServerError

type PutUserRoutingskillInternalServerError struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutUserRoutingskillInternalServerError

func NewPutUserRoutingskillInternalServerError() *PutUserRoutingskillInternalServerError

NewPutUserRoutingskillInternalServerError creates a PutUserRoutingskillInternalServerError with default headers values

func (*PutUserRoutingskillInternalServerError) Error

func (*PutUserRoutingskillInternalServerError) GetPayload

func (*PutUserRoutingskillInternalServerError) IsClientError

func (o *PutUserRoutingskillInternalServerError) IsClientError() bool

IsClientError returns true when this put user routingskill internal server error response has a 4xx status code

func (*PutUserRoutingskillInternalServerError) IsCode

IsCode returns true when this put user routingskill internal server error response a status code equal to that given

func (*PutUserRoutingskillInternalServerError) IsRedirect

IsRedirect returns true when this put user routingskill internal server error response has a 3xx status code

func (*PutUserRoutingskillInternalServerError) IsServerError

func (o *PutUserRoutingskillInternalServerError) IsServerError() bool

IsServerError returns true when this put user routingskill internal server error response has a 5xx status code

func (*PutUserRoutingskillInternalServerError) IsSuccess

IsSuccess returns true when this put user routingskill internal server error response has a 2xx status code

func (*PutUserRoutingskillInternalServerError) String

type PutUserRoutingskillNotFound

type PutUserRoutingskillNotFound struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutUserRoutingskillNotFound

func NewPutUserRoutingskillNotFound() *PutUserRoutingskillNotFound

NewPutUserRoutingskillNotFound creates a PutUserRoutingskillNotFound with default headers values

func (*PutUserRoutingskillNotFound) Error

func (*PutUserRoutingskillNotFound) GetPayload

func (o *PutUserRoutingskillNotFound) GetPayload() *models.ErrorBody

func (*PutUserRoutingskillNotFound) IsClientError

func (o *PutUserRoutingskillNotFound) IsClientError() bool

IsClientError returns true when this put user routingskill not found response has a 4xx status code

func (*PutUserRoutingskillNotFound) IsCode

func (o *PutUserRoutingskillNotFound) IsCode(code int) bool

IsCode returns true when this put user routingskill not found response a status code equal to that given

func (*PutUserRoutingskillNotFound) IsRedirect

func (o *PutUserRoutingskillNotFound) IsRedirect() bool

IsRedirect returns true when this put user routingskill not found response has a 3xx status code

func (*PutUserRoutingskillNotFound) IsServerError

func (o *PutUserRoutingskillNotFound) IsServerError() bool

IsServerError returns true when this put user routingskill not found response has a 5xx status code

func (*PutUserRoutingskillNotFound) IsSuccess

func (o *PutUserRoutingskillNotFound) IsSuccess() bool

IsSuccess returns true when this put user routingskill not found response has a 2xx status code

func (*PutUserRoutingskillNotFound) String

func (o *PutUserRoutingskillNotFound) String() string

type PutUserRoutingskillOK

type PutUserRoutingskillOK struct {
	Payload *models.UserRoutingSkill
}

PutUserRoutingskillOK describes a response with status code 200, with default header values.

successful operation

func NewPutUserRoutingskillOK

func NewPutUserRoutingskillOK() *PutUserRoutingskillOK

NewPutUserRoutingskillOK creates a PutUserRoutingskillOK with default headers values

func (*PutUserRoutingskillOK) Error

func (o *PutUserRoutingskillOK) Error() string

func (*PutUserRoutingskillOK) GetPayload

func (*PutUserRoutingskillOK) IsClientError

func (o *PutUserRoutingskillOK) IsClientError() bool

IsClientError returns true when this put user routingskill o k response has a 4xx status code

func (*PutUserRoutingskillOK) IsCode

func (o *PutUserRoutingskillOK) IsCode(code int) bool

IsCode returns true when this put user routingskill o k response a status code equal to that given

func (*PutUserRoutingskillOK) IsRedirect

func (o *PutUserRoutingskillOK) IsRedirect() bool

IsRedirect returns true when this put user routingskill o k response has a 3xx status code

func (*PutUserRoutingskillOK) IsServerError

func (o *PutUserRoutingskillOK) IsServerError() bool

IsServerError returns true when this put user routingskill o k response has a 5xx status code

func (*PutUserRoutingskillOK) IsSuccess

func (o *PutUserRoutingskillOK) IsSuccess() bool

IsSuccess returns true when this put user routingskill o k response has a 2xx status code

func (*PutUserRoutingskillOK) String

func (o *PutUserRoutingskillOK) String() string

type PutUserRoutingskillParams

type PutUserRoutingskillParams struct {

	/* Body.

	   Skill
	*/
	Body *models.UserRoutingSkill

	/* SkillID.

	   skillId
	*/
	SkillID string

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutUserRoutingskillParams contains all the parameters to send to the API endpoint

for the put user routingskill operation.

Typically these are written to a http.Request.

func NewPutUserRoutingskillParams

func NewPutUserRoutingskillParams() *PutUserRoutingskillParams

NewPutUserRoutingskillParams creates a new PutUserRoutingskillParams 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 NewPutUserRoutingskillParamsWithContext

func NewPutUserRoutingskillParamsWithContext(ctx context.Context) *PutUserRoutingskillParams

NewPutUserRoutingskillParamsWithContext creates a new PutUserRoutingskillParams object with the ability to set a context for a request.

func NewPutUserRoutingskillParamsWithHTTPClient

func NewPutUserRoutingskillParamsWithHTTPClient(client *http.Client) *PutUserRoutingskillParams

NewPutUserRoutingskillParamsWithHTTPClient creates a new PutUserRoutingskillParams object with the ability to set a custom HTTPClient for a request.

func NewPutUserRoutingskillParamsWithTimeout

func NewPutUserRoutingskillParamsWithTimeout(timeout time.Duration) *PutUserRoutingskillParams

NewPutUserRoutingskillParamsWithTimeout creates a new PutUserRoutingskillParams object with the ability to set a timeout on a request.

func (*PutUserRoutingskillParams) SetBody

SetBody adds the body to the put user routingskill params

func (*PutUserRoutingskillParams) SetContext

func (o *PutUserRoutingskillParams) SetContext(ctx context.Context)

SetContext adds the context to the put user routingskill params

func (*PutUserRoutingskillParams) SetDefaults

func (o *PutUserRoutingskillParams) SetDefaults()

SetDefaults hydrates default values in the put user routingskill params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserRoutingskillParams) SetHTTPClient

func (o *PutUserRoutingskillParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put user routingskill params

func (*PutUserRoutingskillParams) SetSkillID

func (o *PutUserRoutingskillParams) SetSkillID(skillID string)

SetSkillID adds the skillId to the put user routingskill params

func (*PutUserRoutingskillParams) SetTimeout

func (o *PutUserRoutingskillParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put user routingskill params

func (*PutUserRoutingskillParams) SetUserID

func (o *PutUserRoutingskillParams) SetUserID(userID string)

SetUserID adds the userId to the put user routingskill params

func (*PutUserRoutingskillParams) WithBody

WithBody adds the body to the put user routingskill params

func (*PutUserRoutingskillParams) WithContext

WithContext adds the context to the put user routingskill params

func (*PutUserRoutingskillParams) WithDefaults

WithDefaults hydrates default values in the put user routingskill params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserRoutingskillParams) WithHTTPClient

func (o *PutUserRoutingskillParams) WithHTTPClient(client *http.Client) *PutUserRoutingskillParams

WithHTTPClient adds the HTTPClient to the put user routingskill params

func (*PutUserRoutingskillParams) WithSkillID

WithSkillID adds the skillID to the put user routingskill params

func (*PutUserRoutingskillParams) WithTimeout

WithTimeout adds the timeout to the put user routingskill params

func (*PutUserRoutingskillParams) WithUserID

WithUserID adds the userID to the put user routingskill params

func (*PutUserRoutingskillParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutUserRoutingskillReader

type PutUserRoutingskillReader struct {
	// contains filtered or unexported fields
}

PutUserRoutingskillReader is a Reader for the PutUserRoutingskill structure.

func (*PutUserRoutingskillReader) ReadResponse

func (o *PutUserRoutingskillReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutUserRoutingskillRequestEntityTooLarge

type PutUserRoutingskillRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutUserRoutingskillRequestEntityTooLarge

func NewPutUserRoutingskillRequestEntityTooLarge() *PutUserRoutingskillRequestEntityTooLarge

NewPutUserRoutingskillRequestEntityTooLarge creates a PutUserRoutingskillRequestEntityTooLarge with default headers values

func (*PutUserRoutingskillRequestEntityTooLarge) Error

func (*PutUserRoutingskillRequestEntityTooLarge) GetPayload

func (*PutUserRoutingskillRequestEntityTooLarge) IsClientError

IsClientError returns true when this put user routingskill request entity too large response has a 4xx status code

func (*PutUserRoutingskillRequestEntityTooLarge) IsCode

IsCode returns true when this put user routingskill request entity too large response a status code equal to that given

func (*PutUserRoutingskillRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put user routingskill request entity too large response has a 3xx status code

func (*PutUserRoutingskillRequestEntityTooLarge) IsServerError

IsServerError returns true when this put user routingskill request entity too large response has a 5xx status code

func (*PutUserRoutingskillRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put user routingskill request entity too large response has a 2xx status code

func (*PutUserRoutingskillRequestEntityTooLarge) String

type PutUserRoutingskillRequestTimeout

type PutUserRoutingskillRequestTimeout struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutUserRoutingskillRequestTimeout

func NewPutUserRoutingskillRequestTimeout() *PutUserRoutingskillRequestTimeout

NewPutUserRoutingskillRequestTimeout creates a PutUserRoutingskillRequestTimeout with default headers values

func (*PutUserRoutingskillRequestTimeout) Error

func (*PutUserRoutingskillRequestTimeout) GetPayload

func (*PutUserRoutingskillRequestTimeout) IsClientError

func (o *PutUserRoutingskillRequestTimeout) IsClientError() bool

IsClientError returns true when this put user routingskill request timeout response has a 4xx status code

func (*PutUserRoutingskillRequestTimeout) IsCode

func (o *PutUserRoutingskillRequestTimeout) IsCode(code int) bool

IsCode returns true when this put user routingskill request timeout response a status code equal to that given

func (*PutUserRoutingskillRequestTimeout) IsRedirect

func (o *PutUserRoutingskillRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put user routingskill request timeout response has a 3xx status code

func (*PutUserRoutingskillRequestTimeout) IsServerError

func (o *PutUserRoutingskillRequestTimeout) IsServerError() bool

IsServerError returns true when this put user routingskill request timeout response has a 5xx status code

func (*PutUserRoutingskillRequestTimeout) IsSuccess

func (o *PutUserRoutingskillRequestTimeout) IsSuccess() bool

IsSuccess returns true when this put user routingskill request timeout response has a 2xx status code

func (*PutUserRoutingskillRequestTimeout) String

type PutUserRoutingskillServiceUnavailable

type PutUserRoutingskillServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutUserRoutingskillServiceUnavailable

func NewPutUserRoutingskillServiceUnavailable() *PutUserRoutingskillServiceUnavailable

NewPutUserRoutingskillServiceUnavailable creates a PutUserRoutingskillServiceUnavailable with default headers values

func (*PutUserRoutingskillServiceUnavailable) Error

func (*PutUserRoutingskillServiceUnavailable) GetPayload

func (*PutUserRoutingskillServiceUnavailable) IsClientError

func (o *PutUserRoutingskillServiceUnavailable) IsClientError() bool

IsClientError returns true when this put user routingskill service unavailable response has a 4xx status code

func (*PutUserRoutingskillServiceUnavailable) IsCode

IsCode returns true when this put user routingskill service unavailable response a status code equal to that given

func (*PutUserRoutingskillServiceUnavailable) IsRedirect

IsRedirect returns true when this put user routingskill service unavailable response has a 3xx status code

func (*PutUserRoutingskillServiceUnavailable) IsServerError

func (o *PutUserRoutingskillServiceUnavailable) IsServerError() bool

IsServerError returns true when this put user routingskill service unavailable response has a 5xx status code

func (*PutUserRoutingskillServiceUnavailable) IsSuccess

IsSuccess returns true when this put user routingskill service unavailable response has a 2xx status code

func (*PutUserRoutingskillServiceUnavailable) String

type PutUserRoutingskillTooManyRequests

type PutUserRoutingskillTooManyRequests struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutUserRoutingskillTooManyRequests

func NewPutUserRoutingskillTooManyRequests() *PutUserRoutingskillTooManyRequests

NewPutUserRoutingskillTooManyRequests creates a PutUserRoutingskillTooManyRequests with default headers values

func (*PutUserRoutingskillTooManyRequests) Error

func (*PutUserRoutingskillTooManyRequests) GetPayload

func (*PutUserRoutingskillTooManyRequests) IsClientError

func (o *PutUserRoutingskillTooManyRequests) IsClientError() bool

IsClientError returns true when this put user routingskill too many requests response has a 4xx status code

func (*PutUserRoutingskillTooManyRequests) IsCode

IsCode returns true when this put user routingskill too many requests response a status code equal to that given

func (*PutUserRoutingskillTooManyRequests) IsRedirect

func (o *PutUserRoutingskillTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put user routingskill too many requests response has a 3xx status code

func (*PutUserRoutingskillTooManyRequests) IsServerError

func (o *PutUserRoutingskillTooManyRequests) IsServerError() bool

IsServerError returns true when this put user routingskill too many requests response has a 5xx status code

func (*PutUserRoutingskillTooManyRequests) IsSuccess

IsSuccess returns true when this put user routingskill too many requests response has a 2xx status code

func (*PutUserRoutingskillTooManyRequests) String

type PutUserRoutingskillUnauthorized

type PutUserRoutingskillUnauthorized struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutUserRoutingskillUnauthorized

func NewPutUserRoutingskillUnauthorized() *PutUserRoutingskillUnauthorized

NewPutUserRoutingskillUnauthorized creates a PutUserRoutingskillUnauthorized with default headers values

func (*PutUserRoutingskillUnauthorized) Error

func (*PutUserRoutingskillUnauthorized) GetPayload

func (*PutUserRoutingskillUnauthorized) IsClientError

func (o *PutUserRoutingskillUnauthorized) IsClientError() bool

IsClientError returns true when this put user routingskill unauthorized response has a 4xx status code

func (*PutUserRoutingskillUnauthorized) IsCode

func (o *PutUserRoutingskillUnauthorized) IsCode(code int) bool

IsCode returns true when this put user routingskill unauthorized response a status code equal to that given

func (*PutUserRoutingskillUnauthorized) IsRedirect

func (o *PutUserRoutingskillUnauthorized) IsRedirect() bool

IsRedirect returns true when this put user routingskill unauthorized response has a 3xx status code

func (*PutUserRoutingskillUnauthorized) IsServerError

func (o *PutUserRoutingskillUnauthorized) IsServerError() bool

IsServerError returns true when this put user routingskill unauthorized response has a 5xx status code

func (*PutUserRoutingskillUnauthorized) IsSuccess

func (o *PutUserRoutingskillUnauthorized) IsSuccess() bool

IsSuccess returns true when this put user routingskill unauthorized response has a 2xx status code

func (*PutUserRoutingskillUnauthorized) String

type PutUserRoutingskillUnsupportedMediaType

type PutUserRoutingskillUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutUserRoutingskillUnsupportedMediaType

func NewPutUserRoutingskillUnsupportedMediaType() *PutUserRoutingskillUnsupportedMediaType

NewPutUserRoutingskillUnsupportedMediaType creates a PutUserRoutingskillUnsupportedMediaType with default headers values

func (*PutUserRoutingskillUnsupportedMediaType) Error

func (*PutUserRoutingskillUnsupportedMediaType) GetPayload

func (*PutUserRoutingskillUnsupportedMediaType) IsClientError

func (o *PutUserRoutingskillUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this put user routingskill unsupported media type response has a 4xx status code

func (*PutUserRoutingskillUnsupportedMediaType) IsCode

IsCode returns true when this put user routingskill unsupported media type response a status code equal to that given

func (*PutUserRoutingskillUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put user routingskill unsupported media type response has a 3xx status code

func (*PutUserRoutingskillUnsupportedMediaType) IsServerError

func (o *PutUserRoutingskillUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this put user routingskill unsupported media type response has a 5xx status code

func (*PutUserRoutingskillUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put user routingskill unsupported media type response has a 2xx status code

func (*PutUserRoutingskillUnsupportedMediaType) String

type PutUserRoutingskillsBulkBadRequest

type PutUserRoutingskillsBulkBadRequest struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillsBulkBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutUserRoutingskillsBulkBadRequest

func NewPutUserRoutingskillsBulkBadRequest() *PutUserRoutingskillsBulkBadRequest

NewPutUserRoutingskillsBulkBadRequest creates a PutUserRoutingskillsBulkBadRequest with default headers values

func (*PutUserRoutingskillsBulkBadRequest) Error

func (*PutUserRoutingskillsBulkBadRequest) GetPayload

func (*PutUserRoutingskillsBulkBadRequest) IsClientError

func (o *PutUserRoutingskillsBulkBadRequest) IsClientError() bool

IsClientError returns true when this put user routingskills bulk bad request response has a 4xx status code

func (*PutUserRoutingskillsBulkBadRequest) IsCode

IsCode returns true when this put user routingskills bulk bad request response a status code equal to that given

func (*PutUserRoutingskillsBulkBadRequest) IsRedirect

func (o *PutUserRoutingskillsBulkBadRequest) IsRedirect() bool

IsRedirect returns true when this put user routingskills bulk bad request response has a 3xx status code

func (*PutUserRoutingskillsBulkBadRequest) IsServerError

func (o *PutUserRoutingskillsBulkBadRequest) IsServerError() bool

IsServerError returns true when this put user routingskills bulk bad request response has a 5xx status code

func (*PutUserRoutingskillsBulkBadRequest) IsSuccess

IsSuccess returns true when this put user routingskills bulk bad request response has a 2xx status code

func (*PutUserRoutingskillsBulkBadRequest) String

type PutUserRoutingskillsBulkForbidden

type PutUserRoutingskillsBulkForbidden struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillsBulkForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutUserRoutingskillsBulkForbidden

func NewPutUserRoutingskillsBulkForbidden() *PutUserRoutingskillsBulkForbidden

NewPutUserRoutingskillsBulkForbidden creates a PutUserRoutingskillsBulkForbidden with default headers values

func (*PutUserRoutingskillsBulkForbidden) Error

func (*PutUserRoutingskillsBulkForbidden) GetPayload

func (*PutUserRoutingskillsBulkForbidden) IsClientError

func (o *PutUserRoutingskillsBulkForbidden) IsClientError() bool

IsClientError returns true when this put user routingskills bulk forbidden response has a 4xx status code

func (*PutUserRoutingskillsBulkForbidden) IsCode

func (o *PutUserRoutingskillsBulkForbidden) IsCode(code int) bool

IsCode returns true when this put user routingskills bulk forbidden response a status code equal to that given

func (*PutUserRoutingskillsBulkForbidden) IsRedirect

func (o *PutUserRoutingskillsBulkForbidden) IsRedirect() bool

IsRedirect returns true when this put user routingskills bulk forbidden response has a 3xx status code

func (*PutUserRoutingskillsBulkForbidden) IsServerError

func (o *PutUserRoutingskillsBulkForbidden) IsServerError() bool

IsServerError returns true when this put user routingskills bulk forbidden response has a 5xx status code

func (*PutUserRoutingskillsBulkForbidden) IsSuccess

func (o *PutUserRoutingskillsBulkForbidden) IsSuccess() bool

IsSuccess returns true when this put user routingskills bulk forbidden response has a 2xx status code

func (*PutUserRoutingskillsBulkForbidden) String

type PutUserRoutingskillsBulkGatewayTimeout

type PutUserRoutingskillsBulkGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillsBulkGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutUserRoutingskillsBulkGatewayTimeout

func NewPutUserRoutingskillsBulkGatewayTimeout() *PutUserRoutingskillsBulkGatewayTimeout

NewPutUserRoutingskillsBulkGatewayTimeout creates a PutUserRoutingskillsBulkGatewayTimeout with default headers values

func (*PutUserRoutingskillsBulkGatewayTimeout) Error

func (*PutUserRoutingskillsBulkGatewayTimeout) GetPayload

func (*PutUserRoutingskillsBulkGatewayTimeout) IsClientError

func (o *PutUserRoutingskillsBulkGatewayTimeout) IsClientError() bool

IsClientError returns true when this put user routingskills bulk gateway timeout response has a 4xx status code

func (*PutUserRoutingskillsBulkGatewayTimeout) IsCode

IsCode returns true when this put user routingskills bulk gateway timeout response a status code equal to that given

func (*PutUserRoutingskillsBulkGatewayTimeout) IsRedirect

IsRedirect returns true when this put user routingskills bulk gateway timeout response has a 3xx status code

func (*PutUserRoutingskillsBulkGatewayTimeout) IsServerError

func (o *PutUserRoutingskillsBulkGatewayTimeout) IsServerError() bool

IsServerError returns true when this put user routingskills bulk gateway timeout response has a 5xx status code

func (*PutUserRoutingskillsBulkGatewayTimeout) IsSuccess

IsSuccess returns true when this put user routingskills bulk gateway timeout response has a 2xx status code

func (*PutUserRoutingskillsBulkGatewayTimeout) String

type PutUserRoutingskillsBulkInternalServerError

type PutUserRoutingskillsBulkInternalServerError struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillsBulkInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutUserRoutingskillsBulkInternalServerError

func NewPutUserRoutingskillsBulkInternalServerError() *PutUserRoutingskillsBulkInternalServerError

NewPutUserRoutingskillsBulkInternalServerError creates a PutUserRoutingskillsBulkInternalServerError with default headers values

func (*PutUserRoutingskillsBulkInternalServerError) Error

func (*PutUserRoutingskillsBulkInternalServerError) GetPayload

func (*PutUserRoutingskillsBulkInternalServerError) IsClientError

IsClientError returns true when this put user routingskills bulk internal server error response has a 4xx status code

func (*PutUserRoutingskillsBulkInternalServerError) IsCode

IsCode returns true when this put user routingskills bulk internal server error response a status code equal to that given

func (*PutUserRoutingskillsBulkInternalServerError) IsRedirect

IsRedirect returns true when this put user routingskills bulk internal server error response has a 3xx status code

func (*PutUserRoutingskillsBulkInternalServerError) IsServerError

IsServerError returns true when this put user routingskills bulk internal server error response has a 5xx status code

func (*PutUserRoutingskillsBulkInternalServerError) IsSuccess

IsSuccess returns true when this put user routingskills bulk internal server error response has a 2xx status code

func (*PutUserRoutingskillsBulkInternalServerError) String

type PutUserRoutingskillsBulkNotFound

type PutUserRoutingskillsBulkNotFound struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillsBulkNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutUserRoutingskillsBulkNotFound

func NewPutUserRoutingskillsBulkNotFound() *PutUserRoutingskillsBulkNotFound

NewPutUserRoutingskillsBulkNotFound creates a PutUserRoutingskillsBulkNotFound with default headers values

func (*PutUserRoutingskillsBulkNotFound) Error

func (*PutUserRoutingskillsBulkNotFound) GetPayload

func (*PutUserRoutingskillsBulkNotFound) IsClientError

func (o *PutUserRoutingskillsBulkNotFound) IsClientError() bool

IsClientError returns true when this put user routingskills bulk not found response has a 4xx status code

func (*PutUserRoutingskillsBulkNotFound) IsCode

func (o *PutUserRoutingskillsBulkNotFound) IsCode(code int) bool

IsCode returns true when this put user routingskills bulk not found response a status code equal to that given

func (*PutUserRoutingskillsBulkNotFound) IsRedirect

func (o *PutUserRoutingskillsBulkNotFound) IsRedirect() bool

IsRedirect returns true when this put user routingskills bulk not found response has a 3xx status code

func (*PutUserRoutingskillsBulkNotFound) IsServerError

func (o *PutUserRoutingskillsBulkNotFound) IsServerError() bool

IsServerError returns true when this put user routingskills bulk not found response has a 5xx status code

func (*PutUserRoutingskillsBulkNotFound) IsSuccess

func (o *PutUserRoutingskillsBulkNotFound) IsSuccess() bool

IsSuccess returns true when this put user routingskills bulk not found response has a 2xx status code

func (*PutUserRoutingskillsBulkNotFound) String

type PutUserRoutingskillsBulkOK

type PutUserRoutingskillsBulkOK struct {
	Payload *models.UserSkillEntityListing
}

PutUserRoutingskillsBulkOK describes a response with status code 200, with default header values.

successful operation

func NewPutUserRoutingskillsBulkOK

func NewPutUserRoutingskillsBulkOK() *PutUserRoutingskillsBulkOK

NewPutUserRoutingskillsBulkOK creates a PutUserRoutingskillsBulkOK with default headers values

func (*PutUserRoutingskillsBulkOK) Error

func (*PutUserRoutingskillsBulkOK) GetPayload

func (*PutUserRoutingskillsBulkOK) IsClientError

func (o *PutUserRoutingskillsBulkOK) IsClientError() bool

IsClientError returns true when this put user routingskills bulk o k response has a 4xx status code

func (*PutUserRoutingskillsBulkOK) IsCode

func (o *PutUserRoutingskillsBulkOK) IsCode(code int) bool

IsCode returns true when this put user routingskills bulk o k response a status code equal to that given

func (*PutUserRoutingskillsBulkOK) IsRedirect

func (o *PutUserRoutingskillsBulkOK) IsRedirect() bool

IsRedirect returns true when this put user routingskills bulk o k response has a 3xx status code

func (*PutUserRoutingskillsBulkOK) IsServerError

func (o *PutUserRoutingskillsBulkOK) IsServerError() bool

IsServerError returns true when this put user routingskills bulk o k response has a 5xx status code

func (*PutUserRoutingskillsBulkOK) IsSuccess

func (o *PutUserRoutingskillsBulkOK) IsSuccess() bool

IsSuccess returns true when this put user routingskills bulk o k response has a 2xx status code

func (*PutUserRoutingskillsBulkOK) String

func (o *PutUserRoutingskillsBulkOK) String() string

type PutUserRoutingskillsBulkParams

type PutUserRoutingskillsBulkParams struct {

	/* Body.

	   Skill
	*/
	Body []*models.UserRoutingSkillPost

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutUserRoutingskillsBulkParams contains all the parameters to send to the API endpoint

for the put user routingskills bulk operation.

Typically these are written to a http.Request.

func NewPutUserRoutingskillsBulkParams

func NewPutUserRoutingskillsBulkParams() *PutUserRoutingskillsBulkParams

NewPutUserRoutingskillsBulkParams creates a new PutUserRoutingskillsBulkParams 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 NewPutUserRoutingskillsBulkParamsWithContext

func NewPutUserRoutingskillsBulkParamsWithContext(ctx context.Context) *PutUserRoutingskillsBulkParams

NewPutUserRoutingskillsBulkParamsWithContext creates a new PutUserRoutingskillsBulkParams object with the ability to set a context for a request.

func NewPutUserRoutingskillsBulkParamsWithHTTPClient

func NewPutUserRoutingskillsBulkParamsWithHTTPClient(client *http.Client) *PutUserRoutingskillsBulkParams

NewPutUserRoutingskillsBulkParamsWithHTTPClient creates a new PutUserRoutingskillsBulkParams object with the ability to set a custom HTTPClient for a request.

func NewPutUserRoutingskillsBulkParamsWithTimeout

func NewPutUserRoutingskillsBulkParamsWithTimeout(timeout time.Duration) *PutUserRoutingskillsBulkParams

NewPutUserRoutingskillsBulkParamsWithTimeout creates a new PutUserRoutingskillsBulkParams object with the ability to set a timeout on a request.

func (*PutUserRoutingskillsBulkParams) SetBody

SetBody adds the body to the put user routingskills bulk params

func (*PutUserRoutingskillsBulkParams) SetContext

func (o *PutUserRoutingskillsBulkParams) SetContext(ctx context.Context)

SetContext adds the context to the put user routingskills bulk params

func (*PutUserRoutingskillsBulkParams) SetDefaults

func (o *PutUserRoutingskillsBulkParams) SetDefaults()

SetDefaults hydrates default values in the put user routingskills bulk params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserRoutingskillsBulkParams) SetHTTPClient

func (o *PutUserRoutingskillsBulkParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put user routingskills bulk params

func (*PutUserRoutingskillsBulkParams) SetTimeout

func (o *PutUserRoutingskillsBulkParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put user routingskills bulk params

func (*PutUserRoutingskillsBulkParams) SetUserID

func (o *PutUserRoutingskillsBulkParams) SetUserID(userID string)

SetUserID adds the userId to the put user routingskills bulk params

func (*PutUserRoutingskillsBulkParams) WithBody

WithBody adds the body to the put user routingskills bulk params

func (*PutUserRoutingskillsBulkParams) WithContext

WithContext adds the context to the put user routingskills bulk params

func (*PutUserRoutingskillsBulkParams) WithDefaults

WithDefaults hydrates default values in the put user routingskills bulk params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserRoutingskillsBulkParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put user routingskills bulk params

func (*PutUserRoutingskillsBulkParams) WithTimeout

WithTimeout adds the timeout to the put user routingskills bulk params

func (*PutUserRoutingskillsBulkParams) WithUserID

WithUserID adds the userID to the put user routingskills bulk params

func (*PutUserRoutingskillsBulkParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutUserRoutingskillsBulkReader

type PutUserRoutingskillsBulkReader struct {
	// contains filtered or unexported fields
}

PutUserRoutingskillsBulkReader is a Reader for the PutUserRoutingskillsBulk structure.

func (*PutUserRoutingskillsBulkReader) ReadResponse

func (o *PutUserRoutingskillsBulkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutUserRoutingskillsBulkRequestEntityTooLarge

type PutUserRoutingskillsBulkRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillsBulkRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutUserRoutingskillsBulkRequestEntityTooLarge

func NewPutUserRoutingskillsBulkRequestEntityTooLarge() *PutUserRoutingskillsBulkRequestEntityTooLarge

NewPutUserRoutingskillsBulkRequestEntityTooLarge creates a PutUserRoutingskillsBulkRequestEntityTooLarge with default headers values

func (*PutUserRoutingskillsBulkRequestEntityTooLarge) Error

func (*PutUserRoutingskillsBulkRequestEntityTooLarge) GetPayload

func (*PutUserRoutingskillsBulkRequestEntityTooLarge) IsClientError

IsClientError returns true when this put user routingskills bulk request entity too large response has a 4xx status code

func (*PutUserRoutingskillsBulkRequestEntityTooLarge) IsCode

IsCode returns true when this put user routingskills bulk request entity too large response a status code equal to that given

func (*PutUserRoutingskillsBulkRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put user routingskills bulk request entity too large response has a 3xx status code

func (*PutUserRoutingskillsBulkRequestEntityTooLarge) IsServerError

IsServerError returns true when this put user routingskills bulk request entity too large response has a 5xx status code

func (*PutUserRoutingskillsBulkRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put user routingskills bulk request entity too large response has a 2xx status code

func (*PutUserRoutingskillsBulkRequestEntityTooLarge) String

type PutUserRoutingskillsBulkRequestTimeout

type PutUserRoutingskillsBulkRequestTimeout struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillsBulkRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutUserRoutingskillsBulkRequestTimeout

func NewPutUserRoutingskillsBulkRequestTimeout() *PutUserRoutingskillsBulkRequestTimeout

NewPutUserRoutingskillsBulkRequestTimeout creates a PutUserRoutingskillsBulkRequestTimeout with default headers values

func (*PutUserRoutingskillsBulkRequestTimeout) Error

func (*PutUserRoutingskillsBulkRequestTimeout) GetPayload

func (*PutUserRoutingskillsBulkRequestTimeout) IsClientError

func (o *PutUserRoutingskillsBulkRequestTimeout) IsClientError() bool

IsClientError returns true when this put user routingskills bulk request timeout response has a 4xx status code

func (*PutUserRoutingskillsBulkRequestTimeout) IsCode

IsCode returns true when this put user routingskills bulk request timeout response a status code equal to that given

func (*PutUserRoutingskillsBulkRequestTimeout) IsRedirect

IsRedirect returns true when this put user routingskills bulk request timeout response has a 3xx status code

func (*PutUserRoutingskillsBulkRequestTimeout) IsServerError

func (o *PutUserRoutingskillsBulkRequestTimeout) IsServerError() bool

IsServerError returns true when this put user routingskills bulk request timeout response has a 5xx status code

func (*PutUserRoutingskillsBulkRequestTimeout) IsSuccess

IsSuccess returns true when this put user routingskills bulk request timeout response has a 2xx status code

func (*PutUserRoutingskillsBulkRequestTimeout) String

type PutUserRoutingskillsBulkServiceUnavailable

type PutUserRoutingskillsBulkServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillsBulkServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutUserRoutingskillsBulkServiceUnavailable

func NewPutUserRoutingskillsBulkServiceUnavailable() *PutUserRoutingskillsBulkServiceUnavailable

NewPutUserRoutingskillsBulkServiceUnavailable creates a PutUserRoutingskillsBulkServiceUnavailable with default headers values

func (*PutUserRoutingskillsBulkServiceUnavailable) Error

func (*PutUserRoutingskillsBulkServiceUnavailable) GetPayload

func (*PutUserRoutingskillsBulkServiceUnavailable) IsClientError

IsClientError returns true when this put user routingskills bulk service unavailable response has a 4xx status code

func (*PutUserRoutingskillsBulkServiceUnavailable) IsCode

IsCode returns true when this put user routingskills bulk service unavailable response a status code equal to that given

func (*PutUserRoutingskillsBulkServiceUnavailable) IsRedirect

IsRedirect returns true when this put user routingskills bulk service unavailable response has a 3xx status code

func (*PutUserRoutingskillsBulkServiceUnavailable) IsServerError

IsServerError returns true when this put user routingskills bulk service unavailable response has a 5xx status code

func (*PutUserRoutingskillsBulkServiceUnavailable) IsSuccess

IsSuccess returns true when this put user routingskills bulk service unavailable response has a 2xx status code

func (*PutUserRoutingskillsBulkServiceUnavailable) String

type PutUserRoutingskillsBulkTooManyRequests

type PutUserRoutingskillsBulkTooManyRequests struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillsBulkTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutUserRoutingskillsBulkTooManyRequests

func NewPutUserRoutingskillsBulkTooManyRequests() *PutUserRoutingskillsBulkTooManyRequests

NewPutUserRoutingskillsBulkTooManyRequests creates a PutUserRoutingskillsBulkTooManyRequests with default headers values

func (*PutUserRoutingskillsBulkTooManyRequests) Error

func (*PutUserRoutingskillsBulkTooManyRequests) GetPayload

func (*PutUserRoutingskillsBulkTooManyRequests) IsClientError

func (o *PutUserRoutingskillsBulkTooManyRequests) IsClientError() bool

IsClientError returns true when this put user routingskills bulk too many requests response has a 4xx status code

func (*PutUserRoutingskillsBulkTooManyRequests) IsCode

IsCode returns true when this put user routingskills bulk too many requests response a status code equal to that given

func (*PutUserRoutingskillsBulkTooManyRequests) IsRedirect

IsRedirect returns true when this put user routingskills bulk too many requests response has a 3xx status code

func (*PutUserRoutingskillsBulkTooManyRequests) IsServerError

func (o *PutUserRoutingskillsBulkTooManyRequests) IsServerError() bool

IsServerError returns true when this put user routingskills bulk too many requests response has a 5xx status code

func (*PutUserRoutingskillsBulkTooManyRequests) IsSuccess

IsSuccess returns true when this put user routingskills bulk too many requests response has a 2xx status code

func (*PutUserRoutingskillsBulkTooManyRequests) String

type PutUserRoutingskillsBulkUnauthorized

type PutUserRoutingskillsBulkUnauthorized struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillsBulkUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutUserRoutingskillsBulkUnauthorized

func NewPutUserRoutingskillsBulkUnauthorized() *PutUserRoutingskillsBulkUnauthorized

NewPutUserRoutingskillsBulkUnauthorized creates a PutUserRoutingskillsBulkUnauthorized with default headers values

func (*PutUserRoutingskillsBulkUnauthorized) Error

func (*PutUserRoutingskillsBulkUnauthorized) GetPayload

func (*PutUserRoutingskillsBulkUnauthorized) IsClientError

func (o *PutUserRoutingskillsBulkUnauthorized) IsClientError() bool

IsClientError returns true when this put user routingskills bulk unauthorized response has a 4xx status code

func (*PutUserRoutingskillsBulkUnauthorized) IsCode

IsCode returns true when this put user routingskills bulk unauthorized response a status code equal to that given

func (*PutUserRoutingskillsBulkUnauthorized) IsRedirect

IsRedirect returns true when this put user routingskills bulk unauthorized response has a 3xx status code

func (*PutUserRoutingskillsBulkUnauthorized) IsServerError

func (o *PutUserRoutingskillsBulkUnauthorized) IsServerError() bool

IsServerError returns true when this put user routingskills bulk unauthorized response has a 5xx status code

func (*PutUserRoutingskillsBulkUnauthorized) IsSuccess

IsSuccess returns true when this put user routingskills bulk unauthorized response has a 2xx status code

func (*PutUserRoutingskillsBulkUnauthorized) String

type PutUserRoutingskillsBulkUnsupportedMediaType

type PutUserRoutingskillsBulkUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutUserRoutingskillsBulkUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutUserRoutingskillsBulkUnsupportedMediaType

func NewPutUserRoutingskillsBulkUnsupportedMediaType() *PutUserRoutingskillsBulkUnsupportedMediaType

NewPutUserRoutingskillsBulkUnsupportedMediaType creates a PutUserRoutingskillsBulkUnsupportedMediaType with default headers values

func (*PutUserRoutingskillsBulkUnsupportedMediaType) Error

func (*PutUserRoutingskillsBulkUnsupportedMediaType) GetPayload

func (*PutUserRoutingskillsBulkUnsupportedMediaType) IsClientError

IsClientError returns true when this put user routingskills bulk unsupported media type response has a 4xx status code

func (*PutUserRoutingskillsBulkUnsupportedMediaType) IsCode

IsCode returns true when this put user routingskills bulk unsupported media type response a status code equal to that given

func (*PutUserRoutingskillsBulkUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put user routingskills bulk unsupported media type response has a 3xx status code

func (*PutUserRoutingskillsBulkUnsupportedMediaType) IsServerError

IsServerError returns true when this put user routingskills bulk unsupported media type response has a 5xx status code

func (*PutUserRoutingskillsBulkUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put user routingskills bulk unsupported media type response has a 2xx status code

func (*PutUserRoutingskillsBulkUnsupportedMediaType) String

type PutUserRoutingstatusBadRequest

type PutUserRoutingstatusBadRequest struct {
	Payload *models.ErrorBody
}

PutUserRoutingstatusBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutUserRoutingstatusBadRequest

func NewPutUserRoutingstatusBadRequest() *PutUserRoutingstatusBadRequest

NewPutUserRoutingstatusBadRequest creates a PutUserRoutingstatusBadRequest with default headers values

func (*PutUserRoutingstatusBadRequest) Error

func (*PutUserRoutingstatusBadRequest) GetPayload

func (*PutUserRoutingstatusBadRequest) IsClientError

func (o *PutUserRoutingstatusBadRequest) IsClientError() bool

IsClientError returns true when this put user routingstatus bad request response has a 4xx status code

func (*PutUserRoutingstatusBadRequest) IsCode

func (o *PutUserRoutingstatusBadRequest) IsCode(code int) bool

IsCode returns true when this put user routingstatus bad request response a status code equal to that given

func (*PutUserRoutingstatusBadRequest) IsRedirect

func (o *PutUserRoutingstatusBadRequest) IsRedirect() bool

IsRedirect returns true when this put user routingstatus bad request response has a 3xx status code

func (*PutUserRoutingstatusBadRequest) IsServerError

func (o *PutUserRoutingstatusBadRequest) IsServerError() bool

IsServerError returns true when this put user routingstatus bad request response has a 5xx status code

func (*PutUserRoutingstatusBadRequest) IsSuccess

func (o *PutUserRoutingstatusBadRequest) IsSuccess() bool

IsSuccess returns true when this put user routingstatus bad request response has a 2xx status code

func (*PutUserRoutingstatusBadRequest) String

type PutUserRoutingstatusForbidden

type PutUserRoutingstatusForbidden struct {
	Payload *models.ErrorBody
}

PutUserRoutingstatusForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutUserRoutingstatusForbidden

func NewPutUserRoutingstatusForbidden() *PutUserRoutingstatusForbidden

NewPutUserRoutingstatusForbidden creates a PutUserRoutingstatusForbidden with default headers values

func (*PutUserRoutingstatusForbidden) Error

func (*PutUserRoutingstatusForbidden) GetPayload

func (*PutUserRoutingstatusForbidden) IsClientError

func (o *PutUserRoutingstatusForbidden) IsClientError() bool

IsClientError returns true when this put user routingstatus forbidden response has a 4xx status code

func (*PutUserRoutingstatusForbidden) IsCode

func (o *PutUserRoutingstatusForbidden) IsCode(code int) bool

IsCode returns true when this put user routingstatus forbidden response a status code equal to that given

func (*PutUserRoutingstatusForbidden) IsRedirect

func (o *PutUserRoutingstatusForbidden) IsRedirect() bool

IsRedirect returns true when this put user routingstatus forbidden response has a 3xx status code

func (*PutUserRoutingstatusForbidden) IsServerError

func (o *PutUserRoutingstatusForbidden) IsServerError() bool

IsServerError returns true when this put user routingstatus forbidden response has a 5xx status code

func (*PutUserRoutingstatusForbidden) IsSuccess

func (o *PutUserRoutingstatusForbidden) IsSuccess() bool

IsSuccess returns true when this put user routingstatus forbidden response has a 2xx status code

func (*PutUserRoutingstatusForbidden) String

type PutUserRoutingstatusGatewayTimeout

type PutUserRoutingstatusGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutUserRoutingstatusGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutUserRoutingstatusGatewayTimeout

func NewPutUserRoutingstatusGatewayTimeout() *PutUserRoutingstatusGatewayTimeout

NewPutUserRoutingstatusGatewayTimeout creates a PutUserRoutingstatusGatewayTimeout with default headers values

func (*PutUserRoutingstatusGatewayTimeout) Error

func (*PutUserRoutingstatusGatewayTimeout) GetPayload

func (*PutUserRoutingstatusGatewayTimeout) IsClientError

func (o *PutUserRoutingstatusGatewayTimeout) IsClientError() bool

IsClientError returns true when this put user routingstatus gateway timeout response has a 4xx status code

func (*PutUserRoutingstatusGatewayTimeout) IsCode

IsCode returns true when this put user routingstatus gateway timeout response a status code equal to that given

func (*PutUserRoutingstatusGatewayTimeout) IsRedirect

func (o *PutUserRoutingstatusGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put user routingstatus gateway timeout response has a 3xx status code

func (*PutUserRoutingstatusGatewayTimeout) IsServerError

func (o *PutUserRoutingstatusGatewayTimeout) IsServerError() bool

IsServerError returns true when this put user routingstatus gateway timeout response has a 5xx status code

func (*PutUserRoutingstatusGatewayTimeout) IsSuccess

IsSuccess returns true when this put user routingstatus gateway timeout response has a 2xx status code

func (*PutUserRoutingstatusGatewayTimeout) String

type PutUserRoutingstatusInternalServerError

type PutUserRoutingstatusInternalServerError struct {
	Payload *models.ErrorBody
}

PutUserRoutingstatusInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutUserRoutingstatusInternalServerError

func NewPutUserRoutingstatusInternalServerError() *PutUserRoutingstatusInternalServerError

NewPutUserRoutingstatusInternalServerError creates a PutUserRoutingstatusInternalServerError with default headers values

func (*PutUserRoutingstatusInternalServerError) Error

func (*PutUserRoutingstatusInternalServerError) GetPayload

func (*PutUserRoutingstatusInternalServerError) IsClientError

func (o *PutUserRoutingstatusInternalServerError) IsClientError() bool

IsClientError returns true when this put user routingstatus internal server error response has a 4xx status code

func (*PutUserRoutingstatusInternalServerError) IsCode

IsCode returns true when this put user routingstatus internal server error response a status code equal to that given

func (*PutUserRoutingstatusInternalServerError) IsRedirect

IsRedirect returns true when this put user routingstatus internal server error response has a 3xx status code

func (*PutUserRoutingstatusInternalServerError) IsServerError

func (o *PutUserRoutingstatusInternalServerError) IsServerError() bool

IsServerError returns true when this put user routingstatus internal server error response has a 5xx status code

func (*PutUserRoutingstatusInternalServerError) IsSuccess

IsSuccess returns true when this put user routingstatus internal server error response has a 2xx status code

func (*PutUserRoutingstatusInternalServerError) String

type PutUserRoutingstatusNotFound

type PutUserRoutingstatusNotFound struct {
	Payload *models.ErrorBody
}

PutUserRoutingstatusNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutUserRoutingstatusNotFound

func NewPutUserRoutingstatusNotFound() *PutUserRoutingstatusNotFound

NewPutUserRoutingstatusNotFound creates a PutUserRoutingstatusNotFound with default headers values

func (*PutUserRoutingstatusNotFound) Error

func (*PutUserRoutingstatusNotFound) GetPayload

func (*PutUserRoutingstatusNotFound) IsClientError

func (o *PutUserRoutingstatusNotFound) IsClientError() bool

IsClientError returns true when this put user routingstatus not found response has a 4xx status code

func (*PutUserRoutingstatusNotFound) IsCode

func (o *PutUserRoutingstatusNotFound) IsCode(code int) bool

IsCode returns true when this put user routingstatus not found response a status code equal to that given

func (*PutUserRoutingstatusNotFound) IsRedirect

func (o *PutUserRoutingstatusNotFound) IsRedirect() bool

IsRedirect returns true when this put user routingstatus not found response has a 3xx status code

func (*PutUserRoutingstatusNotFound) IsServerError

func (o *PutUserRoutingstatusNotFound) IsServerError() bool

IsServerError returns true when this put user routingstatus not found response has a 5xx status code

func (*PutUserRoutingstatusNotFound) IsSuccess

func (o *PutUserRoutingstatusNotFound) IsSuccess() bool

IsSuccess returns true when this put user routingstatus not found response has a 2xx status code

func (*PutUserRoutingstatusNotFound) String

type PutUserRoutingstatusOK

type PutUserRoutingstatusOK struct {
	Payload *models.RoutingStatus
}

PutUserRoutingstatusOK describes a response with status code 200, with default header values.

successful operation

func NewPutUserRoutingstatusOK

func NewPutUserRoutingstatusOK() *PutUserRoutingstatusOK

NewPutUserRoutingstatusOK creates a PutUserRoutingstatusOK with default headers values

func (*PutUserRoutingstatusOK) Error

func (o *PutUserRoutingstatusOK) Error() string

func (*PutUserRoutingstatusOK) GetPayload

func (o *PutUserRoutingstatusOK) GetPayload() *models.RoutingStatus

func (*PutUserRoutingstatusOK) IsClientError

func (o *PutUserRoutingstatusOK) IsClientError() bool

IsClientError returns true when this put user routingstatus o k response has a 4xx status code

func (*PutUserRoutingstatusOK) IsCode

func (o *PutUserRoutingstatusOK) IsCode(code int) bool

IsCode returns true when this put user routingstatus o k response a status code equal to that given

func (*PutUserRoutingstatusOK) IsRedirect

func (o *PutUserRoutingstatusOK) IsRedirect() bool

IsRedirect returns true when this put user routingstatus o k response has a 3xx status code

func (*PutUserRoutingstatusOK) IsServerError

func (o *PutUserRoutingstatusOK) IsServerError() bool

IsServerError returns true when this put user routingstatus o k response has a 5xx status code

func (*PutUserRoutingstatusOK) IsSuccess

func (o *PutUserRoutingstatusOK) IsSuccess() bool

IsSuccess returns true when this put user routingstatus o k response has a 2xx status code

func (*PutUserRoutingstatusOK) String

func (o *PutUserRoutingstatusOK) String() string

type PutUserRoutingstatusParams

type PutUserRoutingstatusParams struct {

	/* Body.

	   Routing Status
	*/
	Body *models.RoutingStatus

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutUserRoutingstatusParams contains all the parameters to send to the API endpoint

for the put user routingstatus operation.

Typically these are written to a http.Request.

func NewPutUserRoutingstatusParams

func NewPutUserRoutingstatusParams() *PutUserRoutingstatusParams

NewPutUserRoutingstatusParams creates a new PutUserRoutingstatusParams 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 NewPutUserRoutingstatusParamsWithContext

func NewPutUserRoutingstatusParamsWithContext(ctx context.Context) *PutUserRoutingstatusParams

NewPutUserRoutingstatusParamsWithContext creates a new PutUserRoutingstatusParams object with the ability to set a context for a request.

func NewPutUserRoutingstatusParamsWithHTTPClient

func NewPutUserRoutingstatusParamsWithHTTPClient(client *http.Client) *PutUserRoutingstatusParams

NewPutUserRoutingstatusParamsWithHTTPClient creates a new PutUserRoutingstatusParams object with the ability to set a custom HTTPClient for a request.

func NewPutUserRoutingstatusParamsWithTimeout

func NewPutUserRoutingstatusParamsWithTimeout(timeout time.Duration) *PutUserRoutingstatusParams

NewPutUserRoutingstatusParamsWithTimeout creates a new PutUserRoutingstatusParams object with the ability to set a timeout on a request.

func (*PutUserRoutingstatusParams) SetBody

SetBody adds the body to the put user routingstatus params

func (*PutUserRoutingstatusParams) SetContext

func (o *PutUserRoutingstatusParams) SetContext(ctx context.Context)

SetContext adds the context to the put user routingstatus params

func (*PutUserRoutingstatusParams) SetDefaults

func (o *PutUserRoutingstatusParams) SetDefaults()

SetDefaults hydrates default values in the put user routingstatus params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserRoutingstatusParams) SetHTTPClient

func (o *PutUserRoutingstatusParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put user routingstatus params

func (*PutUserRoutingstatusParams) SetTimeout

func (o *PutUserRoutingstatusParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put user routingstatus params

func (*PutUserRoutingstatusParams) SetUserID

func (o *PutUserRoutingstatusParams) SetUserID(userID string)

SetUserID adds the userId to the put user routingstatus params

func (*PutUserRoutingstatusParams) WithBody

WithBody adds the body to the put user routingstatus params

func (*PutUserRoutingstatusParams) WithContext

WithContext adds the context to the put user routingstatus params

func (*PutUserRoutingstatusParams) WithDefaults

WithDefaults hydrates default values in the put user routingstatus params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserRoutingstatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put user routingstatus params

func (*PutUserRoutingstatusParams) WithTimeout

WithTimeout adds the timeout to the put user routingstatus params

func (*PutUserRoutingstatusParams) WithUserID

WithUserID adds the userID to the put user routingstatus params

func (*PutUserRoutingstatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutUserRoutingstatusReader

type PutUserRoutingstatusReader struct {
	// contains filtered or unexported fields
}

PutUserRoutingstatusReader is a Reader for the PutUserRoutingstatus structure.

func (*PutUserRoutingstatusReader) ReadResponse

func (o *PutUserRoutingstatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutUserRoutingstatusRequestEntityTooLarge

type PutUserRoutingstatusRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutUserRoutingstatusRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutUserRoutingstatusRequestEntityTooLarge

func NewPutUserRoutingstatusRequestEntityTooLarge() *PutUserRoutingstatusRequestEntityTooLarge

NewPutUserRoutingstatusRequestEntityTooLarge creates a PutUserRoutingstatusRequestEntityTooLarge with default headers values

func (*PutUserRoutingstatusRequestEntityTooLarge) Error

func (*PutUserRoutingstatusRequestEntityTooLarge) GetPayload

func (*PutUserRoutingstatusRequestEntityTooLarge) IsClientError

IsClientError returns true when this put user routingstatus request entity too large response has a 4xx status code

func (*PutUserRoutingstatusRequestEntityTooLarge) IsCode

IsCode returns true when this put user routingstatus request entity too large response a status code equal to that given

func (*PutUserRoutingstatusRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put user routingstatus request entity too large response has a 3xx status code

func (*PutUserRoutingstatusRequestEntityTooLarge) IsServerError

IsServerError returns true when this put user routingstatus request entity too large response has a 5xx status code

func (*PutUserRoutingstatusRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put user routingstatus request entity too large response has a 2xx status code

func (*PutUserRoutingstatusRequestEntityTooLarge) String

type PutUserRoutingstatusRequestTimeout

type PutUserRoutingstatusRequestTimeout struct {
	Payload *models.ErrorBody
}

PutUserRoutingstatusRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutUserRoutingstatusRequestTimeout

func NewPutUserRoutingstatusRequestTimeout() *PutUserRoutingstatusRequestTimeout

NewPutUserRoutingstatusRequestTimeout creates a PutUserRoutingstatusRequestTimeout with default headers values

func (*PutUserRoutingstatusRequestTimeout) Error

func (*PutUserRoutingstatusRequestTimeout) GetPayload

func (*PutUserRoutingstatusRequestTimeout) IsClientError

func (o *PutUserRoutingstatusRequestTimeout) IsClientError() bool

IsClientError returns true when this put user routingstatus request timeout response has a 4xx status code

func (*PutUserRoutingstatusRequestTimeout) IsCode

IsCode returns true when this put user routingstatus request timeout response a status code equal to that given

func (*PutUserRoutingstatusRequestTimeout) IsRedirect

func (o *PutUserRoutingstatusRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put user routingstatus request timeout response has a 3xx status code

func (*PutUserRoutingstatusRequestTimeout) IsServerError

func (o *PutUserRoutingstatusRequestTimeout) IsServerError() bool

IsServerError returns true when this put user routingstatus request timeout response has a 5xx status code

func (*PutUserRoutingstatusRequestTimeout) IsSuccess

IsSuccess returns true when this put user routingstatus request timeout response has a 2xx status code

func (*PutUserRoutingstatusRequestTimeout) String

type PutUserRoutingstatusServiceUnavailable

type PutUserRoutingstatusServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutUserRoutingstatusServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutUserRoutingstatusServiceUnavailable

func NewPutUserRoutingstatusServiceUnavailable() *PutUserRoutingstatusServiceUnavailable

NewPutUserRoutingstatusServiceUnavailable creates a PutUserRoutingstatusServiceUnavailable with default headers values

func (*PutUserRoutingstatusServiceUnavailable) Error

func (*PutUserRoutingstatusServiceUnavailable) GetPayload

func (*PutUserRoutingstatusServiceUnavailable) IsClientError

func (o *PutUserRoutingstatusServiceUnavailable) IsClientError() bool

IsClientError returns true when this put user routingstatus service unavailable response has a 4xx status code

func (*PutUserRoutingstatusServiceUnavailable) IsCode

IsCode returns true when this put user routingstatus service unavailable response a status code equal to that given

func (*PutUserRoutingstatusServiceUnavailable) IsRedirect

IsRedirect returns true when this put user routingstatus service unavailable response has a 3xx status code

func (*PutUserRoutingstatusServiceUnavailable) IsServerError

func (o *PutUserRoutingstatusServiceUnavailable) IsServerError() bool

IsServerError returns true when this put user routingstatus service unavailable response has a 5xx status code

func (*PutUserRoutingstatusServiceUnavailable) IsSuccess

IsSuccess returns true when this put user routingstatus service unavailable response has a 2xx status code

func (*PutUserRoutingstatusServiceUnavailable) String

type PutUserRoutingstatusTooManyRequests

type PutUserRoutingstatusTooManyRequests struct {
	Payload *models.ErrorBody
}

PutUserRoutingstatusTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutUserRoutingstatusTooManyRequests

func NewPutUserRoutingstatusTooManyRequests() *PutUserRoutingstatusTooManyRequests

NewPutUserRoutingstatusTooManyRequests creates a PutUserRoutingstatusTooManyRequests with default headers values

func (*PutUserRoutingstatusTooManyRequests) Error

func (*PutUserRoutingstatusTooManyRequests) GetPayload

func (*PutUserRoutingstatusTooManyRequests) IsClientError

func (o *PutUserRoutingstatusTooManyRequests) IsClientError() bool

IsClientError returns true when this put user routingstatus too many requests response has a 4xx status code

func (*PutUserRoutingstatusTooManyRequests) IsCode

IsCode returns true when this put user routingstatus too many requests response a status code equal to that given

func (*PutUserRoutingstatusTooManyRequests) IsRedirect

func (o *PutUserRoutingstatusTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put user routingstatus too many requests response has a 3xx status code

func (*PutUserRoutingstatusTooManyRequests) IsServerError

func (o *PutUserRoutingstatusTooManyRequests) IsServerError() bool

IsServerError returns true when this put user routingstatus too many requests response has a 5xx status code

func (*PutUserRoutingstatusTooManyRequests) IsSuccess

IsSuccess returns true when this put user routingstatus too many requests response has a 2xx status code

func (*PutUserRoutingstatusTooManyRequests) String

type PutUserRoutingstatusUnauthorized

type PutUserRoutingstatusUnauthorized struct {
	Payload *models.ErrorBody
}

PutUserRoutingstatusUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutUserRoutingstatusUnauthorized

func NewPutUserRoutingstatusUnauthorized() *PutUserRoutingstatusUnauthorized

NewPutUserRoutingstatusUnauthorized creates a PutUserRoutingstatusUnauthorized with default headers values

func (*PutUserRoutingstatusUnauthorized) Error

func (*PutUserRoutingstatusUnauthorized) GetPayload

func (*PutUserRoutingstatusUnauthorized) IsClientError

func (o *PutUserRoutingstatusUnauthorized) IsClientError() bool

IsClientError returns true when this put user routingstatus unauthorized response has a 4xx status code

func (*PutUserRoutingstatusUnauthorized) IsCode

func (o *PutUserRoutingstatusUnauthorized) IsCode(code int) bool

IsCode returns true when this put user routingstatus unauthorized response a status code equal to that given

func (*PutUserRoutingstatusUnauthorized) IsRedirect

func (o *PutUserRoutingstatusUnauthorized) IsRedirect() bool

IsRedirect returns true when this put user routingstatus unauthorized response has a 3xx status code

func (*PutUserRoutingstatusUnauthorized) IsServerError

func (o *PutUserRoutingstatusUnauthorized) IsServerError() bool

IsServerError returns true when this put user routingstatus unauthorized response has a 5xx status code

func (*PutUserRoutingstatusUnauthorized) IsSuccess

func (o *PutUserRoutingstatusUnauthorized) IsSuccess() bool

IsSuccess returns true when this put user routingstatus unauthorized response has a 2xx status code

func (*PutUserRoutingstatusUnauthorized) String

type PutUserRoutingstatusUnsupportedMediaType

type PutUserRoutingstatusUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutUserRoutingstatusUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutUserRoutingstatusUnsupportedMediaType

func NewPutUserRoutingstatusUnsupportedMediaType() *PutUserRoutingstatusUnsupportedMediaType

NewPutUserRoutingstatusUnsupportedMediaType creates a PutUserRoutingstatusUnsupportedMediaType with default headers values

func (*PutUserRoutingstatusUnsupportedMediaType) Error

func (*PutUserRoutingstatusUnsupportedMediaType) GetPayload

func (*PutUserRoutingstatusUnsupportedMediaType) IsClientError

IsClientError returns true when this put user routingstatus unsupported media type response has a 4xx status code

func (*PutUserRoutingstatusUnsupportedMediaType) IsCode

IsCode returns true when this put user routingstatus unsupported media type response a status code equal to that given

func (*PutUserRoutingstatusUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put user routingstatus unsupported media type response has a 3xx status code

func (*PutUserRoutingstatusUnsupportedMediaType) IsServerError

IsServerError returns true when this put user routingstatus unsupported media type response has a 5xx status code

func (*PutUserRoutingstatusUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put user routingstatus unsupported media type response has a 2xx status code

func (*PutUserRoutingstatusUnsupportedMediaType) String

type PutUserStateBadRequest

type PutUserStateBadRequest struct {
	Payload *models.ErrorBody
}

PutUserStateBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutUserStateBadRequest

func NewPutUserStateBadRequest() *PutUserStateBadRequest

NewPutUserStateBadRequest creates a PutUserStateBadRequest with default headers values

func (*PutUserStateBadRequest) Error

func (o *PutUserStateBadRequest) Error() string

func (*PutUserStateBadRequest) GetPayload

func (o *PutUserStateBadRequest) GetPayload() *models.ErrorBody

func (*PutUserStateBadRequest) IsClientError

func (o *PutUserStateBadRequest) IsClientError() bool

IsClientError returns true when this put user state bad request response has a 4xx status code

func (*PutUserStateBadRequest) IsCode

func (o *PutUserStateBadRequest) IsCode(code int) bool

IsCode returns true when this put user state bad request response a status code equal to that given

func (*PutUserStateBadRequest) IsRedirect

func (o *PutUserStateBadRequest) IsRedirect() bool

IsRedirect returns true when this put user state bad request response has a 3xx status code

func (*PutUserStateBadRequest) IsServerError

func (o *PutUserStateBadRequest) IsServerError() bool

IsServerError returns true when this put user state bad request response has a 5xx status code

func (*PutUserStateBadRequest) IsSuccess

func (o *PutUserStateBadRequest) IsSuccess() bool

IsSuccess returns true when this put user state bad request response has a 2xx status code

func (*PutUserStateBadRequest) String

func (o *PutUserStateBadRequest) String() string

type PutUserStateForbidden

type PutUserStateForbidden struct {
	Payload *models.ErrorBody
}

PutUserStateForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutUserStateForbidden

func NewPutUserStateForbidden() *PutUserStateForbidden

NewPutUserStateForbidden creates a PutUserStateForbidden with default headers values

func (*PutUserStateForbidden) Error

func (o *PutUserStateForbidden) Error() string

func (*PutUserStateForbidden) GetPayload

func (o *PutUserStateForbidden) GetPayload() *models.ErrorBody

func (*PutUserStateForbidden) IsClientError

func (o *PutUserStateForbidden) IsClientError() bool

IsClientError returns true when this put user state forbidden response has a 4xx status code

func (*PutUserStateForbidden) IsCode

func (o *PutUserStateForbidden) IsCode(code int) bool

IsCode returns true when this put user state forbidden response a status code equal to that given

func (*PutUserStateForbidden) IsRedirect

func (o *PutUserStateForbidden) IsRedirect() bool

IsRedirect returns true when this put user state forbidden response has a 3xx status code

func (*PutUserStateForbidden) IsServerError

func (o *PutUserStateForbidden) IsServerError() bool

IsServerError returns true when this put user state forbidden response has a 5xx status code

func (*PutUserStateForbidden) IsSuccess

func (o *PutUserStateForbidden) IsSuccess() bool

IsSuccess returns true when this put user state forbidden response has a 2xx status code

func (*PutUserStateForbidden) String

func (o *PutUserStateForbidden) String() string

type PutUserStateGatewayTimeout

type PutUserStateGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutUserStateGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutUserStateGatewayTimeout

func NewPutUserStateGatewayTimeout() *PutUserStateGatewayTimeout

NewPutUserStateGatewayTimeout creates a PutUserStateGatewayTimeout with default headers values

func (*PutUserStateGatewayTimeout) Error

func (*PutUserStateGatewayTimeout) GetPayload

func (o *PutUserStateGatewayTimeout) GetPayload() *models.ErrorBody

func (*PutUserStateGatewayTimeout) IsClientError

func (o *PutUserStateGatewayTimeout) IsClientError() bool

IsClientError returns true when this put user state gateway timeout response has a 4xx status code

func (*PutUserStateGatewayTimeout) IsCode

func (o *PutUserStateGatewayTimeout) IsCode(code int) bool

IsCode returns true when this put user state gateway timeout response a status code equal to that given

func (*PutUserStateGatewayTimeout) IsRedirect

func (o *PutUserStateGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put user state gateway timeout response has a 3xx status code

func (*PutUserStateGatewayTimeout) IsServerError

func (o *PutUserStateGatewayTimeout) IsServerError() bool

IsServerError returns true when this put user state gateway timeout response has a 5xx status code

func (*PutUserStateGatewayTimeout) IsSuccess

func (o *PutUserStateGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this put user state gateway timeout response has a 2xx status code

func (*PutUserStateGatewayTimeout) String

func (o *PutUserStateGatewayTimeout) String() string

type PutUserStateInternalServerError

type PutUserStateInternalServerError struct {
	Payload *models.ErrorBody
}

PutUserStateInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutUserStateInternalServerError

func NewPutUserStateInternalServerError() *PutUserStateInternalServerError

NewPutUserStateInternalServerError creates a PutUserStateInternalServerError with default headers values

func (*PutUserStateInternalServerError) Error

func (*PutUserStateInternalServerError) GetPayload

func (*PutUserStateInternalServerError) IsClientError

func (o *PutUserStateInternalServerError) IsClientError() bool

IsClientError returns true when this put user state internal server error response has a 4xx status code

func (*PutUserStateInternalServerError) IsCode

func (o *PutUserStateInternalServerError) IsCode(code int) bool

IsCode returns true when this put user state internal server error response a status code equal to that given

func (*PutUserStateInternalServerError) IsRedirect

func (o *PutUserStateInternalServerError) IsRedirect() bool

IsRedirect returns true when this put user state internal server error response has a 3xx status code

func (*PutUserStateInternalServerError) IsServerError

func (o *PutUserStateInternalServerError) IsServerError() bool

IsServerError returns true when this put user state internal server error response has a 5xx status code

func (*PutUserStateInternalServerError) IsSuccess

func (o *PutUserStateInternalServerError) IsSuccess() bool

IsSuccess returns true when this put user state internal server error response has a 2xx status code

func (*PutUserStateInternalServerError) String

type PutUserStateNotFound

type PutUserStateNotFound struct {
	Payload *models.ErrorBody
}

PutUserStateNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutUserStateNotFound

func NewPutUserStateNotFound() *PutUserStateNotFound

NewPutUserStateNotFound creates a PutUserStateNotFound with default headers values

func (*PutUserStateNotFound) Error

func (o *PutUserStateNotFound) Error() string

func (*PutUserStateNotFound) GetPayload

func (o *PutUserStateNotFound) GetPayload() *models.ErrorBody

func (*PutUserStateNotFound) IsClientError

func (o *PutUserStateNotFound) IsClientError() bool

IsClientError returns true when this put user state not found response has a 4xx status code

func (*PutUserStateNotFound) IsCode

func (o *PutUserStateNotFound) IsCode(code int) bool

IsCode returns true when this put user state not found response a status code equal to that given

func (*PutUserStateNotFound) IsRedirect

func (o *PutUserStateNotFound) IsRedirect() bool

IsRedirect returns true when this put user state not found response has a 3xx status code

func (*PutUserStateNotFound) IsServerError

func (o *PutUserStateNotFound) IsServerError() bool

IsServerError returns true when this put user state not found response has a 5xx status code

func (*PutUserStateNotFound) IsSuccess

func (o *PutUserStateNotFound) IsSuccess() bool

IsSuccess returns true when this put user state not found response has a 2xx status code

func (*PutUserStateNotFound) String

func (o *PutUserStateNotFound) String() string

type PutUserStateOK

type PutUserStateOK struct {
	Payload *models.UserState
}

PutUserStateOK describes a response with status code 200, with default header values.

successful operation

func NewPutUserStateOK

func NewPutUserStateOK() *PutUserStateOK

NewPutUserStateOK creates a PutUserStateOK with default headers values

func (*PutUserStateOK) Error

func (o *PutUserStateOK) Error() string

func (*PutUserStateOK) GetPayload

func (o *PutUserStateOK) GetPayload() *models.UserState

func (*PutUserStateOK) IsClientError

func (o *PutUserStateOK) IsClientError() bool

IsClientError returns true when this put user state o k response has a 4xx status code

func (*PutUserStateOK) IsCode

func (o *PutUserStateOK) IsCode(code int) bool

IsCode returns true when this put user state o k response a status code equal to that given

func (*PutUserStateOK) IsRedirect

func (o *PutUserStateOK) IsRedirect() bool

IsRedirect returns true when this put user state o k response has a 3xx status code

func (*PutUserStateOK) IsServerError

func (o *PutUserStateOK) IsServerError() bool

IsServerError returns true when this put user state o k response has a 5xx status code

func (*PutUserStateOK) IsSuccess

func (o *PutUserStateOK) IsSuccess() bool

IsSuccess returns true when this put user state o k response has a 2xx status code

func (*PutUserStateOK) String

func (o *PutUserStateOK) String() string

type PutUserStateParams

type PutUserStateParams struct {

	/* Body.

	   User
	*/
	Body *models.UserState

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutUserStateParams contains all the parameters to send to the API endpoint

for the put user state operation.

Typically these are written to a http.Request.

func NewPutUserStateParams

func NewPutUserStateParams() *PutUserStateParams

NewPutUserStateParams creates a new PutUserStateParams 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 NewPutUserStateParamsWithContext

func NewPutUserStateParamsWithContext(ctx context.Context) *PutUserStateParams

NewPutUserStateParamsWithContext creates a new PutUserStateParams object with the ability to set a context for a request.

func NewPutUserStateParamsWithHTTPClient

func NewPutUserStateParamsWithHTTPClient(client *http.Client) *PutUserStateParams

NewPutUserStateParamsWithHTTPClient creates a new PutUserStateParams object with the ability to set a custom HTTPClient for a request.

func NewPutUserStateParamsWithTimeout

func NewPutUserStateParamsWithTimeout(timeout time.Duration) *PutUserStateParams

NewPutUserStateParamsWithTimeout creates a new PutUserStateParams object with the ability to set a timeout on a request.

func (*PutUserStateParams) SetBody

func (o *PutUserStateParams) SetBody(body *models.UserState)

SetBody adds the body to the put user state params

func (*PutUserStateParams) SetContext

func (o *PutUserStateParams) SetContext(ctx context.Context)

SetContext adds the context to the put user state params

func (*PutUserStateParams) SetDefaults

func (o *PutUserStateParams) SetDefaults()

SetDefaults hydrates default values in the put user state params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserStateParams) SetHTTPClient

func (o *PutUserStateParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put user state params

func (*PutUserStateParams) SetTimeout

func (o *PutUserStateParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put user state params

func (*PutUserStateParams) SetUserID

func (o *PutUserStateParams) SetUserID(userID string)

SetUserID adds the userId to the put user state params

func (*PutUserStateParams) WithBody

WithBody adds the body to the put user state params

func (*PutUserStateParams) WithContext

WithContext adds the context to the put user state params

func (*PutUserStateParams) WithDefaults

func (o *PutUserStateParams) WithDefaults() *PutUserStateParams

WithDefaults hydrates default values in the put user state params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserStateParams) WithHTTPClient

func (o *PutUserStateParams) WithHTTPClient(client *http.Client) *PutUserStateParams

WithHTTPClient adds the HTTPClient to the put user state params

func (*PutUserStateParams) WithTimeout

func (o *PutUserStateParams) WithTimeout(timeout time.Duration) *PutUserStateParams

WithTimeout adds the timeout to the put user state params

func (*PutUserStateParams) WithUserID

func (o *PutUserStateParams) WithUserID(userID string) *PutUserStateParams

WithUserID adds the userID to the put user state params

func (*PutUserStateParams) WriteToRequest

func (o *PutUserStateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PutUserStateReader

type PutUserStateReader struct {
	// contains filtered or unexported fields
}

PutUserStateReader is a Reader for the PutUserState structure.

func (*PutUserStateReader) ReadResponse

func (o *PutUserStateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutUserStateRequestEntityTooLarge

type PutUserStateRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutUserStateRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutUserStateRequestEntityTooLarge

func NewPutUserStateRequestEntityTooLarge() *PutUserStateRequestEntityTooLarge

NewPutUserStateRequestEntityTooLarge creates a PutUserStateRequestEntityTooLarge with default headers values

func (*PutUserStateRequestEntityTooLarge) Error

func (*PutUserStateRequestEntityTooLarge) GetPayload

func (*PutUserStateRequestEntityTooLarge) IsClientError

func (o *PutUserStateRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this put user state request entity too large response has a 4xx status code

func (*PutUserStateRequestEntityTooLarge) IsCode

func (o *PutUserStateRequestEntityTooLarge) IsCode(code int) bool

IsCode returns true when this put user state request entity too large response a status code equal to that given

func (*PutUserStateRequestEntityTooLarge) IsRedirect

func (o *PutUserStateRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this put user state request entity too large response has a 3xx status code

func (*PutUserStateRequestEntityTooLarge) IsServerError

func (o *PutUserStateRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this put user state request entity too large response has a 5xx status code

func (*PutUserStateRequestEntityTooLarge) IsSuccess

func (o *PutUserStateRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this put user state request entity too large response has a 2xx status code

func (*PutUserStateRequestEntityTooLarge) String

type PutUserStateRequestTimeout

type PutUserStateRequestTimeout struct {
	Payload *models.ErrorBody
}

PutUserStateRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutUserStateRequestTimeout

func NewPutUserStateRequestTimeout() *PutUserStateRequestTimeout

NewPutUserStateRequestTimeout creates a PutUserStateRequestTimeout with default headers values

func (*PutUserStateRequestTimeout) Error

func (*PutUserStateRequestTimeout) GetPayload

func (o *PutUserStateRequestTimeout) GetPayload() *models.ErrorBody

func (*PutUserStateRequestTimeout) IsClientError

func (o *PutUserStateRequestTimeout) IsClientError() bool

IsClientError returns true when this put user state request timeout response has a 4xx status code

func (*PutUserStateRequestTimeout) IsCode

func (o *PutUserStateRequestTimeout) IsCode(code int) bool

IsCode returns true when this put user state request timeout response a status code equal to that given

func (*PutUserStateRequestTimeout) IsRedirect

func (o *PutUserStateRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put user state request timeout response has a 3xx status code

func (*PutUserStateRequestTimeout) IsServerError

func (o *PutUserStateRequestTimeout) IsServerError() bool

IsServerError returns true when this put user state request timeout response has a 5xx status code

func (*PutUserStateRequestTimeout) IsSuccess

func (o *PutUserStateRequestTimeout) IsSuccess() bool

IsSuccess returns true when this put user state request timeout response has a 2xx status code

func (*PutUserStateRequestTimeout) String

func (o *PutUserStateRequestTimeout) String() string

type PutUserStateServiceUnavailable

type PutUserStateServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutUserStateServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutUserStateServiceUnavailable

func NewPutUserStateServiceUnavailable() *PutUserStateServiceUnavailable

NewPutUserStateServiceUnavailable creates a PutUserStateServiceUnavailable with default headers values

func (*PutUserStateServiceUnavailable) Error

func (*PutUserStateServiceUnavailable) GetPayload

func (*PutUserStateServiceUnavailable) IsClientError

func (o *PutUserStateServiceUnavailable) IsClientError() bool

IsClientError returns true when this put user state service unavailable response has a 4xx status code

func (*PutUserStateServiceUnavailable) IsCode

func (o *PutUserStateServiceUnavailable) IsCode(code int) bool

IsCode returns true when this put user state service unavailable response a status code equal to that given

func (*PutUserStateServiceUnavailable) IsRedirect

func (o *PutUserStateServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this put user state service unavailable response has a 3xx status code

func (*PutUserStateServiceUnavailable) IsServerError

func (o *PutUserStateServiceUnavailable) IsServerError() bool

IsServerError returns true when this put user state service unavailable response has a 5xx status code

func (*PutUserStateServiceUnavailable) IsSuccess

func (o *PutUserStateServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this put user state service unavailable response has a 2xx status code

func (*PutUserStateServiceUnavailable) String

type PutUserStateTooManyRequests

type PutUserStateTooManyRequests struct {
	Payload *models.ErrorBody
}

PutUserStateTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutUserStateTooManyRequests

func NewPutUserStateTooManyRequests() *PutUserStateTooManyRequests

NewPutUserStateTooManyRequests creates a PutUserStateTooManyRequests with default headers values

func (*PutUserStateTooManyRequests) Error

func (*PutUserStateTooManyRequests) GetPayload

func (o *PutUserStateTooManyRequests) GetPayload() *models.ErrorBody

func (*PutUserStateTooManyRequests) IsClientError

func (o *PutUserStateTooManyRequests) IsClientError() bool

IsClientError returns true when this put user state too many requests response has a 4xx status code

func (*PutUserStateTooManyRequests) IsCode

func (o *PutUserStateTooManyRequests) IsCode(code int) bool

IsCode returns true when this put user state too many requests response a status code equal to that given

func (*PutUserStateTooManyRequests) IsRedirect

func (o *PutUserStateTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put user state too many requests response has a 3xx status code

func (*PutUserStateTooManyRequests) IsServerError

func (o *PutUserStateTooManyRequests) IsServerError() bool

IsServerError returns true when this put user state too many requests response has a 5xx status code

func (*PutUserStateTooManyRequests) IsSuccess

func (o *PutUserStateTooManyRequests) IsSuccess() bool

IsSuccess returns true when this put user state too many requests response has a 2xx status code

func (*PutUserStateTooManyRequests) String

func (o *PutUserStateTooManyRequests) String() string

type PutUserStateUnauthorized

type PutUserStateUnauthorized struct {
	Payload *models.ErrorBody
}

PutUserStateUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutUserStateUnauthorized

func NewPutUserStateUnauthorized() *PutUserStateUnauthorized

NewPutUserStateUnauthorized creates a PutUserStateUnauthorized with default headers values

func (*PutUserStateUnauthorized) Error

func (o *PutUserStateUnauthorized) Error() string

func (*PutUserStateUnauthorized) GetPayload

func (o *PutUserStateUnauthorized) GetPayload() *models.ErrorBody

func (*PutUserStateUnauthorized) IsClientError

func (o *PutUserStateUnauthorized) IsClientError() bool

IsClientError returns true when this put user state unauthorized response has a 4xx status code

func (*PutUserStateUnauthorized) IsCode

func (o *PutUserStateUnauthorized) IsCode(code int) bool

IsCode returns true when this put user state unauthorized response a status code equal to that given

func (*PutUserStateUnauthorized) IsRedirect

func (o *PutUserStateUnauthorized) IsRedirect() bool

IsRedirect returns true when this put user state unauthorized response has a 3xx status code

func (*PutUserStateUnauthorized) IsServerError

func (o *PutUserStateUnauthorized) IsServerError() bool

IsServerError returns true when this put user state unauthorized response has a 5xx status code

func (*PutUserStateUnauthorized) IsSuccess

func (o *PutUserStateUnauthorized) IsSuccess() bool

IsSuccess returns true when this put user state unauthorized response has a 2xx status code

func (*PutUserStateUnauthorized) String

func (o *PutUserStateUnauthorized) String() string

type PutUserStateUnsupportedMediaType

type PutUserStateUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutUserStateUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutUserStateUnsupportedMediaType

func NewPutUserStateUnsupportedMediaType() *PutUserStateUnsupportedMediaType

NewPutUserStateUnsupportedMediaType creates a PutUserStateUnsupportedMediaType with default headers values

func (*PutUserStateUnsupportedMediaType) Error

func (*PutUserStateUnsupportedMediaType) GetPayload

func (*PutUserStateUnsupportedMediaType) IsClientError

func (o *PutUserStateUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this put user state unsupported media type response has a 4xx status code

func (*PutUserStateUnsupportedMediaType) IsCode

func (o *PutUserStateUnsupportedMediaType) IsCode(code int) bool

IsCode returns true when this put user state unsupported media type response a status code equal to that given

func (*PutUserStateUnsupportedMediaType) IsRedirect

func (o *PutUserStateUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this put user state unsupported media type response has a 3xx status code

func (*PutUserStateUnsupportedMediaType) IsServerError

func (o *PutUserStateUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this put user state unsupported media type response has a 5xx status code

func (*PutUserStateUnsupportedMediaType) IsSuccess

func (o *PutUserStateUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this put user state unsupported media type response has a 2xx status code

func (*PutUserStateUnsupportedMediaType) String

type PutUserStationAssociatedstationStationIDAccepted

type PutUserStationAssociatedstationStationIDAccepted struct {
}

PutUserStationAssociatedstationStationIDAccepted describes a response with status code 202, with default header values.

Success

func NewPutUserStationAssociatedstationStationIDAccepted

func NewPutUserStationAssociatedstationStationIDAccepted() *PutUserStationAssociatedstationStationIDAccepted

NewPutUserStationAssociatedstationStationIDAccepted creates a PutUserStationAssociatedstationStationIDAccepted with default headers values

func (*PutUserStationAssociatedstationStationIDAccepted) Error

func (*PutUserStationAssociatedstationStationIDAccepted) IsClientError

IsClientError returns true when this put user station associatedstation station Id accepted response has a 4xx status code

func (*PutUserStationAssociatedstationStationIDAccepted) IsCode

IsCode returns true when this put user station associatedstation station Id accepted response a status code equal to that given

func (*PutUserStationAssociatedstationStationIDAccepted) IsRedirect

IsRedirect returns true when this put user station associatedstation station Id accepted response has a 3xx status code

func (*PutUserStationAssociatedstationStationIDAccepted) IsServerError

IsServerError returns true when this put user station associatedstation station Id accepted response has a 5xx status code

func (*PutUserStationAssociatedstationStationIDAccepted) IsSuccess

IsSuccess returns true when this put user station associatedstation station Id accepted response has a 2xx status code

func (*PutUserStationAssociatedstationStationIDAccepted) String

type PutUserStationAssociatedstationStationIDBadRequest

type PutUserStationAssociatedstationStationIDBadRequest struct {
	Payload *models.ErrorBody
}

PutUserStationAssociatedstationStationIDBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutUserStationAssociatedstationStationIDBadRequest

func NewPutUserStationAssociatedstationStationIDBadRequest() *PutUserStationAssociatedstationStationIDBadRequest

NewPutUserStationAssociatedstationStationIDBadRequest creates a PutUserStationAssociatedstationStationIDBadRequest with default headers values

func (*PutUserStationAssociatedstationStationIDBadRequest) Error

func (*PutUserStationAssociatedstationStationIDBadRequest) GetPayload

func (*PutUserStationAssociatedstationStationIDBadRequest) IsClientError

IsClientError returns true when this put user station associatedstation station Id bad request response has a 4xx status code

func (*PutUserStationAssociatedstationStationIDBadRequest) IsCode

IsCode returns true when this put user station associatedstation station Id bad request response a status code equal to that given

func (*PutUserStationAssociatedstationStationIDBadRequest) IsRedirect

IsRedirect returns true when this put user station associatedstation station Id bad request response has a 3xx status code

func (*PutUserStationAssociatedstationStationIDBadRequest) IsServerError

IsServerError returns true when this put user station associatedstation station Id bad request response has a 5xx status code

func (*PutUserStationAssociatedstationStationIDBadRequest) IsSuccess

IsSuccess returns true when this put user station associatedstation station Id bad request response has a 2xx status code

func (*PutUserStationAssociatedstationStationIDBadRequest) String

type PutUserStationAssociatedstationStationIDConflict

type PutUserStationAssociatedstationStationIDConflict struct {
	Payload *models.ErrorBody
}

PutUserStationAssociatedstationStationIDConflict describes a response with status code 409, with default header values.

Conflict

func NewPutUserStationAssociatedstationStationIDConflict

func NewPutUserStationAssociatedstationStationIDConflict() *PutUserStationAssociatedstationStationIDConflict

NewPutUserStationAssociatedstationStationIDConflict creates a PutUserStationAssociatedstationStationIDConflict with default headers values

func (*PutUserStationAssociatedstationStationIDConflict) Error

func (*PutUserStationAssociatedstationStationIDConflict) GetPayload

func (*PutUserStationAssociatedstationStationIDConflict) IsClientError

IsClientError returns true when this put user station associatedstation station Id conflict response has a 4xx status code

func (*PutUserStationAssociatedstationStationIDConflict) IsCode

IsCode returns true when this put user station associatedstation station Id conflict response a status code equal to that given

func (*PutUserStationAssociatedstationStationIDConflict) IsRedirect

IsRedirect returns true when this put user station associatedstation station Id conflict response has a 3xx status code

func (*PutUserStationAssociatedstationStationIDConflict) IsServerError

IsServerError returns true when this put user station associatedstation station Id conflict response has a 5xx status code

func (*PutUserStationAssociatedstationStationIDConflict) IsSuccess

IsSuccess returns true when this put user station associatedstation station Id conflict response has a 2xx status code

func (*PutUserStationAssociatedstationStationIDConflict) String

type PutUserStationAssociatedstationStationIDFailedDependency

type PutUserStationAssociatedstationStationIDFailedDependency struct {
	Payload *models.ErrorBody
}

PutUserStationAssociatedstationStationIDFailedDependency describes a response with status code 424, with default header values.

PutUserStationAssociatedstationStationIDFailedDependency put user station associatedstation station Id failed dependency

func NewPutUserStationAssociatedstationStationIDFailedDependency

func NewPutUserStationAssociatedstationStationIDFailedDependency() *PutUserStationAssociatedstationStationIDFailedDependency

NewPutUserStationAssociatedstationStationIDFailedDependency creates a PutUserStationAssociatedstationStationIDFailedDependency with default headers values

func (*PutUserStationAssociatedstationStationIDFailedDependency) Error

func (*PutUserStationAssociatedstationStationIDFailedDependency) GetPayload

func (*PutUserStationAssociatedstationStationIDFailedDependency) IsClientError

IsClientError returns true when this put user station associatedstation station Id failed dependency response has a 4xx status code

func (*PutUserStationAssociatedstationStationIDFailedDependency) IsCode

IsCode returns true when this put user station associatedstation station Id failed dependency response a status code equal to that given

func (*PutUserStationAssociatedstationStationIDFailedDependency) IsRedirect

IsRedirect returns true when this put user station associatedstation station Id failed dependency response has a 3xx status code

func (*PutUserStationAssociatedstationStationIDFailedDependency) IsServerError

IsServerError returns true when this put user station associatedstation station Id failed dependency response has a 5xx status code

func (*PutUserStationAssociatedstationStationIDFailedDependency) IsSuccess

IsSuccess returns true when this put user station associatedstation station Id failed dependency response has a 2xx status code

func (*PutUserStationAssociatedstationStationIDFailedDependency) String

type PutUserStationAssociatedstationStationIDForbidden

type PutUserStationAssociatedstationStationIDForbidden struct {
	Payload *models.ErrorBody
}

PutUserStationAssociatedstationStationIDForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutUserStationAssociatedstationStationIDForbidden

func NewPutUserStationAssociatedstationStationIDForbidden() *PutUserStationAssociatedstationStationIDForbidden

NewPutUserStationAssociatedstationStationIDForbidden creates a PutUserStationAssociatedstationStationIDForbidden with default headers values

func (*PutUserStationAssociatedstationStationIDForbidden) Error

func (*PutUserStationAssociatedstationStationIDForbidden) GetPayload

func (*PutUserStationAssociatedstationStationIDForbidden) IsClientError

IsClientError returns true when this put user station associatedstation station Id forbidden response has a 4xx status code

func (*PutUserStationAssociatedstationStationIDForbidden) IsCode

IsCode returns true when this put user station associatedstation station Id forbidden response a status code equal to that given

func (*PutUserStationAssociatedstationStationIDForbidden) IsRedirect

IsRedirect returns true when this put user station associatedstation station Id forbidden response has a 3xx status code

func (*PutUserStationAssociatedstationStationIDForbidden) IsServerError

IsServerError returns true when this put user station associatedstation station Id forbidden response has a 5xx status code

func (*PutUserStationAssociatedstationStationIDForbidden) IsSuccess

IsSuccess returns true when this put user station associatedstation station Id forbidden response has a 2xx status code

func (*PutUserStationAssociatedstationStationIDForbidden) String

type PutUserStationAssociatedstationStationIDGatewayTimeout

type PutUserStationAssociatedstationStationIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutUserStationAssociatedstationStationIDGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutUserStationAssociatedstationStationIDGatewayTimeout

func NewPutUserStationAssociatedstationStationIDGatewayTimeout() *PutUserStationAssociatedstationStationIDGatewayTimeout

NewPutUserStationAssociatedstationStationIDGatewayTimeout creates a PutUserStationAssociatedstationStationIDGatewayTimeout with default headers values

func (*PutUserStationAssociatedstationStationIDGatewayTimeout) Error

func (*PutUserStationAssociatedstationStationIDGatewayTimeout) GetPayload

func (*PutUserStationAssociatedstationStationIDGatewayTimeout) IsClientError

IsClientError returns true when this put user station associatedstation station Id gateway timeout response has a 4xx status code

func (*PutUserStationAssociatedstationStationIDGatewayTimeout) IsCode

IsCode returns true when this put user station associatedstation station Id gateway timeout response a status code equal to that given

func (*PutUserStationAssociatedstationStationIDGatewayTimeout) IsRedirect

IsRedirect returns true when this put user station associatedstation station Id gateway timeout response has a 3xx status code

func (*PutUserStationAssociatedstationStationIDGatewayTimeout) IsServerError

IsServerError returns true when this put user station associatedstation station Id gateway timeout response has a 5xx status code

func (*PutUserStationAssociatedstationStationIDGatewayTimeout) IsSuccess

IsSuccess returns true when this put user station associatedstation station Id gateway timeout response has a 2xx status code

func (*PutUserStationAssociatedstationStationIDGatewayTimeout) String

type PutUserStationAssociatedstationStationIDInternalServerError

type PutUserStationAssociatedstationStationIDInternalServerError struct {
	Payload *models.ErrorBody
}

PutUserStationAssociatedstationStationIDInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutUserStationAssociatedstationStationIDInternalServerError

func NewPutUserStationAssociatedstationStationIDInternalServerError() *PutUserStationAssociatedstationStationIDInternalServerError

NewPutUserStationAssociatedstationStationIDInternalServerError creates a PutUserStationAssociatedstationStationIDInternalServerError with default headers values

func (*PutUserStationAssociatedstationStationIDInternalServerError) Error

func (*PutUserStationAssociatedstationStationIDInternalServerError) GetPayload

func (*PutUserStationAssociatedstationStationIDInternalServerError) IsClientError

IsClientError returns true when this put user station associatedstation station Id internal server error response has a 4xx status code

func (*PutUserStationAssociatedstationStationIDInternalServerError) IsCode

IsCode returns true when this put user station associatedstation station Id internal server error response a status code equal to that given

func (*PutUserStationAssociatedstationStationIDInternalServerError) IsRedirect

IsRedirect returns true when this put user station associatedstation station Id internal server error response has a 3xx status code

func (*PutUserStationAssociatedstationStationIDInternalServerError) IsServerError

IsServerError returns true when this put user station associatedstation station Id internal server error response has a 5xx status code

func (*PutUserStationAssociatedstationStationIDInternalServerError) IsSuccess

IsSuccess returns true when this put user station associatedstation station Id internal server error response has a 2xx status code

func (*PutUserStationAssociatedstationStationIDInternalServerError) String

type PutUserStationAssociatedstationStationIDNotFound

type PutUserStationAssociatedstationStationIDNotFound struct {
	Payload *models.ErrorBody
}

PutUserStationAssociatedstationStationIDNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutUserStationAssociatedstationStationIDNotFound

func NewPutUserStationAssociatedstationStationIDNotFound() *PutUserStationAssociatedstationStationIDNotFound

NewPutUserStationAssociatedstationStationIDNotFound creates a PutUserStationAssociatedstationStationIDNotFound with default headers values

func (*PutUserStationAssociatedstationStationIDNotFound) Error

func (*PutUserStationAssociatedstationStationIDNotFound) GetPayload

func (*PutUserStationAssociatedstationStationIDNotFound) IsClientError

IsClientError returns true when this put user station associatedstation station Id not found response has a 4xx status code

func (*PutUserStationAssociatedstationStationIDNotFound) IsCode

IsCode returns true when this put user station associatedstation station Id not found response a status code equal to that given

func (*PutUserStationAssociatedstationStationIDNotFound) IsRedirect

IsRedirect returns true when this put user station associatedstation station Id not found response has a 3xx status code

func (*PutUserStationAssociatedstationStationIDNotFound) IsServerError

IsServerError returns true when this put user station associatedstation station Id not found response has a 5xx status code

func (*PutUserStationAssociatedstationStationIDNotFound) IsSuccess

IsSuccess returns true when this put user station associatedstation station Id not found response has a 2xx status code

func (*PutUserStationAssociatedstationStationIDNotFound) String

type PutUserStationAssociatedstationStationIDParams

type PutUserStationAssociatedstationStationIDParams struct {

	/* StationID.

	   stationId
	*/
	StationID string

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutUserStationAssociatedstationStationIDParams contains all the parameters to send to the API endpoint

for the put user station associatedstation station Id operation.

Typically these are written to a http.Request.

func NewPutUserStationAssociatedstationStationIDParams

func NewPutUserStationAssociatedstationStationIDParams() *PutUserStationAssociatedstationStationIDParams

NewPutUserStationAssociatedstationStationIDParams creates a new PutUserStationAssociatedstationStationIDParams 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 NewPutUserStationAssociatedstationStationIDParamsWithContext

func NewPutUserStationAssociatedstationStationIDParamsWithContext(ctx context.Context) *PutUserStationAssociatedstationStationIDParams

NewPutUserStationAssociatedstationStationIDParamsWithContext creates a new PutUserStationAssociatedstationStationIDParams object with the ability to set a context for a request.

func NewPutUserStationAssociatedstationStationIDParamsWithHTTPClient

func NewPutUserStationAssociatedstationStationIDParamsWithHTTPClient(client *http.Client) *PutUserStationAssociatedstationStationIDParams

NewPutUserStationAssociatedstationStationIDParamsWithHTTPClient creates a new PutUserStationAssociatedstationStationIDParams object with the ability to set a custom HTTPClient for a request.

func NewPutUserStationAssociatedstationStationIDParamsWithTimeout

func NewPutUserStationAssociatedstationStationIDParamsWithTimeout(timeout time.Duration) *PutUserStationAssociatedstationStationIDParams

NewPutUserStationAssociatedstationStationIDParamsWithTimeout creates a new PutUserStationAssociatedstationStationIDParams object with the ability to set a timeout on a request.

func (*PutUserStationAssociatedstationStationIDParams) SetContext

SetContext adds the context to the put user station associatedstation station Id params

func (*PutUserStationAssociatedstationStationIDParams) SetDefaults

SetDefaults hydrates default values in the put user station associatedstation station Id params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserStationAssociatedstationStationIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the put user station associatedstation station Id params

func (*PutUserStationAssociatedstationStationIDParams) SetStationID

func (o *PutUserStationAssociatedstationStationIDParams) SetStationID(stationID string)

SetStationID adds the stationId to the put user station associatedstation station Id params

func (*PutUserStationAssociatedstationStationIDParams) SetTimeout

SetTimeout adds the timeout to the put user station associatedstation station Id params

func (*PutUserStationAssociatedstationStationIDParams) SetUserID

SetUserID adds the userId to the put user station associatedstation station Id params

func (*PutUserStationAssociatedstationStationIDParams) WithContext

WithContext adds the context to the put user station associatedstation station Id params

func (*PutUserStationAssociatedstationStationIDParams) WithDefaults

WithDefaults hydrates default values in the put user station associatedstation station Id params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserStationAssociatedstationStationIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put user station associatedstation station Id params

func (*PutUserStationAssociatedstationStationIDParams) WithStationID

WithStationID adds the stationID to the put user station associatedstation station Id params

func (*PutUserStationAssociatedstationStationIDParams) WithTimeout

WithTimeout adds the timeout to the put user station associatedstation station Id params

func (*PutUserStationAssociatedstationStationIDParams) WithUserID

WithUserID adds the userID to the put user station associatedstation station Id params

func (*PutUserStationAssociatedstationStationIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutUserStationAssociatedstationStationIDReader

type PutUserStationAssociatedstationStationIDReader struct {
	// contains filtered or unexported fields
}

PutUserStationAssociatedstationStationIDReader is a Reader for the PutUserStationAssociatedstationStationID structure.

func (*PutUserStationAssociatedstationStationIDReader) ReadResponse

func (o *PutUserStationAssociatedstationStationIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutUserStationAssociatedstationStationIDRequestEntityTooLarge

type PutUserStationAssociatedstationStationIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutUserStationAssociatedstationStationIDRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutUserStationAssociatedstationStationIDRequestEntityTooLarge

func NewPutUserStationAssociatedstationStationIDRequestEntityTooLarge() *PutUserStationAssociatedstationStationIDRequestEntityTooLarge

NewPutUserStationAssociatedstationStationIDRequestEntityTooLarge creates a PutUserStationAssociatedstationStationIDRequestEntityTooLarge with default headers values

func (*PutUserStationAssociatedstationStationIDRequestEntityTooLarge) Error

func (*PutUserStationAssociatedstationStationIDRequestEntityTooLarge) GetPayload

func (*PutUserStationAssociatedstationStationIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this put user station associatedstation station Id request entity too large response has a 4xx status code

func (*PutUserStationAssociatedstationStationIDRequestEntityTooLarge) IsCode

IsCode returns true when this put user station associatedstation station Id request entity too large response a status code equal to that given

func (*PutUserStationAssociatedstationStationIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put user station associatedstation station Id request entity too large response has a 3xx status code

func (*PutUserStationAssociatedstationStationIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this put user station associatedstation station Id request entity too large response has a 5xx status code

func (*PutUserStationAssociatedstationStationIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put user station associatedstation station Id request entity too large response has a 2xx status code

func (*PutUserStationAssociatedstationStationIDRequestEntityTooLarge) String

type PutUserStationAssociatedstationStationIDRequestTimeout

type PutUserStationAssociatedstationStationIDRequestTimeout struct {
	Payload *models.ErrorBody
}

PutUserStationAssociatedstationStationIDRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutUserStationAssociatedstationStationIDRequestTimeout

func NewPutUserStationAssociatedstationStationIDRequestTimeout() *PutUserStationAssociatedstationStationIDRequestTimeout

NewPutUserStationAssociatedstationStationIDRequestTimeout creates a PutUserStationAssociatedstationStationIDRequestTimeout with default headers values

func (*PutUserStationAssociatedstationStationIDRequestTimeout) Error

func (*PutUserStationAssociatedstationStationIDRequestTimeout) GetPayload

func (*PutUserStationAssociatedstationStationIDRequestTimeout) IsClientError

IsClientError returns true when this put user station associatedstation station Id request timeout response has a 4xx status code

func (*PutUserStationAssociatedstationStationIDRequestTimeout) IsCode

IsCode returns true when this put user station associatedstation station Id request timeout response a status code equal to that given

func (*PutUserStationAssociatedstationStationIDRequestTimeout) IsRedirect

IsRedirect returns true when this put user station associatedstation station Id request timeout response has a 3xx status code

func (*PutUserStationAssociatedstationStationIDRequestTimeout) IsServerError

IsServerError returns true when this put user station associatedstation station Id request timeout response has a 5xx status code

func (*PutUserStationAssociatedstationStationIDRequestTimeout) IsSuccess

IsSuccess returns true when this put user station associatedstation station Id request timeout response has a 2xx status code

func (*PutUserStationAssociatedstationStationIDRequestTimeout) String

type PutUserStationAssociatedstationStationIDServiceUnavailable

type PutUserStationAssociatedstationStationIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutUserStationAssociatedstationStationIDServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutUserStationAssociatedstationStationIDServiceUnavailable

func NewPutUserStationAssociatedstationStationIDServiceUnavailable() *PutUserStationAssociatedstationStationIDServiceUnavailable

NewPutUserStationAssociatedstationStationIDServiceUnavailable creates a PutUserStationAssociatedstationStationIDServiceUnavailable with default headers values

func (*PutUserStationAssociatedstationStationIDServiceUnavailable) Error

func (*PutUserStationAssociatedstationStationIDServiceUnavailable) GetPayload

func (*PutUserStationAssociatedstationStationIDServiceUnavailable) IsClientError

IsClientError returns true when this put user station associatedstation station Id service unavailable response has a 4xx status code

func (*PutUserStationAssociatedstationStationIDServiceUnavailable) IsCode

IsCode returns true when this put user station associatedstation station Id service unavailable response a status code equal to that given

func (*PutUserStationAssociatedstationStationIDServiceUnavailable) IsRedirect

IsRedirect returns true when this put user station associatedstation station Id service unavailable response has a 3xx status code

func (*PutUserStationAssociatedstationStationIDServiceUnavailable) IsServerError

IsServerError returns true when this put user station associatedstation station Id service unavailable response has a 5xx status code

func (*PutUserStationAssociatedstationStationIDServiceUnavailable) IsSuccess

IsSuccess returns true when this put user station associatedstation station Id service unavailable response has a 2xx status code

func (*PutUserStationAssociatedstationStationIDServiceUnavailable) String

type PutUserStationAssociatedstationStationIDTooManyRequests

type PutUserStationAssociatedstationStationIDTooManyRequests struct {
	Payload *models.ErrorBody
}

PutUserStationAssociatedstationStationIDTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutUserStationAssociatedstationStationIDTooManyRequests

func NewPutUserStationAssociatedstationStationIDTooManyRequests() *PutUserStationAssociatedstationStationIDTooManyRequests

NewPutUserStationAssociatedstationStationIDTooManyRequests creates a PutUserStationAssociatedstationStationIDTooManyRequests with default headers values

func (*PutUserStationAssociatedstationStationIDTooManyRequests) Error

func (*PutUserStationAssociatedstationStationIDTooManyRequests) GetPayload

func (*PutUserStationAssociatedstationStationIDTooManyRequests) IsClientError

IsClientError returns true when this put user station associatedstation station Id too many requests response has a 4xx status code

func (*PutUserStationAssociatedstationStationIDTooManyRequests) IsCode

IsCode returns true when this put user station associatedstation station Id too many requests response a status code equal to that given

func (*PutUserStationAssociatedstationStationIDTooManyRequests) IsRedirect

IsRedirect returns true when this put user station associatedstation station Id too many requests response has a 3xx status code

func (*PutUserStationAssociatedstationStationIDTooManyRequests) IsServerError

IsServerError returns true when this put user station associatedstation station Id too many requests response has a 5xx status code

func (*PutUserStationAssociatedstationStationIDTooManyRequests) IsSuccess

IsSuccess returns true when this put user station associatedstation station Id too many requests response has a 2xx status code

func (*PutUserStationAssociatedstationStationIDTooManyRequests) String

type PutUserStationAssociatedstationStationIDUnauthorized

type PutUserStationAssociatedstationStationIDUnauthorized struct {
	Payload *models.ErrorBody
}

PutUserStationAssociatedstationStationIDUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutUserStationAssociatedstationStationIDUnauthorized

func NewPutUserStationAssociatedstationStationIDUnauthorized() *PutUserStationAssociatedstationStationIDUnauthorized

NewPutUserStationAssociatedstationStationIDUnauthorized creates a PutUserStationAssociatedstationStationIDUnauthorized with default headers values

func (*PutUserStationAssociatedstationStationIDUnauthorized) Error

func (*PutUserStationAssociatedstationStationIDUnauthorized) GetPayload

func (*PutUserStationAssociatedstationStationIDUnauthorized) IsClientError

IsClientError returns true when this put user station associatedstation station Id unauthorized response has a 4xx status code

func (*PutUserStationAssociatedstationStationIDUnauthorized) IsCode

IsCode returns true when this put user station associatedstation station Id unauthorized response a status code equal to that given

func (*PutUserStationAssociatedstationStationIDUnauthorized) IsRedirect

IsRedirect returns true when this put user station associatedstation station Id unauthorized response has a 3xx status code

func (*PutUserStationAssociatedstationStationIDUnauthorized) IsServerError

IsServerError returns true when this put user station associatedstation station Id unauthorized response has a 5xx status code

func (*PutUserStationAssociatedstationStationIDUnauthorized) IsSuccess

IsSuccess returns true when this put user station associatedstation station Id unauthorized response has a 2xx status code

func (*PutUserStationAssociatedstationStationIDUnauthorized) String

type PutUserStationAssociatedstationStationIDUnsupportedMediaType

type PutUserStationAssociatedstationStationIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutUserStationAssociatedstationStationIDUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutUserStationAssociatedstationStationIDUnsupportedMediaType

func NewPutUserStationAssociatedstationStationIDUnsupportedMediaType() *PutUserStationAssociatedstationStationIDUnsupportedMediaType

NewPutUserStationAssociatedstationStationIDUnsupportedMediaType creates a PutUserStationAssociatedstationStationIDUnsupportedMediaType with default headers values

func (*PutUserStationAssociatedstationStationIDUnsupportedMediaType) Error

func (*PutUserStationAssociatedstationStationIDUnsupportedMediaType) GetPayload

func (*PutUserStationAssociatedstationStationIDUnsupportedMediaType) IsClientError

IsClientError returns true when this put user station associatedstation station Id unsupported media type response has a 4xx status code

func (*PutUserStationAssociatedstationStationIDUnsupportedMediaType) IsCode

IsCode returns true when this put user station associatedstation station Id unsupported media type response a status code equal to that given

func (*PutUserStationAssociatedstationStationIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put user station associatedstation station Id unsupported media type response has a 3xx status code

func (*PutUserStationAssociatedstationStationIDUnsupportedMediaType) IsServerError

IsServerError returns true when this put user station associatedstation station Id unsupported media type response has a 5xx status code

func (*PutUserStationAssociatedstationStationIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put user station associatedstation station Id unsupported media type response has a 2xx status code

func (*PutUserStationAssociatedstationStationIDUnsupportedMediaType) String

type PutUserStationDefaultstationStationIDAccepted

type PutUserStationDefaultstationStationIDAccepted struct {
}

PutUserStationDefaultstationStationIDAccepted describes a response with status code 202, with default header values.

Success

func NewPutUserStationDefaultstationStationIDAccepted

func NewPutUserStationDefaultstationStationIDAccepted() *PutUserStationDefaultstationStationIDAccepted

NewPutUserStationDefaultstationStationIDAccepted creates a PutUserStationDefaultstationStationIDAccepted with default headers values

func (*PutUserStationDefaultstationStationIDAccepted) Error

func (*PutUserStationDefaultstationStationIDAccepted) IsClientError

IsClientError returns true when this put user station defaultstation station Id accepted response has a 4xx status code

func (*PutUserStationDefaultstationStationIDAccepted) IsCode

IsCode returns true when this put user station defaultstation station Id accepted response a status code equal to that given

func (*PutUserStationDefaultstationStationIDAccepted) IsRedirect

IsRedirect returns true when this put user station defaultstation station Id accepted response has a 3xx status code

func (*PutUserStationDefaultstationStationIDAccepted) IsServerError

IsServerError returns true when this put user station defaultstation station Id accepted response has a 5xx status code

func (*PutUserStationDefaultstationStationIDAccepted) IsSuccess

IsSuccess returns true when this put user station defaultstation station Id accepted response has a 2xx status code

func (*PutUserStationDefaultstationStationIDAccepted) String

type PutUserStationDefaultstationStationIDBadRequest

type PutUserStationDefaultstationStationIDBadRequest struct {
	Payload *models.ErrorBody
}

PutUserStationDefaultstationStationIDBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutUserStationDefaultstationStationIDBadRequest

func NewPutUserStationDefaultstationStationIDBadRequest() *PutUserStationDefaultstationStationIDBadRequest

NewPutUserStationDefaultstationStationIDBadRequest creates a PutUserStationDefaultstationStationIDBadRequest with default headers values

func (*PutUserStationDefaultstationStationIDBadRequest) Error

func (*PutUserStationDefaultstationStationIDBadRequest) GetPayload

func (*PutUserStationDefaultstationStationIDBadRequest) IsClientError

IsClientError returns true when this put user station defaultstation station Id bad request response has a 4xx status code

func (*PutUserStationDefaultstationStationIDBadRequest) IsCode

IsCode returns true when this put user station defaultstation station Id bad request response a status code equal to that given

func (*PutUserStationDefaultstationStationIDBadRequest) IsRedirect

IsRedirect returns true when this put user station defaultstation station Id bad request response has a 3xx status code

func (*PutUserStationDefaultstationStationIDBadRequest) IsServerError

IsServerError returns true when this put user station defaultstation station Id bad request response has a 5xx status code

func (*PutUserStationDefaultstationStationIDBadRequest) IsSuccess

IsSuccess returns true when this put user station defaultstation station Id bad request response has a 2xx status code

func (*PutUserStationDefaultstationStationIDBadRequest) String

type PutUserStationDefaultstationStationIDConflict

type PutUserStationDefaultstationStationIDConflict struct {
	Payload *models.ErrorBody
}

PutUserStationDefaultstationStationIDConflict describes a response with status code 409, with default header values.

Conflict

func NewPutUserStationDefaultstationStationIDConflict

func NewPutUserStationDefaultstationStationIDConflict() *PutUserStationDefaultstationStationIDConflict

NewPutUserStationDefaultstationStationIDConflict creates a PutUserStationDefaultstationStationIDConflict with default headers values

func (*PutUserStationDefaultstationStationIDConflict) Error

func (*PutUserStationDefaultstationStationIDConflict) GetPayload

func (*PutUserStationDefaultstationStationIDConflict) IsClientError

IsClientError returns true when this put user station defaultstation station Id conflict response has a 4xx status code

func (*PutUserStationDefaultstationStationIDConflict) IsCode

IsCode returns true when this put user station defaultstation station Id conflict response a status code equal to that given

func (*PutUserStationDefaultstationStationIDConflict) IsRedirect

IsRedirect returns true when this put user station defaultstation station Id conflict response has a 3xx status code

func (*PutUserStationDefaultstationStationIDConflict) IsServerError

IsServerError returns true when this put user station defaultstation station Id conflict response has a 5xx status code

func (*PutUserStationDefaultstationStationIDConflict) IsSuccess

IsSuccess returns true when this put user station defaultstation station Id conflict response has a 2xx status code

func (*PutUserStationDefaultstationStationIDConflict) String

type PutUserStationDefaultstationStationIDForbidden

type PutUserStationDefaultstationStationIDForbidden struct {
	Payload *models.ErrorBody
}

PutUserStationDefaultstationStationIDForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutUserStationDefaultstationStationIDForbidden

func NewPutUserStationDefaultstationStationIDForbidden() *PutUserStationDefaultstationStationIDForbidden

NewPutUserStationDefaultstationStationIDForbidden creates a PutUserStationDefaultstationStationIDForbidden with default headers values

func (*PutUserStationDefaultstationStationIDForbidden) Error

func (*PutUserStationDefaultstationStationIDForbidden) GetPayload

func (*PutUserStationDefaultstationStationIDForbidden) IsClientError

IsClientError returns true when this put user station defaultstation station Id forbidden response has a 4xx status code

func (*PutUserStationDefaultstationStationIDForbidden) IsCode

IsCode returns true when this put user station defaultstation station Id forbidden response a status code equal to that given

func (*PutUserStationDefaultstationStationIDForbidden) IsRedirect

IsRedirect returns true when this put user station defaultstation station Id forbidden response has a 3xx status code

func (*PutUserStationDefaultstationStationIDForbidden) IsServerError

IsServerError returns true when this put user station defaultstation station Id forbidden response has a 5xx status code

func (*PutUserStationDefaultstationStationIDForbidden) IsSuccess

IsSuccess returns true when this put user station defaultstation station Id forbidden response has a 2xx status code

func (*PutUserStationDefaultstationStationIDForbidden) String

type PutUserStationDefaultstationStationIDGatewayTimeout

type PutUserStationDefaultstationStationIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutUserStationDefaultstationStationIDGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutUserStationDefaultstationStationIDGatewayTimeout

func NewPutUserStationDefaultstationStationIDGatewayTimeout() *PutUserStationDefaultstationStationIDGatewayTimeout

NewPutUserStationDefaultstationStationIDGatewayTimeout creates a PutUserStationDefaultstationStationIDGatewayTimeout with default headers values

func (*PutUserStationDefaultstationStationIDGatewayTimeout) Error

func (*PutUserStationDefaultstationStationIDGatewayTimeout) GetPayload

func (*PutUserStationDefaultstationStationIDGatewayTimeout) IsClientError

IsClientError returns true when this put user station defaultstation station Id gateway timeout response has a 4xx status code

func (*PutUserStationDefaultstationStationIDGatewayTimeout) IsCode

IsCode returns true when this put user station defaultstation station Id gateway timeout response a status code equal to that given

func (*PutUserStationDefaultstationStationIDGatewayTimeout) IsRedirect

IsRedirect returns true when this put user station defaultstation station Id gateway timeout response has a 3xx status code

func (*PutUserStationDefaultstationStationIDGatewayTimeout) IsServerError

IsServerError returns true when this put user station defaultstation station Id gateway timeout response has a 5xx status code

func (*PutUserStationDefaultstationStationIDGatewayTimeout) IsSuccess

IsSuccess returns true when this put user station defaultstation station Id gateway timeout response has a 2xx status code

func (*PutUserStationDefaultstationStationIDGatewayTimeout) String

type PutUserStationDefaultstationStationIDInternalServerError

type PutUserStationDefaultstationStationIDInternalServerError struct {
	Payload *models.ErrorBody
}

PutUserStationDefaultstationStationIDInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutUserStationDefaultstationStationIDInternalServerError

func NewPutUserStationDefaultstationStationIDInternalServerError() *PutUserStationDefaultstationStationIDInternalServerError

NewPutUserStationDefaultstationStationIDInternalServerError creates a PutUserStationDefaultstationStationIDInternalServerError with default headers values

func (*PutUserStationDefaultstationStationIDInternalServerError) Error

func (*PutUserStationDefaultstationStationIDInternalServerError) GetPayload

func (*PutUserStationDefaultstationStationIDInternalServerError) IsClientError

IsClientError returns true when this put user station defaultstation station Id internal server error response has a 4xx status code

func (*PutUserStationDefaultstationStationIDInternalServerError) IsCode

IsCode returns true when this put user station defaultstation station Id internal server error response a status code equal to that given

func (*PutUserStationDefaultstationStationIDInternalServerError) IsRedirect

IsRedirect returns true when this put user station defaultstation station Id internal server error response has a 3xx status code

func (*PutUserStationDefaultstationStationIDInternalServerError) IsServerError

IsServerError returns true when this put user station defaultstation station Id internal server error response has a 5xx status code

func (*PutUserStationDefaultstationStationIDInternalServerError) IsSuccess

IsSuccess returns true when this put user station defaultstation station Id internal server error response has a 2xx status code

func (*PutUserStationDefaultstationStationIDInternalServerError) String

type PutUserStationDefaultstationStationIDNotFound

type PutUserStationDefaultstationStationIDNotFound struct {
	Payload *models.ErrorBody
}

PutUserStationDefaultstationStationIDNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutUserStationDefaultstationStationIDNotFound

func NewPutUserStationDefaultstationStationIDNotFound() *PutUserStationDefaultstationStationIDNotFound

NewPutUserStationDefaultstationStationIDNotFound creates a PutUserStationDefaultstationStationIDNotFound with default headers values

func (*PutUserStationDefaultstationStationIDNotFound) Error

func (*PutUserStationDefaultstationStationIDNotFound) GetPayload

func (*PutUserStationDefaultstationStationIDNotFound) IsClientError

IsClientError returns true when this put user station defaultstation station Id not found response has a 4xx status code

func (*PutUserStationDefaultstationStationIDNotFound) IsCode

IsCode returns true when this put user station defaultstation station Id not found response a status code equal to that given

func (*PutUserStationDefaultstationStationIDNotFound) IsRedirect

IsRedirect returns true when this put user station defaultstation station Id not found response has a 3xx status code

func (*PutUserStationDefaultstationStationIDNotFound) IsServerError

IsServerError returns true when this put user station defaultstation station Id not found response has a 5xx status code

func (*PutUserStationDefaultstationStationIDNotFound) IsSuccess

IsSuccess returns true when this put user station defaultstation station Id not found response has a 2xx status code

func (*PutUserStationDefaultstationStationIDNotFound) String

type PutUserStationDefaultstationStationIDParams

type PutUserStationDefaultstationStationIDParams struct {

	/* StationID.

	   stationId
	*/
	StationID string

	/* UserID.

	   User ID
	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutUserStationDefaultstationStationIDParams contains all the parameters to send to the API endpoint

for the put user station defaultstation station Id operation.

Typically these are written to a http.Request.

func NewPutUserStationDefaultstationStationIDParams

func NewPutUserStationDefaultstationStationIDParams() *PutUserStationDefaultstationStationIDParams

NewPutUserStationDefaultstationStationIDParams creates a new PutUserStationDefaultstationStationIDParams 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 NewPutUserStationDefaultstationStationIDParamsWithContext

func NewPutUserStationDefaultstationStationIDParamsWithContext(ctx context.Context) *PutUserStationDefaultstationStationIDParams

NewPutUserStationDefaultstationStationIDParamsWithContext creates a new PutUserStationDefaultstationStationIDParams object with the ability to set a context for a request.

func NewPutUserStationDefaultstationStationIDParamsWithHTTPClient

func NewPutUserStationDefaultstationStationIDParamsWithHTTPClient(client *http.Client) *PutUserStationDefaultstationStationIDParams

NewPutUserStationDefaultstationStationIDParamsWithHTTPClient creates a new PutUserStationDefaultstationStationIDParams object with the ability to set a custom HTTPClient for a request.

func NewPutUserStationDefaultstationStationIDParamsWithTimeout

func NewPutUserStationDefaultstationStationIDParamsWithTimeout(timeout time.Duration) *PutUserStationDefaultstationStationIDParams

NewPutUserStationDefaultstationStationIDParamsWithTimeout creates a new PutUserStationDefaultstationStationIDParams object with the ability to set a timeout on a request.

func (*PutUserStationDefaultstationStationIDParams) SetContext

SetContext adds the context to the put user station defaultstation station Id params

func (*PutUserStationDefaultstationStationIDParams) SetDefaults

SetDefaults hydrates default values in the put user station defaultstation station Id params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserStationDefaultstationStationIDParams) SetHTTPClient

func (o *PutUserStationDefaultstationStationIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put user station defaultstation station Id params

func (*PutUserStationDefaultstationStationIDParams) SetStationID

func (o *PutUserStationDefaultstationStationIDParams) SetStationID(stationID string)

SetStationID adds the stationId to the put user station defaultstation station Id params

func (*PutUserStationDefaultstationStationIDParams) SetTimeout

SetTimeout adds the timeout to the put user station defaultstation station Id params

func (*PutUserStationDefaultstationStationIDParams) SetUserID

SetUserID adds the userId to the put user station defaultstation station Id params

func (*PutUserStationDefaultstationStationIDParams) WithContext

WithContext adds the context to the put user station defaultstation station Id params

func (*PutUserStationDefaultstationStationIDParams) WithDefaults

WithDefaults hydrates default values in the put user station defaultstation station Id params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserStationDefaultstationStationIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put user station defaultstation station Id params

func (*PutUserStationDefaultstationStationIDParams) WithStationID

WithStationID adds the stationID to the put user station defaultstation station Id params

func (*PutUserStationDefaultstationStationIDParams) WithTimeout

WithTimeout adds the timeout to the put user station defaultstation station Id params

func (*PutUserStationDefaultstationStationIDParams) WithUserID

WithUserID adds the userID to the put user station defaultstation station Id params

func (*PutUserStationDefaultstationStationIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutUserStationDefaultstationStationIDReader

type PutUserStationDefaultstationStationIDReader struct {
	// contains filtered or unexported fields
}

PutUserStationDefaultstationStationIDReader is a Reader for the PutUserStationDefaultstationStationID structure.

func (*PutUserStationDefaultstationStationIDReader) ReadResponse

func (o *PutUserStationDefaultstationStationIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutUserStationDefaultstationStationIDRequestEntityTooLarge

type PutUserStationDefaultstationStationIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutUserStationDefaultstationStationIDRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutUserStationDefaultstationStationIDRequestEntityTooLarge

func NewPutUserStationDefaultstationStationIDRequestEntityTooLarge() *PutUserStationDefaultstationStationIDRequestEntityTooLarge

NewPutUserStationDefaultstationStationIDRequestEntityTooLarge creates a PutUserStationDefaultstationStationIDRequestEntityTooLarge with default headers values

func (*PutUserStationDefaultstationStationIDRequestEntityTooLarge) Error

func (*PutUserStationDefaultstationStationIDRequestEntityTooLarge) GetPayload

func (*PutUserStationDefaultstationStationIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this put user station defaultstation station Id request entity too large response has a 4xx status code

func (*PutUserStationDefaultstationStationIDRequestEntityTooLarge) IsCode

IsCode returns true when this put user station defaultstation station Id request entity too large response a status code equal to that given

func (*PutUserStationDefaultstationStationIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put user station defaultstation station Id request entity too large response has a 3xx status code

func (*PutUserStationDefaultstationStationIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this put user station defaultstation station Id request entity too large response has a 5xx status code

func (*PutUserStationDefaultstationStationIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put user station defaultstation station Id request entity too large response has a 2xx status code

func (*PutUserStationDefaultstationStationIDRequestEntityTooLarge) String

type PutUserStationDefaultstationStationIDRequestTimeout

type PutUserStationDefaultstationStationIDRequestTimeout struct {
	Payload *models.ErrorBody
}

PutUserStationDefaultstationStationIDRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutUserStationDefaultstationStationIDRequestTimeout

func NewPutUserStationDefaultstationStationIDRequestTimeout() *PutUserStationDefaultstationStationIDRequestTimeout

NewPutUserStationDefaultstationStationIDRequestTimeout creates a PutUserStationDefaultstationStationIDRequestTimeout with default headers values

func (*PutUserStationDefaultstationStationIDRequestTimeout) Error

func (*PutUserStationDefaultstationStationIDRequestTimeout) GetPayload

func (*PutUserStationDefaultstationStationIDRequestTimeout) IsClientError

IsClientError returns true when this put user station defaultstation station Id request timeout response has a 4xx status code

func (*PutUserStationDefaultstationStationIDRequestTimeout) IsCode

IsCode returns true when this put user station defaultstation station Id request timeout response a status code equal to that given

func (*PutUserStationDefaultstationStationIDRequestTimeout) IsRedirect

IsRedirect returns true when this put user station defaultstation station Id request timeout response has a 3xx status code

func (*PutUserStationDefaultstationStationIDRequestTimeout) IsServerError

IsServerError returns true when this put user station defaultstation station Id request timeout response has a 5xx status code

func (*PutUserStationDefaultstationStationIDRequestTimeout) IsSuccess

IsSuccess returns true when this put user station defaultstation station Id request timeout response has a 2xx status code

func (*PutUserStationDefaultstationStationIDRequestTimeout) String

type PutUserStationDefaultstationStationIDServiceUnavailable

type PutUserStationDefaultstationStationIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutUserStationDefaultstationStationIDServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutUserStationDefaultstationStationIDServiceUnavailable

func NewPutUserStationDefaultstationStationIDServiceUnavailable() *PutUserStationDefaultstationStationIDServiceUnavailable

NewPutUserStationDefaultstationStationIDServiceUnavailable creates a PutUserStationDefaultstationStationIDServiceUnavailable with default headers values

func (*PutUserStationDefaultstationStationIDServiceUnavailable) Error

func (*PutUserStationDefaultstationStationIDServiceUnavailable) GetPayload

func (*PutUserStationDefaultstationStationIDServiceUnavailable) IsClientError

IsClientError returns true when this put user station defaultstation station Id service unavailable response has a 4xx status code

func (*PutUserStationDefaultstationStationIDServiceUnavailable) IsCode

IsCode returns true when this put user station defaultstation station Id service unavailable response a status code equal to that given

func (*PutUserStationDefaultstationStationIDServiceUnavailable) IsRedirect

IsRedirect returns true when this put user station defaultstation station Id service unavailable response has a 3xx status code

func (*PutUserStationDefaultstationStationIDServiceUnavailable) IsServerError

IsServerError returns true when this put user station defaultstation station Id service unavailable response has a 5xx status code

func (*PutUserStationDefaultstationStationIDServiceUnavailable) IsSuccess

IsSuccess returns true when this put user station defaultstation station Id service unavailable response has a 2xx status code

func (*PutUserStationDefaultstationStationIDServiceUnavailable) String

type PutUserStationDefaultstationStationIDTooManyRequests

type PutUserStationDefaultstationStationIDTooManyRequests struct {
	Payload *models.ErrorBody
}

PutUserStationDefaultstationStationIDTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutUserStationDefaultstationStationIDTooManyRequests

func NewPutUserStationDefaultstationStationIDTooManyRequests() *PutUserStationDefaultstationStationIDTooManyRequests

NewPutUserStationDefaultstationStationIDTooManyRequests creates a PutUserStationDefaultstationStationIDTooManyRequests with default headers values

func (*PutUserStationDefaultstationStationIDTooManyRequests) Error

func (*PutUserStationDefaultstationStationIDTooManyRequests) GetPayload

func (*PutUserStationDefaultstationStationIDTooManyRequests) IsClientError

IsClientError returns true when this put user station defaultstation station Id too many requests response has a 4xx status code

func (*PutUserStationDefaultstationStationIDTooManyRequests) IsCode

IsCode returns true when this put user station defaultstation station Id too many requests response a status code equal to that given

func (*PutUserStationDefaultstationStationIDTooManyRequests) IsRedirect

IsRedirect returns true when this put user station defaultstation station Id too many requests response has a 3xx status code

func (*PutUserStationDefaultstationStationIDTooManyRequests) IsServerError

IsServerError returns true when this put user station defaultstation station Id too many requests response has a 5xx status code

func (*PutUserStationDefaultstationStationIDTooManyRequests) IsSuccess

IsSuccess returns true when this put user station defaultstation station Id too many requests response has a 2xx status code

func (*PutUserStationDefaultstationStationIDTooManyRequests) String

type PutUserStationDefaultstationStationIDUnauthorized

type PutUserStationDefaultstationStationIDUnauthorized struct {
	Payload *models.ErrorBody
}

PutUserStationDefaultstationStationIDUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutUserStationDefaultstationStationIDUnauthorized

func NewPutUserStationDefaultstationStationIDUnauthorized() *PutUserStationDefaultstationStationIDUnauthorized

NewPutUserStationDefaultstationStationIDUnauthorized creates a PutUserStationDefaultstationStationIDUnauthorized with default headers values

func (*PutUserStationDefaultstationStationIDUnauthorized) Error

func (*PutUserStationDefaultstationStationIDUnauthorized) GetPayload

func (*PutUserStationDefaultstationStationIDUnauthorized) IsClientError

IsClientError returns true when this put user station defaultstation station Id unauthorized response has a 4xx status code

func (*PutUserStationDefaultstationStationIDUnauthorized) IsCode

IsCode returns true when this put user station defaultstation station Id unauthorized response a status code equal to that given

func (*PutUserStationDefaultstationStationIDUnauthorized) IsRedirect

IsRedirect returns true when this put user station defaultstation station Id unauthorized response has a 3xx status code

func (*PutUserStationDefaultstationStationIDUnauthorized) IsServerError

IsServerError returns true when this put user station defaultstation station Id unauthorized response has a 5xx status code

func (*PutUserStationDefaultstationStationIDUnauthorized) IsSuccess

IsSuccess returns true when this put user station defaultstation station Id unauthorized response has a 2xx status code

func (*PutUserStationDefaultstationStationIDUnauthorized) String

type PutUserStationDefaultstationStationIDUnsupportedMediaType

type PutUserStationDefaultstationStationIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutUserStationDefaultstationStationIDUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutUserStationDefaultstationStationIDUnsupportedMediaType

func NewPutUserStationDefaultstationStationIDUnsupportedMediaType() *PutUserStationDefaultstationStationIDUnsupportedMediaType

NewPutUserStationDefaultstationStationIDUnsupportedMediaType creates a PutUserStationDefaultstationStationIDUnsupportedMediaType with default headers values

func (*PutUserStationDefaultstationStationIDUnsupportedMediaType) Error

func (*PutUserStationDefaultstationStationIDUnsupportedMediaType) GetPayload

func (*PutUserStationDefaultstationStationIDUnsupportedMediaType) IsClientError

IsClientError returns true when this put user station defaultstation station Id unsupported media type response has a 4xx status code

func (*PutUserStationDefaultstationStationIDUnsupportedMediaType) IsCode

IsCode returns true when this put user station defaultstation station Id unsupported media type response a status code equal to that given

func (*PutUserStationDefaultstationStationIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put user station defaultstation station Id unsupported media type response has a 3xx status code

func (*PutUserStationDefaultstationStationIDUnsupportedMediaType) IsServerError

IsServerError returns true when this put user station defaultstation station Id unsupported media type response has a 5xx status code

func (*PutUserStationDefaultstationStationIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put user station defaultstation station Id unsupported media type response has a 2xx status code

func (*PutUserStationDefaultstationStationIDUnsupportedMediaType) String

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL