gamification

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 {
	/*
	   DeleteEmployeeperformanceExternalmetricsDefinition deletes an external metric definition
	*/
	DeleteEmployeeperformanceExternalmetricsDefinition(ctx context.Context, params *DeleteEmployeeperformanceExternalmetricsDefinitionParams) (*DeleteEmployeeperformanceExternalmetricsDefinitionNoContent, error)
	/*
	   GetEmployeeperformanceExternalmetricsDefinition gets an external metric definition
	*/
	GetEmployeeperformanceExternalmetricsDefinition(ctx context.Context, params *GetEmployeeperformanceExternalmetricsDefinitionParams) (*GetEmployeeperformanceExternalmetricsDefinitionOK, error)
	/*
	   GetEmployeeperformanceExternalmetricsDefinitions gets a list of external metric definitions of an organization sorted by name in ascending order
	*/
	GetEmployeeperformanceExternalmetricsDefinitions(ctx context.Context, params *GetEmployeeperformanceExternalmetricsDefinitionsParams) (*GetEmployeeperformanceExternalmetricsDefinitionsOK, error)
	/*
	   GetGamificationLeaderboard leaderboards of the requesting user s division or performance profile
	*/
	GetGamificationLeaderboard(ctx context.Context, params *GetGamificationLeaderboardParams) (*GetGamificationLeaderboardOK, error)
	/*
	   GetGamificationLeaderboardAll leaderboards by filter type
	*/
	GetGamificationLeaderboardAll(ctx context.Context, params *GetGamificationLeaderboardAllParams) (*GetGamificationLeaderboardAllOK, error)
	/*
	   GetGamificationLeaderboardAllBestpoints bests points by division or performance profile
	*/
	GetGamificationLeaderboardAllBestpoints(ctx context.Context, params *GetGamificationLeaderboardAllBestpointsParams) (*GetGamificationLeaderboardAllBestpointsOK, error)
	/*
	   GetGamificationLeaderboardBestpoints bests points of the requesting user s current performance profile or division
	*/
	GetGamificationLeaderboardBestpoints(ctx context.Context, params *GetGamificationLeaderboardBestpointsParams) (*GetGamificationLeaderboardBestpointsOK, error)
	/*
	   GetGamificationMetricdefinition metrics definition by id
	*/
	GetGamificationMetricdefinition(ctx context.Context, params *GetGamificationMetricdefinitionParams) (*GetGamificationMetricdefinitionOK, error)
	/*
	   GetGamificationMetricdefinitions alls metric definitions
	   Retrieves the metric definitions and their corresponding default objectives used to create a gamified metric
	*/
	GetGamificationMetricdefinitions(ctx context.Context, params *GetGamificationMetricdefinitionsParams) (*GetGamificationMetricdefinitionsOK, error)
	/*
	   GetGamificationProfile performances profile by id
	*/
	GetGamificationProfile(ctx context.Context, params *GetGamificationProfileParams) (*GetGamificationProfileOK, error)
	/*
	   GetGamificationProfileMembers members of a given performance profile
	*/
	GetGamificationProfileMembers(ctx context.Context, params *GetGamificationProfileMembersParams) (*GetGamificationProfileMembersOK, error)
	/*
	   GetGamificationProfileMetric performances profile gamified metric by id
	*/
	GetGamificationProfileMetric(ctx context.Context, params *GetGamificationProfileMetricParams) (*GetGamificationProfileMetricOK, error)
	/*
	   GetGamificationProfileMetrics alls gamified metrics for a given performance profile
	*/
	GetGamificationProfileMetrics(ctx context.Context, params *GetGamificationProfileMetricsParams) (*GetGamificationProfileMetricsOK, error)
	/*
	   GetGamificationProfileMetricsObjectivedetails alls metrics for a given performance profile with objective details such as order and max points
	*/
	GetGamificationProfileMetricsObjectivedetails(ctx context.Context, params *GetGamificationProfileMetricsObjectivedetailsParams) (*GetGamificationProfileMetricsObjectivedetailsOK, error)
	/*
	   GetGamificationProfiles alls performance profiles
	*/
	GetGamificationProfiles(ctx context.Context, params *GetGamificationProfilesParams) (*GetGamificationProfilesOK, error)
	/*
	   GetGamificationProfilesUser performances profile of a user
	*/
	GetGamificationProfilesUser(ctx context.Context, params *GetGamificationProfilesUserParams) (*GetGamificationProfilesUserOK, error)
	/*
	   GetGamificationProfilesUsersMe performances profile of the requesting user
	*/
	GetGamificationProfilesUsersMe(ctx context.Context, params *GetGamificationProfilesUsersMeParams) (*GetGamificationProfilesUsersMeOK, error)
	/*
	   GetGamificationScorecards workdays performance metrics of the requesting user
	*/
	GetGamificationScorecards(ctx context.Context, params *GetGamificationScorecardsParams) (*GetGamificationScorecardsOK, error)
	/*
	   GetGamificationScorecardsAttendance attendances status metrics of the requesting user
	*/
	GetGamificationScorecardsAttendance(ctx context.Context, params *GetGamificationScorecardsAttendanceParams) (*GetGamificationScorecardsAttendanceOK, error)
	/*
	   GetGamificationScorecardsBestpoints bests points of the requesting user
	*/
	GetGamificationScorecardsBestpoints(ctx context.Context, params *GetGamificationScorecardsBestpointsParams) (*GetGamificationScorecardsBestpointsOK, error)
	/*
	   GetGamificationScorecardsPointsAlltime alls time points of the requesting user
	*/
	GetGamificationScorecardsPointsAlltime(ctx context.Context, params *GetGamificationScorecardsPointsAlltimeParams) (*GetGamificationScorecardsPointsAlltimeOK, error)
	/*
	   GetGamificationScorecardsPointsAverage averages points of the requesting user s division or performance profile
	*/
	GetGamificationScorecardsPointsAverage(ctx context.Context, params *GetGamificationScorecardsPointsAverageParams) (*GetGamificationScorecardsPointsAverageOK, error)
	/*
	   GetGamificationScorecardsPointsTrends points trends of the requesting user
	*/
	GetGamificationScorecardsPointsTrends(ctx context.Context, params *GetGamificationScorecardsPointsTrendsParams) (*GetGamificationScorecardsPointsTrendsOK, error)
	/*
	   GetGamificationScorecardsProfileMetricUserValuesTrends averages performance values trends by metric of a user
	*/
	GetGamificationScorecardsProfileMetricUserValuesTrends(ctx context.Context, params *GetGamificationScorecardsProfileMetricUserValuesTrendsParams) (*GetGamificationScorecardsProfileMetricUserValuesTrendsOK, error)
	/*
	   GetGamificationScorecardsProfileMetricUsersValuesTrends averages performance values trends by metric of a division or a performance profile
	*/
	GetGamificationScorecardsProfileMetricUsersValuesTrends(ctx context.Context, params *GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) (*GetGamificationScorecardsProfileMetricUsersValuesTrendsOK, error)
	/*
	   GetGamificationScorecardsProfileMetricValuesTrends averages performance values trends by metric of the requesting user
	*/
	GetGamificationScorecardsProfileMetricValuesTrends(ctx context.Context, params *GetGamificationScorecardsProfileMetricValuesTrendsParams) (*GetGamificationScorecardsProfileMetricValuesTrendsOK, error)
	/*
	   GetGamificationScorecardsUser workdays performance metrics for a user
	*/
	GetGamificationScorecardsUser(ctx context.Context, params *GetGamificationScorecardsUserParams) (*GetGamificationScorecardsUserOK, error)
	/*
	   GetGamificationScorecardsUserAttendance attendances status metrics for a user
	*/
	GetGamificationScorecardsUserAttendance(ctx context.Context, params *GetGamificationScorecardsUserAttendanceParams) (*GetGamificationScorecardsUserAttendanceOK, error)
	/*
	   GetGamificationScorecardsUserBestpoints bests points of a user
	*/
	GetGamificationScorecardsUserBestpoints(ctx context.Context, params *GetGamificationScorecardsUserBestpointsParams) (*GetGamificationScorecardsUserBestpointsOK, error)
	/*
	   GetGamificationScorecardsUserPointsAlltime alls time points for a user
	*/
	GetGamificationScorecardsUserPointsAlltime(ctx context.Context, params *GetGamificationScorecardsUserPointsAlltimeParams) (*GetGamificationScorecardsUserPointsAlltimeOK, error)
	/*
	   GetGamificationScorecardsUserPointsTrends points trend for a user
	*/
	GetGamificationScorecardsUserPointsTrends(ctx context.Context, params *GetGamificationScorecardsUserPointsTrendsParams) (*GetGamificationScorecardsUserPointsTrendsOK, error)
	/*
	   GetGamificationScorecardsUserValuesTrends values trends of a user
	*/
	GetGamificationScorecardsUserValuesTrends(ctx context.Context, params *GetGamificationScorecardsUserValuesTrendsParams) (*GetGamificationScorecardsUserValuesTrendsOK, error)
	/*
	   GetGamificationScorecardsUsersPointsAverage workdays average points by target group
	*/
	GetGamificationScorecardsUsersPointsAverage(ctx context.Context, params *GetGamificationScorecardsUsersPointsAverageParams) (*GetGamificationScorecardsUsersPointsAverageOK, error)
	/*
	   GetGamificationScorecardsUsersValuesAverage workdays average values by target group
	*/
	GetGamificationScorecardsUsersValuesAverage(ctx context.Context, params *GetGamificationScorecardsUsersValuesAverageParams) (*GetGamificationScorecardsUsersValuesAverageOK, error)
	/*
	   GetGamificationScorecardsUsersValuesTrends values trend by target group
	*/
	GetGamificationScorecardsUsersValuesTrends(ctx context.Context, params *GetGamificationScorecardsUsersValuesTrendsParams) (*GetGamificationScorecardsUsersValuesTrendsOK, error)
	/*
	   GetGamificationScorecardsValuesAverage averages values of the requesting user s division or performance profile
	*/
	GetGamificationScorecardsValuesAverage(ctx context.Context, params *GetGamificationScorecardsValuesAverageParams) (*GetGamificationScorecardsValuesAverageOK, error)
	/*
	   GetGamificationScorecardsValuesTrends values trends of the requesting user or group
	*/
	GetGamificationScorecardsValuesTrends(ctx context.Context, params *GetGamificationScorecardsValuesTrendsParams) (*GetGamificationScorecardsValuesTrendsOK, error)
	/*
	   GetGamificationStatus gamifications activation status
	*/
	GetGamificationStatus(ctx context.Context, params *GetGamificationStatusParams) (*GetGamificationStatusOK, error)
	/*
	   GetGamificationTemplate objectives template by id
	*/
	GetGamificationTemplate(ctx context.Context, params *GetGamificationTemplateParams) (*GetGamificationTemplateOK, error)
	/*
	   GetGamificationTemplates alls objective templates
	*/
	GetGamificationTemplates(ctx context.Context, params *GetGamificationTemplatesParams) (*GetGamificationTemplatesOK, error)
	/*
	   PatchEmployeeperformanceExternalmetricsDefinition updates external metric definition
	*/
	PatchEmployeeperformanceExternalmetricsDefinition(ctx context.Context, params *PatchEmployeeperformanceExternalmetricsDefinitionParams) (*PatchEmployeeperformanceExternalmetricsDefinitionOK, error)
	/*
	   PostEmployeeperformanceExternalmetricsData writes external metric data
	*/
	PostEmployeeperformanceExternalmetricsData(ctx context.Context, params *PostEmployeeperformanceExternalmetricsDataParams) (*PostEmployeeperformanceExternalmetricsDataOK, error)
	/*
	   PostEmployeeperformanceExternalmetricsDefinitions creates external metric definition
	*/
	PostEmployeeperformanceExternalmetricsDefinitions(ctx context.Context, params *PostEmployeeperformanceExternalmetricsDefinitionsParams) (*PostEmployeeperformanceExternalmetricsDefinitionsOK, *PostEmployeeperformanceExternalmetricsDefinitionsCreated, error)
	/*
	   PostGamificationProfileActivate activates a performance profile
	*/
	PostGamificationProfileActivate(ctx context.Context, params *PostGamificationProfileActivateParams) (*PostGamificationProfileActivateOK, error)
	/*
	   PostGamificationProfileDeactivate deactivates a performance profile
	*/
	PostGamificationProfileDeactivate(ctx context.Context, params *PostGamificationProfileDeactivateParams) (*PostGamificationProfileDeactivateOK, error)
	/*
	   PostGamificationProfileMembers assigns members to a given performance profile
	*/
	PostGamificationProfileMembers(ctx context.Context, params *PostGamificationProfileMembersParams) (*PostGamificationProfileMembersOK, error)
	/*
	   PostGamificationProfileMembersValidate validates member assignment
	*/
	PostGamificationProfileMembersValidate(ctx context.Context, params *PostGamificationProfileMembersValidateParams) (*PostGamificationProfileMembersValidateOK, error)
	/*
	   PostGamificationProfileMetricLink creates a linked metric
	*/
	PostGamificationProfileMetricLink(ctx context.Context, params *PostGamificationProfileMetricLinkParams) (*PostGamificationProfileMetricLinkCreated, error)
	/*
	   PostGamificationProfileMetrics creates a gamified metric with a given metric definition and metric objective under in a performance profile
	*/
	PostGamificationProfileMetrics(ctx context.Context, params *PostGamificationProfileMetricsParams) (*PostGamificationProfileMetricsCreated, error)
	/*
	   PostGamificationProfiles creates a new custom performance profile
	*/
	PostGamificationProfiles(ctx context.Context, params *PostGamificationProfilesParams) (*PostGamificationProfilesCreated, error)
	/*
	   PutGamificationProfile updates a performance profile
	*/
	PutGamificationProfile(ctx context.Context, params *PutGamificationProfileParams) (*PutGamificationProfileOK, error)
	/*
	   PutGamificationProfileMetric updates a metric in performance profile
	*/
	PutGamificationProfileMetric(ctx context.Context, params *PutGamificationProfileMetricParams) (*PutGamificationProfileMetricOK, error)
	/*
	   PutGamificationStatus updates gamification activation status
	*/
	PutGamificationStatus(ctx context.Context, params *PutGamificationStatusParams) (*PutGamificationStatusOK, error)
}

API is the interface of the gamification client

type Client

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

Client for gamification API

func New

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

New creates a new gamification API client.

func (*Client) DeleteEmployeeperformanceExternalmetricsDefinition

DeleteEmployeeperformanceExternalmetricsDefinition deletes an external metric definition

func (*Client) GetEmployeeperformanceExternalmetricsDefinition

GetEmployeeperformanceExternalmetricsDefinition gets an external metric definition

func (*Client) GetEmployeeperformanceExternalmetricsDefinitions

GetEmployeeperformanceExternalmetricsDefinitions gets a list of external metric definitions of an organization sorted by name in ascending order

func (*Client) GetGamificationLeaderboard

func (a *Client) GetGamificationLeaderboard(ctx context.Context, params *GetGamificationLeaderboardParams) (*GetGamificationLeaderboardOK, error)

GetGamificationLeaderboard leaderboards of the requesting user s division or performance profile

func (*Client) GetGamificationLeaderboardAll

func (a *Client) GetGamificationLeaderboardAll(ctx context.Context, params *GetGamificationLeaderboardAllParams) (*GetGamificationLeaderboardAllOK, error)

GetGamificationLeaderboardAll leaderboards by filter type

func (*Client) GetGamificationLeaderboardAllBestpoints

func (a *Client) GetGamificationLeaderboardAllBestpoints(ctx context.Context, params *GetGamificationLeaderboardAllBestpointsParams) (*GetGamificationLeaderboardAllBestpointsOK, error)

GetGamificationLeaderboardAllBestpoints bests points by division or performance profile

func (*Client) GetGamificationLeaderboardBestpoints

func (a *Client) GetGamificationLeaderboardBestpoints(ctx context.Context, params *GetGamificationLeaderboardBestpointsParams) (*GetGamificationLeaderboardBestpointsOK, error)

GetGamificationLeaderboardBestpoints bests points of the requesting user s current performance profile or division

func (*Client) GetGamificationMetricdefinition

func (a *Client) GetGamificationMetricdefinition(ctx context.Context, params *GetGamificationMetricdefinitionParams) (*GetGamificationMetricdefinitionOK, error)

GetGamificationMetricdefinition metrics definition by id

func (*Client) GetGamificationMetricdefinitions

func (a *Client) GetGamificationMetricdefinitions(ctx context.Context, params *GetGamificationMetricdefinitionsParams) (*GetGamificationMetricdefinitionsOK, error)

GetGamificationMetricdefinitions alls metric definitions

Retrieves the metric definitions and their corresponding default objectives used to create a gamified metric

func (*Client) GetGamificationProfile

func (a *Client) GetGamificationProfile(ctx context.Context, params *GetGamificationProfileParams) (*GetGamificationProfileOK, error)

GetGamificationProfile performances profile by id

func (*Client) GetGamificationProfileMembers

func (a *Client) GetGamificationProfileMembers(ctx context.Context, params *GetGamificationProfileMembersParams) (*GetGamificationProfileMembersOK, error)

GetGamificationProfileMembers members of a given performance profile

func (*Client) GetGamificationProfileMetric

func (a *Client) GetGamificationProfileMetric(ctx context.Context, params *GetGamificationProfileMetricParams) (*GetGamificationProfileMetricOK, error)

GetGamificationProfileMetric performances profile gamified metric by id

func (*Client) GetGamificationProfileMetrics

func (a *Client) GetGamificationProfileMetrics(ctx context.Context, params *GetGamificationProfileMetricsParams) (*GetGamificationProfileMetricsOK, error)

GetGamificationProfileMetrics alls gamified metrics for a given performance profile

func (*Client) GetGamificationProfileMetricsObjectivedetails

GetGamificationProfileMetricsObjectivedetails alls metrics for a given performance profile with objective details such as order and max points

func (*Client) GetGamificationProfiles

func (a *Client) GetGamificationProfiles(ctx context.Context, params *GetGamificationProfilesParams) (*GetGamificationProfilesOK, error)

GetGamificationProfiles alls performance profiles

func (*Client) GetGamificationProfilesUser

func (a *Client) GetGamificationProfilesUser(ctx context.Context, params *GetGamificationProfilesUserParams) (*GetGamificationProfilesUserOK, error)

GetGamificationProfilesUser performances profile of a user

func (*Client) GetGamificationProfilesUsersMe

func (a *Client) GetGamificationProfilesUsersMe(ctx context.Context, params *GetGamificationProfilesUsersMeParams) (*GetGamificationProfilesUsersMeOK, error)

GetGamificationProfilesUsersMe performances profile of the requesting user

func (*Client) GetGamificationScorecards

func (a *Client) GetGamificationScorecards(ctx context.Context, params *GetGamificationScorecardsParams) (*GetGamificationScorecardsOK, error)

GetGamificationScorecards workdays performance metrics of the requesting user

func (*Client) GetGamificationScorecardsAttendance

func (a *Client) GetGamificationScorecardsAttendance(ctx context.Context, params *GetGamificationScorecardsAttendanceParams) (*GetGamificationScorecardsAttendanceOK, error)

GetGamificationScorecardsAttendance attendances status metrics of the requesting user

func (*Client) GetGamificationScorecardsBestpoints

func (a *Client) GetGamificationScorecardsBestpoints(ctx context.Context, params *GetGamificationScorecardsBestpointsParams) (*GetGamificationScorecardsBestpointsOK, error)

GetGamificationScorecardsBestpoints bests points of the requesting user

func (*Client) GetGamificationScorecardsPointsAlltime

func (a *Client) GetGamificationScorecardsPointsAlltime(ctx context.Context, params *GetGamificationScorecardsPointsAlltimeParams) (*GetGamificationScorecardsPointsAlltimeOK, error)

GetGamificationScorecardsPointsAlltime alls time points of the requesting user

func (*Client) GetGamificationScorecardsPointsAverage

func (a *Client) GetGamificationScorecardsPointsAverage(ctx context.Context, params *GetGamificationScorecardsPointsAverageParams) (*GetGamificationScorecardsPointsAverageOK, error)

GetGamificationScorecardsPointsAverage averages points of the requesting user s division or performance profile

func (*Client) GetGamificationScorecardsPointsTrends

func (a *Client) GetGamificationScorecardsPointsTrends(ctx context.Context, params *GetGamificationScorecardsPointsTrendsParams) (*GetGamificationScorecardsPointsTrendsOK, error)

GetGamificationScorecardsPointsTrends points trends of the requesting user

func (*Client) GetGamificationScorecardsProfileMetricUserValuesTrends

GetGamificationScorecardsProfileMetricUserValuesTrends averages performance values trends by metric of a user

func (*Client) GetGamificationScorecardsProfileMetricUsersValuesTrends

GetGamificationScorecardsProfileMetricUsersValuesTrends averages performance values trends by metric of a division or a performance profile

func (*Client) GetGamificationScorecardsProfileMetricValuesTrends

GetGamificationScorecardsProfileMetricValuesTrends averages performance values trends by metric of the requesting user

func (*Client) GetGamificationScorecardsUser

func (a *Client) GetGamificationScorecardsUser(ctx context.Context, params *GetGamificationScorecardsUserParams) (*GetGamificationScorecardsUserOK, error)

GetGamificationScorecardsUser workdays performance metrics for a user

func (*Client) GetGamificationScorecardsUserAttendance

func (a *Client) GetGamificationScorecardsUserAttendance(ctx context.Context, params *GetGamificationScorecardsUserAttendanceParams) (*GetGamificationScorecardsUserAttendanceOK, error)

GetGamificationScorecardsUserAttendance attendances status metrics for a user

func (*Client) GetGamificationScorecardsUserBestpoints

func (a *Client) GetGamificationScorecardsUserBestpoints(ctx context.Context, params *GetGamificationScorecardsUserBestpointsParams) (*GetGamificationScorecardsUserBestpointsOK, error)

GetGamificationScorecardsUserBestpoints bests points of a user

func (*Client) GetGamificationScorecardsUserPointsAlltime

func (a *Client) GetGamificationScorecardsUserPointsAlltime(ctx context.Context, params *GetGamificationScorecardsUserPointsAlltimeParams) (*GetGamificationScorecardsUserPointsAlltimeOK, error)

GetGamificationScorecardsUserPointsAlltime alls time points for a user

func (*Client) GetGamificationScorecardsUserPointsTrends

func (a *Client) GetGamificationScorecardsUserPointsTrends(ctx context.Context, params *GetGamificationScorecardsUserPointsTrendsParams) (*GetGamificationScorecardsUserPointsTrendsOK, error)

GetGamificationScorecardsUserPointsTrends points trend for a user

func (*Client) GetGamificationScorecardsUserValuesTrends

func (a *Client) GetGamificationScorecardsUserValuesTrends(ctx context.Context, params *GetGamificationScorecardsUserValuesTrendsParams) (*GetGamificationScorecardsUserValuesTrendsOK, error)

GetGamificationScorecardsUserValuesTrends values trends of a user

func (*Client) GetGamificationScorecardsUsersPointsAverage

GetGamificationScorecardsUsersPointsAverage workdays average points by target group

func (*Client) GetGamificationScorecardsUsersValuesAverage

GetGamificationScorecardsUsersValuesAverage workdays average values by target group

func (*Client) GetGamificationScorecardsUsersValuesTrends

func (a *Client) GetGamificationScorecardsUsersValuesTrends(ctx context.Context, params *GetGamificationScorecardsUsersValuesTrendsParams) (*GetGamificationScorecardsUsersValuesTrendsOK, error)

GetGamificationScorecardsUsersValuesTrends values trend by target group

func (*Client) GetGamificationScorecardsValuesAverage

func (a *Client) GetGamificationScorecardsValuesAverage(ctx context.Context, params *GetGamificationScorecardsValuesAverageParams) (*GetGamificationScorecardsValuesAverageOK, error)

GetGamificationScorecardsValuesAverage averages values of the requesting user s division or performance profile

func (*Client) GetGamificationScorecardsValuesTrends

func (a *Client) GetGamificationScorecardsValuesTrends(ctx context.Context, params *GetGamificationScorecardsValuesTrendsParams) (*GetGamificationScorecardsValuesTrendsOK, error)

GetGamificationScorecardsValuesTrends values trends of the requesting user or group

func (*Client) GetGamificationStatus

func (a *Client) GetGamificationStatus(ctx context.Context, params *GetGamificationStatusParams) (*GetGamificationStatusOK, error)

GetGamificationStatus gamifications activation status

func (*Client) GetGamificationTemplate

func (a *Client) GetGamificationTemplate(ctx context.Context, params *GetGamificationTemplateParams) (*GetGamificationTemplateOK, error)

GetGamificationTemplate objectives template by id

func (*Client) GetGamificationTemplates

func (a *Client) GetGamificationTemplates(ctx context.Context, params *GetGamificationTemplatesParams) (*GetGamificationTemplatesOK, error)

GetGamificationTemplates alls objective templates

func (*Client) PatchEmployeeperformanceExternalmetricsDefinition

PatchEmployeeperformanceExternalmetricsDefinition updates external metric definition

func (*Client) PostEmployeeperformanceExternalmetricsData

func (a *Client) PostEmployeeperformanceExternalmetricsData(ctx context.Context, params *PostEmployeeperformanceExternalmetricsDataParams) (*PostEmployeeperformanceExternalmetricsDataOK, error)

PostEmployeeperformanceExternalmetricsData writes external metric data

func (*Client) PostEmployeeperformanceExternalmetricsDefinitions

PostEmployeeperformanceExternalmetricsDefinitions creates external metric definition

func (*Client) PostGamificationProfileActivate

func (a *Client) PostGamificationProfileActivate(ctx context.Context, params *PostGamificationProfileActivateParams) (*PostGamificationProfileActivateOK, error)

PostGamificationProfileActivate activates a performance profile

func (*Client) PostGamificationProfileDeactivate

func (a *Client) PostGamificationProfileDeactivate(ctx context.Context, params *PostGamificationProfileDeactivateParams) (*PostGamificationProfileDeactivateOK, error)

PostGamificationProfileDeactivate deactivates a performance profile

func (*Client) PostGamificationProfileMembers

func (a *Client) PostGamificationProfileMembers(ctx context.Context, params *PostGamificationProfileMembersParams) (*PostGamificationProfileMembersOK, error)

PostGamificationProfileMembers assigns members to a given performance profile

func (*Client) PostGamificationProfileMembersValidate

func (a *Client) PostGamificationProfileMembersValidate(ctx context.Context, params *PostGamificationProfileMembersValidateParams) (*PostGamificationProfileMembersValidateOK, error)

PostGamificationProfileMembersValidate validates member assignment

PostGamificationProfileMetricLink creates a linked metric

func (*Client) PostGamificationProfileMetrics

func (a *Client) PostGamificationProfileMetrics(ctx context.Context, params *PostGamificationProfileMetricsParams) (*PostGamificationProfileMetricsCreated, error)

PostGamificationProfileMetrics creates a gamified metric with a given metric definition and metric objective under in a performance profile

func (*Client) PostGamificationProfiles

func (a *Client) PostGamificationProfiles(ctx context.Context, params *PostGamificationProfilesParams) (*PostGamificationProfilesCreated, error)

PostGamificationProfiles creates a new custom performance profile

func (*Client) PutGamificationProfile

func (a *Client) PutGamificationProfile(ctx context.Context, params *PutGamificationProfileParams) (*PutGamificationProfileOK, error)

PutGamificationProfile updates a performance profile

func (*Client) PutGamificationProfileMetric

func (a *Client) PutGamificationProfileMetric(ctx context.Context, params *PutGamificationProfileMetricParams) (*PutGamificationProfileMetricOK, error)

PutGamificationProfileMetric updates a metric in performance profile

func (*Client) PutGamificationStatus

func (a *Client) PutGamificationStatus(ctx context.Context, params *PutGamificationStatusParams) (*PutGamificationStatusOK, error)

PutGamificationStatus updates gamification activation status

type DeleteEmployeeperformanceExternalmetricsDefinitionBadRequest

type DeleteEmployeeperformanceExternalmetricsDefinitionBadRequest struct {
	Payload *models.ErrorBody
}

DeleteEmployeeperformanceExternalmetricsDefinitionBadRequest 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 NewDeleteEmployeeperformanceExternalmetricsDefinitionBadRequest

func NewDeleteEmployeeperformanceExternalmetricsDefinitionBadRequest() *DeleteEmployeeperformanceExternalmetricsDefinitionBadRequest

NewDeleteEmployeeperformanceExternalmetricsDefinitionBadRequest creates a DeleteEmployeeperformanceExternalmetricsDefinitionBadRequest with default headers values

func (*DeleteEmployeeperformanceExternalmetricsDefinitionBadRequest) Error

func (*DeleteEmployeeperformanceExternalmetricsDefinitionBadRequest) GetPayload

func (*DeleteEmployeeperformanceExternalmetricsDefinitionBadRequest) IsClientError

IsClientError returns true when this delete employeeperformance externalmetrics definition bad request response has a 4xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionBadRequest) IsCode

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionBadRequest) IsRedirect

IsRedirect returns true when this delete employeeperformance externalmetrics definition bad request response has a 3xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionBadRequest) IsServerError

IsServerError returns true when this delete employeeperformance externalmetrics definition bad request response has a 5xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionBadRequest) IsSuccess

IsSuccess returns true when this delete employeeperformance externalmetrics definition bad request response has a 2xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionBadRequest) String

type DeleteEmployeeperformanceExternalmetricsDefinitionConflict

type DeleteEmployeeperformanceExternalmetricsDefinitionConflict struct {
	Payload *models.ErrorBody
}

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

Conflict

func NewDeleteEmployeeperformanceExternalmetricsDefinitionConflict

func NewDeleteEmployeeperformanceExternalmetricsDefinitionConflict() *DeleteEmployeeperformanceExternalmetricsDefinitionConflict

NewDeleteEmployeeperformanceExternalmetricsDefinitionConflict creates a DeleteEmployeeperformanceExternalmetricsDefinitionConflict with default headers values

func (*DeleteEmployeeperformanceExternalmetricsDefinitionConflict) Error

func (*DeleteEmployeeperformanceExternalmetricsDefinitionConflict) GetPayload

func (*DeleteEmployeeperformanceExternalmetricsDefinitionConflict) IsClientError

IsClientError returns true when this delete employeeperformance externalmetrics definition conflict response has a 4xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionConflict) IsCode

IsCode returns true when this delete employeeperformance externalmetrics definition conflict response a status code equal to that given

func (*DeleteEmployeeperformanceExternalmetricsDefinitionConflict) IsRedirect

IsRedirect returns true when this delete employeeperformance externalmetrics definition conflict response has a 3xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionConflict) IsServerError

IsServerError returns true when this delete employeeperformance externalmetrics definition conflict response has a 5xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionConflict) IsSuccess

IsSuccess returns true when this delete employeeperformance externalmetrics definition conflict response has a 2xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionConflict) String

type DeleteEmployeeperformanceExternalmetricsDefinitionForbidden

type DeleteEmployeeperformanceExternalmetricsDefinitionForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteEmployeeperformanceExternalmetricsDefinitionForbidden

func NewDeleteEmployeeperformanceExternalmetricsDefinitionForbidden() *DeleteEmployeeperformanceExternalmetricsDefinitionForbidden

NewDeleteEmployeeperformanceExternalmetricsDefinitionForbidden creates a DeleteEmployeeperformanceExternalmetricsDefinitionForbidden with default headers values

func (*DeleteEmployeeperformanceExternalmetricsDefinitionForbidden) Error

func (*DeleteEmployeeperformanceExternalmetricsDefinitionForbidden) GetPayload

func (*DeleteEmployeeperformanceExternalmetricsDefinitionForbidden) IsClientError

IsClientError returns true when this delete employeeperformance externalmetrics definition forbidden response has a 4xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionForbidden) IsCode

IsCode returns true when this delete employeeperformance externalmetrics definition forbidden response a status code equal to that given

func (*DeleteEmployeeperformanceExternalmetricsDefinitionForbidden) IsRedirect

IsRedirect returns true when this delete employeeperformance externalmetrics definition forbidden response has a 3xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionForbidden) IsServerError

IsServerError returns true when this delete employeeperformance externalmetrics definition forbidden response has a 5xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionForbidden) IsSuccess

IsSuccess returns true when this delete employeeperformance externalmetrics definition forbidden response has a 2xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionForbidden) String

type DeleteEmployeeperformanceExternalmetricsDefinitionGatewayTimeout

type DeleteEmployeeperformanceExternalmetricsDefinitionGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteEmployeeperformanceExternalmetricsDefinitionGatewayTimeout

func NewDeleteEmployeeperformanceExternalmetricsDefinitionGatewayTimeout() *DeleteEmployeeperformanceExternalmetricsDefinitionGatewayTimeout

NewDeleteEmployeeperformanceExternalmetricsDefinitionGatewayTimeout creates a DeleteEmployeeperformanceExternalmetricsDefinitionGatewayTimeout with default headers values

func (*DeleteEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) Error

func (*DeleteEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) GetPayload

func (*DeleteEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) IsClientError

IsClientError returns true when this delete employeeperformance externalmetrics definition gateway timeout response has a 4xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) IsCode

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) IsRedirect

IsRedirect returns true when this delete employeeperformance externalmetrics definition gateway timeout response has a 3xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) IsServerError

IsServerError returns true when this delete employeeperformance externalmetrics definition gateway timeout response has a 5xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) IsSuccess

IsSuccess returns true when this delete employeeperformance externalmetrics definition gateway timeout response has a 2xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) String

type DeleteEmployeeperformanceExternalmetricsDefinitionInternalServerError

type DeleteEmployeeperformanceExternalmetricsDefinitionInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteEmployeeperformanceExternalmetricsDefinitionInternalServerError 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 NewDeleteEmployeeperformanceExternalmetricsDefinitionInternalServerError

func NewDeleteEmployeeperformanceExternalmetricsDefinitionInternalServerError() *DeleteEmployeeperformanceExternalmetricsDefinitionInternalServerError

NewDeleteEmployeeperformanceExternalmetricsDefinitionInternalServerError creates a DeleteEmployeeperformanceExternalmetricsDefinitionInternalServerError with default headers values

func (*DeleteEmployeeperformanceExternalmetricsDefinitionInternalServerError) Error

func (*DeleteEmployeeperformanceExternalmetricsDefinitionInternalServerError) GetPayload

func (*DeleteEmployeeperformanceExternalmetricsDefinitionInternalServerError) IsClientError

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionInternalServerError) IsCode

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionInternalServerError) IsRedirect

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionInternalServerError) IsServerError

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionInternalServerError) IsSuccess

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionInternalServerError) String

type DeleteEmployeeperformanceExternalmetricsDefinitionNoContent

type DeleteEmployeeperformanceExternalmetricsDefinitionNoContent struct {
}

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

The External Metric Definition was successfully deleted

func NewDeleteEmployeeperformanceExternalmetricsDefinitionNoContent

func NewDeleteEmployeeperformanceExternalmetricsDefinitionNoContent() *DeleteEmployeeperformanceExternalmetricsDefinitionNoContent

NewDeleteEmployeeperformanceExternalmetricsDefinitionNoContent creates a DeleteEmployeeperformanceExternalmetricsDefinitionNoContent with default headers values

func (*DeleteEmployeeperformanceExternalmetricsDefinitionNoContent) Error

func (*DeleteEmployeeperformanceExternalmetricsDefinitionNoContent) IsClientError

IsClientError returns true when this delete employeeperformance externalmetrics definition no content response has a 4xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionNoContent) IsCode

IsCode returns true when this delete employeeperformance externalmetrics definition no content response a status code equal to that given

func (*DeleteEmployeeperformanceExternalmetricsDefinitionNoContent) IsRedirect

IsRedirect returns true when this delete employeeperformance externalmetrics definition no content response has a 3xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionNoContent) IsServerError

IsServerError returns true when this delete employeeperformance externalmetrics definition no content response has a 5xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionNoContent) IsSuccess

IsSuccess returns true when this delete employeeperformance externalmetrics definition no content response has a 2xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionNoContent) String

type DeleteEmployeeperformanceExternalmetricsDefinitionNotFound

type DeleteEmployeeperformanceExternalmetricsDefinitionNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteEmployeeperformanceExternalmetricsDefinitionNotFound

func NewDeleteEmployeeperformanceExternalmetricsDefinitionNotFound() *DeleteEmployeeperformanceExternalmetricsDefinitionNotFound

NewDeleteEmployeeperformanceExternalmetricsDefinitionNotFound creates a DeleteEmployeeperformanceExternalmetricsDefinitionNotFound with default headers values

func (*DeleteEmployeeperformanceExternalmetricsDefinitionNotFound) Error

func (*DeleteEmployeeperformanceExternalmetricsDefinitionNotFound) GetPayload

func (*DeleteEmployeeperformanceExternalmetricsDefinitionNotFound) IsClientError

IsClientError returns true when this delete employeeperformance externalmetrics definition not found response has a 4xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionNotFound) IsCode

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionNotFound) IsRedirect

IsRedirect returns true when this delete employeeperformance externalmetrics definition not found response has a 3xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionNotFound) IsServerError

IsServerError returns true when this delete employeeperformance externalmetrics definition not found response has a 5xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionNotFound) IsSuccess

IsSuccess returns true when this delete employeeperformance externalmetrics definition not found response has a 2xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionNotFound) String

type DeleteEmployeeperformanceExternalmetricsDefinitionParams

type DeleteEmployeeperformanceExternalmetricsDefinitionParams struct {

	/* MetricID.

	   Specifies the External Metric Definition ID
	*/
	MetricID string

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

DeleteEmployeeperformanceExternalmetricsDefinitionParams contains all the parameters to send to the API endpoint

for the delete employeeperformance externalmetrics definition operation.

Typically these are written to a http.Request.

func NewDeleteEmployeeperformanceExternalmetricsDefinitionParams

func NewDeleteEmployeeperformanceExternalmetricsDefinitionParams() *DeleteEmployeeperformanceExternalmetricsDefinitionParams

NewDeleteEmployeeperformanceExternalmetricsDefinitionParams creates a new DeleteEmployeeperformanceExternalmetricsDefinitionParams 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 NewDeleteEmployeeperformanceExternalmetricsDefinitionParamsWithContext

func NewDeleteEmployeeperformanceExternalmetricsDefinitionParamsWithContext(ctx context.Context) *DeleteEmployeeperformanceExternalmetricsDefinitionParams

NewDeleteEmployeeperformanceExternalmetricsDefinitionParamsWithContext creates a new DeleteEmployeeperformanceExternalmetricsDefinitionParams object with the ability to set a context for a request.

func NewDeleteEmployeeperformanceExternalmetricsDefinitionParamsWithHTTPClient

func NewDeleteEmployeeperformanceExternalmetricsDefinitionParamsWithHTTPClient(client *http.Client) *DeleteEmployeeperformanceExternalmetricsDefinitionParams

NewDeleteEmployeeperformanceExternalmetricsDefinitionParamsWithHTTPClient creates a new DeleteEmployeeperformanceExternalmetricsDefinitionParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteEmployeeperformanceExternalmetricsDefinitionParamsWithTimeout

func NewDeleteEmployeeperformanceExternalmetricsDefinitionParamsWithTimeout(timeout time.Duration) *DeleteEmployeeperformanceExternalmetricsDefinitionParams

NewDeleteEmployeeperformanceExternalmetricsDefinitionParamsWithTimeout creates a new DeleteEmployeeperformanceExternalmetricsDefinitionParams object with the ability to set a timeout on a request.

func (*DeleteEmployeeperformanceExternalmetricsDefinitionParams) SetContext

SetContext adds the context to the delete employeeperformance externalmetrics definition params

func (*DeleteEmployeeperformanceExternalmetricsDefinitionParams) SetDefaults

SetDefaults hydrates default values in the delete employeeperformance externalmetrics definition params (not the query body).

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete employeeperformance externalmetrics definition params

func (*DeleteEmployeeperformanceExternalmetricsDefinitionParams) SetMetricID

SetMetricID adds the metricId to the delete employeeperformance externalmetrics definition params

func (*DeleteEmployeeperformanceExternalmetricsDefinitionParams) SetTimeout

SetTimeout adds the timeout to the delete employeeperformance externalmetrics definition params

func (*DeleteEmployeeperformanceExternalmetricsDefinitionParams) WithContext

WithContext adds the context to the delete employeeperformance externalmetrics definition params

func (*DeleteEmployeeperformanceExternalmetricsDefinitionParams) WithDefaults

WithDefaults hydrates default values in the delete employeeperformance externalmetrics definition params (not the query body).

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete employeeperformance externalmetrics definition params

func (*DeleteEmployeeperformanceExternalmetricsDefinitionParams) WithMetricID

WithMetricID adds the metricID to the delete employeeperformance externalmetrics definition params

func (*DeleteEmployeeperformanceExternalmetricsDefinitionParams) WithTimeout

WithTimeout adds the timeout to the delete employeeperformance externalmetrics definition params

func (*DeleteEmployeeperformanceExternalmetricsDefinitionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteEmployeeperformanceExternalmetricsDefinitionReader

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

DeleteEmployeeperformanceExternalmetricsDefinitionReader is a Reader for the DeleteEmployeeperformanceExternalmetricsDefinition structure.

func (*DeleteEmployeeperformanceExternalmetricsDefinitionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge

type DeleteEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge

func NewDeleteEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge() *DeleteEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge

NewDeleteEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge creates a DeleteEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge with default headers values

func (*DeleteEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) Error

func (*DeleteEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) GetPayload

func (*DeleteEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) IsClientError

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) IsCode

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) IsRedirect

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) IsServerError

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) IsSuccess

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) String

type DeleteEmployeeperformanceExternalmetricsDefinitionRequestTimeout

type DeleteEmployeeperformanceExternalmetricsDefinitionRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteEmployeeperformanceExternalmetricsDefinitionRequestTimeout 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 NewDeleteEmployeeperformanceExternalmetricsDefinitionRequestTimeout

func NewDeleteEmployeeperformanceExternalmetricsDefinitionRequestTimeout() *DeleteEmployeeperformanceExternalmetricsDefinitionRequestTimeout

NewDeleteEmployeeperformanceExternalmetricsDefinitionRequestTimeout creates a DeleteEmployeeperformanceExternalmetricsDefinitionRequestTimeout with default headers values

func (*DeleteEmployeeperformanceExternalmetricsDefinitionRequestTimeout) Error

func (*DeleteEmployeeperformanceExternalmetricsDefinitionRequestTimeout) GetPayload

func (*DeleteEmployeeperformanceExternalmetricsDefinitionRequestTimeout) IsClientError

IsClientError returns true when this delete employeeperformance externalmetrics definition request timeout response has a 4xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionRequestTimeout) IsCode

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionRequestTimeout) IsRedirect

IsRedirect returns true when this delete employeeperformance externalmetrics definition request timeout response has a 3xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionRequestTimeout) IsServerError

IsServerError returns true when this delete employeeperformance externalmetrics definition request timeout response has a 5xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionRequestTimeout) IsSuccess

IsSuccess returns true when this delete employeeperformance externalmetrics definition request timeout response has a 2xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionRequestTimeout) String

type DeleteEmployeeperformanceExternalmetricsDefinitionServiceUnavailable

type DeleteEmployeeperformanceExternalmetricsDefinitionServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteEmployeeperformanceExternalmetricsDefinitionServiceUnavailable 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 NewDeleteEmployeeperformanceExternalmetricsDefinitionServiceUnavailable

func NewDeleteEmployeeperformanceExternalmetricsDefinitionServiceUnavailable() *DeleteEmployeeperformanceExternalmetricsDefinitionServiceUnavailable

NewDeleteEmployeeperformanceExternalmetricsDefinitionServiceUnavailable creates a DeleteEmployeeperformanceExternalmetricsDefinitionServiceUnavailable with default headers values

func (*DeleteEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) Error

func (*DeleteEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) GetPayload

func (*DeleteEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) IsClientError

IsClientError returns true when this delete employeeperformance externalmetrics definition service unavailable response has a 4xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) IsCode

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) IsRedirect

IsRedirect returns true when this delete employeeperformance externalmetrics definition service unavailable response has a 3xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) IsServerError

IsServerError returns true when this delete employeeperformance externalmetrics definition service unavailable response has a 5xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) IsSuccess

IsSuccess returns true when this delete employeeperformance externalmetrics definition service unavailable response has a 2xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) String

type DeleteEmployeeperformanceExternalmetricsDefinitionTooManyRequests

type DeleteEmployeeperformanceExternalmetricsDefinitionTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteEmployeeperformanceExternalmetricsDefinitionTooManyRequests

func NewDeleteEmployeeperformanceExternalmetricsDefinitionTooManyRequests() *DeleteEmployeeperformanceExternalmetricsDefinitionTooManyRequests

NewDeleteEmployeeperformanceExternalmetricsDefinitionTooManyRequests creates a DeleteEmployeeperformanceExternalmetricsDefinitionTooManyRequests with default headers values

func (*DeleteEmployeeperformanceExternalmetricsDefinitionTooManyRequests) Error

func (*DeleteEmployeeperformanceExternalmetricsDefinitionTooManyRequests) GetPayload

func (*DeleteEmployeeperformanceExternalmetricsDefinitionTooManyRequests) IsClientError

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionTooManyRequests) IsCode

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionTooManyRequests) IsRedirect

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionTooManyRequests) IsServerError

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionTooManyRequests) IsSuccess

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionTooManyRequests) String

type DeleteEmployeeperformanceExternalmetricsDefinitionUnauthorized

type DeleteEmployeeperformanceExternalmetricsDefinitionUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteEmployeeperformanceExternalmetricsDefinitionUnauthorized

func NewDeleteEmployeeperformanceExternalmetricsDefinitionUnauthorized() *DeleteEmployeeperformanceExternalmetricsDefinitionUnauthorized

NewDeleteEmployeeperformanceExternalmetricsDefinitionUnauthorized creates a DeleteEmployeeperformanceExternalmetricsDefinitionUnauthorized with default headers values

func (*DeleteEmployeeperformanceExternalmetricsDefinitionUnauthorized) Error

func (*DeleteEmployeeperformanceExternalmetricsDefinitionUnauthorized) GetPayload

func (*DeleteEmployeeperformanceExternalmetricsDefinitionUnauthorized) IsClientError

IsClientError returns true when this delete employeeperformance externalmetrics definition unauthorized response has a 4xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionUnauthorized) IsCode

IsCode returns true when this delete employeeperformance externalmetrics definition unauthorized response a status code equal to that given

func (*DeleteEmployeeperformanceExternalmetricsDefinitionUnauthorized) IsRedirect

IsRedirect returns true when this delete employeeperformance externalmetrics definition unauthorized response has a 3xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionUnauthorized) IsServerError

IsServerError returns true when this delete employeeperformance externalmetrics definition unauthorized response has a 5xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionUnauthorized) IsSuccess

IsSuccess returns true when this delete employeeperformance externalmetrics definition unauthorized response has a 2xx status code

func (*DeleteEmployeeperformanceExternalmetricsDefinitionUnauthorized) String

type DeleteEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType

type DeleteEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType 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 NewDeleteEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType

func NewDeleteEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType() *DeleteEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType

NewDeleteEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType creates a DeleteEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType with default headers values

func (*DeleteEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) Error

func (*DeleteEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) GetPayload

func (*DeleteEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) IsClientError

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) IsCode

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) IsRedirect

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) IsServerError

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) IsSuccess

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

func (*DeleteEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) String

type GetEmployeeperformanceExternalmetricsDefinitionBadRequest

type GetEmployeeperformanceExternalmetricsDefinitionBadRequest struct {
	Payload *models.ErrorBody
}

GetEmployeeperformanceExternalmetricsDefinitionBadRequest 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 NewGetEmployeeperformanceExternalmetricsDefinitionBadRequest

func NewGetEmployeeperformanceExternalmetricsDefinitionBadRequest() *GetEmployeeperformanceExternalmetricsDefinitionBadRequest

NewGetEmployeeperformanceExternalmetricsDefinitionBadRequest creates a GetEmployeeperformanceExternalmetricsDefinitionBadRequest with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionBadRequest) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionBadRequest) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionBadRequest) IsClientError

IsClientError returns true when this get employeeperformance externalmetrics definition bad request response has a 4xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionBadRequest) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionBadRequest) IsRedirect

IsRedirect returns true when this get employeeperformance externalmetrics definition bad request response has a 3xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionBadRequest) IsServerError

IsServerError returns true when this get employeeperformance externalmetrics definition bad request response has a 5xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionBadRequest) IsSuccess

IsSuccess returns true when this get employeeperformance externalmetrics definition bad request response has a 2xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionBadRequest) String

type GetEmployeeperformanceExternalmetricsDefinitionForbidden

type GetEmployeeperformanceExternalmetricsDefinitionForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetEmployeeperformanceExternalmetricsDefinitionForbidden

func NewGetEmployeeperformanceExternalmetricsDefinitionForbidden() *GetEmployeeperformanceExternalmetricsDefinitionForbidden

NewGetEmployeeperformanceExternalmetricsDefinitionForbidden creates a GetEmployeeperformanceExternalmetricsDefinitionForbidden with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionForbidden) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionForbidden) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionForbidden) IsClientError

IsClientError returns true when this get employeeperformance externalmetrics definition forbidden response has a 4xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionForbidden) IsCode

IsCode returns true when this get employeeperformance externalmetrics definition forbidden response a status code equal to that given

func (*GetEmployeeperformanceExternalmetricsDefinitionForbidden) IsRedirect

IsRedirect returns true when this get employeeperformance externalmetrics definition forbidden response has a 3xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionForbidden) IsServerError

IsServerError returns true when this get employeeperformance externalmetrics definition forbidden response has a 5xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionForbidden) IsSuccess

IsSuccess returns true when this get employeeperformance externalmetrics definition forbidden response has a 2xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionForbidden) String

type GetEmployeeperformanceExternalmetricsDefinitionGatewayTimeout

type GetEmployeeperformanceExternalmetricsDefinitionGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetEmployeeperformanceExternalmetricsDefinitionGatewayTimeout

func NewGetEmployeeperformanceExternalmetricsDefinitionGatewayTimeout() *GetEmployeeperformanceExternalmetricsDefinitionGatewayTimeout

NewGetEmployeeperformanceExternalmetricsDefinitionGatewayTimeout creates a GetEmployeeperformanceExternalmetricsDefinitionGatewayTimeout with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) IsClientError

IsClientError returns true when this get employeeperformance externalmetrics definition gateway timeout response has a 4xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) IsRedirect

IsRedirect returns true when this get employeeperformance externalmetrics definition gateway timeout response has a 3xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) IsServerError

IsServerError returns true when this get employeeperformance externalmetrics definition gateway timeout response has a 5xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) IsSuccess

IsSuccess returns true when this get employeeperformance externalmetrics definition gateway timeout response has a 2xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) String

type GetEmployeeperformanceExternalmetricsDefinitionInternalServerError

type GetEmployeeperformanceExternalmetricsDefinitionInternalServerError struct {
	Payload *models.ErrorBody
}

GetEmployeeperformanceExternalmetricsDefinitionInternalServerError 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 NewGetEmployeeperformanceExternalmetricsDefinitionInternalServerError

func NewGetEmployeeperformanceExternalmetricsDefinitionInternalServerError() *GetEmployeeperformanceExternalmetricsDefinitionInternalServerError

NewGetEmployeeperformanceExternalmetricsDefinitionInternalServerError creates a GetEmployeeperformanceExternalmetricsDefinitionInternalServerError with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionInternalServerError) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionInternalServerError) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionInternalServerError) IsClientError

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

func (*GetEmployeeperformanceExternalmetricsDefinitionInternalServerError) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionInternalServerError) IsRedirect

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

func (*GetEmployeeperformanceExternalmetricsDefinitionInternalServerError) IsServerError

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

func (*GetEmployeeperformanceExternalmetricsDefinitionInternalServerError) IsSuccess

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

func (*GetEmployeeperformanceExternalmetricsDefinitionInternalServerError) String

type GetEmployeeperformanceExternalmetricsDefinitionNotFound

type GetEmployeeperformanceExternalmetricsDefinitionNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetEmployeeperformanceExternalmetricsDefinitionNotFound

func NewGetEmployeeperformanceExternalmetricsDefinitionNotFound() *GetEmployeeperformanceExternalmetricsDefinitionNotFound

NewGetEmployeeperformanceExternalmetricsDefinitionNotFound creates a GetEmployeeperformanceExternalmetricsDefinitionNotFound with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionNotFound) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionNotFound) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionNotFound) IsClientError

IsClientError returns true when this get employeeperformance externalmetrics definition not found response has a 4xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionNotFound) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionNotFound) IsRedirect

IsRedirect returns true when this get employeeperformance externalmetrics definition not found response has a 3xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionNotFound) IsServerError

IsServerError returns true when this get employeeperformance externalmetrics definition not found response has a 5xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionNotFound) IsSuccess

IsSuccess returns true when this get employeeperformance externalmetrics definition not found response has a 2xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionNotFound) String

type GetEmployeeperformanceExternalmetricsDefinitionOK

type GetEmployeeperformanceExternalmetricsDefinitionOK struct {
	Payload *models.ExternalMetricDefinition
}

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

successful operation

func NewGetEmployeeperformanceExternalmetricsDefinitionOK

func NewGetEmployeeperformanceExternalmetricsDefinitionOK() *GetEmployeeperformanceExternalmetricsDefinitionOK

NewGetEmployeeperformanceExternalmetricsDefinitionOK creates a GetEmployeeperformanceExternalmetricsDefinitionOK with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionOK) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionOK) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionOK) IsClientError

IsClientError returns true when this get employeeperformance externalmetrics definition o k response has a 4xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionOK) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionOK) IsRedirect

IsRedirect returns true when this get employeeperformance externalmetrics definition o k response has a 3xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionOK) IsServerError

IsServerError returns true when this get employeeperformance externalmetrics definition o k response has a 5xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionOK) IsSuccess

IsSuccess returns true when this get employeeperformance externalmetrics definition o k response has a 2xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionOK) String

type GetEmployeeperformanceExternalmetricsDefinitionParams

type GetEmployeeperformanceExternalmetricsDefinitionParams struct {

	/* MetricID.

	   Specifies the External Metric Definition ID
	*/
	MetricID string

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

GetEmployeeperformanceExternalmetricsDefinitionParams contains all the parameters to send to the API endpoint

for the get employeeperformance externalmetrics definition operation.

Typically these are written to a http.Request.

func NewGetEmployeeperformanceExternalmetricsDefinitionParams

func NewGetEmployeeperformanceExternalmetricsDefinitionParams() *GetEmployeeperformanceExternalmetricsDefinitionParams

NewGetEmployeeperformanceExternalmetricsDefinitionParams creates a new GetEmployeeperformanceExternalmetricsDefinitionParams 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 NewGetEmployeeperformanceExternalmetricsDefinitionParamsWithContext

func NewGetEmployeeperformanceExternalmetricsDefinitionParamsWithContext(ctx context.Context) *GetEmployeeperformanceExternalmetricsDefinitionParams

NewGetEmployeeperformanceExternalmetricsDefinitionParamsWithContext creates a new GetEmployeeperformanceExternalmetricsDefinitionParams object with the ability to set a context for a request.

func NewGetEmployeeperformanceExternalmetricsDefinitionParamsWithHTTPClient

func NewGetEmployeeperformanceExternalmetricsDefinitionParamsWithHTTPClient(client *http.Client) *GetEmployeeperformanceExternalmetricsDefinitionParams

NewGetEmployeeperformanceExternalmetricsDefinitionParamsWithHTTPClient creates a new GetEmployeeperformanceExternalmetricsDefinitionParams object with the ability to set a custom HTTPClient for a request.

func NewGetEmployeeperformanceExternalmetricsDefinitionParamsWithTimeout

func NewGetEmployeeperformanceExternalmetricsDefinitionParamsWithTimeout(timeout time.Duration) *GetEmployeeperformanceExternalmetricsDefinitionParams

NewGetEmployeeperformanceExternalmetricsDefinitionParamsWithTimeout creates a new GetEmployeeperformanceExternalmetricsDefinitionParams object with the ability to set a timeout on a request.

func (*GetEmployeeperformanceExternalmetricsDefinitionParams) SetContext

SetContext adds the context to the get employeeperformance externalmetrics definition params

func (*GetEmployeeperformanceExternalmetricsDefinitionParams) SetDefaults

SetDefaults hydrates default values in the get employeeperformance externalmetrics definition params (not the query body).

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

func (*GetEmployeeperformanceExternalmetricsDefinitionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get employeeperformance externalmetrics definition params

func (*GetEmployeeperformanceExternalmetricsDefinitionParams) SetMetricID

SetMetricID adds the metricId to the get employeeperformance externalmetrics definition params

func (*GetEmployeeperformanceExternalmetricsDefinitionParams) SetTimeout

SetTimeout adds the timeout to the get employeeperformance externalmetrics definition params

func (*GetEmployeeperformanceExternalmetricsDefinitionParams) WithContext

WithContext adds the context to the get employeeperformance externalmetrics definition params

func (*GetEmployeeperformanceExternalmetricsDefinitionParams) WithDefaults

WithDefaults hydrates default values in the get employeeperformance externalmetrics definition params (not the query body).

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

func (*GetEmployeeperformanceExternalmetricsDefinitionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get employeeperformance externalmetrics definition params

func (*GetEmployeeperformanceExternalmetricsDefinitionParams) WithMetricID

WithMetricID adds the metricID to the get employeeperformance externalmetrics definition params

func (*GetEmployeeperformanceExternalmetricsDefinitionParams) WithTimeout

WithTimeout adds the timeout to the get employeeperformance externalmetrics definition params

func (*GetEmployeeperformanceExternalmetricsDefinitionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEmployeeperformanceExternalmetricsDefinitionReader

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

GetEmployeeperformanceExternalmetricsDefinitionReader is a Reader for the GetEmployeeperformanceExternalmetricsDefinition structure.

func (*GetEmployeeperformanceExternalmetricsDefinitionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge

type GetEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge

func NewGetEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge() *GetEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge

NewGetEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge creates a GetEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) IsClientError

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

func (*GetEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) IsRedirect

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

func (*GetEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) IsServerError

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

func (*GetEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) IsSuccess

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

func (*GetEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) String

type GetEmployeeperformanceExternalmetricsDefinitionRequestTimeout

type GetEmployeeperformanceExternalmetricsDefinitionRequestTimeout struct {
	Payload *models.ErrorBody
}

GetEmployeeperformanceExternalmetricsDefinitionRequestTimeout 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 NewGetEmployeeperformanceExternalmetricsDefinitionRequestTimeout

func NewGetEmployeeperformanceExternalmetricsDefinitionRequestTimeout() *GetEmployeeperformanceExternalmetricsDefinitionRequestTimeout

NewGetEmployeeperformanceExternalmetricsDefinitionRequestTimeout creates a GetEmployeeperformanceExternalmetricsDefinitionRequestTimeout with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionRequestTimeout) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionRequestTimeout) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionRequestTimeout) IsClientError

IsClientError returns true when this get employeeperformance externalmetrics definition request timeout response has a 4xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionRequestTimeout) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionRequestTimeout) IsRedirect

IsRedirect returns true when this get employeeperformance externalmetrics definition request timeout response has a 3xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionRequestTimeout) IsServerError

IsServerError returns true when this get employeeperformance externalmetrics definition request timeout response has a 5xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionRequestTimeout) IsSuccess

IsSuccess returns true when this get employeeperformance externalmetrics definition request timeout response has a 2xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionRequestTimeout) String

type GetEmployeeperformanceExternalmetricsDefinitionServiceUnavailable

type GetEmployeeperformanceExternalmetricsDefinitionServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetEmployeeperformanceExternalmetricsDefinitionServiceUnavailable 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 NewGetEmployeeperformanceExternalmetricsDefinitionServiceUnavailable

func NewGetEmployeeperformanceExternalmetricsDefinitionServiceUnavailable() *GetEmployeeperformanceExternalmetricsDefinitionServiceUnavailable

NewGetEmployeeperformanceExternalmetricsDefinitionServiceUnavailable creates a GetEmployeeperformanceExternalmetricsDefinitionServiceUnavailable with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) IsClientError

IsClientError returns true when this get employeeperformance externalmetrics definition service unavailable response has a 4xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) IsRedirect

IsRedirect returns true when this get employeeperformance externalmetrics definition service unavailable response has a 3xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) IsServerError

IsServerError returns true when this get employeeperformance externalmetrics definition service unavailable response has a 5xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) IsSuccess

IsSuccess returns true when this get employeeperformance externalmetrics definition service unavailable response has a 2xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) String

type GetEmployeeperformanceExternalmetricsDefinitionTooManyRequests

type GetEmployeeperformanceExternalmetricsDefinitionTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetEmployeeperformanceExternalmetricsDefinitionTooManyRequests

func NewGetEmployeeperformanceExternalmetricsDefinitionTooManyRequests() *GetEmployeeperformanceExternalmetricsDefinitionTooManyRequests

NewGetEmployeeperformanceExternalmetricsDefinitionTooManyRequests creates a GetEmployeeperformanceExternalmetricsDefinitionTooManyRequests with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionTooManyRequests) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionTooManyRequests) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionTooManyRequests) IsClientError

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

func (*GetEmployeeperformanceExternalmetricsDefinitionTooManyRequests) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionTooManyRequests) IsRedirect

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

func (*GetEmployeeperformanceExternalmetricsDefinitionTooManyRequests) IsServerError

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

func (*GetEmployeeperformanceExternalmetricsDefinitionTooManyRequests) IsSuccess

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

func (*GetEmployeeperformanceExternalmetricsDefinitionTooManyRequests) String

type GetEmployeeperformanceExternalmetricsDefinitionUnauthorized

type GetEmployeeperformanceExternalmetricsDefinitionUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetEmployeeperformanceExternalmetricsDefinitionUnauthorized

func NewGetEmployeeperformanceExternalmetricsDefinitionUnauthorized() *GetEmployeeperformanceExternalmetricsDefinitionUnauthorized

NewGetEmployeeperformanceExternalmetricsDefinitionUnauthorized creates a GetEmployeeperformanceExternalmetricsDefinitionUnauthorized with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionUnauthorized) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionUnauthorized) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionUnauthorized) IsClientError

IsClientError returns true when this get employeeperformance externalmetrics definition unauthorized response has a 4xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionUnauthorized) IsCode

IsCode returns true when this get employeeperformance externalmetrics definition unauthorized response a status code equal to that given

func (*GetEmployeeperformanceExternalmetricsDefinitionUnauthorized) IsRedirect

IsRedirect returns true when this get employeeperformance externalmetrics definition unauthorized response has a 3xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionUnauthorized) IsServerError

IsServerError returns true when this get employeeperformance externalmetrics definition unauthorized response has a 5xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionUnauthorized) IsSuccess

IsSuccess returns true when this get employeeperformance externalmetrics definition unauthorized response has a 2xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionUnauthorized) String

type GetEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType

type GetEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType 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 NewGetEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType

func NewGetEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType() *GetEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType

NewGetEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType creates a GetEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) IsClientError

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

func (*GetEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) IsRedirect

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

func (*GetEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) IsServerError

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

func (*GetEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) IsSuccess

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

func (*GetEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) String

type GetEmployeeperformanceExternalmetricsDefinitionsBadRequest

type GetEmployeeperformanceExternalmetricsDefinitionsBadRequest struct {
	Payload *models.ErrorBody
}

GetEmployeeperformanceExternalmetricsDefinitionsBadRequest 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 NewGetEmployeeperformanceExternalmetricsDefinitionsBadRequest

func NewGetEmployeeperformanceExternalmetricsDefinitionsBadRequest() *GetEmployeeperformanceExternalmetricsDefinitionsBadRequest

NewGetEmployeeperformanceExternalmetricsDefinitionsBadRequest creates a GetEmployeeperformanceExternalmetricsDefinitionsBadRequest with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionsBadRequest) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionsBadRequest) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionsBadRequest) IsClientError

IsClientError returns true when this get employeeperformance externalmetrics definitions bad request response has a 4xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsBadRequest) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsBadRequest) IsRedirect

IsRedirect returns true when this get employeeperformance externalmetrics definitions bad request response has a 3xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsBadRequest) IsServerError

IsServerError returns true when this get employeeperformance externalmetrics definitions bad request response has a 5xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsBadRequest) IsSuccess

IsSuccess returns true when this get employeeperformance externalmetrics definitions bad request response has a 2xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsBadRequest) String

type GetEmployeeperformanceExternalmetricsDefinitionsForbidden

type GetEmployeeperformanceExternalmetricsDefinitionsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetEmployeeperformanceExternalmetricsDefinitionsForbidden

func NewGetEmployeeperformanceExternalmetricsDefinitionsForbidden() *GetEmployeeperformanceExternalmetricsDefinitionsForbidden

NewGetEmployeeperformanceExternalmetricsDefinitionsForbidden creates a GetEmployeeperformanceExternalmetricsDefinitionsForbidden with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionsForbidden) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionsForbidden) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionsForbidden) IsClientError

IsClientError returns true when this get employeeperformance externalmetrics definitions forbidden response has a 4xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsForbidden) IsCode

IsCode returns true when this get employeeperformance externalmetrics definitions forbidden response a status code equal to that given

func (*GetEmployeeperformanceExternalmetricsDefinitionsForbidden) IsRedirect

IsRedirect returns true when this get employeeperformance externalmetrics definitions forbidden response has a 3xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsForbidden) IsServerError

IsServerError returns true when this get employeeperformance externalmetrics definitions forbidden response has a 5xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsForbidden) IsSuccess

IsSuccess returns true when this get employeeperformance externalmetrics definitions forbidden response has a 2xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsForbidden) String

type GetEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout

type GetEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout

func NewGetEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout() *GetEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout

NewGetEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout creates a GetEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout) IsClientError

IsClientError returns true when this get employeeperformance externalmetrics definitions gateway timeout response has a 4xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout) IsRedirect

IsRedirect returns true when this get employeeperformance externalmetrics definitions gateway timeout response has a 3xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout) IsServerError

IsServerError returns true when this get employeeperformance externalmetrics definitions gateway timeout response has a 5xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout) IsSuccess

IsSuccess returns true when this get employeeperformance externalmetrics definitions gateway timeout response has a 2xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout) String

type GetEmployeeperformanceExternalmetricsDefinitionsInternalServerError

type GetEmployeeperformanceExternalmetricsDefinitionsInternalServerError struct {
	Payload *models.ErrorBody
}

GetEmployeeperformanceExternalmetricsDefinitionsInternalServerError 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 NewGetEmployeeperformanceExternalmetricsDefinitionsInternalServerError

func NewGetEmployeeperformanceExternalmetricsDefinitionsInternalServerError() *GetEmployeeperformanceExternalmetricsDefinitionsInternalServerError

NewGetEmployeeperformanceExternalmetricsDefinitionsInternalServerError creates a GetEmployeeperformanceExternalmetricsDefinitionsInternalServerError with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionsInternalServerError) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionsInternalServerError) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionsInternalServerError) IsClientError

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsInternalServerError) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsInternalServerError) IsRedirect

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsInternalServerError) IsServerError

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsInternalServerError) IsSuccess

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsInternalServerError) String

type GetEmployeeperformanceExternalmetricsDefinitionsNotFound

type GetEmployeeperformanceExternalmetricsDefinitionsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetEmployeeperformanceExternalmetricsDefinitionsNotFound

func NewGetEmployeeperformanceExternalmetricsDefinitionsNotFound() *GetEmployeeperformanceExternalmetricsDefinitionsNotFound

NewGetEmployeeperformanceExternalmetricsDefinitionsNotFound creates a GetEmployeeperformanceExternalmetricsDefinitionsNotFound with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionsNotFound) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionsNotFound) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionsNotFound) IsClientError

IsClientError returns true when this get employeeperformance externalmetrics definitions not found response has a 4xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsNotFound) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsNotFound) IsRedirect

IsRedirect returns true when this get employeeperformance externalmetrics definitions not found response has a 3xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsNotFound) IsServerError

IsServerError returns true when this get employeeperformance externalmetrics definitions not found response has a 5xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsNotFound) IsSuccess

IsSuccess returns true when this get employeeperformance externalmetrics definitions not found response has a 2xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsNotFound) String

type GetEmployeeperformanceExternalmetricsDefinitionsOK

type GetEmployeeperformanceExternalmetricsDefinitionsOK struct {
	Payload *models.ExternalMetricDefinitionListing
}

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

successful operation

func NewGetEmployeeperformanceExternalmetricsDefinitionsOK

func NewGetEmployeeperformanceExternalmetricsDefinitionsOK() *GetEmployeeperformanceExternalmetricsDefinitionsOK

NewGetEmployeeperformanceExternalmetricsDefinitionsOK creates a GetEmployeeperformanceExternalmetricsDefinitionsOK with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionsOK) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionsOK) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionsOK) IsClientError

IsClientError returns true when this get employeeperformance externalmetrics definitions o k response has a 4xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsOK) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsOK) IsRedirect

IsRedirect returns true when this get employeeperformance externalmetrics definitions o k response has a 3xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsOK) IsServerError

IsServerError returns true when this get employeeperformance externalmetrics definitions o k response has a 5xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsOK) IsSuccess

IsSuccess returns true when this get employeeperformance externalmetrics definitions o k response has a 2xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsOK) String

type GetEmployeeperformanceExternalmetricsDefinitionsParams

type GetEmployeeperformanceExternalmetricsDefinitionsParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

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

GetEmployeeperformanceExternalmetricsDefinitionsParams contains all the parameters to send to the API endpoint

for the get employeeperformance externalmetrics definitions operation.

Typically these are written to a http.Request.

func NewGetEmployeeperformanceExternalmetricsDefinitionsParams

func NewGetEmployeeperformanceExternalmetricsDefinitionsParams() *GetEmployeeperformanceExternalmetricsDefinitionsParams

NewGetEmployeeperformanceExternalmetricsDefinitionsParams creates a new GetEmployeeperformanceExternalmetricsDefinitionsParams 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 NewGetEmployeeperformanceExternalmetricsDefinitionsParamsWithContext

func NewGetEmployeeperformanceExternalmetricsDefinitionsParamsWithContext(ctx context.Context) *GetEmployeeperformanceExternalmetricsDefinitionsParams

NewGetEmployeeperformanceExternalmetricsDefinitionsParamsWithContext creates a new GetEmployeeperformanceExternalmetricsDefinitionsParams object with the ability to set a context for a request.

func NewGetEmployeeperformanceExternalmetricsDefinitionsParamsWithHTTPClient

func NewGetEmployeeperformanceExternalmetricsDefinitionsParamsWithHTTPClient(client *http.Client) *GetEmployeeperformanceExternalmetricsDefinitionsParams

NewGetEmployeeperformanceExternalmetricsDefinitionsParamsWithHTTPClient creates a new GetEmployeeperformanceExternalmetricsDefinitionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetEmployeeperformanceExternalmetricsDefinitionsParamsWithTimeout

func NewGetEmployeeperformanceExternalmetricsDefinitionsParamsWithTimeout(timeout time.Duration) *GetEmployeeperformanceExternalmetricsDefinitionsParams

NewGetEmployeeperformanceExternalmetricsDefinitionsParamsWithTimeout creates a new GetEmployeeperformanceExternalmetricsDefinitionsParams object with the ability to set a timeout on a request.

func (*GetEmployeeperformanceExternalmetricsDefinitionsParams) SetContext

SetContext adds the context to the get employeeperformance externalmetrics definitions params

func (*GetEmployeeperformanceExternalmetricsDefinitionsParams) SetDefaults

SetDefaults hydrates default values in the get employeeperformance externalmetrics definitions params (not the query body).

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get employeeperformance externalmetrics definitions params

func (*GetEmployeeperformanceExternalmetricsDefinitionsParams) SetPageNumber

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

SetPageNumber adds the pageNumber to the get employeeperformance externalmetrics definitions params

func (*GetEmployeeperformanceExternalmetricsDefinitionsParams) SetPageSize

SetPageSize adds the pageSize to the get employeeperformance externalmetrics definitions params

func (*GetEmployeeperformanceExternalmetricsDefinitionsParams) SetTimeout

SetTimeout adds the timeout to the get employeeperformance externalmetrics definitions params

func (*GetEmployeeperformanceExternalmetricsDefinitionsParams) WithContext

WithContext adds the context to the get employeeperformance externalmetrics definitions params

func (*GetEmployeeperformanceExternalmetricsDefinitionsParams) WithDefaults

WithDefaults hydrates default values in the get employeeperformance externalmetrics definitions params (not the query body).

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get employeeperformance externalmetrics definitions params

func (*GetEmployeeperformanceExternalmetricsDefinitionsParams) WithPageNumber

WithPageNumber adds the pageNumber to the get employeeperformance externalmetrics definitions params

func (*GetEmployeeperformanceExternalmetricsDefinitionsParams) WithPageSize

WithPageSize adds the pageSize to the get employeeperformance externalmetrics definitions params

func (*GetEmployeeperformanceExternalmetricsDefinitionsParams) WithTimeout

WithTimeout adds the timeout to the get employeeperformance externalmetrics definitions params

func (*GetEmployeeperformanceExternalmetricsDefinitionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEmployeeperformanceExternalmetricsDefinitionsReader

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

GetEmployeeperformanceExternalmetricsDefinitionsReader is a Reader for the GetEmployeeperformanceExternalmetricsDefinitions structure.

func (*GetEmployeeperformanceExternalmetricsDefinitionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge

type GetEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge

func NewGetEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge() *GetEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge

NewGetEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge creates a GetEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge) IsClientError

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge) IsRedirect

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge) IsServerError

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge) IsSuccess

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge) String

type GetEmployeeperformanceExternalmetricsDefinitionsRequestTimeout

type GetEmployeeperformanceExternalmetricsDefinitionsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetEmployeeperformanceExternalmetricsDefinitionsRequestTimeout 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 NewGetEmployeeperformanceExternalmetricsDefinitionsRequestTimeout

func NewGetEmployeeperformanceExternalmetricsDefinitionsRequestTimeout() *GetEmployeeperformanceExternalmetricsDefinitionsRequestTimeout

NewGetEmployeeperformanceExternalmetricsDefinitionsRequestTimeout creates a GetEmployeeperformanceExternalmetricsDefinitionsRequestTimeout with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionsRequestTimeout) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionsRequestTimeout) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionsRequestTimeout) IsClientError

IsClientError returns true when this get employeeperformance externalmetrics definitions request timeout response has a 4xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsRequestTimeout) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsRequestTimeout) IsRedirect

IsRedirect returns true when this get employeeperformance externalmetrics definitions request timeout response has a 3xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsRequestTimeout) IsServerError

IsServerError returns true when this get employeeperformance externalmetrics definitions request timeout response has a 5xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsRequestTimeout) IsSuccess

IsSuccess returns true when this get employeeperformance externalmetrics definitions request timeout response has a 2xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsRequestTimeout) String

type GetEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable

type GetEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable 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 NewGetEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable

func NewGetEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable() *GetEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable

NewGetEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable creates a GetEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable) IsClientError

IsClientError returns true when this get employeeperformance externalmetrics definitions service unavailable response has a 4xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable) IsRedirect

IsRedirect returns true when this get employeeperformance externalmetrics definitions service unavailable response has a 3xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable) IsServerError

IsServerError returns true when this get employeeperformance externalmetrics definitions service unavailable response has a 5xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable) IsSuccess

IsSuccess returns true when this get employeeperformance externalmetrics definitions service unavailable response has a 2xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable) String

type GetEmployeeperformanceExternalmetricsDefinitionsTooManyRequests

type GetEmployeeperformanceExternalmetricsDefinitionsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetEmployeeperformanceExternalmetricsDefinitionsTooManyRequests

func NewGetEmployeeperformanceExternalmetricsDefinitionsTooManyRequests() *GetEmployeeperformanceExternalmetricsDefinitionsTooManyRequests

NewGetEmployeeperformanceExternalmetricsDefinitionsTooManyRequests creates a GetEmployeeperformanceExternalmetricsDefinitionsTooManyRequests with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionsTooManyRequests) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionsTooManyRequests) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionsTooManyRequests) IsClientError

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsTooManyRequests) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsTooManyRequests) IsRedirect

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsTooManyRequests) IsServerError

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsTooManyRequests) IsSuccess

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsTooManyRequests) String

type GetEmployeeperformanceExternalmetricsDefinitionsUnauthorized

type GetEmployeeperformanceExternalmetricsDefinitionsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetEmployeeperformanceExternalmetricsDefinitionsUnauthorized

func NewGetEmployeeperformanceExternalmetricsDefinitionsUnauthorized() *GetEmployeeperformanceExternalmetricsDefinitionsUnauthorized

NewGetEmployeeperformanceExternalmetricsDefinitionsUnauthorized creates a GetEmployeeperformanceExternalmetricsDefinitionsUnauthorized with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionsUnauthorized) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionsUnauthorized) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionsUnauthorized) IsClientError

IsClientError returns true when this get employeeperformance externalmetrics definitions unauthorized response has a 4xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsUnauthorized) IsCode

IsCode returns true when this get employeeperformance externalmetrics definitions unauthorized response a status code equal to that given

func (*GetEmployeeperformanceExternalmetricsDefinitionsUnauthorized) IsRedirect

IsRedirect returns true when this get employeeperformance externalmetrics definitions unauthorized response has a 3xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsUnauthorized) IsServerError

IsServerError returns true when this get employeeperformance externalmetrics definitions unauthorized response has a 5xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsUnauthorized) IsSuccess

IsSuccess returns true when this get employeeperformance externalmetrics definitions unauthorized response has a 2xx status code

func (*GetEmployeeperformanceExternalmetricsDefinitionsUnauthorized) String

type GetEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType

type GetEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType 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 NewGetEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType

func NewGetEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType() *GetEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType

NewGetEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType creates a GetEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType with default headers values

func (*GetEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType) Error

func (*GetEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType) GetPayload

func (*GetEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType) IsClientError

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType) IsCode

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType) IsRedirect

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType) IsServerError

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType) IsSuccess

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

func (*GetEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType) String

type GetGamificationLeaderboardAllBadRequest

type GetGamificationLeaderboardAllBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardAllBadRequest 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 NewGetGamificationLeaderboardAllBadRequest

func NewGetGamificationLeaderboardAllBadRequest() *GetGamificationLeaderboardAllBadRequest

NewGetGamificationLeaderboardAllBadRequest creates a GetGamificationLeaderboardAllBadRequest with default headers values

func (*GetGamificationLeaderboardAllBadRequest) Error

func (*GetGamificationLeaderboardAllBadRequest) GetPayload

func (*GetGamificationLeaderboardAllBadRequest) IsClientError

func (o *GetGamificationLeaderboardAllBadRequest) IsClientError() bool

IsClientError returns true when this get gamification leaderboard all bad request response has a 4xx status code

func (*GetGamificationLeaderboardAllBadRequest) IsCode

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

func (*GetGamificationLeaderboardAllBadRequest) IsRedirect

IsRedirect returns true when this get gamification leaderboard all bad request response has a 3xx status code

func (*GetGamificationLeaderboardAllBadRequest) IsServerError

func (o *GetGamificationLeaderboardAllBadRequest) IsServerError() bool

IsServerError returns true when this get gamification leaderboard all bad request response has a 5xx status code

func (*GetGamificationLeaderboardAllBadRequest) IsSuccess

IsSuccess returns true when this get gamification leaderboard all bad request response has a 2xx status code

func (*GetGamificationLeaderboardAllBadRequest) String

type GetGamificationLeaderboardAllBestpointsBadRequest

type GetGamificationLeaderboardAllBestpointsBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardAllBestpointsBadRequest 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 NewGetGamificationLeaderboardAllBestpointsBadRequest

func NewGetGamificationLeaderboardAllBestpointsBadRequest() *GetGamificationLeaderboardAllBestpointsBadRequest

NewGetGamificationLeaderboardAllBestpointsBadRequest creates a GetGamificationLeaderboardAllBestpointsBadRequest with default headers values

func (*GetGamificationLeaderboardAllBestpointsBadRequest) Error

func (*GetGamificationLeaderboardAllBestpointsBadRequest) GetPayload

func (*GetGamificationLeaderboardAllBestpointsBadRequest) IsClientError

IsClientError returns true when this get gamification leaderboard all bestpoints bad request response has a 4xx status code

func (*GetGamificationLeaderboardAllBestpointsBadRequest) IsCode

IsCode returns true when this get gamification leaderboard all bestpoints bad request response a status code equal to that given

func (*GetGamificationLeaderboardAllBestpointsBadRequest) IsRedirect

IsRedirect returns true when this get gamification leaderboard all bestpoints bad request response has a 3xx status code

func (*GetGamificationLeaderboardAllBestpointsBadRequest) IsServerError

IsServerError returns true when this get gamification leaderboard all bestpoints bad request response has a 5xx status code

func (*GetGamificationLeaderboardAllBestpointsBadRequest) IsSuccess

IsSuccess returns true when this get gamification leaderboard all bestpoints bad request response has a 2xx status code

func (*GetGamificationLeaderboardAllBestpointsBadRequest) String

type GetGamificationLeaderboardAllBestpointsForbidden

type GetGamificationLeaderboardAllBestpointsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetGamificationLeaderboardAllBestpointsForbidden

func NewGetGamificationLeaderboardAllBestpointsForbidden() *GetGamificationLeaderboardAllBestpointsForbidden

NewGetGamificationLeaderboardAllBestpointsForbidden creates a GetGamificationLeaderboardAllBestpointsForbidden with default headers values

func (*GetGamificationLeaderboardAllBestpointsForbidden) Error

func (*GetGamificationLeaderboardAllBestpointsForbidden) GetPayload

func (*GetGamificationLeaderboardAllBestpointsForbidden) IsClientError

IsClientError returns true when this get gamification leaderboard all bestpoints forbidden response has a 4xx status code

func (*GetGamificationLeaderboardAllBestpointsForbidden) IsCode

IsCode returns true when this get gamification leaderboard all bestpoints forbidden response a status code equal to that given

func (*GetGamificationLeaderboardAllBestpointsForbidden) IsRedirect

IsRedirect returns true when this get gamification leaderboard all bestpoints forbidden response has a 3xx status code

func (*GetGamificationLeaderboardAllBestpointsForbidden) IsServerError

IsServerError returns true when this get gamification leaderboard all bestpoints forbidden response has a 5xx status code

func (*GetGamificationLeaderboardAllBestpointsForbidden) IsSuccess

IsSuccess returns true when this get gamification leaderboard all bestpoints forbidden response has a 2xx status code

func (*GetGamificationLeaderboardAllBestpointsForbidden) String

type GetGamificationLeaderboardAllBestpointsGatewayTimeout

type GetGamificationLeaderboardAllBestpointsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetGamificationLeaderboardAllBestpointsGatewayTimeout

func NewGetGamificationLeaderboardAllBestpointsGatewayTimeout() *GetGamificationLeaderboardAllBestpointsGatewayTimeout

NewGetGamificationLeaderboardAllBestpointsGatewayTimeout creates a GetGamificationLeaderboardAllBestpointsGatewayTimeout with default headers values

func (*GetGamificationLeaderboardAllBestpointsGatewayTimeout) Error

func (*GetGamificationLeaderboardAllBestpointsGatewayTimeout) GetPayload

func (*GetGamificationLeaderboardAllBestpointsGatewayTimeout) IsClientError

IsClientError returns true when this get gamification leaderboard all bestpoints gateway timeout response has a 4xx status code

func (*GetGamificationLeaderboardAllBestpointsGatewayTimeout) IsCode

IsCode returns true when this get gamification leaderboard all bestpoints gateway timeout response a status code equal to that given

func (*GetGamificationLeaderboardAllBestpointsGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification leaderboard all bestpoints gateway timeout response has a 3xx status code

func (*GetGamificationLeaderboardAllBestpointsGatewayTimeout) IsServerError

IsServerError returns true when this get gamification leaderboard all bestpoints gateway timeout response has a 5xx status code

func (*GetGamificationLeaderboardAllBestpointsGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification leaderboard all bestpoints gateway timeout response has a 2xx status code

func (*GetGamificationLeaderboardAllBestpointsGatewayTimeout) String

type GetGamificationLeaderboardAllBestpointsInternalServerError

type GetGamificationLeaderboardAllBestpointsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardAllBestpointsInternalServerError 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 NewGetGamificationLeaderboardAllBestpointsInternalServerError

func NewGetGamificationLeaderboardAllBestpointsInternalServerError() *GetGamificationLeaderboardAllBestpointsInternalServerError

NewGetGamificationLeaderboardAllBestpointsInternalServerError creates a GetGamificationLeaderboardAllBestpointsInternalServerError with default headers values

func (*GetGamificationLeaderboardAllBestpointsInternalServerError) Error

func (*GetGamificationLeaderboardAllBestpointsInternalServerError) GetPayload

func (*GetGamificationLeaderboardAllBestpointsInternalServerError) IsClientError

IsClientError returns true when this get gamification leaderboard all bestpoints internal server error response has a 4xx status code

func (*GetGamificationLeaderboardAllBestpointsInternalServerError) IsCode

IsCode returns true when this get gamification leaderboard all bestpoints internal server error response a status code equal to that given

func (*GetGamificationLeaderboardAllBestpointsInternalServerError) IsRedirect

IsRedirect returns true when this get gamification leaderboard all bestpoints internal server error response has a 3xx status code

func (*GetGamificationLeaderboardAllBestpointsInternalServerError) IsServerError

IsServerError returns true when this get gamification leaderboard all bestpoints internal server error response has a 5xx status code

func (*GetGamificationLeaderboardAllBestpointsInternalServerError) IsSuccess

IsSuccess returns true when this get gamification leaderboard all bestpoints internal server error response has a 2xx status code

func (*GetGamificationLeaderboardAllBestpointsInternalServerError) String

type GetGamificationLeaderboardAllBestpointsNotFound

type GetGamificationLeaderboardAllBestpointsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetGamificationLeaderboardAllBestpointsNotFound

func NewGetGamificationLeaderboardAllBestpointsNotFound() *GetGamificationLeaderboardAllBestpointsNotFound

NewGetGamificationLeaderboardAllBestpointsNotFound creates a GetGamificationLeaderboardAllBestpointsNotFound with default headers values

func (*GetGamificationLeaderboardAllBestpointsNotFound) Error

func (*GetGamificationLeaderboardAllBestpointsNotFound) GetPayload

func (*GetGamificationLeaderboardAllBestpointsNotFound) IsClientError

IsClientError returns true when this get gamification leaderboard all bestpoints not found response has a 4xx status code

func (*GetGamificationLeaderboardAllBestpointsNotFound) IsCode

IsCode returns true when this get gamification leaderboard all bestpoints not found response a status code equal to that given

func (*GetGamificationLeaderboardAllBestpointsNotFound) IsRedirect

IsRedirect returns true when this get gamification leaderboard all bestpoints not found response has a 3xx status code

func (*GetGamificationLeaderboardAllBestpointsNotFound) IsServerError

IsServerError returns true when this get gamification leaderboard all bestpoints not found response has a 5xx status code

func (*GetGamificationLeaderboardAllBestpointsNotFound) IsSuccess

IsSuccess returns true when this get gamification leaderboard all bestpoints not found response has a 2xx status code

func (*GetGamificationLeaderboardAllBestpointsNotFound) String

type GetGamificationLeaderboardAllBestpointsOK

type GetGamificationLeaderboardAllBestpointsOK struct {
	Payload *models.OverallBestPoints
}

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

successful operation

func NewGetGamificationLeaderboardAllBestpointsOK

func NewGetGamificationLeaderboardAllBestpointsOK() *GetGamificationLeaderboardAllBestpointsOK

NewGetGamificationLeaderboardAllBestpointsOK creates a GetGamificationLeaderboardAllBestpointsOK with default headers values

func (*GetGamificationLeaderboardAllBestpointsOK) Error

func (*GetGamificationLeaderboardAllBestpointsOK) GetPayload

func (*GetGamificationLeaderboardAllBestpointsOK) IsClientError

IsClientError returns true when this get gamification leaderboard all bestpoints o k response has a 4xx status code

func (*GetGamificationLeaderboardAllBestpointsOK) IsCode

IsCode returns true when this get gamification leaderboard all bestpoints o k response a status code equal to that given

func (*GetGamificationLeaderboardAllBestpointsOK) IsRedirect

IsRedirect returns true when this get gamification leaderboard all bestpoints o k response has a 3xx status code

func (*GetGamificationLeaderboardAllBestpointsOK) IsServerError

IsServerError returns true when this get gamification leaderboard all bestpoints o k response has a 5xx status code

func (*GetGamificationLeaderboardAllBestpointsOK) IsSuccess

IsSuccess returns true when this get gamification leaderboard all bestpoints o k response has a 2xx status code

func (*GetGamificationLeaderboardAllBestpointsOK) String

type GetGamificationLeaderboardAllBestpointsParams

type GetGamificationLeaderboardAllBestpointsParams struct {

	/* FilterID.

	   ID for the filter type. For example, division or performance profile Id
	*/
	FilterID string

	/* FilterType.

	   Filter type for the query request.
	*/
	FilterType string

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

GetGamificationLeaderboardAllBestpointsParams contains all the parameters to send to the API endpoint

for the get gamification leaderboard all bestpoints operation.

Typically these are written to a http.Request.

func NewGetGamificationLeaderboardAllBestpointsParams

func NewGetGamificationLeaderboardAllBestpointsParams() *GetGamificationLeaderboardAllBestpointsParams

NewGetGamificationLeaderboardAllBestpointsParams creates a new GetGamificationLeaderboardAllBestpointsParams 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 NewGetGamificationLeaderboardAllBestpointsParamsWithContext

func NewGetGamificationLeaderboardAllBestpointsParamsWithContext(ctx context.Context) *GetGamificationLeaderboardAllBestpointsParams

NewGetGamificationLeaderboardAllBestpointsParamsWithContext creates a new GetGamificationLeaderboardAllBestpointsParams object with the ability to set a context for a request.

func NewGetGamificationLeaderboardAllBestpointsParamsWithHTTPClient

func NewGetGamificationLeaderboardAllBestpointsParamsWithHTTPClient(client *http.Client) *GetGamificationLeaderboardAllBestpointsParams

NewGetGamificationLeaderboardAllBestpointsParamsWithHTTPClient creates a new GetGamificationLeaderboardAllBestpointsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationLeaderboardAllBestpointsParamsWithTimeout

func NewGetGamificationLeaderboardAllBestpointsParamsWithTimeout(timeout time.Duration) *GetGamificationLeaderboardAllBestpointsParams

NewGetGamificationLeaderboardAllBestpointsParamsWithTimeout creates a new GetGamificationLeaderboardAllBestpointsParams object with the ability to set a timeout on a request.

func (*GetGamificationLeaderboardAllBestpointsParams) SetContext

SetContext adds the context to the get gamification leaderboard all bestpoints params

func (*GetGamificationLeaderboardAllBestpointsParams) SetDefaults

SetDefaults hydrates default values in the get gamification leaderboard all bestpoints params (not the query body).

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

func (*GetGamificationLeaderboardAllBestpointsParams) SetFilterID

func (o *GetGamificationLeaderboardAllBestpointsParams) SetFilterID(filterID string)

SetFilterID adds the filterId to the get gamification leaderboard all bestpoints params

func (*GetGamificationLeaderboardAllBestpointsParams) SetFilterType

func (o *GetGamificationLeaderboardAllBestpointsParams) SetFilterType(filterType string)

SetFilterType adds the filterType to the get gamification leaderboard all bestpoints params

func (*GetGamificationLeaderboardAllBestpointsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get gamification leaderboard all bestpoints params

func (*GetGamificationLeaderboardAllBestpointsParams) SetTimeout

SetTimeout adds the timeout to the get gamification leaderboard all bestpoints params

func (*GetGamificationLeaderboardAllBestpointsParams) WithContext

WithContext adds the context to the get gamification leaderboard all bestpoints params

func (*GetGamificationLeaderboardAllBestpointsParams) WithDefaults

WithDefaults hydrates default values in the get gamification leaderboard all bestpoints params (not the query body).

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

func (*GetGamificationLeaderboardAllBestpointsParams) WithFilterID

WithFilterID adds the filterID to the get gamification leaderboard all bestpoints params

func (*GetGamificationLeaderboardAllBestpointsParams) WithFilterType

WithFilterType adds the filterType to the get gamification leaderboard all bestpoints params

func (*GetGamificationLeaderboardAllBestpointsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification leaderboard all bestpoints params

func (*GetGamificationLeaderboardAllBestpointsParams) WithTimeout

WithTimeout adds the timeout to the get gamification leaderboard all bestpoints params

func (*GetGamificationLeaderboardAllBestpointsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationLeaderboardAllBestpointsReader

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

GetGamificationLeaderboardAllBestpointsReader is a Reader for the GetGamificationLeaderboardAllBestpoints structure.

func (*GetGamificationLeaderboardAllBestpointsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGamificationLeaderboardAllBestpointsRequestEntityTooLarge

type GetGamificationLeaderboardAllBestpointsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationLeaderboardAllBestpointsRequestEntityTooLarge

func NewGetGamificationLeaderboardAllBestpointsRequestEntityTooLarge() *GetGamificationLeaderboardAllBestpointsRequestEntityTooLarge

NewGetGamificationLeaderboardAllBestpointsRequestEntityTooLarge creates a GetGamificationLeaderboardAllBestpointsRequestEntityTooLarge with default headers values

func (*GetGamificationLeaderboardAllBestpointsRequestEntityTooLarge) Error

func (*GetGamificationLeaderboardAllBestpointsRequestEntityTooLarge) GetPayload

func (*GetGamificationLeaderboardAllBestpointsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification leaderboard all bestpoints request entity too large response has a 4xx status code

func (*GetGamificationLeaderboardAllBestpointsRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification leaderboard all bestpoints request entity too large response a status code equal to that given

func (*GetGamificationLeaderboardAllBestpointsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification leaderboard all bestpoints request entity too large response has a 3xx status code

func (*GetGamificationLeaderboardAllBestpointsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification leaderboard all bestpoints request entity too large response has a 5xx status code

func (*GetGamificationLeaderboardAllBestpointsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification leaderboard all bestpoints request entity too large response has a 2xx status code

func (*GetGamificationLeaderboardAllBestpointsRequestEntityTooLarge) String

type GetGamificationLeaderboardAllBestpointsRequestTimeout

type GetGamificationLeaderboardAllBestpointsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardAllBestpointsRequestTimeout 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 NewGetGamificationLeaderboardAllBestpointsRequestTimeout

func NewGetGamificationLeaderboardAllBestpointsRequestTimeout() *GetGamificationLeaderboardAllBestpointsRequestTimeout

NewGetGamificationLeaderboardAllBestpointsRequestTimeout creates a GetGamificationLeaderboardAllBestpointsRequestTimeout with default headers values

func (*GetGamificationLeaderboardAllBestpointsRequestTimeout) Error

func (*GetGamificationLeaderboardAllBestpointsRequestTimeout) GetPayload

func (*GetGamificationLeaderboardAllBestpointsRequestTimeout) IsClientError

IsClientError returns true when this get gamification leaderboard all bestpoints request timeout response has a 4xx status code

func (*GetGamificationLeaderboardAllBestpointsRequestTimeout) IsCode

IsCode returns true when this get gamification leaderboard all bestpoints request timeout response a status code equal to that given

func (*GetGamificationLeaderboardAllBestpointsRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification leaderboard all bestpoints request timeout response has a 3xx status code

func (*GetGamificationLeaderboardAllBestpointsRequestTimeout) IsServerError

IsServerError returns true when this get gamification leaderboard all bestpoints request timeout response has a 5xx status code

func (*GetGamificationLeaderboardAllBestpointsRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification leaderboard all bestpoints request timeout response has a 2xx status code

func (*GetGamificationLeaderboardAllBestpointsRequestTimeout) String

type GetGamificationLeaderboardAllBestpointsServiceUnavailable

type GetGamificationLeaderboardAllBestpointsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardAllBestpointsServiceUnavailable 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 NewGetGamificationLeaderboardAllBestpointsServiceUnavailable

func NewGetGamificationLeaderboardAllBestpointsServiceUnavailable() *GetGamificationLeaderboardAllBestpointsServiceUnavailable

NewGetGamificationLeaderboardAllBestpointsServiceUnavailable creates a GetGamificationLeaderboardAllBestpointsServiceUnavailable with default headers values

func (*GetGamificationLeaderboardAllBestpointsServiceUnavailable) Error

func (*GetGamificationLeaderboardAllBestpointsServiceUnavailable) GetPayload

func (*GetGamificationLeaderboardAllBestpointsServiceUnavailable) IsClientError

IsClientError returns true when this get gamification leaderboard all bestpoints service unavailable response has a 4xx status code

func (*GetGamificationLeaderboardAllBestpointsServiceUnavailable) IsCode

IsCode returns true when this get gamification leaderboard all bestpoints service unavailable response a status code equal to that given

func (*GetGamificationLeaderboardAllBestpointsServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification leaderboard all bestpoints service unavailable response has a 3xx status code

func (*GetGamificationLeaderboardAllBestpointsServiceUnavailable) IsServerError

IsServerError returns true when this get gamification leaderboard all bestpoints service unavailable response has a 5xx status code

func (*GetGamificationLeaderboardAllBestpointsServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification leaderboard all bestpoints service unavailable response has a 2xx status code

func (*GetGamificationLeaderboardAllBestpointsServiceUnavailable) String

type GetGamificationLeaderboardAllBestpointsTooManyRequests

type GetGamificationLeaderboardAllBestpointsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationLeaderboardAllBestpointsTooManyRequests

func NewGetGamificationLeaderboardAllBestpointsTooManyRequests() *GetGamificationLeaderboardAllBestpointsTooManyRequests

NewGetGamificationLeaderboardAllBestpointsTooManyRequests creates a GetGamificationLeaderboardAllBestpointsTooManyRequests with default headers values

func (*GetGamificationLeaderboardAllBestpointsTooManyRequests) Error

func (*GetGamificationLeaderboardAllBestpointsTooManyRequests) GetPayload

func (*GetGamificationLeaderboardAllBestpointsTooManyRequests) IsClientError

IsClientError returns true when this get gamification leaderboard all bestpoints too many requests response has a 4xx status code

func (*GetGamificationLeaderboardAllBestpointsTooManyRequests) IsCode

IsCode returns true when this get gamification leaderboard all bestpoints too many requests response a status code equal to that given

func (*GetGamificationLeaderboardAllBestpointsTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification leaderboard all bestpoints too many requests response has a 3xx status code

func (*GetGamificationLeaderboardAllBestpointsTooManyRequests) IsServerError

IsServerError returns true when this get gamification leaderboard all bestpoints too many requests response has a 5xx status code

func (*GetGamificationLeaderboardAllBestpointsTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification leaderboard all bestpoints too many requests response has a 2xx status code

func (*GetGamificationLeaderboardAllBestpointsTooManyRequests) String

type GetGamificationLeaderboardAllBestpointsUnauthorized

type GetGamificationLeaderboardAllBestpointsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetGamificationLeaderboardAllBestpointsUnauthorized

func NewGetGamificationLeaderboardAllBestpointsUnauthorized() *GetGamificationLeaderboardAllBestpointsUnauthorized

NewGetGamificationLeaderboardAllBestpointsUnauthorized creates a GetGamificationLeaderboardAllBestpointsUnauthorized with default headers values

func (*GetGamificationLeaderboardAllBestpointsUnauthorized) Error

func (*GetGamificationLeaderboardAllBestpointsUnauthorized) GetPayload

func (*GetGamificationLeaderboardAllBestpointsUnauthorized) IsClientError

IsClientError returns true when this get gamification leaderboard all bestpoints unauthorized response has a 4xx status code

func (*GetGamificationLeaderboardAllBestpointsUnauthorized) IsCode

IsCode returns true when this get gamification leaderboard all bestpoints unauthorized response a status code equal to that given

func (*GetGamificationLeaderboardAllBestpointsUnauthorized) IsRedirect

IsRedirect returns true when this get gamification leaderboard all bestpoints unauthorized response has a 3xx status code

func (*GetGamificationLeaderboardAllBestpointsUnauthorized) IsServerError

IsServerError returns true when this get gamification leaderboard all bestpoints unauthorized response has a 5xx status code

func (*GetGamificationLeaderboardAllBestpointsUnauthorized) IsSuccess

IsSuccess returns true when this get gamification leaderboard all bestpoints unauthorized response has a 2xx status code

func (*GetGamificationLeaderboardAllBestpointsUnauthorized) String

type GetGamificationLeaderboardAllBestpointsUnsupportedMediaType

type GetGamificationLeaderboardAllBestpointsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardAllBestpointsUnsupportedMediaType 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 NewGetGamificationLeaderboardAllBestpointsUnsupportedMediaType

func NewGetGamificationLeaderboardAllBestpointsUnsupportedMediaType() *GetGamificationLeaderboardAllBestpointsUnsupportedMediaType

NewGetGamificationLeaderboardAllBestpointsUnsupportedMediaType creates a GetGamificationLeaderboardAllBestpointsUnsupportedMediaType with default headers values

func (*GetGamificationLeaderboardAllBestpointsUnsupportedMediaType) Error

func (*GetGamificationLeaderboardAllBestpointsUnsupportedMediaType) GetPayload

func (*GetGamificationLeaderboardAllBestpointsUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification leaderboard all bestpoints unsupported media type response has a 4xx status code

func (*GetGamificationLeaderboardAllBestpointsUnsupportedMediaType) IsCode

IsCode returns true when this get gamification leaderboard all bestpoints unsupported media type response a status code equal to that given

func (*GetGamificationLeaderboardAllBestpointsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification leaderboard all bestpoints unsupported media type response has a 3xx status code

func (*GetGamificationLeaderboardAllBestpointsUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification leaderboard all bestpoints unsupported media type response has a 5xx status code

func (*GetGamificationLeaderboardAllBestpointsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification leaderboard all bestpoints unsupported media type response has a 2xx status code

func (*GetGamificationLeaderboardAllBestpointsUnsupportedMediaType) String

type GetGamificationLeaderboardAllForbidden

type GetGamificationLeaderboardAllForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetGamificationLeaderboardAllForbidden

func NewGetGamificationLeaderboardAllForbidden() *GetGamificationLeaderboardAllForbidden

NewGetGamificationLeaderboardAllForbidden creates a GetGamificationLeaderboardAllForbidden with default headers values

func (*GetGamificationLeaderboardAllForbidden) Error

func (*GetGamificationLeaderboardAllForbidden) GetPayload

func (*GetGamificationLeaderboardAllForbidden) IsClientError

func (o *GetGamificationLeaderboardAllForbidden) IsClientError() bool

IsClientError returns true when this get gamification leaderboard all forbidden response has a 4xx status code

func (*GetGamificationLeaderboardAllForbidden) IsCode

IsCode returns true when this get gamification leaderboard all forbidden response a status code equal to that given

func (*GetGamificationLeaderboardAllForbidden) IsRedirect

IsRedirect returns true when this get gamification leaderboard all forbidden response has a 3xx status code

func (*GetGamificationLeaderboardAllForbidden) IsServerError

func (o *GetGamificationLeaderboardAllForbidden) IsServerError() bool

IsServerError returns true when this get gamification leaderboard all forbidden response has a 5xx status code

func (*GetGamificationLeaderboardAllForbidden) IsSuccess

IsSuccess returns true when this get gamification leaderboard all forbidden response has a 2xx status code

func (*GetGamificationLeaderboardAllForbidden) String

type GetGamificationLeaderboardAllGatewayTimeout

type GetGamificationLeaderboardAllGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetGamificationLeaderboardAllGatewayTimeout

func NewGetGamificationLeaderboardAllGatewayTimeout() *GetGamificationLeaderboardAllGatewayTimeout

NewGetGamificationLeaderboardAllGatewayTimeout creates a GetGamificationLeaderboardAllGatewayTimeout with default headers values

func (*GetGamificationLeaderboardAllGatewayTimeout) Error

func (*GetGamificationLeaderboardAllGatewayTimeout) GetPayload

func (*GetGamificationLeaderboardAllGatewayTimeout) IsClientError

IsClientError returns true when this get gamification leaderboard all gateway timeout response has a 4xx status code

func (*GetGamificationLeaderboardAllGatewayTimeout) IsCode

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

func (*GetGamificationLeaderboardAllGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification leaderboard all gateway timeout response has a 3xx status code

func (*GetGamificationLeaderboardAllGatewayTimeout) IsServerError

IsServerError returns true when this get gamification leaderboard all gateway timeout response has a 5xx status code

func (*GetGamificationLeaderboardAllGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification leaderboard all gateway timeout response has a 2xx status code

func (*GetGamificationLeaderboardAllGatewayTimeout) String

type GetGamificationLeaderboardAllInternalServerError

type GetGamificationLeaderboardAllInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardAllInternalServerError 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 NewGetGamificationLeaderboardAllInternalServerError

func NewGetGamificationLeaderboardAllInternalServerError() *GetGamificationLeaderboardAllInternalServerError

NewGetGamificationLeaderboardAllInternalServerError creates a GetGamificationLeaderboardAllInternalServerError with default headers values

func (*GetGamificationLeaderboardAllInternalServerError) Error

func (*GetGamificationLeaderboardAllInternalServerError) GetPayload

func (*GetGamificationLeaderboardAllInternalServerError) IsClientError

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

func (*GetGamificationLeaderboardAllInternalServerError) IsCode

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

func (*GetGamificationLeaderboardAllInternalServerError) IsRedirect

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

func (*GetGamificationLeaderboardAllInternalServerError) IsServerError

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

func (*GetGamificationLeaderboardAllInternalServerError) IsSuccess

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

func (*GetGamificationLeaderboardAllInternalServerError) String

type GetGamificationLeaderboardAllNotFound

type GetGamificationLeaderboardAllNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetGamificationLeaderboardAllNotFound

func NewGetGamificationLeaderboardAllNotFound() *GetGamificationLeaderboardAllNotFound

NewGetGamificationLeaderboardAllNotFound creates a GetGamificationLeaderboardAllNotFound with default headers values

func (*GetGamificationLeaderboardAllNotFound) Error

func (*GetGamificationLeaderboardAllNotFound) GetPayload

func (*GetGamificationLeaderboardAllNotFound) IsClientError

func (o *GetGamificationLeaderboardAllNotFound) IsClientError() bool

IsClientError returns true when this get gamification leaderboard all not found response has a 4xx status code

func (*GetGamificationLeaderboardAllNotFound) IsCode

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

func (*GetGamificationLeaderboardAllNotFound) IsRedirect

IsRedirect returns true when this get gamification leaderboard all not found response has a 3xx status code

func (*GetGamificationLeaderboardAllNotFound) IsServerError

func (o *GetGamificationLeaderboardAllNotFound) IsServerError() bool

IsServerError returns true when this get gamification leaderboard all not found response has a 5xx status code

func (*GetGamificationLeaderboardAllNotFound) IsSuccess

IsSuccess returns true when this get gamification leaderboard all not found response has a 2xx status code

func (*GetGamificationLeaderboardAllNotFound) String

type GetGamificationLeaderboardAllOK

type GetGamificationLeaderboardAllOK struct {
	Payload *models.Leaderboard
}

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

successful operation

func NewGetGamificationLeaderboardAllOK

func NewGetGamificationLeaderboardAllOK() *GetGamificationLeaderboardAllOK

NewGetGamificationLeaderboardAllOK creates a GetGamificationLeaderboardAllOK with default headers values

func (*GetGamificationLeaderboardAllOK) Error

func (*GetGamificationLeaderboardAllOK) GetPayload

func (*GetGamificationLeaderboardAllOK) IsClientError

func (o *GetGamificationLeaderboardAllOK) IsClientError() bool

IsClientError returns true when this get gamification leaderboard all o k response has a 4xx status code

func (*GetGamificationLeaderboardAllOK) IsCode

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

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

func (*GetGamificationLeaderboardAllOK) IsRedirect

func (o *GetGamificationLeaderboardAllOK) IsRedirect() bool

IsRedirect returns true when this get gamification leaderboard all o k response has a 3xx status code

func (*GetGamificationLeaderboardAllOK) IsServerError

func (o *GetGamificationLeaderboardAllOK) IsServerError() bool

IsServerError returns true when this get gamification leaderboard all o k response has a 5xx status code

func (*GetGamificationLeaderboardAllOK) IsSuccess

func (o *GetGamificationLeaderboardAllOK) IsSuccess() bool

IsSuccess returns true when this get gamification leaderboard all o k response has a 2xx status code

func (*GetGamificationLeaderboardAllOK) String

type GetGamificationLeaderboardAllParams

type GetGamificationLeaderboardAllParams struct {

	/* EndWorkday.

	   End workday to retrieve for the leaderboard. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	EndWorkday strfmt.Date

	/* FilterID.

	   ID for the filter type. For example, division or performance profile Id
	*/
	FilterID string

	/* FilterType.

	   Filter type for the query request.
	*/
	FilterType string

	/* MetricID.

	   Metric Id for which the leaderboard is to be generated. The total points is used if nothing is given.
	*/
	MetricID *string

	/* StartWorkday.

	   Start workday to retrieve for the leaderboard. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	StartWorkday strfmt.Date

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

GetGamificationLeaderboardAllParams contains all the parameters to send to the API endpoint

for the get gamification leaderboard all operation.

Typically these are written to a http.Request.

func NewGetGamificationLeaderboardAllParams

func NewGetGamificationLeaderboardAllParams() *GetGamificationLeaderboardAllParams

NewGetGamificationLeaderboardAllParams creates a new GetGamificationLeaderboardAllParams 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 NewGetGamificationLeaderboardAllParamsWithContext

func NewGetGamificationLeaderboardAllParamsWithContext(ctx context.Context) *GetGamificationLeaderboardAllParams

NewGetGamificationLeaderboardAllParamsWithContext creates a new GetGamificationLeaderboardAllParams object with the ability to set a context for a request.

func NewGetGamificationLeaderboardAllParamsWithHTTPClient

func NewGetGamificationLeaderboardAllParamsWithHTTPClient(client *http.Client) *GetGamificationLeaderboardAllParams

NewGetGamificationLeaderboardAllParamsWithHTTPClient creates a new GetGamificationLeaderboardAllParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationLeaderboardAllParamsWithTimeout

func NewGetGamificationLeaderboardAllParamsWithTimeout(timeout time.Duration) *GetGamificationLeaderboardAllParams

NewGetGamificationLeaderboardAllParamsWithTimeout creates a new GetGamificationLeaderboardAllParams object with the ability to set a timeout on a request.

func (*GetGamificationLeaderboardAllParams) SetContext

SetContext adds the context to the get gamification leaderboard all params

func (*GetGamificationLeaderboardAllParams) SetDefaults

func (o *GetGamificationLeaderboardAllParams) SetDefaults()

SetDefaults hydrates default values in the get gamification leaderboard all params (not the query body).

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

func (*GetGamificationLeaderboardAllParams) SetEndWorkday

func (o *GetGamificationLeaderboardAllParams) SetEndWorkday(endWorkday strfmt.Date)

SetEndWorkday adds the endWorkday to the get gamification leaderboard all params

func (*GetGamificationLeaderboardAllParams) SetFilterID

func (o *GetGamificationLeaderboardAllParams) SetFilterID(filterID string)

SetFilterID adds the filterId to the get gamification leaderboard all params

func (*GetGamificationLeaderboardAllParams) SetFilterType

func (o *GetGamificationLeaderboardAllParams) SetFilterType(filterType string)

SetFilterType adds the filterType to the get gamification leaderboard all params

func (*GetGamificationLeaderboardAllParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get gamification leaderboard all params

func (*GetGamificationLeaderboardAllParams) SetMetricID

func (o *GetGamificationLeaderboardAllParams) SetMetricID(metricID *string)

SetMetricID adds the metricId to the get gamification leaderboard all params

func (*GetGamificationLeaderboardAllParams) SetStartWorkday

func (o *GetGamificationLeaderboardAllParams) SetStartWorkday(startWorkday strfmt.Date)

SetStartWorkday adds the startWorkday to the get gamification leaderboard all params

func (*GetGamificationLeaderboardAllParams) SetTimeout

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

SetTimeout adds the timeout to the get gamification leaderboard all params

func (*GetGamificationLeaderboardAllParams) WithContext

WithContext adds the context to the get gamification leaderboard all params

func (*GetGamificationLeaderboardAllParams) WithDefaults

WithDefaults hydrates default values in the get gamification leaderboard all params (not the query body).

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

func (*GetGamificationLeaderboardAllParams) WithEndWorkday

WithEndWorkday adds the endWorkday to the get gamification leaderboard all params

func (*GetGamificationLeaderboardAllParams) WithFilterID

WithFilterID adds the filterID to the get gamification leaderboard all params

func (*GetGamificationLeaderboardAllParams) WithFilterType

WithFilterType adds the filterType to the get gamification leaderboard all params

func (*GetGamificationLeaderboardAllParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification leaderboard all params

func (*GetGamificationLeaderboardAllParams) WithMetricID

WithMetricID adds the metricID to the get gamification leaderboard all params

func (*GetGamificationLeaderboardAllParams) WithStartWorkday

WithStartWorkday adds the startWorkday to the get gamification leaderboard all params

func (*GetGamificationLeaderboardAllParams) WithTimeout

WithTimeout adds the timeout to the get gamification leaderboard all params

func (*GetGamificationLeaderboardAllParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationLeaderboardAllReader

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

GetGamificationLeaderboardAllReader is a Reader for the GetGamificationLeaderboardAll structure.

func (*GetGamificationLeaderboardAllReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGamificationLeaderboardAllRequestEntityTooLarge

type GetGamificationLeaderboardAllRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationLeaderboardAllRequestEntityTooLarge

func NewGetGamificationLeaderboardAllRequestEntityTooLarge() *GetGamificationLeaderboardAllRequestEntityTooLarge

NewGetGamificationLeaderboardAllRequestEntityTooLarge creates a GetGamificationLeaderboardAllRequestEntityTooLarge with default headers values

func (*GetGamificationLeaderboardAllRequestEntityTooLarge) Error

func (*GetGamificationLeaderboardAllRequestEntityTooLarge) GetPayload

func (*GetGamificationLeaderboardAllRequestEntityTooLarge) IsClientError

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

func (*GetGamificationLeaderboardAllRequestEntityTooLarge) IsCode

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

func (*GetGamificationLeaderboardAllRequestEntityTooLarge) IsRedirect

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

func (*GetGamificationLeaderboardAllRequestEntityTooLarge) IsServerError

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

func (*GetGamificationLeaderboardAllRequestEntityTooLarge) IsSuccess

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

func (*GetGamificationLeaderboardAllRequestEntityTooLarge) String

type GetGamificationLeaderboardAllRequestTimeout

type GetGamificationLeaderboardAllRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardAllRequestTimeout 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 NewGetGamificationLeaderboardAllRequestTimeout

func NewGetGamificationLeaderboardAllRequestTimeout() *GetGamificationLeaderboardAllRequestTimeout

NewGetGamificationLeaderboardAllRequestTimeout creates a GetGamificationLeaderboardAllRequestTimeout with default headers values

func (*GetGamificationLeaderboardAllRequestTimeout) Error

func (*GetGamificationLeaderboardAllRequestTimeout) GetPayload

func (*GetGamificationLeaderboardAllRequestTimeout) IsClientError

IsClientError returns true when this get gamification leaderboard all request timeout response has a 4xx status code

func (*GetGamificationLeaderboardAllRequestTimeout) IsCode

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

func (*GetGamificationLeaderboardAllRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification leaderboard all request timeout response has a 3xx status code

func (*GetGamificationLeaderboardAllRequestTimeout) IsServerError

IsServerError returns true when this get gamification leaderboard all request timeout response has a 5xx status code

func (*GetGamificationLeaderboardAllRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification leaderboard all request timeout response has a 2xx status code

func (*GetGamificationLeaderboardAllRequestTimeout) String

type GetGamificationLeaderboardAllServiceUnavailable

type GetGamificationLeaderboardAllServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardAllServiceUnavailable 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 NewGetGamificationLeaderboardAllServiceUnavailable

func NewGetGamificationLeaderboardAllServiceUnavailable() *GetGamificationLeaderboardAllServiceUnavailable

NewGetGamificationLeaderboardAllServiceUnavailable creates a GetGamificationLeaderboardAllServiceUnavailable with default headers values

func (*GetGamificationLeaderboardAllServiceUnavailable) Error

func (*GetGamificationLeaderboardAllServiceUnavailable) GetPayload

func (*GetGamificationLeaderboardAllServiceUnavailable) IsClientError

IsClientError returns true when this get gamification leaderboard all service unavailable response has a 4xx status code

func (*GetGamificationLeaderboardAllServiceUnavailable) IsCode

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

func (*GetGamificationLeaderboardAllServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification leaderboard all service unavailable response has a 3xx status code

func (*GetGamificationLeaderboardAllServiceUnavailable) IsServerError

IsServerError returns true when this get gamification leaderboard all service unavailable response has a 5xx status code

func (*GetGamificationLeaderboardAllServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification leaderboard all service unavailable response has a 2xx status code

func (*GetGamificationLeaderboardAllServiceUnavailable) String

type GetGamificationLeaderboardAllTooManyRequests

type GetGamificationLeaderboardAllTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationLeaderboardAllTooManyRequests

func NewGetGamificationLeaderboardAllTooManyRequests() *GetGamificationLeaderboardAllTooManyRequests

NewGetGamificationLeaderboardAllTooManyRequests creates a GetGamificationLeaderboardAllTooManyRequests with default headers values

func (*GetGamificationLeaderboardAllTooManyRequests) Error

func (*GetGamificationLeaderboardAllTooManyRequests) GetPayload

func (*GetGamificationLeaderboardAllTooManyRequests) IsClientError

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

func (*GetGamificationLeaderboardAllTooManyRequests) IsCode

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

func (*GetGamificationLeaderboardAllTooManyRequests) IsRedirect

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

func (*GetGamificationLeaderboardAllTooManyRequests) IsServerError

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

func (*GetGamificationLeaderboardAllTooManyRequests) IsSuccess

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

func (*GetGamificationLeaderboardAllTooManyRequests) String

type GetGamificationLeaderboardAllUnauthorized

type GetGamificationLeaderboardAllUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetGamificationLeaderboardAllUnauthorized

func NewGetGamificationLeaderboardAllUnauthorized() *GetGamificationLeaderboardAllUnauthorized

NewGetGamificationLeaderboardAllUnauthorized creates a GetGamificationLeaderboardAllUnauthorized with default headers values

func (*GetGamificationLeaderboardAllUnauthorized) Error

func (*GetGamificationLeaderboardAllUnauthorized) GetPayload

func (*GetGamificationLeaderboardAllUnauthorized) IsClientError

IsClientError returns true when this get gamification leaderboard all unauthorized response has a 4xx status code

func (*GetGamificationLeaderboardAllUnauthorized) IsCode

IsCode returns true when this get gamification leaderboard all unauthorized response a status code equal to that given

func (*GetGamificationLeaderboardAllUnauthorized) IsRedirect

IsRedirect returns true when this get gamification leaderboard all unauthorized response has a 3xx status code

func (*GetGamificationLeaderboardAllUnauthorized) IsServerError

IsServerError returns true when this get gamification leaderboard all unauthorized response has a 5xx status code

func (*GetGamificationLeaderboardAllUnauthorized) IsSuccess

IsSuccess returns true when this get gamification leaderboard all unauthorized response has a 2xx status code

func (*GetGamificationLeaderboardAllUnauthorized) String

type GetGamificationLeaderboardAllUnsupportedMediaType

type GetGamificationLeaderboardAllUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardAllUnsupportedMediaType 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 NewGetGamificationLeaderboardAllUnsupportedMediaType

func NewGetGamificationLeaderboardAllUnsupportedMediaType() *GetGamificationLeaderboardAllUnsupportedMediaType

NewGetGamificationLeaderboardAllUnsupportedMediaType creates a GetGamificationLeaderboardAllUnsupportedMediaType with default headers values

func (*GetGamificationLeaderboardAllUnsupportedMediaType) Error

func (*GetGamificationLeaderboardAllUnsupportedMediaType) GetPayload

func (*GetGamificationLeaderboardAllUnsupportedMediaType) IsClientError

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

func (*GetGamificationLeaderboardAllUnsupportedMediaType) IsCode

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

func (*GetGamificationLeaderboardAllUnsupportedMediaType) IsRedirect

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

func (*GetGamificationLeaderboardAllUnsupportedMediaType) IsServerError

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

func (*GetGamificationLeaderboardAllUnsupportedMediaType) IsSuccess

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

func (*GetGamificationLeaderboardAllUnsupportedMediaType) String

type GetGamificationLeaderboardBadRequest

type GetGamificationLeaderboardBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardBadRequest 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 NewGetGamificationLeaderboardBadRequest

func NewGetGamificationLeaderboardBadRequest() *GetGamificationLeaderboardBadRequest

NewGetGamificationLeaderboardBadRequest creates a GetGamificationLeaderboardBadRequest with default headers values

func (*GetGamificationLeaderboardBadRequest) Error

func (*GetGamificationLeaderboardBadRequest) GetPayload

func (*GetGamificationLeaderboardBadRequest) IsClientError

func (o *GetGamificationLeaderboardBadRequest) IsClientError() bool

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

func (*GetGamificationLeaderboardBadRequest) IsCode

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

func (*GetGamificationLeaderboardBadRequest) IsRedirect

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

func (*GetGamificationLeaderboardBadRequest) IsServerError

func (o *GetGamificationLeaderboardBadRequest) IsServerError() bool

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

func (*GetGamificationLeaderboardBadRequest) IsSuccess

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

func (*GetGamificationLeaderboardBadRequest) String

type GetGamificationLeaderboardBestpointsBadRequest

type GetGamificationLeaderboardBestpointsBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardBestpointsBadRequest 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 NewGetGamificationLeaderboardBestpointsBadRequest

func NewGetGamificationLeaderboardBestpointsBadRequest() *GetGamificationLeaderboardBestpointsBadRequest

NewGetGamificationLeaderboardBestpointsBadRequest creates a GetGamificationLeaderboardBestpointsBadRequest with default headers values

func (*GetGamificationLeaderboardBestpointsBadRequest) Error

func (*GetGamificationLeaderboardBestpointsBadRequest) GetPayload

func (*GetGamificationLeaderboardBestpointsBadRequest) IsClientError

IsClientError returns true when this get gamification leaderboard bestpoints bad request response has a 4xx status code

func (*GetGamificationLeaderboardBestpointsBadRequest) IsCode

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

func (*GetGamificationLeaderboardBestpointsBadRequest) IsRedirect

IsRedirect returns true when this get gamification leaderboard bestpoints bad request response has a 3xx status code

func (*GetGamificationLeaderboardBestpointsBadRequest) IsServerError

IsServerError returns true when this get gamification leaderboard bestpoints bad request response has a 5xx status code

func (*GetGamificationLeaderboardBestpointsBadRequest) IsSuccess

IsSuccess returns true when this get gamification leaderboard bestpoints bad request response has a 2xx status code

func (*GetGamificationLeaderboardBestpointsBadRequest) String

type GetGamificationLeaderboardBestpointsForbidden

type GetGamificationLeaderboardBestpointsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetGamificationLeaderboardBestpointsForbidden

func NewGetGamificationLeaderboardBestpointsForbidden() *GetGamificationLeaderboardBestpointsForbidden

NewGetGamificationLeaderboardBestpointsForbidden creates a GetGamificationLeaderboardBestpointsForbidden with default headers values

func (*GetGamificationLeaderboardBestpointsForbidden) Error

func (*GetGamificationLeaderboardBestpointsForbidden) GetPayload

func (*GetGamificationLeaderboardBestpointsForbidden) IsClientError

IsClientError returns true when this get gamification leaderboard bestpoints forbidden response has a 4xx status code

func (*GetGamificationLeaderboardBestpointsForbidden) IsCode

IsCode returns true when this get gamification leaderboard bestpoints forbidden response a status code equal to that given

func (*GetGamificationLeaderboardBestpointsForbidden) IsRedirect

IsRedirect returns true when this get gamification leaderboard bestpoints forbidden response has a 3xx status code

func (*GetGamificationLeaderboardBestpointsForbidden) IsServerError

IsServerError returns true when this get gamification leaderboard bestpoints forbidden response has a 5xx status code

func (*GetGamificationLeaderboardBestpointsForbidden) IsSuccess

IsSuccess returns true when this get gamification leaderboard bestpoints forbidden response has a 2xx status code

func (*GetGamificationLeaderboardBestpointsForbidden) String

type GetGamificationLeaderboardBestpointsGatewayTimeout

type GetGamificationLeaderboardBestpointsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetGamificationLeaderboardBestpointsGatewayTimeout

func NewGetGamificationLeaderboardBestpointsGatewayTimeout() *GetGamificationLeaderboardBestpointsGatewayTimeout

NewGetGamificationLeaderboardBestpointsGatewayTimeout creates a GetGamificationLeaderboardBestpointsGatewayTimeout with default headers values

func (*GetGamificationLeaderboardBestpointsGatewayTimeout) Error

func (*GetGamificationLeaderboardBestpointsGatewayTimeout) GetPayload

func (*GetGamificationLeaderboardBestpointsGatewayTimeout) IsClientError

IsClientError returns true when this get gamification leaderboard bestpoints gateway timeout response has a 4xx status code

func (*GetGamificationLeaderboardBestpointsGatewayTimeout) IsCode

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

func (*GetGamificationLeaderboardBestpointsGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification leaderboard bestpoints gateway timeout response has a 3xx status code

func (*GetGamificationLeaderboardBestpointsGatewayTimeout) IsServerError

IsServerError returns true when this get gamification leaderboard bestpoints gateway timeout response has a 5xx status code

func (*GetGamificationLeaderboardBestpointsGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification leaderboard bestpoints gateway timeout response has a 2xx status code

func (*GetGamificationLeaderboardBestpointsGatewayTimeout) String

type GetGamificationLeaderboardBestpointsInternalServerError

type GetGamificationLeaderboardBestpointsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardBestpointsInternalServerError 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 NewGetGamificationLeaderboardBestpointsInternalServerError

func NewGetGamificationLeaderboardBestpointsInternalServerError() *GetGamificationLeaderboardBestpointsInternalServerError

NewGetGamificationLeaderboardBestpointsInternalServerError creates a GetGamificationLeaderboardBestpointsInternalServerError with default headers values

func (*GetGamificationLeaderboardBestpointsInternalServerError) Error

func (*GetGamificationLeaderboardBestpointsInternalServerError) GetPayload

func (*GetGamificationLeaderboardBestpointsInternalServerError) IsClientError

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

func (*GetGamificationLeaderboardBestpointsInternalServerError) IsCode

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

func (*GetGamificationLeaderboardBestpointsInternalServerError) IsRedirect

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

func (*GetGamificationLeaderboardBestpointsInternalServerError) IsServerError

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

func (*GetGamificationLeaderboardBestpointsInternalServerError) IsSuccess

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

func (*GetGamificationLeaderboardBestpointsInternalServerError) String

type GetGamificationLeaderboardBestpointsNotFound

type GetGamificationLeaderboardBestpointsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetGamificationLeaderboardBestpointsNotFound

func NewGetGamificationLeaderboardBestpointsNotFound() *GetGamificationLeaderboardBestpointsNotFound

NewGetGamificationLeaderboardBestpointsNotFound creates a GetGamificationLeaderboardBestpointsNotFound with default headers values

func (*GetGamificationLeaderboardBestpointsNotFound) Error

func (*GetGamificationLeaderboardBestpointsNotFound) GetPayload

func (*GetGamificationLeaderboardBestpointsNotFound) IsClientError

IsClientError returns true when this get gamification leaderboard bestpoints not found response has a 4xx status code

func (*GetGamificationLeaderboardBestpointsNotFound) IsCode

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

func (*GetGamificationLeaderboardBestpointsNotFound) IsRedirect

IsRedirect returns true when this get gamification leaderboard bestpoints not found response has a 3xx status code

func (*GetGamificationLeaderboardBestpointsNotFound) IsServerError

IsServerError returns true when this get gamification leaderboard bestpoints not found response has a 5xx status code

func (*GetGamificationLeaderboardBestpointsNotFound) IsSuccess

IsSuccess returns true when this get gamification leaderboard bestpoints not found response has a 2xx status code

func (*GetGamificationLeaderboardBestpointsNotFound) String

type GetGamificationLeaderboardBestpointsOK

type GetGamificationLeaderboardBestpointsOK struct {
	Payload *models.OverallBestPoints
}

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

successful operation

func NewGetGamificationLeaderboardBestpointsOK

func NewGetGamificationLeaderboardBestpointsOK() *GetGamificationLeaderboardBestpointsOK

NewGetGamificationLeaderboardBestpointsOK creates a GetGamificationLeaderboardBestpointsOK with default headers values

func (*GetGamificationLeaderboardBestpointsOK) Error

func (*GetGamificationLeaderboardBestpointsOK) GetPayload

func (*GetGamificationLeaderboardBestpointsOK) IsClientError

func (o *GetGamificationLeaderboardBestpointsOK) IsClientError() bool

IsClientError returns true when this get gamification leaderboard bestpoints o k response has a 4xx status code

func (*GetGamificationLeaderboardBestpointsOK) IsCode

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

func (*GetGamificationLeaderboardBestpointsOK) IsRedirect

IsRedirect returns true when this get gamification leaderboard bestpoints o k response has a 3xx status code

func (*GetGamificationLeaderboardBestpointsOK) IsServerError

func (o *GetGamificationLeaderboardBestpointsOK) IsServerError() bool

IsServerError returns true when this get gamification leaderboard bestpoints o k response has a 5xx status code

func (*GetGamificationLeaderboardBestpointsOK) IsSuccess

IsSuccess returns true when this get gamification leaderboard bestpoints o k response has a 2xx status code

func (*GetGamificationLeaderboardBestpointsOK) String

type GetGamificationLeaderboardBestpointsParams

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

GetGamificationLeaderboardBestpointsParams contains all the parameters to send to the API endpoint

for the get gamification leaderboard bestpoints operation.

Typically these are written to a http.Request.

func NewGetGamificationLeaderboardBestpointsParams

func NewGetGamificationLeaderboardBestpointsParams() *GetGamificationLeaderboardBestpointsParams

NewGetGamificationLeaderboardBestpointsParams creates a new GetGamificationLeaderboardBestpointsParams 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 NewGetGamificationLeaderboardBestpointsParamsWithContext

func NewGetGamificationLeaderboardBestpointsParamsWithContext(ctx context.Context) *GetGamificationLeaderboardBestpointsParams

NewGetGamificationLeaderboardBestpointsParamsWithContext creates a new GetGamificationLeaderboardBestpointsParams object with the ability to set a context for a request.

func NewGetGamificationLeaderboardBestpointsParamsWithHTTPClient

func NewGetGamificationLeaderboardBestpointsParamsWithHTTPClient(client *http.Client) *GetGamificationLeaderboardBestpointsParams

NewGetGamificationLeaderboardBestpointsParamsWithHTTPClient creates a new GetGamificationLeaderboardBestpointsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationLeaderboardBestpointsParamsWithTimeout

func NewGetGamificationLeaderboardBestpointsParamsWithTimeout(timeout time.Duration) *GetGamificationLeaderboardBestpointsParams

NewGetGamificationLeaderboardBestpointsParamsWithTimeout creates a new GetGamificationLeaderboardBestpointsParams object with the ability to set a timeout on a request.

func (*GetGamificationLeaderboardBestpointsParams) SetContext

SetContext adds the context to the get gamification leaderboard bestpoints params

func (*GetGamificationLeaderboardBestpointsParams) SetDefaults

SetDefaults hydrates default values in the get gamification leaderboard bestpoints params (not the query body).

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

func (*GetGamificationLeaderboardBestpointsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get gamification leaderboard bestpoints params

func (*GetGamificationLeaderboardBestpointsParams) SetTimeout

SetTimeout adds the timeout to the get gamification leaderboard bestpoints params

func (*GetGamificationLeaderboardBestpointsParams) WithContext

WithContext adds the context to the get gamification leaderboard bestpoints params

func (*GetGamificationLeaderboardBestpointsParams) WithDefaults

WithDefaults hydrates default values in the get gamification leaderboard bestpoints params (not the query body).

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

func (*GetGamificationLeaderboardBestpointsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification leaderboard bestpoints params

func (*GetGamificationLeaderboardBestpointsParams) WithTimeout

WithTimeout adds the timeout to the get gamification leaderboard bestpoints params

func (*GetGamificationLeaderboardBestpointsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationLeaderboardBestpointsReader

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

GetGamificationLeaderboardBestpointsReader is a Reader for the GetGamificationLeaderboardBestpoints structure.

func (*GetGamificationLeaderboardBestpointsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGamificationLeaderboardBestpointsRequestEntityTooLarge

type GetGamificationLeaderboardBestpointsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationLeaderboardBestpointsRequestEntityTooLarge

func NewGetGamificationLeaderboardBestpointsRequestEntityTooLarge() *GetGamificationLeaderboardBestpointsRequestEntityTooLarge

NewGetGamificationLeaderboardBestpointsRequestEntityTooLarge creates a GetGamificationLeaderboardBestpointsRequestEntityTooLarge with default headers values

func (*GetGamificationLeaderboardBestpointsRequestEntityTooLarge) Error

func (*GetGamificationLeaderboardBestpointsRequestEntityTooLarge) GetPayload

func (*GetGamificationLeaderboardBestpointsRequestEntityTooLarge) IsClientError

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

func (*GetGamificationLeaderboardBestpointsRequestEntityTooLarge) IsCode

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

func (*GetGamificationLeaderboardBestpointsRequestEntityTooLarge) IsRedirect

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

func (*GetGamificationLeaderboardBestpointsRequestEntityTooLarge) IsServerError

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

func (*GetGamificationLeaderboardBestpointsRequestEntityTooLarge) IsSuccess

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

func (*GetGamificationLeaderboardBestpointsRequestEntityTooLarge) String

type GetGamificationLeaderboardBestpointsRequestTimeout

type GetGamificationLeaderboardBestpointsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardBestpointsRequestTimeout 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 NewGetGamificationLeaderboardBestpointsRequestTimeout

func NewGetGamificationLeaderboardBestpointsRequestTimeout() *GetGamificationLeaderboardBestpointsRequestTimeout

NewGetGamificationLeaderboardBestpointsRequestTimeout creates a GetGamificationLeaderboardBestpointsRequestTimeout with default headers values

func (*GetGamificationLeaderboardBestpointsRequestTimeout) Error

func (*GetGamificationLeaderboardBestpointsRequestTimeout) GetPayload

func (*GetGamificationLeaderboardBestpointsRequestTimeout) IsClientError

IsClientError returns true when this get gamification leaderboard bestpoints request timeout response has a 4xx status code

func (*GetGamificationLeaderboardBestpointsRequestTimeout) IsCode

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

func (*GetGamificationLeaderboardBestpointsRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification leaderboard bestpoints request timeout response has a 3xx status code

func (*GetGamificationLeaderboardBestpointsRequestTimeout) IsServerError

IsServerError returns true when this get gamification leaderboard bestpoints request timeout response has a 5xx status code

func (*GetGamificationLeaderboardBestpointsRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification leaderboard bestpoints request timeout response has a 2xx status code

func (*GetGamificationLeaderboardBestpointsRequestTimeout) String

type GetGamificationLeaderboardBestpointsServiceUnavailable

type GetGamificationLeaderboardBestpointsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardBestpointsServiceUnavailable 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 NewGetGamificationLeaderboardBestpointsServiceUnavailable

func NewGetGamificationLeaderboardBestpointsServiceUnavailable() *GetGamificationLeaderboardBestpointsServiceUnavailable

NewGetGamificationLeaderboardBestpointsServiceUnavailable creates a GetGamificationLeaderboardBestpointsServiceUnavailable with default headers values

func (*GetGamificationLeaderboardBestpointsServiceUnavailable) Error

func (*GetGamificationLeaderboardBestpointsServiceUnavailable) GetPayload

func (*GetGamificationLeaderboardBestpointsServiceUnavailable) IsClientError

IsClientError returns true when this get gamification leaderboard bestpoints service unavailable response has a 4xx status code

func (*GetGamificationLeaderboardBestpointsServiceUnavailable) IsCode

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

func (*GetGamificationLeaderboardBestpointsServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification leaderboard bestpoints service unavailable response has a 3xx status code

func (*GetGamificationLeaderboardBestpointsServiceUnavailable) IsServerError

IsServerError returns true when this get gamification leaderboard bestpoints service unavailable response has a 5xx status code

func (*GetGamificationLeaderboardBestpointsServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification leaderboard bestpoints service unavailable response has a 2xx status code

func (*GetGamificationLeaderboardBestpointsServiceUnavailable) String

type GetGamificationLeaderboardBestpointsTooManyRequests

type GetGamificationLeaderboardBestpointsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationLeaderboardBestpointsTooManyRequests

func NewGetGamificationLeaderboardBestpointsTooManyRequests() *GetGamificationLeaderboardBestpointsTooManyRequests

NewGetGamificationLeaderboardBestpointsTooManyRequests creates a GetGamificationLeaderboardBestpointsTooManyRequests with default headers values

func (*GetGamificationLeaderboardBestpointsTooManyRequests) Error

func (*GetGamificationLeaderboardBestpointsTooManyRequests) GetPayload

func (*GetGamificationLeaderboardBestpointsTooManyRequests) IsClientError

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

func (*GetGamificationLeaderboardBestpointsTooManyRequests) IsCode

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

func (*GetGamificationLeaderboardBestpointsTooManyRequests) IsRedirect

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

func (*GetGamificationLeaderboardBestpointsTooManyRequests) IsServerError

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

func (*GetGamificationLeaderboardBestpointsTooManyRequests) IsSuccess

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

func (*GetGamificationLeaderboardBestpointsTooManyRequests) String

type GetGamificationLeaderboardBestpointsUnauthorized

type GetGamificationLeaderboardBestpointsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetGamificationLeaderboardBestpointsUnauthorized

func NewGetGamificationLeaderboardBestpointsUnauthorized() *GetGamificationLeaderboardBestpointsUnauthorized

NewGetGamificationLeaderboardBestpointsUnauthorized creates a GetGamificationLeaderboardBestpointsUnauthorized with default headers values

func (*GetGamificationLeaderboardBestpointsUnauthorized) Error

func (*GetGamificationLeaderboardBestpointsUnauthorized) GetPayload

func (*GetGamificationLeaderboardBestpointsUnauthorized) IsClientError

IsClientError returns true when this get gamification leaderboard bestpoints unauthorized response has a 4xx status code

func (*GetGamificationLeaderboardBestpointsUnauthorized) IsCode

IsCode returns true when this get gamification leaderboard bestpoints unauthorized response a status code equal to that given

func (*GetGamificationLeaderboardBestpointsUnauthorized) IsRedirect

IsRedirect returns true when this get gamification leaderboard bestpoints unauthorized response has a 3xx status code

func (*GetGamificationLeaderboardBestpointsUnauthorized) IsServerError

IsServerError returns true when this get gamification leaderboard bestpoints unauthorized response has a 5xx status code

func (*GetGamificationLeaderboardBestpointsUnauthorized) IsSuccess

IsSuccess returns true when this get gamification leaderboard bestpoints unauthorized response has a 2xx status code

func (*GetGamificationLeaderboardBestpointsUnauthorized) String

type GetGamificationLeaderboardBestpointsUnsupportedMediaType

type GetGamificationLeaderboardBestpointsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardBestpointsUnsupportedMediaType 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 NewGetGamificationLeaderboardBestpointsUnsupportedMediaType

func NewGetGamificationLeaderboardBestpointsUnsupportedMediaType() *GetGamificationLeaderboardBestpointsUnsupportedMediaType

NewGetGamificationLeaderboardBestpointsUnsupportedMediaType creates a GetGamificationLeaderboardBestpointsUnsupportedMediaType with default headers values

func (*GetGamificationLeaderboardBestpointsUnsupportedMediaType) Error

func (*GetGamificationLeaderboardBestpointsUnsupportedMediaType) GetPayload

func (*GetGamificationLeaderboardBestpointsUnsupportedMediaType) IsClientError

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

func (*GetGamificationLeaderboardBestpointsUnsupportedMediaType) IsCode

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

func (*GetGamificationLeaderboardBestpointsUnsupportedMediaType) IsRedirect

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

func (*GetGamificationLeaderboardBestpointsUnsupportedMediaType) IsServerError

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

func (*GetGamificationLeaderboardBestpointsUnsupportedMediaType) IsSuccess

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

func (*GetGamificationLeaderboardBestpointsUnsupportedMediaType) String

type GetGamificationLeaderboardForbidden

type GetGamificationLeaderboardForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetGamificationLeaderboardForbidden

func NewGetGamificationLeaderboardForbidden() *GetGamificationLeaderboardForbidden

NewGetGamificationLeaderboardForbidden creates a GetGamificationLeaderboardForbidden with default headers values

func (*GetGamificationLeaderboardForbidden) Error

func (*GetGamificationLeaderboardForbidden) GetPayload

func (*GetGamificationLeaderboardForbidden) IsClientError

func (o *GetGamificationLeaderboardForbidden) IsClientError() bool

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

func (*GetGamificationLeaderboardForbidden) IsCode

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

func (*GetGamificationLeaderboardForbidden) IsRedirect

func (o *GetGamificationLeaderboardForbidden) IsRedirect() bool

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

func (*GetGamificationLeaderboardForbidden) IsServerError

func (o *GetGamificationLeaderboardForbidden) IsServerError() bool

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

func (*GetGamificationLeaderboardForbidden) IsSuccess

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

func (*GetGamificationLeaderboardForbidden) String

type GetGamificationLeaderboardGatewayTimeout

type GetGamificationLeaderboardGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetGamificationLeaderboardGatewayTimeout

func NewGetGamificationLeaderboardGatewayTimeout() *GetGamificationLeaderboardGatewayTimeout

NewGetGamificationLeaderboardGatewayTimeout creates a GetGamificationLeaderboardGatewayTimeout with default headers values

func (*GetGamificationLeaderboardGatewayTimeout) Error

func (*GetGamificationLeaderboardGatewayTimeout) GetPayload

func (*GetGamificationLeaderboardGatewayTimeout) IsClientError

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

func (*GetGamificationLeaderboardGatewayTimeout) IsCode

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

func (*GetGamificationLeaderboardGatewayTimeout) IsRedirect

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

func (*GetGamificationLeaderboardGatewayTimeout) IsServerError

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

func (*GetGamificationLeaderboardGatewayTimeout) IsSuccess

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

func (*GetGamificationLeaderboardGatewayTimeout) String

type GetGamificationLeaderboardInternalServerError

type GetGamificationLeaderboardInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardInternalServerError 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 NewGetGamificationLeaderboardInternalServerError

func NewGetGamificationLeaderboardInternalServerError() *GetGamificationLeaderboardInternalServerError

NewGetGamificationLeaderboardInternalServerError creates a GetGamificationLeaderboardInternalServerError with default headers values

func (*GetGamificationLeaderboardInternalServerError) Error

func (*GetGamificationLeaderboardInternalServerError) GetPayload

func (*GetGamificationLeaderboardInternalServerError) IsClientError

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

func (*GetGamificationLeaderboardInternalServerError) IsCode

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

func (*GetGamificationLeaderboardInternalServerError) IsRedirect

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

func (*GetGamificationLeaderboardInternalServerError) IsServerError

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

func (*GetGamificationLeaderboardInternalServerError) IsSuccess

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

func (*GetGamificationLeaderboardInternalServerError) String

type GetGamificationLeaderboardNotFound

type GetGamificationLeaderboardNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetGamificationLeaderboardNotFound

func NewGetGamificationLeaderboardNotFound() *GetGamificationLeaderboardNotFound

NewGetGamificationLeaderboardNotFound creates a GetGamificationLeaderboardNotFound with default headers values

func (*GetGamificationLeaderboardNotFound) Error

func (*GetGamificationLeaderboardNotFound) GetPayload

func (*GetGamificationLeaderboardNotFound) IsClientError

func (o *GetGamificationLeaderboardNotFound) IsClientError() bool

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

func (*GetGamificationLeaderboardNotFound) IsCode

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

func (*GetGamificationLeaderboardNotFound) IsRedirect

func (o *GetGamificationLeaderboardNotFound) IsRedirect() bool

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

func (*GetGamificationLeaderboardNotFound) IsServerError

func (o *GetGamificationLeaderboardNotFound) IsServerError() bool

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

func (*GetGamificationLeaderboardNotFound) IsSuccess

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

func (*GetGamificationLeaderboardNotFound) String

type GetGamificationLeaderboardOK

type GetGamificationLeaderboardOK struct {
	Payload *models.Leaderboard
}

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

successful operation

func NewGetGamificationLeaderboardOK

func NewGetGamificationLeaderboardOK() *GetGamificationLeaderboardOK

NewGetGamificationLeaderboardOK creates a GetGamificationLeaderboardOK with default headers values

func (*GetGamificationLeaderboardOK) Error

func (*GetGamificationLeaderboardOK) GetPayload

func (*GetGamificationLeaderboardOK) IsClientError

func (o *GetGamificationLeaderboardOK) IsClientError() bool

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

func (*GetGamificationLeaderboardOK) IsCode

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

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

func (*GetGamificationLeaderboardOK) IsRedirect

func (o *GetGamificationLeaderboardOK) IsRedirect() bool

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

func (*GetGamificationLeaderboardOK) IsServerError

func (o *GetGamificationLeaderboardOK) IsServerError() bool

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

func (*GetGamificationLeaderboardOK) IsSuccess

func (o *GetGamificationLeaderboardOK) IsSuccess() bool

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

func (*GetGamificationLeaderboardOK) String

type GetGamificationLeaderboardParams

type GetGamificationLeaderboardParams struct {

	/* EndWorkday.

	   End workday to retrieve for the leaderboard. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	EndWorkday strfmt.Date

	/* MetricID.

	   Metric Id for which the leaderboard is to be generated. The total points is used if nothing is given.
	*/
	MetricID *string

	/* StartWorkday.

	   Start workday to retrieve for the leaderboard. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	StartWorkday strfmt.Date

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

GetGamificationLeaderboardParams contains all the parameters to send to the API endpoint

for the get gamification leaderboard operation.

Typically these are written to a http.Request.

func NewGetGamificationLeaderboardParams

func NewGetGamificationLeaderboardParams() *GetGamificationLeaderboardParams

NewGetGamificationLeaderboardParams creates a new GetGamificationLeaderboardParams 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 NewGetGamificationLeaderboardParamsWithContext

func NewGetGamificationLeaderboardParamsWithContext(ctx context.Context) *GetGamificationLeaderboardParams

NewGetGamificationLeaderboardParamsWithContext creates a new GetGamificationLeaderboardParams object with the ability to set a context for a request.

func NewGetGamificationLeaderboardParamsWithHTTPClient

func NewGetGamificationLeaderboardParamsWithHTTPClient(client *http.Client) *GetGamificationLeaderboardParams

NewGetGamificationLeaderboardParamsWithHTTPClient creates a new GetGamificationLeaderboardParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationLeaderboardParamsWithTimeout

func NewGetGamificationLeaderboardParamsWithTimeout(timeout time.Duration) *GetGamificationLeaderboardParams

NewGetGamificationLeaderboardParamsWithTimeout creates a new GetGamificationLeaderboardParams object with the ability to set a timeout on a request.

func (*GetGamificationLeaderboardParams) SetContext

SetContext adds the context to the get gamification leaderboard params

func (*GetGamificationLeaderboardParams) SetDefaults

func (o *GetGamificationLeaderboardParams) SetDefaults()

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

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

func (*GetGamificationLeaderboardParams) SetEndWorkday

func (o *GetGamificationLeaderboardParams) SetEndWorkday(endWorkday strfmt.Date)

SetEndWorkday adds the endWorkday to the get gamification leaderboard params

func (*GetGamificationLeaderboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get gamification leaderboard params

func (*GetGamificationLeaderboardParams) SetMetricID

func (o *GetGamificationLeaderboardParams) SetMetricID(metricID *string)

SetMetricID adds the metricId to the get gamification leaderboard params

func (*GetGamificationLeaderboardParams) SetStartWorkday

func (o *GetGamificationLeaderboardParams) SetStartWorkday(startWorkday strfmt.Date)

SetStartWorkday adds the startWorkday to the get gamification leaderboard params

func (*GetGamificationLeaderboardParams) SetTimeout

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

SetTimeout adds the timeout to the get gamification leaderboard params

func (*GetGamificationLeaderboardParams) WithContext

WithContext adds the context to the get gamification leaderboard params

func (*GetGamificationLeaderboardParams) WithDefaults

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

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

func (*GetGamificationLeaderboardParams) WithEndWorkday

WithEndWorkday adds the endWorkday to the get gamification leaderboard params

func (*GetGamificationLeaderboardParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification leaderboard params

func (*GetGamificationLeaderboardParams) WithMetricID

WithMetricID adds the metricID to the get gamification leaderboard params

func (*GetGamificationLeaderboardParams) WithStartWorkday

WithStartWorkday adds the startWorkday to the get gamification leaderboard params

func (*GetGamificationLeaderboardParams) WithTimeout

WithTimeout adds the timeout to the get gamification leaderboard params

func (*GetGamificationLeaderboardParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationLeaderboardReader

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

GetGamificationLeaderboardReader is a Reader for the GetGamificationLeaderboard structure.

func (*GetGamificationLeaderboardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGamificationLeaderboardRequestEntityTooLarge

type GetGamificationLeaderboardRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationLeaderboardRequestEntityTooLarge

func NewGetGamificationLeaderboardRequestEntityTooLarge() *GetGamificationLeaderboardRequestEntityTooLarge

NewGetGamificationLeaderboardRequestEntityTooLarge creates a GetGamificationLeaderboardRequestEntityTooLarge with default headers values

func (*GetGamificationLeaderboardRequestEntityTooLarge) Error

func (*GetGamificationLeaderboardRequestEntityTooLarge) GetPayload

func (*GetGamificationLeaderboardRequestEntityTooLarge) IsClientError

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

func (*GetGamificationLeaderboardRequestEntityTooLarge) IsCode

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

func (*GetGamificationLeaderboardRequestEntityTooLarge) IsRedirect

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

func (*GetGamificationLeaderboardRequestEntityTooLarge) IsServerError

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

func (*GetGamificationLeaderboardRequestEntityTooLarge) IsSuccess

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

func (*GetGamificationLeaderboardRequestEntityTooLarge) String

type GetGamificationLeaderboardRequestTimeout

type GetGamificationLeaderboardRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardRequestTimeout 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 NewGetGamificationLeaderboardRequestTimeout

func NewGetGamificationLeaderboardRequestTimeout() *GetGamificationLeaderboardRequestTimeout

NewGetGamificationLeaderboardRequestTimeout creates a GetGamificationLeaderboardRequestTimeout with default headers values

func (*GetGamificationLeaderboardRequestTimeout) Error

func (*GetGamificationLeaderboardRequestTimeout) GetPayload

func (*GetGamificationLeaderboardRequestTimeout) IsClientError

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

func (*GetGamificationLeaderboardRequestTimeout) IsCode

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

func (*GetGamificationLeaderboardRequestTimeout) IsRedirect

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

func (*GetGamificationLeaderboardRequestTimeout) IsServerError

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

func (*GetGamificationLeaderboardRequestTimeout) IsSuccess

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

func (*GetGamificationLeaderboardRequestTimeout) String

type GetGamificationLeaderboardServiceUnavailable

type GetGamificationLeaderboardServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardServiceUnavailable 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 NewGetGamificationLeaderboardServiceUnavailable

func NewGetGamificationLeaderboardServiceUnavailable() *GetGamificationLeaderboardServiceUnavailable

NewGetGamificationLeaderboardServiceUnavailable creates a GetGamificationLeaderboardServiceUnavailable with default headers values

func (*GetGamificationLeaderboardServiceUnavailable) Error

func (*GetGamificationLeaderboardServiceUnavailable) GetPayload

func (*GetGamificationLeaderboardServiceUnavailable) IsClientError

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

func (*GetGamificationLeaderboardServiceUnavailable) IsCode

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

func (*GetGamificationLeaderboardServiceUnavailable) IsRedirect

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

func (*GetGamificationLeaderboardServiceUnavailable) IsServerError

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

func (*GetGamificationLeaderboardServiceUnavailable) IsSuccess

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

func (*GetGamificationLeaderboardServiceUnavailable) String

type GetGamificationLeaderboardTooManyRequests

type GetGamificationLeaderboardTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationLeaderboardTooManyRequests

func NewGetGamificationLeaderboardTooManyRequests() *GetGamificationLeaderboardTooManyRequests

NewGetGamificationLeaderboardTooManyRequests creates a GetGamificationLeaderboardTooManyRequests with default headers values

func (*GetGamificationLeaderboardTooManyRequests) Error

func (*GetGamificationLeaderboardTooManyRequests) GetPayload

func (*GetGamificationLeaderboardTooManyRequests) IsClientError

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

func (*GetGamificationLeaderboardTooManyRequests) IsCode

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

func (*GetGamificationLeaderboardTooManyRequests) IsRedirect

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

func (*GetGamificationLeaderboardTooManyRequests) IsServerError

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

func (*GetGamificationLeaderboardTooManyRequests) IsSuccess

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

func (*GetGamificationLeaderboardTooManyRequests) String

type GetGamificationLeaderboardUnauthorized

type GetGamificationLeaderboardUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetGamificationLeaderboardUnauthorized

func NewGetGamificationLeaderboardUnauthorized() *GetGamificationLeaderboardUnauthorized

NewGetGamificationLeaderboardUnauthorized creates a GetGamificationLeaderboardUnauthorized with default headers values

func (*GetGamificationLeaderboardUnauthorized) Error

func (*GetGamificationLeaderboardUnauthorized) GetPayload

func (*GetGamificationLeaderboardUnauthorized) IsClientError

func (o *GetGamificationLeaderboardUnauthorized) IsClientError() bool

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

func (*GetGamificationLeaderboardUnauthorized) IsCode

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

func (*GetGamificationLeaderboardUnauthorized) IsRedirect

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

func (*GetGamificationLeaderboardUnauthorized) IsServerError

func (o *GetGamificationLeaderboardUnauthorized) IsServerError() bool

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

func (*GetGamificationLeaderboardUnauthorized) IsSuccess

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

func (*GetGamificationLeaderboardUnauthorized) String

type GetGamificationLeaderboardUnsupportedMediaType

type GetGamificationLeaderboardUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationLeaderboardUnsupportedMediaType 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 NewGetGamificationLeaderboardUnsupportedMediaType

func NewGetGamificationLeaderboardUnsupportedMediaType() *GetGamificationLeaderboardUnsupportedMediaType

NewGetGamificationLeaderboardUnsupportedMediaType creates a GetGamificationLeaderboardUnsupportedMediaType with default headers values

func (*GetGamificationLeaderboardUnsupportedMediaType) Error

func (*GetGamificationLeaderboardUnsupportedMediaType) GetPayload

func (*GetGamificationLeaderboardUnsupportedMediaType) IsClientError

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

func (*GetGamificationLeaderboardUnsupportedMediaType) IsCode

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

func (*GetGamificationLeaderboardUnsupportedMediaType) IsRedirect

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

func (*GetGamificationLeaderboardUnsupportedMediaType) IsServerError

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

func (*GetGamificationLeaderboardUnsupportedMediaType) IsSuccess

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

func (*GetGamificationLeaderboardUnsupportedMediaType) String

type GetGamificationMetricdefinitionBadRequest

type GetGamificationMetricdefinitionBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationMetricdefinitionBadRequest 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 NewGetGamificationMetricdefinitionBadRequest

func NewGetGamificationMetricdefinitionBadRequest() *GetGamificationMetricdefinitionBadRequest

NewGetGamificationMetricdefinitionBadRequest creates a GetGamificationMetricdefinitionBadRequest with default headers values

func (*GetGamificationMetricdefinitionBadRequest) Error

func (*GetGamificationMetricdefinitionBadRequest) GetPayload

func (*GetGamificationMetricdefinitionBadRequest) IsClientError

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

func (*GetGamificationMetricdefinitionBadRequest) IsCode

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

func (*GetGamificationMetricdefinitionBadRequest) IsRedirect

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

func (*GetGamificationMetricdefinitionBadRequest) IsServerError

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

func (*GetGamificationMetricdefinitionBadRequest) IsSuccess

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

func (*GetGamificationMetricdefinitionBadRequest) String

type GetGamificationMetricdefinitionForbidden

type GetGamificationMetricdefinitionForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetGamificationMetricdefinitionForbidden

func NewGetGamificationMetricdefinitionForbidden() *GetGamificationMetricdefinitionForbidden

NewGetGamificationMetricdefinitionForbidden creates a GetGamificationMetricdefinitionForbidden with default headers values

func (*GetGamificationMetricdefinitionForbidden) Error

func (*GetGamificationMetricdefinitionForbidden) GetPayload

func (*GetGamificationMetricdefinitionForbidden) IsClientError

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

func (*GetGamificationMetricdefinitionForbidden) IsCode

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

func (*GetGamificationMetricdefinitionForbidden) IsRedirect

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

func (*GetGamificationMetricdefinitionForbidden) IsServerError

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

func (*GetGamificationMetricdefinitionForbidden) IsSuccess

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

func (*GetGamificationMetricdefinitionForbidden) String

type GetGamificationMetricdefinitionGatewayTimeout

type GetGamificationMetricdefinitionGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetGamificationMetricdefinitionGatewayTimeout

func NewGetGamificationMetricdefinitionGatewayTimeout() *GetGamificationMetricdefinitionGatewayTimeout

NewGetGamificationMetricdefinitionGatewayTimeout creates a GetGamificationMetricdefinitionGatewayTimeout with default headers values

func (*GetGamificationMetricdefinitionGatewayTimeout) Error

func (*GetGamificationMetricdefinitionGatewayTimeout) GetPayload

func (*GetGamificationMetricdefinitionGatewayTimeout) IsClientError

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

func (*GetGamificationMetricdefinitionGatewayTimeout) IsCode

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

func (*GetGamificationMetricdefinitionGatewayTimeout) IsRedirect

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

func (*GetGamificationMetricdefinitionGatewayTimeout) IsServerError

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

func (*GetGamificationMetricdefinitionGatewayTimeout) IsSuccess

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

func (*GetGamificationMetricdefinitionGatewayTimeout) String

type GetGamificationMetricdefinitionInternalServerError

type GetGamificationMetricdefinitionInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationMetricdefinitionInternalServerError 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 NewGetGamificationMetricdefinitionInternalServerError

func NewGetGamificationMetricdefinitionInternalServerError() *GetGamificationMetricdefinitionInternalServerError

NewGetGamificationMetricdefinitionInternalServerError creates a GetGamificationMetricdefinitionInternalServerError with default headers values

func (*GetGamificationMetricdefinitionInternalServerError) Error

func (*GetGamificationMetricdefinitionInternalServerError) GetPayload

func (*GetGamificationMetricdefinitionInternalServerError) IsClientError

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

func (*GetGamificationMetricdefinitionInternalServerError) IsCode

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

func (*GetGamificationMetricdefinitionInternalServerError) IsRedirect

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

func (*GetGamificationMetricdefinitionInternalServerError) IsServerError

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

func (*GetGamificationMetricdefinitionInternalServerError) IsSuccess

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

func (*GetGamificationMetricdefinitionInternalServerError) String

type GetGamificationMetricdefinitionNotFound

type GetGamificationMetricdefinitionNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetGamificationMetricdefinitionNotFound

func NewGetGamificationMetricdefinitionNotFound() *GetGamificationMetricdefinitionNotFound

NewGetGamificationMetricdefinitionNotFound creates a GetGamificationMetricdefinitionNotFound with default headers values

func (*GetGamificationMetricdefinitionNotFound) Error

func (*GetGamificationMetricdefinitionNotFound) GetPayload

func (*GetGamificationMetricdefinitionNotFound) IsClientError

func (o *GetGamificationMetricdefinitionNotFound) IsClientError() bool

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

func (*GetGamificationMetricdefinitionNotFound) IsCode

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

func (*GetGamificationMetricdefinitionNotFound) IsRedirect

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

func (*GetGamificationMetricdefinitionNotFound) IsServerError

func (o *GetGamificationMetricdefinitionNotFound) IsServerError() bool

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

func (*GetGamificationMetricdefinitionNotFound) IsSuccess

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

func (*GetGamificationMetricdefinitionNotFound) String

type GetGamificationMetricdefinitionOK

type GetGamificationMetricdefinitionOK struct {
	Payload *models.MetricDefinition
}

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

successful operation

func NewGetGamificationMetricdefinitionOK

func NewGetGamificationMetricdefinitionOK() *GetGamificationMetricdefinitionOK

NewGetGamificationMetricdefinitionOK creates a GetGamificationMetricdefinitionOK with default headers values

func (*GetGamificationMetricdefinitionOK) Error

func (*GetGamificationMetricdefinitionOK) GetPayload

func (*GetGamificationMetricdefinitionOK) IsClientError

func (o *GetGamificationMetricdefinitionOK) IsClientError() bool

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

func (*GetGamificationMetricdefinitionOK) IsCode

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

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

func (*GetGamificationMetricdefinitionOK) IsRedirect

func (o *GetGamificationMetricdefinitionOK) IsRedirect() bool

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

func (*GetGamificationMetricdefinitionOK) IsServerError

func (o *GetGamificationMetricdefinitionOK) IsServerError() bool

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

func (*GetGamificationMetricdefinitionOK) IsSuccess

func (o *GetGamificationMetricdefinitionOK) IsSuccess() bool

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

func (*GetGamificationMetricdefinitionOK) String

type GetGamificationMetricdefinitionParams

type GetGamificationMetricdefinitionParams struct {

	/* MetricDefinitionID.

	   metric definition id
	*/
	MetricDefinitionID string

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

GetGamificationMetricdefinitionParams contains all the parameters to send to the API endpoint

for the get gamification metricdefinition operation.

Typically these are written to a http.Request.

func NewGetGamificationMetricdefinitionParams

func NewGetGamificationMetricdefinitionParams() *GetGamificationMetricdefinitionParams

NewGetGamificationMetricdefinitionParams creates a new GetGamificationMetricdefinitionParams 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 NewGetGamificationMetricdefinitionParamsWithContext

func NewGetGamificationMetricdefinitionParamsWithContext(ctx context.Context) *GetGamificationMetricdefinitionParams

NewGetGamificationMetricdefinitionParamsWithContext creates a new GetGamificationMetricdefinitionParams object with the ability to set a context for a request.

func NewGetGamificationMetricdefinitionParamsWithHTTPClient

func NewGetGamificationMetricdefinitionParamsWithHTTPClient(client *http.Client) *GetGamificationMetricdefinitionParams

NewGetGamificationMetricdefinitionParamsWithHTTPClient creates a new GetGamificationMetricdefinitionParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationMetricdefinitionParamsWithTimeout

func NewGetGamificationMetricdefinitionParamsWithTimeout(timeout time.Duration) *GetGamificationMetricdefinitionParams

NewGetGamificationMetricdefinitionParamsWithTimeout creates a new GetGamificationMetricdefinitionParams object with the ability to set a timeout on a request.

func (*GetGamificationMetricdefinitionParams) SetContext

SetContext adds the context to the get gamification metricdefinition params

func (*GetGamificationMetricdefinitionParams) SetDefaults

func (o *GetGamificationMetricdefinitionParams) SetDefaults()

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

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

func (*GetGamificationMetricdefinitionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get gamification metricdefinition params

func (*GetGamificationMetricdefinitionParams) SetMetricDefinitionID

func (o *GetGamificationMetricdefinitionParams) SetMetricDefinitionID(metricDefinitionID string)

SetMetricDefinitionID adds the metricDefinitionId to the get gamification metricdefinition params

func (*GetGamificationMetricdefinitionParams) SetTimeout

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

SetTimeout adds the timeout to the get gamification metricdefinition params

func (*GetGamificationMetricdefinitionParams) WithContext

WithContext adds the context to the get gamification metricdefinition params

func (*GetGamificationMetricdefinitionParams) WithDefaults

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

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

func (*GetGamificationMetricdefinitionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification metricdefinition params

func (*GetGamificationMetricdefinitionParams) WithMetricDefinitionID

func (o *GetGamificationMetricdefinitionParams) WithMetricDefinitionID(metricDefinitionID string) *GetGamificationMetricdefinitionParams

WithMetricDefinitionID adds the metricDefinitionID to the get gamification metricdefinition params

func (*GetGamificationMetricdefinitionParams) WithTimeout

WithTimeout adds the timeout to the get gamification metricdefinition params

func (*GetGamificationMetricdefinitionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationMetricdefinitionReader

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

GetGamificationMetricdefinitionReader is a Reader for the GetGamificationMetricdefinition structure.

func (*GetGamificationMetricdefinitionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGamificationMetricdefinitionRequestEntityTooLarge

type GetGamificationMetricdefinitionRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationMetricdefinitionRequestEntityTooLarge

func NewGetGamificationMetricdefinitionRequestEntityTooLarge() *GetGamificationMetricdefinitionRequestEntityTooLarge

NewGetGamificationMetricdefinitionRequestEntityTooLarge creates a GetGamificationMetricdefinitionRequestEntityTooLarge with default headers values

func (*GetGamificationMetricdefinitionRequestEntityTooLarge) Error

func (*GetGamificationMetricdefinitionRequestEntityTooLarge) GetPayload

func (*GetGamificationMetricdefinitionRequestEntityTooLarge) IsClientError

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

func (*GetGamificationMetricdefinitionRequestEntityTooLarge) IsCode

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

func (*GetGamificationMetricdefinitionRequestEntityTooLarge) IsRedirect

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

func (*GetGamificationMetricdefinitionRequestEntityTooLarge) IsServerError

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

func (*GetGamificationMetricdefinitionRequestEntityTooLarge) IsSuccess

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

func (*GetGamificationMetricdefinitionRequestEntityTooLarge) String

type GetGamificationMetricdefinitionRequestTimeout

type GetGamificationMetricdefinitionRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationMetricdefinitionRequestTimeout 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 NewGetGamificationMetricdefinitionRequestTimeout

func NewGetGamificationMetricdefinitionRequestTimeout() *GetGamificationMetricdefinitionRequestTimeout

NewGetGamificationMetricdefinitionRequestTimeout creates a GetGamificationMetricdefinitionRequestTimeout with default headers values

func (*GetGamificationMetricdefinitionRequestTimeout) Error

func (*GetGamificationMetricdefinitionRequestTimeout) GetPayload

func (*GetGamificationMetricdefinitionRequestTimeout) IsClientError

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

func (*GetGamificationMetricdefinitionRequestTimeout) IsCode

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

func (*GetGamificationMetricdefinitionRequestTimeout) IsRedirect

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

func (*GetGamificationMetricdefinitionRequestTimeout) IsServerError

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

func (*GetGamificationMetricdefinitionRequestTimeout) IsSuccess

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

func (*GetGamificationMetricdefinitionRequestTimeout) String

type GetGamificationMetricdefinitionServiceUnavailable

type GetGamificationMetricdefinitionServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationMetricdefinitionServiceUnavailable 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 NewGetGamificationMetricdefinitionServiceUnavailable

func NewGetGamificationMetricdefinitionServiceUnavailable() *GetGamificationMetricdefinitionServiceUnavailable

NewGetGamificationMetricdefinitionServiceUnavailable creates a GetGamificationMetricdefinitionServiceUnavailable with default headers values

func (*GetGamificationMetricdefinitionServiceUnavailable) Error

func (*GetGamificationMetricdefinitionServiceUnavailable) GetPayload

func (*GetGamificationMetricdefinitionServiceUnavailable) IsClientError

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

func (*GetGamificationMetricdefinitionServiceUnavailable) IsCode

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

func (*GetGamificationMetricdefinitionServiceUnavailable) IsRedirect

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

func (*GetGamificationMetricdefinitionServiceUnavailable) IsServerError

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

func (*GetGamificationMetricdefinitionServiceUnavailable) IsSuccess

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

func (*GetGamificationMetricdefinitionServiceUnavailable) String

type GetGamificationMetricdefinitionTooManyRequests

type GetGamificationMetricdefinitionTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationMetricdefinitionTooManyRequests

func NewGetGamificationMetricdefinitionTooManyRequests() *GetGamificationMetricdefinitionTooManyRequests

NewGetGamificationMetricdefinitionTooManyRequests creates a GetGamificationMetricdefinitionTooManyRequests with default headers values

func (*GetGamificationMetricdefinitionTooManyRequests) Error

func (*GetGamificationMetricdefinitionTooManyRequests) GetPayload

func (*GetGamificationMetricdefinitionTooManyRequests) IsClientError

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

func (*GetGamificationMetricdefinitionTooManyRequests) IsCode

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

func (*GetGamificationMetricdefinitionTooManyRequests) IsRedirect

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

func (*GetGamificationMetricdefinitionTooManyRequests) IsServerError

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

func (*GetGamificationMetricdefinitionTooManyRequests) IsSuccess

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

func (*GetGamificationMetricdefinitionTooManyRequests) String

type GetGamificationMetricdefinitionUnauthorized

type GetGamificationMetricdefinitionUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetGamificationMetricdefinitionUnauthorized

func NewGetGamificationMetricdefinitionUnauthorized() *GetGamificationMetricdefinitionUnauthorized

NewGetGamificationMetricdefinitionUnauthorized creates a GetGamificationMetricdefinitionUnauthorized with default headers values

func (*GetGamificationMetricdefinitionUnauthorized) Error

func (*GetGamificationMetricdefinitionUnauthorized) GetPayload

func (*GetGamificationMetricdefinitionUnauthorized) IsClientError

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

func (*GetGamificationMetricdefinitionUnauthorized) IsCode

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

func (*GetGamificationMetricdefinitionUnauthorized) IsRedirect

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

func (*GetGamificationMetricdefinitionUnauthorized) IsServerError

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

func (*GetGamificationMetricdefinitionUnauthorized) IsSuccess

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

func (*GetGamificationMetricdefinitionUnauthorized) String

type GetGamificationMetricdefinitionUnsupportedMediaType

type GetGamificationMetricdefinitionUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationMetricdefinitionUnsupportedMediaType 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 NewGetGamificationMetricdefinitionUnsupportedMediaType

func NewGetGamificationMetricdefinitionUnsupportedMediaType() *GetGamificationMetricdefinitionUnsupportedMediaType

NewGetGamificationMetricdefinitionUnsupportedMediaType creates a GetGamificationMetricdefinitionUnsupportedMediaType with default headers values

func (*GetGamificationMetricdefinitionUnsupportedMediaType) Error

func (*GetGamificationMetricdefinitionUnsupportedMediaType) GetPayload

func (*GetGamificationMetricdefinitionUnsupportedMediaType) IsClientError

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

func (*GetGamificationMetricdefinitionUnsupportedMediaType) IsCode

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

func (*GetGamificationMetricdefinitionUnsupportedMediaType) IsRedirect

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

func (*GetGamificationMetricdefinitionUnsupportedMediaType) IsServerError

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

func (*GetGamificationMetricdefinitionUnsupportedMediaType) IsSuccess

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

func (*GetGamificationMetricdefinitionUnsupportedMediaType) String

type GetGamificationMetricdefinitionsBadRequest

type GetGamificationMetricdefinitionsBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationMetricdefinitionsBadRequest 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 NewGetGamificationMetricdefinitionsBadRequest

func NewGetGamificationMetricdefinitionsBadRequest() *GetGamificationMetricdefinitionsBadRequest

NewGetGamificationMetricdefinitionsBadRequest creates a GetGamificationMetricdefinitionsBadRequest with default headers values

func (*GetGamificationMetricdefinitionsBadRequest) Error

func (*GetGamificationMetricdefinitionsBadRequest) GetPayload

func (*GetGamificationMetricdefinitionsBadRequest) IsClientError

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

func (*GetGamificationMetricdefinitionsBadRequest) IsCode

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

func (*GetGamificationMetricdefinitionsBadRequest) IsRedirect

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

func (*GetGamificationMetricdefinitionsBadRequest) IsServerError

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

func (*GetGamificationMetricdefinitionsBadRequest) IsSuccess

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

func (*GetGamificationMetricdefinitionsBadRequest) String

type GetGamificationMetricdefinitionsForbidden

type GetGamificationMetricdefinitionsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetGamificationMetricdefinitionsForbidden

func NewGetGamificationMetricdefinitionsForbidden() *GetGamificationMetricdefinitionsForbidden

NewGetGamificationMetricdefinitionsForbidden creates a GetGamificationMetricdefinitionsForbidden with default headers values

func (*GetGamificationMetricdefinitionsForbidden) Error

func (*GetGamificationMetricdefinitionsForbidden) GetPayload

func (*GetGamificationMetricdefinitionsForbidden) IsClientError

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

func (*GetGamificationMetricdefinitionsForbidden) IsCode

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

func (*GetGamificationMetricdefinitionsForbidden) IsRedirect

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

func (*GetGamificationMetricdefinitionsForbidden) IsServerError

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

func (*GetGamificationMetricdefinitionsForbidden) IsSuccess

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

func (*GetGamificationMetricdefinitionsForbidden) String

type GetGamificationMetricdefinitionsGatewayTimeout

type GetGamificationMetricdefinitionsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetGamificationMetricdefinitionsGatewayTimeout

func NewGetGamificationMetricdefinitionsGatewayTimeout() *GetGamificationMetricdefinitionsGatewayTimeout

NewGetGamificationMetricdefinitionsGatewayTimeout creates a GetGamificationMetricdefinitionsGatewayTimeout with default headers values

func (*GetGamificationMetricdefinitionsGatewayTimeout) Error

func (*GetGamificationMetricdefinitionsGatewayTimeout) GetPayload

func (*GetGamificationMetricdefinitionsGatewayTimeout) IsClientError

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

func (*GetGamificationMetricdefinitionsGatewayTimeout) IsCode

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

func (*GetGamificationMetricdefinitionsGatewayTimeout) IsRedirect

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

func (*GetGamificationMetricdefinitionsGatewayTimeout) IsServerError

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

func (*GetGamificationMetricdefinitionsGatewayTimeout) IsSuccess

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

func (*GetGamificationMetricdefinitionsGatewayTimeout) String

type GetGamificationMetricdefinitionsInternalServerError

type GetGamificationMetricdefinitionsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationMetricdefinitionsInternalServerError 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 NewGetGamificationMetricdefinitionsInternalServerError

func NewGetGamificationMetricdefinitionsInternalServerError() *GetGamificationMetricdefinitionsInternalServerError

NewGetGamificationMetricdefinitionsInternalServerError creates a GetGamificationMetricdefinitionsInternalServerError with default headers values

func (*GetGamificationMetricdefinitionsInternalServerError) Error

func (*GetGamificationMetricdefinitionsInternalServerError) GetPayload

func (*GetGamificationMetricdefinitionsInternalServerError) IsClientError

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

func (*GetGamificationMetricdefinitionsInternalServerError) IsCode

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

func (*GetGamificationMetricdefinitionsInternalServerError) IsRedirect

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

func (*GetGamificationMetricdefinitionsInternalServerError) IsServerError

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

func (*GetGamificationMetricdefinitionsInternalServerError) IsSuccess

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

func (*GetGamificationMetricdefinitionsInternalServerError) String

type GetGamificationMetricdefinitionsNotFound

type GetGamificationMetricdefinitionsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetGamificationMetricdefinitionsNotFound

func NewGetGamificationMetricdefinitionsNotFound() *GetGamificationMetricdefinitionsNotFound

NewGetGamificationMetricdefinitionsNotFound creates a GetGamificationMetricdefinitionsNotFound with default headers values

func (*GetGamificationMetricdefinitionsNotFound) Error

func (*GetGamificationMetricdefinitionsNotFound) GetPayload

func (*GetGamificationMetricdefinitionsNotFound) IsClientError

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

func (*GetGamificationMetricdefinitionsNotFound) IsCode

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

func (*GetGamificationMetricdefinitionsNotFound) IsRedirect

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

func (*GetGamificationMetricdefinitionsNotFound) IsServerError

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

func (*GetGamificationMetricdefinitionsNotFound) IsSuccess

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

func (*GetGamificationMetricdefinitionsNotFound) String

type GetGamificationMetricdefinitionsOK

type GetGamificationMetricdefinitionsOK struct {
	Payload *models.GetMetricDefinitionsResponse
}

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

successful operation

func NewGetGamificationMetricdefinitionsOK

func NewGetGamificationMetricdefinitionsOK() *GetGamificationMetricdefinitionsOK

NewGetGamificationMetricdefinitionsOK creates a GetGamificationMetricdefinitionsOK with default headers values

func (*GetGamificationMetricdefinitionsOK) Error

func (*GetGamificationMetricdefinitionsOK) GetPayload

func (*GetGamificationMetricdefinitionsOK) IsClientError

func (o *GetGamificationMetricdefinitionsOK) IsClientError() bool

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

func (*GetGamificationMetricdefinitionsOK) IsCode

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

func (*GetGamificationMetricdefinitionsOK) IsRedirect

func (o *GetGamificationMetricdefinitionsOK) IsRedirect() bool

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

func (*GetGamificationMetricdefinitionsOK) IsServerError

func (o *GetGamificationMetricdefinitionsOK) IsServerError() bool

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

func (*GetGamificationMetricdefinitionsOK) IsSuccess

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

func (*GetGamificationMetricdefinitionsOK) String

type GetGamificationMetricdefinitionsParams

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

GetGamificationMetricdefinitionsParams contains all the parameters to send to the API endpoint

for the get gamification metricdefinitions operation.

Typically these are written to a http.Request.

func NewGetGamificationMetricdefinitionsParams

func NewGetGamificationMetricdefinitionsParams() *GetGamificationMetricdefinitionsParams

NewGetGamificationMetricdefinitionsParams creates a new GetGamificationMetricdefinitionsParams 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 NewGetGamificationMetricdefinitionsParamsWithContext

func NewGetGamificationMetricdefinitionsParamsWithContext(ctx context.Context) *GetGamificationMetricdefinitionsParams

NewGetGamificationMetricdefinitionsParamsWithContext creates a new GetGamificationMetricdefinitionsParams object with the ability to set a context for a request.

func NewGetGamificationMetricdefinitionsParamsWithHTTPClient

func NewGetGamificationMetricdefinitionsParamsWithHTTPClient(client *http.Client) *GetGamificationMetricdefinitionsParams

NewGetGamificationMetricdefinitionsParamsWithHTTPClient creates a new GetGamificationMetricdefinitionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationMetricdefinitionsParamsWithTimeout

func NewGetGamificationMetricdefinitionsParamsWithTimeout(timeout time.Duration) *GetGamificationMetricdefinitionsParams

NewGetGamificationMetricdefinitionsParamsWithTimeout creates a new GetGamificationMetricdefinitionsParams object with the ability to set a timeout on a request.

func (*GetGamificationMetricdefinitionsParams) SetContext

SetContext adds the context to the get gamification metricdefinitions params

func (*GetGamificationMetricdefinitionsParams) SetDefaults

func (o *GetGamificationMetricdefinitionsParams) SetDefaults()

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

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

func (*GetGamificationMetricdefinitionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get gamification metricdefinitions params

func (*GetGamificationMetricdefinitionsParams) SetTimeout

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

SetTimeout adds the timeout to the get gamification metricdefinitions params

func (*GetGamificationMetricdefinitionsParams) WithContext

WithContext adds the context to the get gamification metricdefinitions params

func (*GetGamificationMetricdefinitionsParams) WithDefaults

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

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

func (*GetGamificationMetricdefinitionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification metricdefinitions params

func (*GetGamificationMetricdefinitionsParams) WithTimeout

WithTimeout adds the timeout to the get gamification metricdefinitions params

func (*GetGamificationMetricdefinitionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationMetricdefinitionsReader

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

GetGamificationMetricdefinitionsReader is a Reader for the GetGamificationMetricdefinitions structure.

func (*GetGamificationMetricdefinitionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGamificationMetricdefinitionsRequestEntityTooLarge

type GetGamificationMetricdefinitionsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationMetricdefinitionsRequestEntityTooLarge

func NewGetGamificationMetricdefinitionsRequestEntityTooLarge() *GetGamificationMetricdefinitionsRequestEntityTooLarge

NewGetGamificationMetricdefinitionsRequestEntityTooLarge creates a GetGamificationMetricdefinitionsRequestEntityTooLarge with default headers values

func (*GetGamificationMetricdefinitionsRequestEntityTooLarge) Error

func (*GetGamificationMetricdefinitionsRequestEntityTooLarge) GetPayload

func (*GetGamificationMetricdefinitionsRequestEntityTooLarge) IsClientError

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

func (*GetGamificationMetricdefinitionsRequestEntityTooLarge) IsCode

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

func (*GetGamificationMetricdefinitionsRequestEntityTooLarge) IsRedirect

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

func (*GetGamificationMetricdefinitionsRequestEntityTooLarge) IsServerError

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

func (*GetGamificationMetricdefinitionsRequestEntityTooLarge) IsSuccess

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

func (*GetGamificationMetricdefinitionsRequestEntityTooLarge) String

type GetGamificationMetricdefinitionsRequestTimeout

type GetGamificationMetricdefinitionsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationMetricdefinitionsRequestTimeout 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 NewGetGamificationMetricdefinitionsRequestTimeout

func NewGetGamificationMetricdefinitionsRequestTimeout() *GetGamificationMetricdefinitionsRequestTimeout

NewGetGamificationMetricdefinitionsRequestTimeout creates a GetGamificationMetricdefinitionsRequestTimeout with default headers values

func (*GetGamificationMetricdefinitionsRequestTimeout) Error

func (*GetGamificationMetricdefinitionsRequestTimeout) GetPayload

func (*GetGamificationMetricdefinitionsRequestTimeout) IsClientError

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

func (*GetGamificationMetricdefinitionsRequestTimeout) IsCode

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

func (*GetGamificationMetricdefinitionsRequestTimeout) IsRedirect

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

func (*GetGamificationMetricdefinitionsRequestTimeout) IsServerError

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

func (*GetGamificationMetricdefinitionsRequestTimeout) IsSuccess

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

func (*GetGamificationMetricdefinitionsRequestTimeout) String

type GetGamificationMetricdefinitionsServiceUnavailable

type GetGamificationMetricdefinitionsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationMetricdefinitionsServiceUnavailable 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 NewGetGamificationMetricdefinitionsServiceUnavailable

func NewGetGamificationMetricdefinitionsServiceUnavailable() *GetGamificationMetricdefinitionsServiceUnavailable

NewGetGamificationMetricdefinitionsServiceUnavailable creates a GetGamificationMetricdefinitionsServiceUnavailable with default headers values

func (*GetGamificationMetricdefinitionsServiceUnavailable) Error

func (*GetGamificationMetricdefinitionsServiceUnavailable) GetPayload

func (*GetGamificationMetricdefinitionsServiceUnavailable) IsClientError

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

func (*GetGamificationMetricdefinitionsServiceUnavailable) IsCode

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

func (*GetGamificationMetricdefinitionsServiceUnavailable) IsRedirect

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

func (*GetGamificationMetricdefinitionsServiceUnavailable) IsServerError

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

func (*GetGamificationMetricdefinitionsServiceUnavailable) IsSuccess

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

func (*GetGamificationMetricdefinitionsServiceUnavailable) String

type GetGamificationMetricdefinitionsTooManyRequests

type GetGamificationMetricdefinitionsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationMetricdefinitionsTooManyRequests

func NewGetGamificationMetricdefinitionsTooManyRequests() *GetGamificationMetricdefinitionsTooManyRequests

NewGetGamificationMetricdefinitionsTooManyRequests creates a GetGamificationMetricdefinitionsTooManyRequests with default headers values

func (*GetGamificationMetricdefinitionsTooManyRequests) Error

func (*GetGamificationMetricdefinitionsTooManyRequests) GetPayload

func (*GetGamificationMetricdefinitionsTooManyRequests) IsClientError

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

func (*GetGamificationMetricdefinitionsTooManyRequests) IsCode

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

func (*GetGamificationMetricdefinitionsTooManyRequests) IsRedirect

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

func (*GetGamificationMetricdefinitionsTooManyRequests) IsServerError

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

func (*GetGamificationMetricdefinitionsTooManyRequests) IsSuccess

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

func (*GetGamificationMetricdefinitionsTooManyRequests) String

type GetGamificationMetricdefinitionsUnauthorized

type GetGamificationMetricdefinitionsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetGamificationMetricdefinitionsUnauthorized

func NewGetGamificationMetricdefinitionsUnauthorized() *GetGamificationMetricdefinitionsUnauthorized

NewGetGamificationMetricdefinitionsUnauthorized creates a GetGamificationMetricdefinitionsUnauthorized with default headers values

func (*GetGamificationMetricdefinitionsUnauthorized) Error

func (*GetGamificationMetricdefinitionsUnauthorized) GetPayload

func (*GetGamificationMetricdefinitionsUnauthorized) IsClientError

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

func (*GetGamificationMetricdefinitionsUnauthorized) IsCode

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

func (*GetGamificationMetricdefinitionsUnauthorized) IsRedirect

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

func (*GetGamificationMetricdefinitionsUnauthorized) IsServerError

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

func (*GetGamificationMetricdefinitionsUnauthorized) IsSuccess

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

func (*GetGamificationMetricdefinitionsUnauthorized) String

type GetGamificationMetricdefinitionsUnsupportedMediaType

type GetGamificationMetricdefinitionsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationMetricdefinitionsUnsupportedMediaType 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 NewGetGamificationMetricdefinitionsUnsupportedMediaType

func NewGetGamificationMetricdefinitionsUnsupportedMediaType() *GetGamificationMetricdefinitionsUnsupportedMediaType

NewGetGamificationMetricdefinitionsUnsupportedMediaType creates a GetGamificationMetricdefinitionsUnsupportedMediaType with default headers values

func (*GetGamificationMetricdefinitionsUnsupportedMediaType) Error

func (*GetGamificationMetricdefinitionsUnsupportedMediaType) GetPayload

func (*GetGamificationMetricdefinitionsUnsupportedMediaType) IsClientError

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

func (*GetGamificationMetricdefinitionsUnsupportedMediaType) IsCode

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

func (*GetGamificationMetricdefinitionsUnsupportedMediaType) IsRedirect

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

func (*GetGamificationMetricdefinitionsUnsupportedMediaType) IsServerError

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

func (*GetGamificationMetricdefinitionsUnsupportedMediaType) IsSuccess

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

func (*GetGamificationMetricdefinitionsUnsupportedMediaType) String

type GetGamificationProfileBadRequest

type GetGamificationProfileBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationProfileBadRequest 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 NewGetGamificationProfileBadRequest

func NewGetGamificationProfileBadRequest() *GetGamificationProfileBadRequest

NewGetGamificationProfileBadRequest creates a GetGamificationProfileBadRequest with default headers values

func (*GetGamificationProfileBadRequest) Error

func (*GetGamificationProfileBadRequest) GetPayload

func (*GetGamificationProfileBadRequest) IsClientError

func (o *GetGamificationProfileBadRequest) IsClientError() bool

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

func (*GetGamificationProfileBadRequest) IsCode

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

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

func (*GetGamificationProfileBadRequest) IsRedirect

func (o *GetGamificationProfileBadRequest) IsRedirect() bool

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

func (*GetGamificationProfileBadRequest) IsServerError

func (o *GetGamificationProfileBadRequest) IsServerError() bool

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

func (*GetGamificationProfileBadRequest) IsSuccess

func (o *GetGamificationProfileBadRequest) IsSuccess() bool

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

func (*GetGamificationProfileBadRequest) String

type GetGamificationProfileForbidden

type GetGamificationProfileForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetGamificationProfileForbidden

func NewGetGamificationProfileForbidden() *GetGamificationProfileForbidden

NewGetGamificationProfileForbidden creates a GetGamificationProfileForbidden with default headers values

func (*GetGamificationProfileForbidden) Error

func (*GetGamificationProfileForbidden) GetPayload

func (*GetGamificationProfileForbidden) IsClientError

func (o *GetGamificationProfileForbidden) IsClientError() bool

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

func (*GetGamificationProfileForbidden) IsCode

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

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

func (*GetGamificationProfileForbidden) IsRedirect

func (o *GetGamificationProfileForbidden) IsRedirect() bool

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

func (*GetGamificationProfileForbidden) IsServerError

func (o *GetGamificationProfileForbidden) IsServerError() bool

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

func (*GetGamificationProfileForbidden) IsSuccess

func (o *GetGamificationProfileForbidden) IsSuccess() bool

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

func (*GetGamificationProfileForbidden) String

type GetGamificationProfileGatewayTimeout

type GetGamificationProfileGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetGamificationProfileGatewayTimeout

func NewGetGamificationProfileGatewayTimeout() *GetGamificationProfileGatewayTimeout

NewGetGamificationProfileGatewayTimeout creates a GetGamificationProfileGatewayTimeout with default headers values

func (*GetGamificationProfileGatewayTimeout) Error

func (*GetGamificationProfileGatewayTimeout) GetPayload

func (*GetGamificationProfileGatewayTimeout) IsClientError

func (o *GetGamificationProfileGatewayTimeout) IsClientError() bool

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

func (*GetGamificationProfileGatewayTimeout) IsCode

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

func (*GetGamificationProfileGatewayTimeout) IsRedirect

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

func (*GetGamificationProfileGatewayTimeout) IsServerError

func (o *GetGamificationProfileGatewayTimeout) IsServerError() bool

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

func (*GetGamificationProfileGatewayTimeout) IsSuccess

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

func (*GetGamificationProfileGatewayTimeout) String

type GetGamificationProfileInternalServerError

type GetGamificationProfileInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationProfileInternalServerError 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 NewGetGamificationProfileInternalServerError

func NewGetGamificationProfileInternalServerError() *GetGamificationProfileInternalServerError

NewGetGamificationProfileInternalServerError creates a GetGamificationProfileInternalServerError with default headers values

func (*GetGamificationProfileInternalServerError) Error

func (*GetGamificationProfileInternalServerError) GetPayload

func (*GetGamificationProfileInternalServerError) IsClientError

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

func (*GetGamificationProfileInternalServerError) IsCode

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

func (*GetGamificationProfileInternalServerError) IsRedirect

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

func (*GetGamificationProfileInternalServerError) IsServerError

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

func (*GetGamificationProfileInternalServerError) IsSuccess

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

func (*GetGamificationProfileInternalServerError) String

type GetGamificationProfileMembersBadRequest

type GetGamificationProfileMembersBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMembersBadRequest 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 NewGetGamificationProfileMembersBadRequest

func NewGetGamificationProfileMembersBadRequest() *GetGamificationProfileMembersBadRequest

NewGetGamificationProfileMembersBadRequest creates a GetGamificationProfileMembersBadRequest with default headers values

func (*GetGamificationProfileMembersBadRequest) Error

func (*GetGamificationProfileMembersBadRequest) GetPayload

func (*GetGamificationProfileMembersBadRequest) IsClientError

func (o *GetGamificationProfileMembersBadRequest) IsClientError() bool

IsClientError returns true when this get gamification profile members bad request response has a 4xx status code

func (*GetGamificationProfileMembersBadRequest) IsCode

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

func (*GetGamificationProfileMembersBadRequest) IsRedirect

IsRedirect returns true when this get gamification profile members bad request response has a 3xx status code

func (*GetGamificationProfileMembersBadRequest) IsServerError

func (o *GetGamificationProfileMembersBadRequest) IsServerError() bool

IsServerError returns true when this get gamification profile members bad request response has a 5xx status code

func (*GetGamificationProfileMembersBadRequest) IsSuccess

IsSuccess returns true when this get gamification profile members bad request response has a 2xx status code

func (*GetGamificationProfileMembersBadRequest) String

type GetGamificationProfileMembersForbidden

type GetGamificationProfileMembersForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetGamificationProfileMembersForbidden

func NewGetGamificationProfileMembersForbidden() *GetGamificationProfileMembersForbidden

NewGetGamificationProfileMembersForbidden creates a GetGamificationProfileMembersForbidden with default headers values

func (*GetGamificationProfileMembersForbidden) Error

func (*GetGamificationProfileMembersForbidden) GetPayload

func (*GetGamificationProfileMembersForbidden) IsClientError

func (o *GetGamificationProfileMembersForbidden) IsClientError() bool

IsClientError returns true when this get gamification profile members forbidden response has a 4xx status code

func (*GetGamificationProfileMembersForbidden) IsCode

IsCode returns true when this get gamification profile members forbidden response a status code equal to that given

func (*GetGamificationProfileMembersForbidden) IsRedirect

IsRedirect returns true when this get gamification profile members forbidden response has a 3xx status code

func (*GetGamificationProfileMembersForbidden) IsServerError

func (o *GetGamificationProfileMembersForbidden) IsServerError() bool

IsServerError returns true when this get gamification profile members forbidden response has a 5xx status code

func (*GetGamificationProfileMembersForbidden) IsSuccess

IsSuccess returns true when this get gamification profile members forbidden response has a 2xx status code

func (*GetGamificationProfileMembersForbidden) String

type GetGamificationProfileMembersGatewayTimeout

type GetGamificationProfileMembersGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetGamificationProfileMembersGatewayTimeout

func NewGetGamificationProfileMembersGatewayTimeout() *GetGamificationProfileMembersGatewayTimeout

NewGetGamificationProfileMembersGatewayTimeout creates a GetGamificationProfileMembersGatewayTimeout with default headers values

func (*GetGamificationProfileMembersGatewayTimeout) Error

func (*GetGamificationProfileMembersGatewayTimeout) GetPayload

func (*GetGamificationProfileMembersGatewayTimeout) IsClientError

IsClientError returns true when this get gamification profile members gateway timeout response has a 4xx status code

func (*GetGamificationProfileMembersGatewayTimeout) IsCode

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

func (*GetGamificationProfileMembersGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification profile members gateway timeout response has a 3xx status code

func (*GetGamificationProfileMembersGatewayTimeout) IsServerError

IsServerError returns true when this get gamification profile members gateway timeout response has a 5xx status code

func (*GetGamificationProfileMembersGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification profile members gateway timeout response has a 2xx status code

func (*GetGamificationProfileMembersGatewayTimeout) String

type GetGamificationProfileMembersInternalServerError

type GetGamificationProfileMembersInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMembersInternalServerError 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 NewGetGamificationProfileMembersInternalServerError

func NewGetGamificationProfileMembersInternalServerError() *GetGamificationProfileMembersInternalServerError

NewGetGamificationProfileMembersInternalServerError creates a GetGamificationProfileMembersInternalServerError with default headers values

func (*GetGamificationProfileMembersInternalServerError) Error

func (*GetGamificationProfileMembersInternalServerError) GetPayload

func (*GetGamificationProfileMembersInternalServerError) IsClientError

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

func (*GetGamificationProfileMembersInternalServerError) IsCode

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

func (*GetGamificationProfileMembersInternalServerError) IsRedirect

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

func (*GetGamificationProfileMembersInternalServerError) IsServerError

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

func (*GetGamificationProfileMembersInternalServerError) IsSuccess

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

func (*GetGamificationProfileMembersInternalServerError) String

type GetGamificationProfileMembersNotFound

type GetGamificationProfileMembersNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetGamificationProfileMembersNotFound

func NewGetGamificationProfileMembersNotFound() *GetGamificationProfileMembersNotFound

NewGetGamificationProfileMembersNotFound creates a GetGamificationProfileMembersNotFound with default headers values

func (*GetGamificationProfileMembersNotFound) Error

func (*GetGamificationProfileMembersNotFound) GetPayload

func (*GetGamificationProfileMembersNotFound) IsClientError

func (o *GetGamificationProfileMembersNotFound) IsClientError() bool

IsClientError returns true when this get gamification profile members not found response has a 4xx status code

func (*GetGamificationProfileMembersNotFound) IsCode

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

func (*GetGamificationProfileMembersNotFound) IsRedirect

IsRedirect returns true when this get gamification profile members not found response has a 3xx status code

func (*GetGamificationProfileMembersNotFound) IsServerError

func (o *GetGamificationProfileMembersNotFound) IsServerError() bool

IsServerError returns true when this get gamification profile members not found response has a 5xx status code

func (*GetGamificationProfileMembersNotFound) IsSuccess

IsSuccess returns true when this get gamification profile members not found response has a 2xx status code

func (*GetGamificationProfileMembersNotFound) String

type GetGamificationProfileMembersOK

type GetGamificationProfileMembersOK struct {
	Payload *models.MemberListing
}

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

successful operation

func NewGetGamificationProfileMembersOK

func NewGetGamificationProfileMembersOK() *GetGamificationProfileMembersOK

NewGetGamificationProfileMembersOK creates a GetGamificationProfileMembersOK with default headers values

func (*GetGamificationProfileMembersOK) Error

func (*GetGamificationProfileMembersOK) GetPayload

func (*GetGamificationProfileMembersOK) IsClientError

func (o *GetGamificationProfileMembersOK) IsClientError() bool

IsClientError returns true when this get gamification profile members o k response has a 4xx status code

func (*GetGamificationProfileMembersOK) IsCode

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

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

func (*GetGamificationProfileMembersOK) IsRedirect

func (o *GetGamificationProfileMembersOK) IsRedirect() bool

IsRedirect returns true when this get gamification profile members o k response has a 3xx status code

func (*GetGamificationProfileMembersOK) IsServerError

func (o *GetGamificationProfileMembersOK) IsServerError() bool

IsServerError returns true when this get gamification profile members o k response has a 5xx status code

func (*GetGamificationProfileMembersOK) IsSuccess

func (o *GetGamificationProfileMembersOK) IsSuccess() bool

IsSuccess returns true when this get gamification profile members o k response has a 2xx status code

func (*GetGamificationProfileMembersOK) String

type GetGamificationProfileMembersParams

type GetGamificationProfileMembersParams struct {

	/* ProfileID.

	   Profile Id
	*/
	ProfileID string

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

GetGamificationProfileMembersParams contains all the parameters to send to the API endpoint

for the get gamification profile members operation.

Typically these are written to a http.Request.

func NewGetGamificationProfileMembersParams

func NewGetGamificationProfileMembersParams() *GetGamificationProfileMembersParams

NewGetGamificationProfileMembersParams creates a new GetGamificationProfileMembersParams 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 NewGetGamificationProfileMembersParamsWithContext

func NewGetGamificationProfileMembersParamsWithContext(ctx context.Context) *GetGamificationProfileMembersParams

NewGetGamificationProfileMembersParamsWithContext creates a new GetGamificationProfileMembersParams object with the ability to set a context for a request.

func NewGetGamificationProfileMembersParamsWithHTTPClient

func NewGetGamificationProfileMembersParamsWithHTTPClient(client *http.Client) *GetGamificationProfileMembersParams

NewGetGamificationProfileMembersParamsWithHTTPClient creates a new GetGamificationProfileMembersParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationProfileMembersParamsWithTimeout

func NewGetGamificationProfileMembersParamsWithTimeout(timeout time.Duration) *GetGamificationProfileMembersParams

NewGetGamificationProfileMembersParamsWithTimeout creates a new GetGamificationProfileMembersParams object with the ability to set a timeout on a request.

func (*GetGamificationProfileMembersParams) SetContext

SetContext adds the context to the get gamification profile members params

func (*GetGamificationProfileMembersParams) SetDefaults

func (o *GetGamificationProfileMembersParams) SetDefaults()

SetDefaults hydrates default values in the get gamification profile members params (not the query body).

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

func (*GetGamificationProfileMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get gamification profile members params

func (*GetGamificationProfileMembersParams) SetProfileID

func (o *GetGamificationProfileMembersParams) SetProfileID(profileID string)

SetProfileID adds the profileId to the get gamification profile members params

func (*GetGamificationProfileMembersParams) SetTimeout

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

SetTimeout adds the timeout to the get gamification profile members params

func (*GetGamificationProfileMembersParams) WithContext

WithContext adds the context to the get gamification profile members params

func (*GetGamificationProfileMembersParams) WithDefaults

WithDefaults hydrates default values in the get gamification profile members params (not the query body).

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

func (*GetGamificationProfileMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification profile members params

func (*GetGamificationProfileMembersParams) WithProfileID

WithProfileID adds the profileID to the get gamification profile members params

func (*GetGamificationProfileMembersParams) WithTimeout

WithTimeout adds the timeout to the get gamification profile members params

func (*GetGamificationProfileMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationProfileMembersReader

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

GetGamificationProfileMembersReader is a Reader for the GetGamificationProfileMembers structure.

func (*GetGamificationProfileMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGamificationProfileMembersRequestEntityTooLarge

type GetGamificationProfileMembersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationProfileMembersRequestEntityTooLarge

func NewGetGamificationProfileMembersRequestEntityTooLarge() *GetGamificationProfileMembersRequestEntityTooLarge

NewGetGamificationProfileMembersRequestEntityTooLarge creates a GetGamificationProfileMembersRequestEntityTooLarge with default headers values

func (*GetGamificationProfileMembersRequestEntityTooLarge) Error

func (*GetGamificationProfileMembersRequestEntityTooLarge) GetPayload

func (*GetGamificationProfileMembersRequestEntityTooLarge) IsClientError

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

func (*GetGamificationProfileMembersRequestEntityTooLarge) IsCode

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

func (*GetGamificationProfileMembersRequestEntityTooLarge) IsRedirect

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

func (*GetGamificationProfileMembersRequestEntityTooLarge) IsServerError

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

func (*GetGamificationProfileMembersRequestEntityTooLarge) IsSuccess

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

func (*GetGamificationProfileMembersRequestEntityTooLarge) String

type GetGamificationProfileMembersRequestTimeout

type GetGamificationProfileMembersRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMembersRequestTimeout 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 NewGetGamificationProfileMembersRequestTimeout

func NewGetGamificationProfileMembersRequestTimeout() *GetGamificationProfileMembersRequestTimeout

NewGetGamificationProfileMembersRequestTimeout creates a GetGamificationProfileMembersRequestTimeout with default headers values

func (*GetGamificationProfileMembersRequestTimeout) Error

func (*GetGamificationProfileMembersRequestTimeout) GetPayload

func (*GetGamificationProfileMembersRequestTimeout) IsClientError

IsClientError returns true when this get gamification profile members request timeout response has a 4xx status code

func (*GetGamificationProfileMembersRequestTimeout) IsCode

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

func (*GetGamificationProfileMembersRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification profile members request timeout response has a 3xx status code

func (*GetGamificationProfileMembersRequestTimeout) IsServerError

IsServerError returns true when this get gamification profile members request timeout response has a 5xx status code

func (*GetGamificationProfileMembersRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification profile members request timeout response has a 2xx status code

func (*GetGamificationProfileMembersRequestTimeout) String

type GetGamificationProfileMembersServiceUnavailable

type GetGamificationProfileMembersServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMembersServiceUnavailable 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 NewGetGamificationProfileMembersServiceUnavailable

func NewGetGamificationProfileMembersServiceUnavailable() *GetGamificationProfileMembersServiceUnavailable

NewGetGamificationProfileMembersServiceUnavailable creates a GetGamificationProfileMembersServiceUnavailable with default headers values

func (*GetGamificationProfileMembersServiceUnavailable) Error

func (*GetGamificationProfileMembersServiceUnavailable) GetPayload

func (*GetGamificationProfileMembersServiceUnavailable) IsClientError

IsClientError returns true when this get gamification profile members service unavailable response has a 4xx status code

func (*GetGamificationProfileMembersServiceUnavailable) IsCode

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

func (*GetGamificationProfileMembersServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification profile members service unavailable response has a 3xx status code

func (*GetGamificationProfileMembersServiceUnavailable) IsServerError

IsServerError returns true when this get gamification profile members service unavailable response has a 5xx status code

func (*GetGamificationProfileMembersServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification profile members service unavailable response has a 2xx status code

func (*GetGamificationProfileMembersServiceUnavailable) String

type GetGamificationProfileMembersTooManyRequests

type GetGamificationProfileMembersTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationProfileMembersTooManyRequests

func NewGetGamificationProfileMembersTooManyRequests() *GetGamificationProfileMembersTooManyRequests

NewGetGamificationProfileMembersTooManyRequests creates a GetGamificationProfileMembersTooManyRequests with default headers values

func (*GetGamificationProfileMembersTooManyRequests) Error

func (*GetGamificationProfileMembersTooManyRequests) GetPayload

func (*GetGamificationProfileMembersTooManyRequests) IsClientError

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

func (*GetGamificationProfileMembersTooManyRequests) IsCode

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

func (*GetGamificationProfileMembersTooManyRequests) IsRedirect

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

func (*GetGamificationProfileMembersTooManyRequests) IsServerError

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

func (*GetGamificationProfileMembersTooManyRequests) IsSuccess

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

func (*GetGamificationProfileMembersTooManyRequests) String

type GetGamificationProfileMembersUnauthorized

type GetGamificationProfileMembersUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetGamificationProfileMembersUnauthorized

func NewGetGamificationProfileMembersUnauthorized() *GetGamificationProfileMembersUnauthorized

NewGetGamificationProfileMembersUnauthorized creates a GetGamificationProfileMembersUnauthorized with default headers values

func (*GetGamificationProfileMembersUnauthorized) Error

func (*GetGamificationProfileMembersUnauthorized) GetPayload

func (*GetGamificationProfileMembersUnauthorized) IsClientError

IsClientError returns true when this get gamification profile members unauthorized response has a 4xx status code

func (*GetGamificationProfileMembersUnauthorized) IsCode

IsCode returns true when this get gamification profile members unauthorized response a status code equal to that given

func (*GetGamificationProfileMembersUnauthorized) IsRedirect

IsRedirect returns true when this get gamification profile members unauthorized response has a 3xx status code

func (*GetGamificationProfileMembersUnauthorized) IsServerError

IsServerError returns true when this get gamification profile members unauthorized response has a 5xx status code

func (*GetGamificationProfileMembersUnauthorized) IsSuccess

IsSuccess returns true when this get gamification profile members unauthorized response has a 2xx status code

func (*GetGamificationProfileMembersUnauthorized) String

type GetGamificationProfileMembersUnsupportedMediaType

type GetGamificationProfileMembersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMembersUnsupportedMediaType 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 NewGetGamificationProfileMembersUnsupportedMediaType

func NewGetGamificationProfileMembersUnsupportedMediaType() *GetGamificationProfileMembersUnsupportedMediaType

NewGetGamificationProfileMembersUnsupportedMediaType creates a GetGamificationProfileMembersUnsupportedMediaType with default headers values

func (*GetGamificationProfileMembersUnsupportedMediaType) Error

func (*GetGamificationProfileMembersUnsupportedMediaType) GetPayload

func (*GetGamificationProfileMembersUnsupportedMediaType) IsClientError

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

func (*GetGamificationProfileMembersUnsupportedMediaType) IsCode

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

func (*GetGamificationProfileMembersUnsupportedMediaType) IsRedirect

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

func (*GetGamificationProfileMembersUnsupportedMediaType) IsServerError

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

func (*GetGamificationProfileMembersUnsupportedMediaType) IsSuccess

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

func (*GetGamificationProfileMembersUnsupportedMediaType) String

type GetGamificationProfileMetricBadRequest

type GetGamificationProfileMetricBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMetricBadRequest 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 NewGetGamificationProfileMetricBadRequest

func NewGetGamificationProfileMetricBadRequest() *GetGamificationProfileMetricBadRequest

NewGetGamificationProfileMetricBadRequest creates a GetGamificationProfileMetricBadRequest with default headers values

func (*GetGamificationProfileMetricBadRequest) Error

func (*GetGamificationProfileMetricBadRequest) GetPayload

func (*GetGamificationProfileMetricBadRequest) IsClientError

func (o *GetGamificationProfileMetricBadRequest) IsClientError() bool

IsClientError returns true when this get gamification profile metric bad request response has a 4xx status code

func (*GetGamificationProfileMetricBadRequest) IsCode

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

func (*GetGamificationProfileMetricBadRequest) IsRedirect

IsRedirect returns true when this get gamification profile metric bad request response has a 3xx status code

func (*GetGamificationProfileMetricBadRequest) IsServerError

func (o *GetGamificationProfileMetricBadRequest) IsServerError() bool

IsServerError returns true when this get gamification profile metric bad request response has a 5xx status code

func (*GetGamificationProfileMetricBadRequest) IsSuccess

IsSuccess returns true when this get gamification profile metric bad request response has a 2xx status code

func (*GetGamificationProfileMetricBadRequest) String

type GetGamificationProfileMetricForbidden

type GetGamificationProfileMetricForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetGamificationProfileMetricForbidden

func NewGetGamificationProfileMetricForbidden() *GetGamificationProfileMetricForbidden

NewGetGamificationProfileMetricForbidden creates a GetGamificationProfileMetricForbidden with default headers values

func (*GetGamificationProfileMetricForbidden) Error

func (*GetGamificationProfileMetricForbidden) GetPayload

func (*GetGamificationProfileMetricForbidden) IsClientError

func (o *GetGamificationProfileMetricForbidden) IsClientError() bool

IsClientError returns true when this get gamification profile metric forbidden response has a 4xx status code

func (*GetGamificationProfileMetricForbidden) IsCode

IsCode returns true when this get gamification profile metric forbidden response a status code equal to that given

func (*GetGamificationProfileMetricForbidden) IsRedirect

IsRedirect returns true when this get gamification profile metric forbidden response has a 3xx status code

func (*GetGamificationProfileMetricForbidden) IsServerError

func (o *GetGamificationProfileMetricForbidden) IsServerError() bool

IsServerError returns true when this get gamification profile metric forbidden response has a 5xx status code

func (*GetGamificationProfileMetricForbidden) IsSuccess

IsSuccess returns true when this get gamification profile metric forbidden response has a 2xx status code

func (*GetGamificationProfileMetricForbidden) String

type GetGamificationProfileMetricGatewayTimeout

type GetGamificationProfileMetricGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetGamificationProfileMetricGatewayTimeout

func NewGetGamificationProfileMetricGatewayTimeout() *GetGamificationProfileMetricGatewayTimeout

NewGetGamificationProfileMetricGatewayTimeout creates a GetGamificationProfileMetricGatewayTimeout with default headers values

func (*GetGamificationProfileMetricGatewayTimeout) Error

func (*GetGamificationProfileMetricGatewayTimeout) GetPayload

func (*GetGamificationProfileMetricGatewayTimeout) IsClientError

IsClientError returns true when this get gamification profile metric gateway timeout response has a 4xx status code

func (*GetGamificationProfileMetricGatewayTimeout) IsCode

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

func (*GetGamificationProfileMetricGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification profile metric gateway timeout response has a 3xx status code

func (*GetGamificationProfileMetricGatewayTimeout) IsServerError

IsServerError returns true when this get gamification profile metric gateway timeout response has a 5xx status code

func (*GetGamificationProfileMetricGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification profile metric gateway timeout response has a 2xx status code

func (*GetGamificationProfileMetricGatewayTimeout) String

type GetGamificationProfileMetricInternalServerError

type GetGamificationProfileMetricInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMetricInternalServerError 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 NewGetGamificationProfileMetricInternalServerError

func NewGetGamificationProfileMetricInternalServerError() *GetGamificationProfileMetricInternalServerError

NewGetGamificationProfileMetricInternalServerError creates a GetGamificationProfileMetricInternalServerError with default headers values

func (*GetGamificationProfileMetricInternalServerError) Error

func (*GetGamificationProfileMetricInternalServerError) GetPayload

func (*GetGamificationProfileMetricInternalServerError) IsClientError

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

func (*GetGamificationProfileMetricInternalServerError) IsCode

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

func (*GetGamificationProfileMetricInternalServerError) IsRedirect

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

func (*GetGamificationProfileMetricInternalServerError) IsServerError

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

func (*GetGamificationProfileMetricInternalServerError) IsSuccess

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

func (*GetGamificationProfileMetricInternalServerError) String

type GetGamificationProfileMetricNotFound

type GetGamificationProfileMetricNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetGamificationProfileMetricNotFound

func NewGetGamificationProfileMetricNotFound() *GetGamificationProfileMetricNotFound

NewGetGamificationProfileMetricNotFound creates a GetGamificationProfileMetricNotFound with default headers values

func (*GetGamificationProfileMetricNotFound) Error

func (*GetGamificationProfileMetricNotFound) GetPayload

func (*GetGamificationProfileMetricNotFound) IsClientError

func (o *GetGamificationProfileMetricNotFound) IsClientError() bool

IsClientError returns true when this get gamification profile metric not found response has a 4xx status code

func (*GetGamificationProfileMetricNotFound) IsCode

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

func (*GetGamificationProfileMetricNotFound) IsRedirect

IsRedirect returns true when this get gamification profile metric not found response has a 3xx status code

func (*GetGamificationProfileMetricNotFound) IsServerError

func (o *GetGamificationProfileMetricNotFound) IsServerError() bool

IsServerError returns true when this get gamification profile metric not found response has a 5xx status code

func (*GetGamificationProfileMetricNotFound) IsSuccess

IsSuccess returns true when this get gamification profile metric not found response has a 2xx status code

func (*GetGamificationProfileMetricNotFound) String

type GetGamificationProfileMetricOK

type GetGamificationProfileMetricOK struct {
	Payload *models.Metric
}

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

successful operation

func NewGetGamificationProfileMetricOK

func NewGetGamificationProfileMetricOK() *GetGamificationProfileMetricOK

NewGetGamificationProfileMetricOK creates a GetGamificationProfileMetricOK with default headers values

func (*GetGamificationProfileMetricOK) Error

func (*GetGamificationProfileMetricOK) GetPayload

func (o *GetGamificationProfileMetricOK) GetPayload() *models.Metric

func (*GetGamificationProfileMetricOK) IsClientError

func (o *GetGamificationProfileMetricOK) IsClientError() bool

IsClientError returns true when this get gamification profile metric o k response has a 4xx status code

func (*GetGamificationProfileMetricOK) IsCode

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

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

func (*GetGamificationProfileMetricOK) IsRedirect

func (o *GetGamificationProfileMetricOK) IsRedirect() bool

IsRedirect returns true when this get gamification profile metric o k response has a 3xx status code

func (*GetGamificationProfileMetricOK) IsServerError

func (o *GetGamificationProfileMetricOK) IsServerError() bool

IsServerError returns true when this get gamification profile metric o k response has a 5xx status code

func (*GetGamificationProfileMetricOK) IsSuccess

func (o *GetGamificationProfileMetricOK) IsSuccess() bool

IsSuccess returns true when this get gamification profile metric o k response has a 2xx status code

func (*GetGamificationProfileMetricOK) String

type GetGamificationProfileMetricParams

type GetGamificationProfileMetricParams struct {

	/* MetricID.

	   Metric Id
	*/
	MetricID string

	/* ProfileID.

	   Performance Profile Id
	*/
	ProfileID string

	/* Workday.

	   The objective query workday. If not specified, then it retrieves the current objective. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	Workday *strfmt.Date

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

GetGamificationProfileMetricParams contains all the parameters to send to the API endpoint

for the get gamification profile metric operation.

Typically these are written to a http.Request.

func NewGetGamificationProfileMetricParams

func NewGetGamificationProfileMetricParams() *GetGamificationProfileMetricParams

NewGetGamificationProfileMetricParams creates a new GetGamificationProfileMetricParams 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 NewGetGamificationProfileMetricParamsWithContext

func NewGetGamificationProfileMetricParamsWithContext(ctx context.Context) *GetGamificationProfileMetricParams

NewGetGamificationProfileMetricParamsWithContext creates a new GetGamificationProfileMetricParams object with the ability to set a context for a request.

func NewGetGamificationProfileMetricParamsWithHTTPClient

func NewGetGamificationProfileMetricParamsWithHTTPClient(client *http.Client) *GetGamificationProfileMetricParams

NewGetGamificationProfileMetricParamsWithHTTPClient creates a new GetGamificationProfileMetricParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationProfileMetricParamsWithTimeout

func NewGetGamificationProfileMetricParamsWithTimeout(timeout time.Duration) *GetGamificationProfileMetricParams

NewGetGamificationProfileMetricParamsWithTimeout creates a new GetGamificationProfileMetricParams object with the ability to set a timeout on a request.

func (*GetGamificationProfileMetricParams) SetContext

SetContext adds the context to the get gamification profile metric params

func (*GetGamificationProfileMetricParams) SetDefaults

func (o *GetGamificationProfileMetricParams) SetDefaults()

SetDefaults hydrates default values in the get gamification profile metric params (not the query body).

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

func (*GetGamificationProfileMetricParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get gamification profile metric params

func (*GetGamificationProfileMetricParams) SetMetricID

func (o *GetGamificationProfileMetricParams) SetMetricID(metricID string)

SetMetricID adds the metricId to the get gamification profile metric params

func (*GetGamificationProfileMetricParams) SetProfileID

func (o *GetGamificationProfileMetricParams) SetProfileID(profileID string)

SetProfileID adds the profileId to the get gamification profile metric params

func (*GetGamificationProfileMetricParams) SetTimeout

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

SetTimeout adds the timeout to the get gamification profile metric params

func (*GetGamificationProfileMetricParams) SetWorkday

func (o *GetGamificationProfileMetricParams) SetWorkday(workday *strfmt.Date)

SetWorkday adds the workday to the get gamification profile metric params

func (*GetGamificationProfileMetricParams) WithContext

WithContext adds the context to the get gamification profile metric params

func (*GetGamificationProfileMetricParams) WithDefaults

WithDefaults hydrates default values in the get gamification profile metric params (not the query body).

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

func (*GetGamificationProfileMetricParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification profile metric params

func (*GetGamificationProfileMetricParams) WithMetricID

WithMetricID adds the metricID to the get gamification profile metric params

func (*GetGamificationProfileMetricParams) WithProfileID

WithProfileID adds the profileID to the get gamification profile metric params

func (*GetGamificationProfileMetricParams) WithTimeout

WithTimeout adds the timeout to the get gamification profile metric params

func (*GetGamificationProfileMetricParams) WithWorkday

WithWorkday adds the workday to the get gamification profile metric params

func (*GetGamificationProfileMetricParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationProfileMetricReader

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

GetGamificationProfileMetricReader is a Reader for the GetGamificationProfileMetric structure.

func (*GetGamificationProfileMetricReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGamificationProfileMetricRequestEntityTooLarge

type GetGamificationProfileMetricRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationProfileMetricRequestEntityTooLarge

func NewGetGamificationProfileMetricRequestEntityTooLarge() *GetGamificationProfileMetricRequestEntityTooLarge

NewGetGamificationProfileMetricRequestEntityTooLarge creates a GetGamificationProfileMetricRequestEntityTooLarge with default headers values

func (*GetGamificationProfileMetricRequestEntityTooLarge) Error

func (*GetGamificationProfileMetricRequestEntityTooLarge) GetPayload

func (*GetGamificationProfileMetricRequestEntityTooLarge) IsClientError

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

func (*GetGamificationProfileMetricRequestEntityTooLarge) IsCode

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

func (*GetGamificationProfileMetricRequestEntityTooLarge) IsRedirect

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

func (*GetGamificationProfileMetricRequestEntityTooLarge) IsServerError

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

func (*GetGamificationProfileMetricRequestEntityTooLarge) IsSuccess

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

func (*GetGamificationProfileMetricRequestEntityTooLarge) String

type GetGamificationProfileMetricRequestTimeout

type GetGamificationProfileMetricRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMetricRequestTimeout 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 NewGetGamificationProfileMetricRequestTimeout

func NewGetGamificationProfileMetricRequestTimeout() *GetGamificationProfileMetricRequestTimeout

NewGetGamificationProfileMetricRequestTimeout creates a GetGamificationProfileMetricRequestTimeout with default headers values

func (*GetGamificationProfileMetricRequestTimeout) Error

func (*GetGamificationProfileMetricRequestTimeout) GetPayload

func (*GetGamificationProfileMetricRequestTimeout) IsClientError

IsClientError returns true when this get gamification profile metric request timeout response has a 4xx status code

func (*GetGamificationProfileMetricRequestTimeout) IsCode

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

func (*GetGamificationProfileMetricRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification profile metric request timeout response has a 3xx status code

func (*GetGamificationProfileMetricRequestTimeout) IsServerError

IsServerError returns true when this get gamification profile metric request timeout response has a 5xx status code

func (*GetGamificationProfileMetricRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification profile metric request timeout response has a 2xx status code

func (*GetGamificationProfileMetricRequestTimeout) String

type GetGamificationProfileMetricServiceUnavailable

type GetGamificationProfileMetricServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMetricServiceUnavailable 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 NewGetGamificationProfileMetricServiceUnavailable

func NewGetGamificationProfileMetricServiceUnavailable() *GetGamificationProfileMetricServiceUnavailable

NewGetGamificationProfileMetricServiceUnavailable creates a GetGamificationProfileMetricServiceUnavailable with default headers values

func (*GetGamificationProfileMetricServiceUnavailable) Error

func (*GetGamificationProfileMetricServiceUnavailable) GetPayload

func (*GetGamificationProfileMetricServiceUnavailable) IsClientError

IsClientError returns true when this get gamification profile metric service unavailable response has a 4xx status code

func (*GetGamificationProfileMetricServiceUnavailable) IsCode

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

func (*GetGamificationProfileMetricServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification profile metric service unavailable response has a 3xx status code

func (*GetGamificationProfileMetricServiceUnavailable) IsServerError

IsServerError returns true when this get gamification profile metric service unavailable response has a 5xx status code

func (*GetGamificationProfileMetricServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification profile metric service unavailable response has a 2xx status code

func (*GetGamificationProfileMetricServiceUnavailable) String

type GetGamificationProfileMetricTooManyRequests

type GetGamificationProfileMetricTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationProfileMetricTooManyRequests

func NewGetGamificationProfileMetricTooManyRequests() *GetGamificationProfileMetricTooManyRequests

NewGetGamificationProfileMetricTooManyRequests creates a GetGamificationProfileMetricTooManyRequests with default headers values

func (*GetGamificationProfileMetricTooManyRequests) Error

func (*GetGamificationProfileMetricTooManyRequests) GetPayload

func (*GetGamificationProfileMetricTooManyRequests) IsClientError

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

func (*GetGamificationProfileMetricTooManyRequests) IsCode

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

func (*GetGamificationProfileMetricTooManyRequests) IsRedirect

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

func (*GetGamificationProfileMetricTooManyRequests) IsServerError

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

func (*GetGamificationProfileMetricTooManyRequests) IsSuccess

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

func (*GetGamificationProfileMetricTooManyRequests) String

type GetGamificationProfileMetricUnauthorized

type GetGamificationProfileMetricUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetGamificationProfileMetricUnauthorized

func NewGetGamificationProfileMetricUnauthorized() *GetGamificationProfileMetricUnauthorized

NewGetGamificationProfileMetricUnauthorized creates a GetGamificationProfileMetricUnauthorized with default headers values

func (*GetGamificationProfileMetricUnauthorized) Error

func (*GetGamificationProfileMetricUnauthorized) GetPayload

func (*GetGamificationProfileMetricUnauthorized) IsClientError

IsClientError returns true when this get gamification profile metric unauthorized response has a 4xx status code

func (*GetGamificationProfileMetricUnauthorized) IsCode

IsCode returns true when this get gamification profile metric unauthorized response a status code equal to that given

func (*GetGamificationProfileMetricUnauthorized) IsRedirect

IsRedirect returns true when this get gamification profile metric unauthorized response has a 3xx status code

func (*GetGamificationProfileMetricUnauthorized) IsServerError

IsServerError returns true when this get gamification profile metric unauthorized response has a 5xx status code

func (*GetGamificationProfileMetricUnauthorized) IsSuccess

IsSuccess returns true when this get gamification profile metric unauthorized response has a 2xx status code

func (*GetGamificationProfileMetricUnauthorized) String

type GetGamificationProfileMetricUnsupportedMediaType

type GetGamificationProfileMetricUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMetricUnsupportedMediaType 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 NewGetGamificationProfileMetricUnsupportedMediaType

func NewGetGamificationProfileMetricUnsupportedMediaType() *GetGamificationProfileMetricUnsupportedMediaType

NewGetGamificationProfileMetricUnsupportedMediaType creates a GetGamificationProfileMetricUnsupportedMediaType with default headers values

func (*GetGamificationProfileMetricUnsupportedMediaType) Error

func (*GetGamificationProfileMetricUnsupportedMediaType) GetPayload

func (*GetGamificationProfileMetricUnsupportedMediaType) IsClientError

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

func (*GetGamificationProfileMetricUnsupportedMediaType) IsCode

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

func (*GetGamificationProfileMetricUnsupportedMediaType) IsRedirect

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

func (*GetGamificationProfileMetricUnsupportedMediaType) IsServerError

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

func (*GetGamificationProfileMetricUnsupportedMediaType) IsSuccess

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

func (*GetGamificationProfileMetricUnsupportedMediaType) String

type GetGamificationProfileMetricsBadRequest

type GetGamificationProfileMetricsBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMetricsBadRequest 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 NewGetGamificationProfileMetricsBadRequest

func NewGetGamificationProfileMetricsBadRequest() *GetGamificationProfileMetricsBadRequest

NewGetGamificationProfileMetricsBadRequest creates a GetGamificationProfileMetricsBadRequest with default headers values

func (*GetGamificationProfileMetricsBadRequest) Error

func (*GetGamificationProfileMetricsBadRequest) GetPayload

func (*GetGamificationProfileMetricsBadRequest) IsClientError

func (o *GetGamificationProfileMetricsBadRequest) IsClientError() bool

IsClientError returns true when this get gamification profile metrics bad request response has a 4xx status code

func (*GetGamificationProfileMetricsBadRequest) IsCode

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

func (*GetGamificationProfileMetricsBadRequest) IsRedirect

IsRedirect returns true when this get gamification profile metrics bad request response has a 3xx status code

func (*GetGamificationProfileMetricsBadRequest) IsServerError

func (o *GetGamificationProfileMetricsBadRequest) IsServerError() bool

IsServerError returns true when this get gamification profile metrics bad request response has a 5xx status code

func (*GetGamificationProfileMetricsBadRequest) IsSuccess

IsSuccess returns true when this get gamification profile metrics bad request response has a 2xx status code

func (*GetGamificationProfileMetricsBadRequest) String

type GetGamificationProfileMetricsForbidden

type GetGamificationProfileMetricsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetGamificationProfileMetricsForbidden

func NewGetGamificationProfileMetricsForbidden() *GetGamificationProfileMetricsForbidden

NewGetGamificationProfileMetricsForbidden creates a GetGamificationProfileMetricsForbidden with default headers values

func (*GetGamificationProfileMetricsForbidden) Error

func (*GetGamificationProfileMetricsForbidden) GetPayload

func (*GetGamificationProfileMetricsForbidden) IsClientError

func (o *GetGamificationProfileMetricsForbidden) IsClientError() bool

IsClientError returns true when this get gamification profile metrics forbidden response has a 4xx status code

func (*GetGamificationProfileMetricsForbidden) IsCode

IsCode returns true when this get gamification profile metrics forbidden response a status code equal to that given

func (*GetGamificationProfileMetricsForbidden) IsRedirect

IsRedirect returns true when this get gamification profile metrics forbidden response has a 3xx status code

func (*GetGamificationProfileMetricsForbidden) IsServerError

func (o *GetGamificationProfileMetricsForbidden) IsServerError() bool

IsServerError returns true when this get gamification profile metrics forbidden response has a 5xx status code

func (*GetGamificationProfileMetricsForbidden) IsSuccess

IsSuccess returns true when this get gamification profile metrics forbidden response has a 2xx status code

func (*GetGamificationProfileMetricsForbidden) String

type GetGamificationProfileMetricsGatewayTimeout

type GetGamificationProfileMetricsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetGamificationProfileMetricsGatewayTimeout

func NewGetGamificationProfileMetricsGatewayTimeout() *GetGamificationProfileMetricsGatewayTimeout

NewGetGamificationProfileMetricsGatewayTimeout creates a GetGamificationProfileMetricsGatewayTimeout with default headers values

func (*GetGamificationProfileMetricsGatewayTimeout) Error

func (*GetGamificationProfileMetricsGatewayTimeout) GetPayload

func (*GetGamificationProfileMetricsGatewayTimeout) IsClientError

IsClientError returns true when this get gamification profile metrics gateway timeout response has a 4xx status code

func (*GetGamificationProfileMetricsGatewayTimeout) IsCode

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

func (*GetGamificationProfileMetricsGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification profile metrics gateway timeout response has a 3xx status code

func (*GetGamificationProfileMetricsGatewayTimeout) IsServerError

IsServerError returns true when this get gamification profile metrics gateway timeout response has a 5xx status code

func (*GetGamificationProfileMetricsGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification profile metrics gateway timeout response has a 2xx status code

func (*GetGamificationProfileMetricsGatewayTimeout) String

type GetGamificationProfileMetricsInternalServerError

type GetGamificationProfileMetricsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMetricsInternalServerError 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 NewGetGamificationProfileMetricsInternalServerError

func NewGetGamificationProfileMetricsInternalServerError() *GetGamificationProfileMetricsInternalServerError

NewGetGamificationProfileMetricsInternalServerError creates a GetGamificationProfileMetricsInternalServerError with default headers values

func (*GetGamificationProfileMetricsInternalServerError) Error

func (*GetGamificationProfileMetricsInternalServerError) GetPayload

func (*GetGamificationProfileMetricsInternalServerError) IsClientError

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

func (*GetGamificationProfileMetricsInternalServerError) IsCode

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

func (*GetGamificationProfileMetricsInternalServerError) IsRedirect

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

func (*GetGamificationProfileMetricsInternalServerError) IsServerError

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

func (*GetGamificationProfileMetricsInternalServerError) IsSuccess

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

func (*GetGamificationProfileMetricsInternalServerError) String

type GetGamificationProfileMetricsNotFound

type GetGamificationProfileMetricsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetGamificationProfileMetricsNotFound

func NewGetGamificationProfileMetricsNotFound() *GetGamificationProfileMetricsNotFound

NewGetGamificationProfileMetricsNotFound creates a GetGamificationProfileMetricsNotFound with default headers values

func (*GetGamificationProfileMetricsNotFound) Error

func (*GetGamificationProfileMetricsNotFound) GetPayload

func (*GetGamificationProfileMetricsNotFound) IsClientError

func (o *GetGamificationProfileMetricsNotFound) IsClientError() bool

IsClientError returns true when this get gamification profile metrics not found response has a 4xx status code

func (*GetGamificationProfileMetricsNotFound) IsCode

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

func (*GetGamificationProfileMetricsNotFound) IsRedirect

IsRedirect returns true when this get gamification profile metrics not found response has a 3xx status code

func (*GetGamificationProfileMetricsNotFound) IsServerError

func (o *GetGamificationProfileMetricsNotFound) IsServerError() bool

IsServerError returns true when this get gamification profile metrics not found response has a 5xx status code

func (*GetGamificationProfileMetricsNotFound) IsSuccess

IsSuccess returns true when this get gamification profile metrics not found response has a 2xx status code

func (*GetGamificationProfileMetricsNotFound) String

type GetGamificationProfileMetricsOK

type GetGamificationProfileMetricsOK struct {
	Payload *models.GetMetricResponse
}

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

successful operation

func NewGetGamificationProfileMetricsOK

func NewGetGamificationProfileMetricsOK() *GetGamificationProfileMetricsOK

NewGetGamificationProfileMetricsOK creates a GetGamificationProfileMetricsOK with default headers values

func (*GetGamificationProfileMetricsOK) Error

func (*GetGamificationProfileMetricsOK) GetPayload

func (*GetGamificationProfileMetricsOK) IsClientError

func (o *GetGamificationProfileMetricsOK) IsClientError() bool

IsClientError returns true when this get gamification profile metrics o k response has a 4xx status code

func (*GetGamificationProfileMetricsOK) IsCode

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

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

func (*GetGamificationProfileMetricsOK) IsRedirect

func (o *GetGamificationProfileMetricsOK) IsRedirect() bool

IsRedirect returns true when this get gamification profile metrics o k response has a 3xx status code

func (*GetGamificationProfileMetricsOK) IsServerError

func (o *GetGamificationProfileMetricsOK) IsServerError() bool

IsServerError returns true when this get gamification profile metrics o k response has a 5xx status code

func (*GetGamificationProfileMetricsOK) IsSuccess

func (o *GetGamificationProfileMetricsOK) IsSuccess() bool

IsSuccess returns true when this get gamification profile metrics o k response has a 2xx status code

func (*GetGamificationProfileMetricsOK) String

type GetGamificationProfileMetricsObjectivedetailsBadRequest

type GetGamificationProfileMetricsObjectivedetailsBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMetricsObjectivedetailsBadRequest 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 NewGetGamificationProfileMetricsObjectivedetailsBadRequest

func NewGetGamificationProfileMetricsObjectivedetailsBadRequest() *GetGamificationProfileMetricsObjectivedetailsBadRequest

NewGetGamificationProfileMetricsObjectivedetailsBadRequest creates a GetGamificationProfileMetricsObjectivedetailsBadRequest with default headers values

func (*GetGamificationProfileMetricsObjectivedetailsBadRequest) Error

func (*GetGamificationProfileMetricsObjectivedetailsBadRequest) GetPayload

func (*GetGamificationProfileMetricsObjectivedetailsBadRequest) IsClientError

IsClientError returns true when this get gamification profile metrics objectivedetails bad request response has a 4xx status code

func (*GetGamificationProfileMetricsObjectivedetailsBadRequest) IsCode

IsCode returns true when this get gamification profile metrics objectivedetails bad request response a status code equal to that given

func (*GetGamificationProfileMetricsObjectivedetailsBadRequest) IsRedirect

IsRedirect returns true when this get gamification profile metrics objectivedetails bad request response has a 3xx status code

func (*GetGamificationProfileMetricsObjectivedetailsBadRequest) IsServerError

IsServerError returns true when this get gamification profile metrics objectivedetails bad request response has a 5xx status code

func (*GetGamificationProfileMetricsObjectivedetailsBadRequest) IsSuccess

IsSuccess returns true when this get gamification profile metrics objectivedetails bad request response has a 2xx status code

func (*GetGamificationProfileMetricsObjectivedetailsBadRequest) String

type GetGamificationProfileMetricsObjectivedetailsForbidden

type GetGamificationProfileMetricsObjectivedetailsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetGamificationProfileMetricsObjectivedetailsForbidden

func NewGetGamificationProfileMetricsObjectivedetailsForbidden() *GetGamificationProfileMetricsObjectivedetailsForbidden

NewGetGamificationProfileMetricsObjectivedetailsForbidden creates a GetGamificationProfileMetricsObjectivedetailsForbidden with default headers values

func (*GetGamificationProfileMetricsObjectivedetailsForbidden) Error

func (*GetGamificationProfileMetricsObjectivedetailsForbidden) GetPayload

func (*GetGamificationProfileMetricsObjectivedetailsForbidden) IsClientError

IsClientError returns true when this get gamification profile metrics objectivedetails forbidden response has a 4xx status code

func (*GetGamificationProfileMetricsObjectivedetailsForbidden) IsCode

IsCode returns true when this get gamification profile metrics objectivedetails forbidden response a status code equal to that given

func (*GetGamificationProfileMetricsObjectivedetailsForbidden) IsRedirect

IsRedirect returns true when this get gamification profile metrics objectivedetails forbidden response has a 3xx status code

func (*GetGamificationProfileMetricsObjectivedetailsForbidden) IsServerError

IsServerError returns true when this get gamification profile metrics objectivedetails forbidden response has a 5xx status code

func (*GetGamificationProfileMetricsObjectivedetailsForbidden) IsSuccess

IsSuccess returns true when this get gamification profile metrics objectivedetails forbidden response has a 2xx status code

func (*GetGamificationProfileMetricsObjectivedetailsForbidden) String

type GetGamificationProfileMetricsObjectivedetailsGatewayTimeout

type GetGamificationProfileMetricsObjectivedetailsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetGamificationProfileMetricsObjectivedetailsGatewayTimeout

func NewGetGamificationProfileMetricsObjectivedetailsGatewayTimeout() *GetGamificationProfileMetricsObjectivedetailsGatewayTimeout

NewGetGamificationProfileMetricsObjectivedetailsGatewayTimeout creates a GetGamificationProfileMetricsObjectivedetailsGatewayTimeout with default headers values

func (*GetGamificationProfileMetricsObjectivedetailsGatewayTimeout) Error

func (*GetGamificationProfileMetricsObjectivedetailsGatewayTimeout) GetPayload

func (*GetGamificationProfileMetricsObjectivedetailsGatewayTimeout) IsClientError

IsClientError returns true when this get gamification profile metrics objectivedetails gateway timeout response has a 4xx status code

func (*GetGamificationProfileMetricsObjectivedetailsGatewayTimeout) IsCode

IsCode returns true when this get gamification profile metrics objectivedetails gateway timeout response a status code equal to that given

func (*GetGamificationProfileMetricsObjectivedetailsGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification profile metrics objectivedetails gateway timeout response has a 3xx status code

func (*GetGamificationProfileMetricsObjectivedetailsGatewayTimeout) IsServerError

IsServerError returns true when this get gamification profile metrics objectivedetails gateway timeout response has a 5xx status code

func (*GetGamificationProfileMetricsObjectivedetailsGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification profile metrics objectivedetails gateway timeout response has a 2xx status code

func (*GetGamificationProfileMetricsObjectivedetailsGatewayTimeout) String

type GetGamificationProfileMetricsObjectivedetailsInternalServerError

type GetGamificationProfileMetricsObjectivedetailsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMetricsObjectivedetailsInternalServerError 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 NewGetGamificationProfileMetricsObjectivedetailsInternalServerError

func NewGetGamificationProfileMetricsObjectivedetailsInternalServerError() *GetGamificationProfileMetricsObjectivedetailsInternalServerError

NewGetGamificationProfileMetricsObjectivedetailsInternalServerError creates a GetGamificationProfileMetricsObjectivedetailsInternalServerError with default headers values

func (*GetGamificationProfileMetricsObjectivedetailsInternalServerError) Error

func (*GetGamificationProfileMetricsObjectivedetailsInternalServerError) GetPayload

func (*GetGamificationProfileMetricsObjectivedetailsInternalServerError) IsClientError

IsClientError returns true when this get gamification profile metrics objectivedetails internal server error response has a 4xx status code

func (*GetGamificationProfileMetricsObjectivedetailsInternalServerError) IsCode

IsCode returns true when this get gamification profile metrics objectivedetails internal server error response a status code equal to that given

func (*GetGamificationProfileMetricsObjectivedetailsInternalServerError) IsRedirect

IsRedirect returns true when this get gamification profile metrics objectivedetails internal server error response has a 3xx status code

func (*GetGamificationProfileMetricsObjectivedetailsInternalServerError) IsServerError

IsServerError returns true when this get gamification profile metrics objectivedetails internal server error response has a 5xx status code

func (*GetGamificationProfileMetricsObjectivedetailsInternalServerError) IsSuccess

IsSuccess returns true when this get gamification profile metrics objectivedetails internal server error response has a 2xx status code

func (*GetGamificationProfileMetricsObjectivedetailsInternalServerError) String

type GetGamificationProfileMetricsObjectivedetailsNotFound

type GetGamificationProfileMetricsObjectivedetailsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetGamificationProfileMetricsObjectivedetailsNotFound

func NewGetGamificationProfileMetricsObjectivedetailsNotFound() *GetGamificationProfileMetricsObjectivedetailsNotFound

NewGetGamificationProfileMetricsObjectivedetailsNotFound creates a GetGamificationProfileMetricsObjectivedetailsNotFound with default headers values

func (*GetGamificationProfileMetricsObjectivedetailsNotFound) Error

func (*GetGamificationProfileMetricsObjectivedetailsNotFound) GetPayload

func (*GetGamificationProfileMetricsObjectivedetailsNotFound) IsClientError

IsClientError returns true when this get gamification profile metrics objectivedetails not found response has a 4xx status code

func (*GetGamificationProfileMetricsObjectivedetailsNotFound) IsCode

IsCode returns true when this get gamification profile metrics objectivedetails not found response a status code equal to that given

func (*GetGamificationProfileMetricsObjectivedetailsNotFound) IsRedirect

IsRedirect returns true when this get gamification profile metrics objectivedetails not found response has a 3xx status code

func (*GetGamificationProfileMetricsObjectivedetailsNotFound) IsServerError

IsServerError returns true when this get gamification profile metrics objectivedetails not found response has a 5xx status code

func (*GetGamificationProfileMetricsObjectivedetailsNotFound) IsSuccess

IsSuccess returns true when this get gamification profile metrics objectivedetails not found response has a 2xx status code

func (*GetGamificationProfileMetricsObjectivedetailsNotFound) String

type GetGamificationProfileMetricsObjectivedetailsOK

type GetGamificationProfileMetricsObjectivedetailsOK struct {
	Payload *models.GetMetricsResponse
}

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

successful operation

func NewGetGamificationProfileMetricsObjectivedetailsOK

func NewGetGamificationProfileMetricsObjectivedetailsOK() *GetGamificationProfileMetricsObjectivedetailsOK

NewGetGamificationProfileMetricsObjectivedetailsOK creates a GetGamificationProfileMetricsObjectivedetailsOK with default headers values

func (*GetGamificationProfileMetricsObjectivedetailsOK) Error

func (*GetGamificationProfileMetricsObjectivedetailsOK) GetPayload

func (*GetGamificationProfileMetricsObjectivedetailsOK) IsClientError

IsClientError returns true when this get gamification profile metrics objectivedetails o k response has a 4xx status code

func (*GetGamificationProfileMetricsObjectivedetailsOK) IsCode

IsCode returns true when this get gamification profile metrics objectivedetails o k response a status code equal to that given

func (*GetGamificationProfileMetricsObjectivedetailsOK) IsRedirect

IsRedirect returns true when this get gamification profile metrics objectivedetails o k response has a 3xx status code

func (*GetGamificationProfileMetricsObjectivedetailsOK) IsServerError

IsServerError returns true when this get gamification profile metrics objectivedetails o k response has a 5xx status code

func (*GetGamificationProfileMetricsObjectivedetailsOK) IsSuccess

IsSuccess returns true when this get gamification profile metrics objectivedetails o k response has a 2xx status code

func (*GetGamificationProfileMetricsObjectivedetailsOK) String

type GetGamificationProfileMetricsObjectivedetailsParams

type GetGamificationProfileMetricsObjectivedetailsParams struct {

	/* ProfileID.

	   Performance Profile Id
	*/
	ProfileID string

	/* Workday.

	   The objective query workday. If not specified, then it retrieves the current objective. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	Workday *strfmt.Date

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

GetGamificationProfileMetricsObjectivedetailsParams contains all the parameters to send to the API endpoint

for the get gamification profile metrics objectivedetails operation.

Typically these are written to a http.Request.

func NewGetGamificationProfileMetricsObjectivedetailsParams

func NewGetGamificationProfileMetricsObjectivedetailsParams() *GetGamificationProfileMetricsObjectivedetailsParams

NewGetGamificationProfileMetricsObjectivedetailsParams creates a new GetGamificationProfileMetricsObjectivedetailsParams 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 NewGetGamificationProfileMetricsObjectivedetailsParamsWithContext

func NewGetGamificationProfileMetricsObjectivedetailsParamsWithContext(ctx context.Context) *GetGamificationProfileMetricsObjectivedetailsParams

NewGetGamificationProfileMetricsObjectivedetailsParamsWithContext creates a new GetGamificationProfileMetricsObjectivedetailsParams object with the ability to set a context for a request.

func NewGetGamificationProfileMetricsObjectivedetailsParamsWithHTTPClient

func NewGetGamificationProfileMetricsObjectivedetailsParamsWithHTTPClient(client *http.Client) *GetGamificationProfileMetricsObjectivedetailsParams

NewGetGamificationProfileMetricsObjectivedetailsParamsWithHTTPClient creates a new GetGamificationProfileMetricsObjectivedetailsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationProfileMetricsObjectivedetailsParamsWithTimeout

func NewGetGamificationProfileMetricsObjectivedetailsParamsWithTimeout(timeout time.Duration) *GetGamificationProfileMetricsObjectivedetailsParams

NewGetGamificationProfileMetricsObjectivedetailsParamsWithTimeout creates a new GetGamificationProfileMetricsObjectivedetailsParams object with the ability to set a timeout on a request.

func (*GetGamificationProfileMetricsObjectivedetailsParams) SetContext

SetContext adds the context to the get gamification profile metrics objectivedetails params

func (*GetGamificationProfileMetricsObjectivedetailsParams) SetDefaults

SetDefaults hydrates default values in the get gamification profile metrics objectivedetails params (not the query body).

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

func (*GetGamificationProfileMetricsObjectivedetailsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get gamification profile metrics objectivedetails params

func (*GetGamificationProfileMetricsObjectivedetailsParams) SetProfileID

SetProfileID adds the profileId to the get gamification profile metrics objectivedetails params

func (*GetGamificationProfileMetricsObjectivedetailsParams) SetTimeout

SetTimeout adds the timeout to the get gamification profile metrics objectivedetails params

func (*GetGamificationProfileMetricsObjectivedetailsParams) SetWorkday

SetWorkday adds the workday to the get gamification profile metrics objectivedetails params

func (*GetGamificationProfileMetricsObjectivedetailsParams) WithContext

WithContext adds the context to the get gamification profile metrics objectivedetails params

func (*GetGamificationProfileMetricsObjectivedetailsParams) WithDefaults

WithDefaults hydrates default values in the get gamification profile metrics objectivedetails params (not the query body).

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

func (*GetGamificationProfileMetricsObjectivedetailsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification profile metrics objectivedetails params

func (*GetGamificationProfileMetricsObjectivedetailsParams) WithProfileID

WithProfileID adds the profileID to the get gamification profile metrics objectivedetails params

func (*GetGamificationProfileMetricsObjectivedetailsParams) WithTimeout

WithTimeout adds the timeout to the get gamification profile metrics objectivedetails params

func (*GetGamificationProfileMetricsObjectivedetailsParams) WithWorkday

WithWorkday adds the workday to the get gamification profile metrics objectivedetails params

func (*GetGamificationProfileMetricsObjectivedetailsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationProfileMetricsObjectivedetailsReader

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

GetGamificationProfileMetricsObjectivedetailsReader is a Reader for the GetGamificationProfileMetricsObjectivedetails structure.

func (*GetGamificationProfileMetricsObjectivedetailsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGamificationProfileMetricsObjectivedetailsRequestEntityTooLarge

type GetGamificationProfileMetricsObjectivedetailsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationProfileMetricsObjectivedetailsRequestEntityTooLarge

func NewGetGamificationProfileMetricsObjectivedetailsRequestEntityTooLarge() *GetGamificationProfileMetricsObjectivedetailsRequestEntityTooLarge

NewGetGamificationProfileMetricsObjectivedetailsRequestEntityTooLarge creates a GetGamificationProfileMetricsObjectivedetailsRequestEntityTooLarge with default headers values

func (*GetGamificationProfileMetricsObjectivedetailsRequestEntityTooLarge) Error

func (*GetGamificationProfileMetricsObjectivedetailsRequestEntityTooLarge) GetPayload

func (*GetGamificationProfileMetricsObjectivedetailsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification profile metrics objectivedetails request entity too large response has a 4xx status code

func (*GetGamificationProfileMetricsObjectivedetailsRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification profile metrics objectivedetails request entity too large response a status code equal to that given

func (*GetGamificationProfileMetricsObjectivedetailsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification profile metrics objectivedetails request entity too large response has a 3xx status code

func (*GetGamificationProfileMetricsObjectivedetailsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification profile metrics objectivedetails request entity too large response has a 5xx status code

func (*GetGamificationProfileMetricsObjectivedetailsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification profile metrics objectivedetails request entity too large response has a 2xx status code

func (*GetGamificationProfileMetricsObjectivedetailsRequestEntityTooLarge) String

type GetGamificationProfileMetricsObjectivedetailsRequestTimeout

type GetGamificationProfileMetricsObjectivedetailsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMetricsObjectivedetailsRequestTimeout 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 NewGetGamificationProfileMetricsObjectivedetailsRequestTimeout

func NewGetGamificationProfileMetricsObjectivedetailsRequestTimeout() *GetGamificationProfileMetricsObjectivedetailsRequestTimeout

NewGetGamificationProfileMetricsObjectivedetailsRequestTimeout creates a GetGamificationProfileMetricsObjectivedetailsRequestTimeout with default headers values

func (*GetGamificationProfileMetricsObjectivedetailsRequestTimeout) Error

func (*GetGamificationProfileMetricsObjectivedetailsRequestTimeout) GetPayload

func (*GetGamificationProfileMetricsObjectivedetailsRequestTimeout) IsClientError

IsClientError returns true when this get gamification profile metrics objectivedetails request timeout response has a 4xx status code

func (*GetGamificationProfileMetricsObjectivedetailsRequestTimeout) IsCode

IsCode returns true when this get gamification profile metrics objectivedetails request timeout response a status code equal to that given

func (*GetGamificationProfileMetricsObjectivedetailsRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification profile metrics objectivedetails request timeout response has a 3xx status code

func (*GetGamificationProfileMetricsObjectivedetailsRequestTimeout) IsServerError

IsServerError returns true when this get gamification profile metrics objectivedetails request timeout response has a 5xx status code

func (*GetGamificationProfileMetricsObjectivedetailsRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification profile metrics objectivedetails request timeout response has a 2xx status code

func (*GetGamificationProfileMetricsObjectivedetailsRequestTimeout) String

type GetGamificationProfileMetricsObjectivedetailsServiceUnavailable

type GetGamificationProfileMetricsObjectivedetailsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMetricsObjectivedetailsServiceUnavailable 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 NewGetGamificationProfileMetricsObjectivedetailsServiceUnavailable

func NewGetGamificationProfileMetricsObjectivedetailsServiceUnavailable() *GetGamificationProfileMetricsObjectivedetailsServiceUnavailable

NewGetGamificationProfileMetricsObjectivedetailsServiceUnavailable creates a GetGamificationProfileMetricsObjectivedetailsServiceUnavailable with default headers values

func (*GetGamificationProfileMetricsObjectivedetailsServiceUnavailable) Error

func (*GetGamificationProfileMetricsObjectivedetailsServiceUnavailable) GetPayload

func (*GetGamificationProfileMetricsObjectivedetailsServiceUnavailable) IsClientError

IsClientError returns true when this get gamification profile metrics objectivedetails service unavailable response has a 4xx status code

func (*GetGamificationProfileMetricsObjectivedetailsServiceUnavailable) IsCode

IsCode returns true when this get gamification profile metrics objectivedetails service unavailable response a status code equal to that given

func (*GetGamificationProfileMetricsObjectivedetailsServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification profile metrics objectivedetails service unavailable response has a 3xx status code

func (*GetGamificationProfileMetricsObjectivedetailsServiceUnavailable) IsServerError

IsServerError returns true when this get gamification profile metrics objectivedetails service unavailable response has a 5xx status code

func (*GetGamificationProfileMetricsObjectivedetailsServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification profile metrics objectivedetails service unavailable response has a 2xx status code

func (*GetGamificationProfileMetricsObjectivedetailsServiceUnavailable) String

type GetGamificationProfileMetricsObjectivedetailsTooManyRequests

type GetGamificationProfileMetricsObjectivedetailsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationProfileMetricsObjectivedetailsTooManyRequests

func NewGetGamificationProfileMetricsObjectivedetailsTooManyRequests() *GetGamificationProfileMetricsObjectivedetailsTooManyRequests

NewGetGamificationProfileMetricsObjectivedetailsTooManyRequests creates a GetGamificationProfileMetricsObjectivedetailsTooManyRequests with default headers values

func (*GetGamificationProfileMetricsObjectivedetailsTooManyRequests) Error

func (*GetGamificationProfileMetricsObjectivedetailsTooManyRequests) GetPayload

func (*GetGamificationProfileMetricsObjectivedetailsTooManyRequests) IsClientError

IsClientError returns true when this get gamification profile metrics objectivedetails too many requests response has a 4xx status code

func (*GetGamificationProfileMetricsObjectivedetailsTooManyRequests) IsCode

IsCode returns true when this get gamification profile metrics objectivedetails too many requests response a status code equal to that given

func (*GetGamificationProfileMetricsObjectivedetailsTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification profile metrics objectivedetails too many requests response has a 3xx status code

func (*GetGamificationProfileMetricsObjectivedetailsTooManyRequests) IsServerError

IsServerError returns true when this get gamification profile metrics objectivedetails too many requests response has a 5xx status code

func (*GetGamificationProfileMetricsObjectivedetailsTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification profile metrics objectivedetails too many requests response has a 2xx status code

func (*GetGamificationProfileMetricsObjectivedetailsTooManyRequests) String

type GetGamificationProfileMetricsObjectivedetailsUnauthorized

type GetGamificationProfileMetricsObjectivedetailsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetGamificationProfileMetricsObjectivedetailsUnauthorized

func NewGetGamificationProfileMetricsObjectivedetailsUnauthorized() *GetGamificationProfileMetricsObjectivedetailsUnauthorized

NewGetGamificationProfileMetricsObjectivedetailsUnauthorized creates a GetGamificationProfileMetricsObjectivedetailsUnauthorized with default headers values

func (*GetGamificationProfileMetricsObjectivedetailsUnauthorized) Error

func (*GetGamificationProfileMetricsObjectivedetailsUnauthorized) GetPayload

func (*GetGamificationProfileMetricsObjectivedetailsUnauthorized) IsClientError

IsClientError returns true when this get gamification profile metrics objectivedetails unauthorized response has a 4xx status code

func (*GetGamificationProfileMetricsObjectivedetailsUnauthorized) IsCode

IsCode returns true when this get gamification profile metrics objectivedetails unauthorized response a status code equal to that given

func (*GetGamificationProfileMetricsObjectivedetailsUnauthorized) IsRedirect

IsRedirect returns true when this get gamification profile metrics objectivedetails unauthorized response has a 3xx status code

func (*GetGamificationProfileMetricsObjectivedetailsUnauthorized) IsServerError

IsServerError returns true when this get gamification profile metrics objectivedetails unauthorized response has a 5xx status code

func (*GetGamificationProfileMetricsObjectivedetailsUnauthorized) IsSuccess

IsSuccess returns true when this get gamification profile metrics objectivedetails unauthorized response has a 2xx status code

func (*GetGamificationProfileMetricsObjectivedetailsUnauthorized) String

type GetGamificationProfileMetricsObjectivedetailsUnsupportedMediaType

type GetGamificationProfileMetricsObjectivedetailsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMetricsObjectivedetailsUnsupportedMediaType 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 NewGetGamificationProfileMetricsObjectivedetailsUnsupportedMediaType

func NewGetGamificationProfileMetricsObjectivedetailsUnsupportedMediaType() *GetGamificationProfileMetricsObjectivedetailsUnsupportedMediaType

NewGetGamificationProfileMetricsObjectivedetailsUnsupportedMediaType creates a GetGamificationProfileMetricsObjectivedetailsUnsupportedMediaType with default headers values

func (*GetGamificationProfileMetricsObjectivedetailsUnsupportedMediaType) Error

func (*GetGamificationProfileMetricsObjectivedetailsUnsupportedMediaType) GetPayload

func (*GetGamificationProfileMetricsObjectivedetailsUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification profile metrics objectivedetails unsupported media type response has a 4xx status code

func (*GetGamificationProfileMetricsObjectivedetailsUnsupportedMediaType) IsCode

IsCode returns true when this get gamification profile metrics objectivedetails unsupported media type response a status code equal to that given

func (*GetGamificationProfileMetricsObjectivedetailsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification profile metrics objectivedetails unsupported media type response has a 3xx status code

func (*GetGamificationProfileMetricsObjectivedetailsUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification profile metrics objectivedetails unsupported media type response has a 5xx status code

func (*GetGamificationProfileMetricsObjectivedetailsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification profile metrics objectivedetails unsupported media type response has a 2xx status code

func (*GetGamificationProfileMetricsObjectivedetailsUnsupportedMediaType) String

type GetGamificationProfileMetricsParams

type GetGamificationProfileMetricsParams struct {

	/* Expand.

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

	/* MetricIds.

	   List of metric ids to filter the response (Optional, comma-separated).
	*/
	MetricIds *string

	/* ProfileID.

	   Performance Profile Id
	*/
	ProfileID string

	/* Workday.

	   The objective query workday. If not specified, then it retrieves the current objective. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	Workday *strfmt.Date

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

GetGamificationProfileMetricsParams contains all the parameters to send to the API endpoint

for the get gamification profile metrics operation.

Typically these are written to a http.Request.

func NewGetGamificationProfileMetricsParams

func NewGetGamificationProfileMetricsParams() *GetGamificationProfileMetricsParams

NewGetGamificationProfileMetricsParams creates a new GetGamificationProfileMetricsParams 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 NewGetGamificationProfileMetricsParamsWithContext

func NewGetGamificationProfileMetricsParamsWithContext(ctx context.Context) *GetGamificationProfileMetricsParams

NewGetGamificationProfileMetricsParamsWithContext creates a new GetGamificationProfileMetricsParams object with the ability to set a context for a request.

func NewGetGamificationProfileMetricsParamsWithHTTPClient

func NewGetGamificationProfileMetricsParamsWithHTTPClient(client *http.Client) *GetGamificationProfileMetricsParams

NewGetGamificationProfileMetricsParamsWithHTTPClient creates a new GetGamificationProfileMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationProfileMetricsParamsWithTimeout

func NewGetGamificationProfileMetricsParamsWithTimeout(timeout time.Duration) *GetGamificationProfileMetricsParams

NewGetGamificationProfileMetricsParamsWithTimeout creates a new GetGamificationProfileMetricsParams object with the ability to set a timeout on a request.

func (*GetGamificationProfileMetricsParams) SetContext

SetContext adds the context to the get gamification profile metrics params

func (*GetGamificationProfileMetricsParams) SetDefaults

func (o *GetGamificationProfileMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get gamification profile metrics params (not the query body).

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

func (*GetGamificationProfileMetricsParams) SetExpand

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

SetExpand adds the expand to the get gamification profile metrics params

func (*GetGamificationProfileMetricsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get gamification profile metrics params

func (*GetGamificationProfileMetricsParams) SetMetricIds

func (o *GetGamificationProfileMetricsParams) SetMetricIds(metricIds *string)

SetMetricIds adds the metricIds to the get gamification profile metrics params

func (*GetGamificationProfileMetricsParams) SetProfileID

func (o *GetGamificationProfileMetricsParams) SetProfileID(profileID string)

SetProfileID adds the profileId to the get gamification profile metrics params

func (*GetGamificationProfileMetricsParams) SetTimeout

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

SetTimeout adds the timeout to the get gamification profile metrics params

func (*GetGamificationProfileMetricsParams) SetWorkday

func (o *GetGamificationProfileMetricsParams) SetWorkday(workday *strfmt.Date)

SetWorkday adds the workday to the get gamification profile metrics params

func (*GetGamificationProfileMetricsParams) WithContext

WithContext adds the context to the get gamification profile metrics params

func (*GetGamificationProfileMetricsParams) WithDefaults

WithDefaults hydrates default values in the get gamification profile metrics params (not the query body).

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

func (*GetGamificationProfileMetricsParams) WithExpand

WithExpand adds the expand to the get gamification profile metrics params

func (*GetGamificationProfileMetricsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification profile metrics params

func (*GetGamificationProfileMetricsParams) WithMetricIds

WithMetricIds adds the metricIds to the get gamification profile metrics params

func (*GetGamificationProfileMetricsParams) WithProfileID

WithProfileID adds the profileID to the get gamification profile metrics params

func (*GetGamificationProfileMetricsParams) WithTimeout

WithTimeout adds the timeout to the get gamification profile metrics params

func (*GetGamificationProfileMetricsParams) WithWorkday

WithWorkday adds the workday to the get gamification profile metrics params

func (*GetGamificationProfileMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationProfileMetricsReader

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

GetGamificationProfileMetricsReader is a Reader for the GetGamificationProfileMetrics structure.

func (*GetGamificationProfileMetricsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGamificationProfileMetricsRequestEntityTooLarge

type GetGamificationProfileMetricsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationProfileMetricsRequestEntityTooLarge

func NewGetGamificationProfileMetricsRequestEntityTooLarge() *GetGamificationProfileMetricsRequestEntityTooLarge

NewGetGamificationProfileMetricsRequestEntityTooLarge creates a GetGamificationProfileMetricsRequestEntityTooLarge with default headers values

func (*GetGamificationProfileMetricsRequestEntityTooLarge) Error

func (*GetGamificationProfileMetricsRequestEntityTooLarge) GetPayload

func (*GetGamificationProfileMetricsRequestEntityTooLarge) IsClientError

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

func (*GetGamificationProfileMetricsRequestEntityTooLarge) IsCode

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

func (*GetGamificationProfileMetricsRequestEntityTooLarge) IsRedirect

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

func (*GetGamificationProfileMetricsRequestEntityTooLarge) IsServerError

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

func (*GetGamificationProfileMetricsRequestEntityTooLarge) IsSuccess

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

func (*GetGamificationProfileMetricsRequestEntityTooLarge) String

type GetGamificationProfileMetricsRequestTimeout

type GetGamificationProfileMetricsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMetricsRequestTimeout 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 NewGetGamificationProfileMetricsRequestTimeout

func NewGetGamificationProfileMetricsRequestTimeout() *GetGamificationProfileMetricsRequestTimeout

NewGetGamificationProfileMetricsRequestTimeout creates a GetGamificationProfileMetricsRequestTimeout with default headers values

func (*GetGamificationProfileMetricsRequestTimeout) Error

func (*GetGamificationProfileMetricsRequestTimeout) GetPayload

func (*GetGamificationProfileMetricsRequestTimeout) IsClientError

IsClientError returns true when this get gamification profile metrics request timeout response has a 4xx status code

func (*GetGamificationProfileMetricsRequestTimeout) IsCode

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

func (*GetGamificationProfileMetricsRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification profile metrics request timeout response has a 3xx status code

func (*GetGamificationProfileMetricsRequestTimeout) IsServerError

IsServerError returns true when this get gamification profile metrics request timeout response has a 5xx status code

func (*GetGamificationProfileMetricsRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification profile metrics request timeout response has a 2xx status code

func (*GetGamificationProfileMetricsRequestTimeout) String

type GetGamificationProfileMetricsServiceUnavailable

type GetGamificationProfileMetricsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMetricsServiceUnavailable 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 NewGetGamificationProfileMetricsServiceUnavailable

func NewGetGamificationProfileMetricsServiceUnavailable() *GetGamificationProfileMetricsServiceUnavailable

NewGetGamificationProfileMetricsServiceUnavailable creates a GetGamificationProfileMetricsServiceUnavailable with default headers values

func (*GetGamificationProfileMetricsServiceUnavailable) Error

func (*GetGamificationProfileMetricsServiceUnavailable) GetPayload

func (*GetGamificationProfileMetricsServiceUnavailable) IsClientError

IsClientError returns true when this get gamification profile metrics service unavailable response has a 4xx status code

func (*GetGamificationProfileMetricsServiceUnavailable) IsCode

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

func (*GetGamificationProfileMetricsServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification profile metrics service unavailable response has a 3xx status code

func (*GetGamificationProfileMetricsServiceUnavailable) IsServerError

IsServerError returns true when this get gamification profile metrics service unavailable response has a 5xx status code

func (*GetGamificationProfileMetricsServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification profile metrics service unavailable response has a 2xx status code

func (*GetGamificationProfileMetricsServiceUnavailable) String

type GetGamificationProfileMetricsTooManyRequests

type GetGamificationProfileMetricsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationProfileMetricsTooManyRequests

func NewGetGamificationProfileMetricsTooManyRequests() *GetGamificationProfileMetricsTooManyRequests

NewGetGamificationProfileMetricsTooManyRequests creates a GetGamificationProfileMetricsTooManyRequests with default headers values

func (*GetGamificationProfileMetricsTooManyRequests) Error

func (*GetGamificationProfileMetricsTooManyRequests) GetPayload

func (*GetGamificationProfileMetricsTooManyRequests) IsClientError

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

func (*GetGamificationProfileMetricsTooManyRequests) IsCode

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

func (*GetGamificationProfileMetricsTooManyRequests) IsRedirect

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

func (*GetGamificationProfileMetricsTooManyRequests) IsServerError

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

func (*GetGamificationProfileMetricsTooManyRequests) IsSuccess

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

func (*GetGamificationProfileMetricsTooManyRequests) String

type GetGamificationProfileMetricsUnauthorized

type GetGamificationProfileMetricsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetGamificationProfileMetricsUnauthorized

func NewGetGamificationProfileMetricsUnauthorized() *GetGamificationProfileMetricsUnauthorized

NewGetGamificationProfileMetricsUnauthorized creates a GetGamificationProfileMetricsUnauthorized with default headers values

func (*GetGamificationProfileMetricsUnauthorized) Error

func (*GetGamificationProfileMetricsUnauthorized) GetPayload

func (*GetGamificationProfileMetricsUnauthorized) IsClientError

IsClientError returns true when this get gamification profile metrics unauthorized response has a 4xx status code

func (*GetGamificationProfileMetricsUnauthorized) IsCode

IsCode returns true when this get gamification profile metrics unauthorized response a status code equal to that given

func (*GetGamificationProfileMetricsUnauthorized) IsRedirect

IsRedirect returns true when this get gamification profile metrics unauthorized response has a 3xx status code

func (*GetGamificationProfileMetricsUnauthorized) IsServerError

IsServerError returns true when this get gamification profile metrics unauthorized response has a 5xx status code

func (*GetGamificationProfileMetricsUnauthorized) IsSuccess

IsSuccess returns true when this get gamification profile metrics unauthorized response has a 2xx status code

func (*GetGamificationProfileMetricsUnauthorized) String

type GetGamificationProfileMetricsUnsupportedMediaType

type GetGamificationProfileMetricsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationProfileMetricsUnsupportedMediaType 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 NewGetGamificationProfileMetricsUnsupportedMediaType

func NewGetGamificationProfileMetricsUnsupportedMediaType() *GetGamificationProfileMetricsUnsupportedMediaType

NewGetGamificationProfileMetricsUnsupportedMediaType creates a GetGamificationProfileMetricsUnsupportedMediaType with default headers values

func (*GetGamificationProfileMetricsUnsupportedMediaType) Error

func (*GetGamificationProfileMetricsUnsupportedMediaType) GetPayload

func (*GetGamificationProfileMetricsUnsupportedMediaType) IsClientError

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

func (*GetGamificationProfileMetricsUnsupportedMediaType) IsCode

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

func (*GetGamificationProfileMetricsUnsupportedMediaType) IsRedirect

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

func (*GetGamificationProfileMetricsUnsupportedMediaType) IsServerError

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

func (*GetGamificationProfileMetricsUnsupportedMediaType) IsSuccess

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

func (*GetGamificationProfileMetricsUnsupportedMediaType) String

type GetGamificationProfileNotFound

type GetGamificationProfileNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetGamificationProfileNotFound

func NewGetGamificationProfileNotFound() *GetGamificationProfileNotFound

NewGetGamificationProfileNotFound creates a GetGamificationProfileNotFound with default headers values

func (*GetGamificationProfileNotFound) Error

func (*GetGamificationProfileNotFound) GetPayload

func (*GetGamificationProfileNotFound) IsClientError

func (o *GetGamificationProfileNotFound) IsClientError() bool

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

func (*GetGamificationProfileNotFound) IsCode

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

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

func (*GetGamificationProfileNotFound) IsRedirect

func (o *GetGamificationProfileNotFound) IsRedirect() bool

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

func (*GetGamificationProfileNotFound) IsServerError

func (o *GetGamificationProfileNotFound) IsServerError() bool

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

func (*GetGamificationProfileNotFound) IsSuccess

func (o *GetGamificationProfileNotFound) IsSuccess() bool

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

func (*GetGamificationProfileNotFound) String

type GetGamificationProfileOK

type GetGamificationProfileOK struct {
	Payload *models.PerformanceProfile
}

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

successful operation

func NewGetGamificationProfileOK

func NewGetGamificationProfileOK() *GetGamificationProfileOK

NewGetGamificationProfileOK creates a GetGamificationProfileOK with default headers values

func (*GetGamificationProfileOK) Error

func (o *GetGamificationProfileOK) Error() string

func (*GetGamificationProfileOK) GetPayload

func (*GetGamificationProfileOK) IsClientError

func (o *GetGamificationProfileOK) IsClientError() bool

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

func (*GetGamificationProfileOK) IsCode

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

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

func (*GetGamificationProfileOK) IsRedirect

func (o *GetGamificationProfileOK) IsRedirect() bool

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

func (*GetGamificationProfileOK) IsServerError

func (o *GetGamificationProfileOK) IsServerError() bool

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

func (*GetGamificationProfileOK) IsSuccess

func (o *GetGamificationProfileOK) IsSuccess() bool

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

func (*GetGamificationProfileOK) String

func (o *GetGamificationProfileOK) String() string

type GetGamificationProfileParams

type GetGamificationProfileParams struct {

	/* ProfileID.

	   performanceProfileId
	*/
	ProfileID string

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

GetGamificationProfileParams contains all the parameters to send to the API endpoint

for the get gamification profile operation.

Typically these are written to a http.Request.

func NewGetGamificationProfileParams

func NewGetGamificationProfileParams() *GetGamificationProfileParams

NewGetGamificationProfileParams creates a new GetGamificationProfileParams 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 NewGetGamificationProfileParamsWithContext

func NewGetGamificationProfileParamsWithContext(ctx context.Context) *GetGamificationProfileParams

NewGetGamificationProfileParamsWithContext creates a new GetGamificationProfileParams object with the ability to set a context for a request.

func NewGetGamificationProfileParamsWithHTTPClient

func NewGetGamificationProfileParamsWithHTTPClient(client *http.Client) *GetGamificationProfileParams

NewGetGamificationProfileParamsWithHTTPClient creates a new GetGamificationProfileParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationProfileParamsWithTimeout

func NewGetGamificationProfileParamsWithTimeout(timeout time.Duration) *GetGamificationProfileParams

NewGetGamificationProfileParamsWithTimeout creates a new GetGamificationProfileParams object with the ability to set a timeout on a request.

func (*GetGamificationProfileParams) SetContext

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

SetContext adds the context to the get gamification profile params

func (*GetGamificationProfileParams) SetDefaults

func (o *GetGamificationProfileParams) SetDefaults()

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

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

func (*GetGamificationProfileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get gamification profile params

func (*GetGamificationProfileParams) SetProfileID

func (o *GetGamificationProfileParams) SetProfileID(profileID string)

SetProfileID adds the profileId to the get gamification profile params

func (*GetGamificationProfileParams) SetTimeout

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

SetTimeout adds the timeout to the get gamification profile params

func (*GetGamificationProfileParams) WithContext

WithContext adds the context to the get gamification profile params

func (*GetGamificationProfileParams) WithDefaults

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

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

func (*GetGamificationProfileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification profile params

func (*GetGamificationProfileParams) WithProfileID

WithProfileID adds the profileID to the get gamification profile params

func (*GetGamificationProfileParams) WithTimeout

WithTimeout adds the timeout to the get gamification profile params

func (*GetGamificationProfileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationProfileReader

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

GetGamificationProfileReader is a Reader for the GetGamificationProfile structure.

func (*GetGamificationProfileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGamificationProfileRequestEntityTooLarge

type GetGamificationProfileRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationProfileRequestEntityTooLarge

func NewGetGamificationProfileRequestEntityTooLarge() *GetGamificationProfileRequestEntityTooLarge

NewGetGamificationProfileRequestEntityTooLarge creates a GetGamificationProfileRequestEntityTooLarge with default headers values

func (*GetGamificationProfileRequestEntityTooLarge) Error

func (*GetGamificationProfileRequestEntityTooLarge) GetPayload

func (*GetGamificationProfileRequestEntityTooLarge) IsClientError

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

func (*GetGamificationProfileRequestEntityTooLarge) IsCode

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

func (*GetGamificationProfileRequestEntityTooLarge) IsRedirect

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

func (*GetGamificationProfileRequestEntityTooLarge) IsServerError

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

func (*GetGamificationProfileRequestEntityTooLarge) IsSuccess

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

func (*GetGamificationProfileRequestEntityTooLarge) String

type GetGamificationProfileRequestTimeout

type GetGamificationProfileRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationProfileRequestTimeout 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 NewGetGamificationProfileRequestTimeout

func NewGetGamificationProfileRequestTimeout() *GetGamificationProfileRequestTimeout

NewGetGamificationProfileRequestTimeout creates a GetGamificationProfileRequestTimeout with default headers values

func (*GetGamificationProfileRequestTimeout) Error

func (*GetGamificationProfileRequestTimeout) GetPayload

func (*GetGamificationProfileRequestTimeout) IsClientError

func (o *GetGamificationProfileRequestTimeout) IsClientError() bool

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

func (*GetGamificationProfileRequestTimeout) IsCode

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

func (*GetGamificationProfileRequestTimeout) IsRedirect

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

func (*GetGamificationProfileRequestTimeout) IsServerError

func (o *GetGamificationProfileRequestTimeout) IsServerError() bool

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

func (*GetGamificationProfileRequestTimeout) IsSuccess

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

func (*GetGamificationProfileRequestTimeout) String

type GetGamificationProfileServiceUnavailable

type GetGamificationProfileServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationProfileServiceUnavailable 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 NewGetGamificationProfileServiceUnavailable

func NewGetGamificationProfileServiceUnavailable() *GetGamificationProfileServiceUnavailable

NewGetGamificationProfileServiceUnavailable creates a GetGamificationProfileServiceUnavailable with default headers values

func (*GetGamificationProfileServiceUnavailable) Error

func (*GetGamificationProfileServiceUnavailable) GetPayload

func (*GetGamificationProfileServiceUnavailable) IsClientError

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

func (*GetGamificationProfileServiceUnavailable) IsCode

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

func (*GetGamificationProfileServiceUnavailable) IsRedirect

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

func (*GetGamificationProfileServiceUnavailable) IsServerError

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

func (*GetGamificationProfileServiceUnavailable) IsSuccess

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

func (*GetGamificationProfileServiceUnavailable) String

type GetGamificationProfileTooManyRequests

type GetGamificationProfileTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationProfileTooManyRequests

func NewGetGamificationProfileTooManyRequests() *GetGamificationProfileTooManyRequests

NewGetGamificationProfileTooManyRequests creates a GetGamificationProfileTooManyRequests with default headers values

func (*GetGamificationProfileTooManyRequests) Error

func (*GetGamificationProfileTooManyRequests) GetPayload

func (*GetGamificationProfileTooManyRequests) IsClientError

func (o *GetGamificationProfileTooManyRequests) IsClientError() bool

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

func (*GetGamificationProfileTooManyRequests) IsCode

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

func (*GetGamificationProfileTooManyRequests) IsRedirect

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

func (*GetGamificationProfileTooManyRequests) IsServerError

func (o *GetGamificationProfileTooManyRequests) IsServerError() bool

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

func (*GetGamificationProfileTooManyRequests) IsSuccess

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

func (*GetGamificationProfileTooManyRequests) String

type GetGamificationProfileUnauthorized

type GetGamificationProfileUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetGamificationProfileUnauthorized

func NewGetGamificationProfileUnauthorized() *GetGamificationProfileUnauthorized

NewGetGamificationProfileUnauthorized creates a GetGamificationProfileUnauthorized with default headers values

func (*GetGamificationProfileUnauthorized) Error

func (*GetGamificationProfileUnauthorized) GetPayload

func (*GetGamificationProfileUnauthorized) IsClientError

func (o *GetGamificationProfileUnauthorized) IsClientError() bool

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

func (*GetGamificationProfileUnauthorized) IsCode

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

func (*GetGamificationProfileUnauthorized) IsRedirect

func (o *GetGamificationProfileUnauthorized) IsRedirect() bool

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

func (*GetGamificationProfileUnauthorized) IsServerError

func (o *GetGamificationProfileUnauthorized) IsServerError() bool

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

func (*GetGamificationProfileUnauthorized) IsSuccess

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

func (*GetGamificationProfileUnauthorized) String

type GetGamificationProfileUnsupportedMediaType

type GetGamificationProfileUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationProfileUnsupportedMediaType 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 NewGetGamificationProfileUnsupportedMediaType

func NewGetGamificationProfileUnsupportedMediaType() *GetGamificationProfileUnsupportedMediaType

NewGetGamificationProfileUnsupportedMediaType creates a GetGamificationProfileUnsupportedMediaType with default headers values

func (*GetGamificationProfileUnsupportedMediaType) Error

func (*GetGamificationProfileUnsupportedMediaType) GetPayload

func (*GetGamificationProfileUnsupportedMediaType) IsClientError

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

func (*GetGamificationProfileUnsupportedMediaType) IsCode

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

func (*GetGamificationProfileUnsupportedMediaType) IsRedirect

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

func (*GetGamificationProfileUnsupportedMediaType) IsServerError

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

func (*GetGamificationProfileUnsupportedMediaType) IsSuccess

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

func (*GetGamificationProfileUnsupportedMediaType) String

type GetGamificationProfilesBadRequest

type GetGamificationProfilesBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesBadRequest 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 NewGetGamificationProfilesBadRequest

func NewGetGamificationProfilesBadRequest() *GetGamificationProfilesBadRequest

NewGetGamificationProfilesBadRequest creates a GetGamificationProfilesBadRequest with default headers values

func (*GetGamificationProfilesBadRequest) Error

func (*GetGamificationProfilesBadRequest) GetPayload

func (*GetGamificationProfilesBadRequest) IsClientError

func (o *GetGamificationProfilesBadRequest) IsClientError() bool

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

func (*GetGamificationProfilesBadRequest) IsCode

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

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

func (*GetGamificationProfilesBadRequest) IsRedirect

func (o *GetGamificationProfilesBadRequest) IsRedirect() bool

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

func (*GetGamificationProfilesBadRequest) IsServerError

func (o *GetGamificationProfilesBadRequest) IsServerError() bool

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

func (*GetGamificationProfilesBadRequest) IsSuccess

func (o *GetGamificationProfilesBadRequest) IsSuccess() bool

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

func (*GetGamificationProfilesBadRequest) String

type GetGamificationProfilesForbidden

type GetGamificationProfilesForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetGamificationProfilesForbidden

func NewGetGamificationProfilesForbidden() *GetGamificationProfilesForbidden

NewGetGamificationProfilesForbidden creates a GetGamificationProfilesForbidden with default headers values

func (*GetGamificationProfilesForbidden) Error

func (*GetGamificationProfilesForbidden) GetPayload

func (*GetGamificationProfilesForbidden) IsClientError

func (o *GetGamificationProfilesForbidden) IsClientError() bool

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

func (*GetGamificationProfilesForbidden) IsCode

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

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

func (*GetGamificationProfilesForbidden) IsRedirect

func (o *GetGamificationProfilesForbidden) IsRedirect() bool

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

func (*GetGamificationProfilesForbidden) IsServerError

func (o *GetGamificationProfilesForbidden) IsServerError() bool

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

func (*GetGamificationProfilesForbidden) IsSuccess

func (o *GetGamificationProfilesForbidden) IsSuccess() bool

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

func (*GetGamificationProfilesForbidden) String

type GetGamificationProfilesGatewayTimeout

type GetGamificationProfilesGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetGamificationProfilesGatewayTimeout

func NewGetGamificationProfilesGatewayTimeout() *GetGamificationProfilesGatewayTimeout

NewGetGamificationProfilesGatewayTimeout creates a GetGamificationProfilesGatewayTimeout with default headers values

func (*GetGamificationProfilesGatewayTimeout) Error

func (*GetGamificationProfilesGatewayTimeout) GetPayload

func (*GetGamificationProfilesGatewayTimeout) IsClientError

func (o *GetGamificationProfilesGatewayTimeout) IsClientError() bool

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

func (*GetGamificationProfilesGatewayTimeout) IsCode

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

func (*GetGamificationProfilesGatewayTimeout) IsRedirect

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

func (*GetGamificationProfilesGatewayTimeout) IsServerError

func (o *GetGamificationProfilesGatewayTimeout) IsServerError() bool

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

func (*GetGamificationProfilesGatewayTimeout) IsSuccess

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

func (*GetGamificationProfilesGatewayTimeout) String

type GetGamificationProfilesInternalServerError

type GetGamificationProfilesInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesInternalServerError 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 NewGetGamificationProfilesInternalServerError

func NewGetGamificationProfilesInternalServerError() *GetGamificationProfilesInternalServerError

NewGetGamificationProfilesInternalServerError creates a GetGamificationProfilesInternalServerError with default headers values

func (*GetGamificationProfilesInternalServerError) Error

func (*GetGamificationProfilesInternalServerError) GetPayload

func (*GetGamificationProfilesInternalServerError) IsClientError

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

func (*GetGamificationProfilesInternalServerError) IsCode

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

func (*GetGamificationProfilesInternalServerError) IsRedirect

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

func (*GetGamificationProfilesInternalServerError) IsServerError

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

func (*GetGamificationProfilesInternalServerError) IsSuccess

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

func (*GetGamificationProfilesInternalServerError) String

type GetGamificationProfilesNotFound

type GetGamificationProfilesNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetGamificationProfilesNotFound

func NewGetGamificationProfilesNotFound() *GetGamificationProfilesNotFound

NewGetGamificationProfilesNotFound creates a GetGamificationProfilesNotFound with default headers values

func (*GetGamificationProfilesNotFound) Error

func (*GetGamificationProfilesNotFound) GetPayload

func (*GetGamificationProfilesNotFound) IsClientError

func (o *GetGamificationProfilesNotFound) IsClientError() bool

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

func (*GetGamificationProfilesNotFound) IsCode

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

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

func (*GetGamificationProfilesNotFound) IsRedirect

func (o *GetGamificationProfilesNotFound) IsRedirect() bool

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

func (*GetGamificationProfilesNotFound) IsServerError

func (o *GetGamificationProfilesNotFound) IsServerError() bool

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

func (*GetGamificationProfilesNotFound) IsSuccess

func (o *GetGamificationProfilesNotFound) IsSuccess() bool

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

func (*GetGamificationProfilesNotFound) String

type GetGamificationProfilesOK

type GetGamificationProfilesOK struct {
	Payload *models.GetProfilesResponse
}

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

successful operation

func NewGetGamificationProfilesOK

func NewGetGamificationProfilesOK() *GetGamificationProfilesOK

NewGetGamificationProfilesOK creates a GetGamificationProfilesOK with default headers values

func (*GetGamificationProfilesOK) Error

func (o *GetGamificationProfilesOK) Error() string

func (*GetGamificationProfilesOK) GetPayload

func (*GetGamificationProfilesOK) IsClientError

func (o *GetGamificationProfilesOK) IsClientError() bool

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

func (*GetGamificationProfilesOK) IsCode

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

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

func (*GetGamificationProfilesOK) IsRedirect

func (o *GetGamificationProfilesOK) IsRedirect() bool

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

func (*GetGamificationProfilesOK) IsServerError

func (o *GetGamificationProfilesOK) IsServerError() bool

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

func (*GetGamificationProfilesOK) IsSuccess

func (o *GetGamificationProfilesOK) IsSuccess() bool

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

func (*GetGamificationProfilesOK) String

func (o *GetGamificationProfilesOK) String() string

type GetGamificationProfilesParams

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

GetGamificationProfilesParams contains all the parameters to send to the API endpoint

for the get gamification profiles operation.

Typically these are written to a http.Request.

func NewGetGamificationProfilesParams

func NewGetGamificationProfilesParams() *GetGamificationProfilesParams

NewGetGamificationProfilesParams creates a new GetGamificationProfilesParams 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 NewGetGamificationProfilesParamsWithContext

func NewGetGamificationProfilesParamsWithContext(ctx context.Context) *GetGamificationProfilesParams

NewGetGamificationProfilesParamsWithContext creates a new GetGamificationProfilesParams object with the ability to set a context for a request.

func NewGetGamificationProfilesParamsWithHTTPClient

func NewGetGamificationProfilesParamsWithHTTPClient(client *http.Client) *GetGamificationProfilesParams

NewGetGamificationProfilesParamsWithHTTPClient creates a new GetGamificationProfilesParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationProfilesParamsWithTimeout

func NewGetGamificationProfilesParamsWithTimeout(timeout time.Duration) *GetGamificationProfilesParams

NewGetGamificationProfilesParamsWithTimeout creates a new GetGamificationProfilesParams object with the ability to set a timeout on a request.

func (*GetGamificationProfilesParams) SetContext

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

SetContext adds the context to the get gamification profiles params

func (*GetGamificationProfilesParams) SetDefaults

func (o *GetGamificationProfilesParams) SetDefaults()

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

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

func (*GetGamificationProfilesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get gamification profiles params

func (*GetGamificationProfilesParams) SetTimeout

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

SetTimeout adds the timeout to the get gamification profiles params

func (*GetGamificationProfilesParams) WithContext

WithContext adds the context to the get gamification profiles params

func (*GetGamificationProfilesParams) WithDefaults

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

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

func (*GetGamificationProfilesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification profiles params

func (*GetGamificationProfilesParams) WithTimeout

WithTimeout adds the timeout to the get gamification profiles params

func (*GetGamificationProfilesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationProfilesReader

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

GetGamificationProfilesReader is a Reader for the GetGamificationProfiles structure.

func (*GetGamificationProfilesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGamificationProfilesRequestEntityTooLarge

type GetGamificationProfilesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationProfilesRequestEntityTooLarge

func NewGetGamificationProfilesRequestEntityTooLarge() *GetGamificationProfilesRequestEntityTooLarge

NewGetGamificationProfilesRequestEntityTooLarge creates a GetGamificationProfilesRequestEntityTooLarge with default headers values

func (*GetGamificationProfilesRequestEntityTooLarge) Error

func (*GetGamificationProfilesRequestEntityTooLarge) GetPayload

func (*GetGamificationProfilesRequestEntityTooLarge) IsClientError

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

func (*GetGamificationProfilesRequestEntityTooLarge) IsCode

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

func (*GetGamificationProfilesRequestEntityTooLarge) IsRedirect

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

func (*GetGamificationProfilesRequestEntityTooLarge) IsServerError

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

func (*GetGamificationProfilesRequestEntityTooLarge) IsSuccess

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

func (*GetGamificationProfilesRequestEntityTooLarge) String

type GetGamificationProfilesRequestTimeout

type GetGamificationProfilesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesRequestTimeout 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 NewGetGamificationProfilesRequestTimeout

func NewGetGamificationProfilesRequestTimeout() *GetGamificationProfilesRequestTimeout

NewGetGamificationProfilesRequestTimeout creates a GetGamificationProfilesRequestTimeout with default headers values

func (*GetGamificationProfilesRequestTimeout) Error

func (*GetGamificationProfilesRequestTimeout) GetPayload

func (*GetGamificationProfilesRequestTimeout) IsClientError

func (o *GetGamificationProfilesRequestTimeout) IsClientError() bool

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

func (*GetGamificationProfilesRequestTimeout) IsCode

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

func (*GetGamificationProfilesRequestTimeout) IsRedirect

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

func (*GetGamificationProfilesRequestTimeout) IsServerError

func (o *GetGamificationProfilesRequestTimeout) IsServerError() bool

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

func (*GetGamificationProfilesRequestTimeout) IsSuccess

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

func (*GetGamificationProfilesRequestTimeout) String

type GetGamificationProfilesServiceUnavailable

type GetGamificationProfilesServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesServiceUnavailable 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 NewGetGamificationProfilesServiceUnavailable

func NewGetGamificationProfilesServiceUnavailable() *GetGamificationProfilesServiceUnavailable

NewGetGamificationProfilesServiceUnavailable creates a GetGamificationProfilesServiceUnavailable with default headers values

func (*GetGamificationProfilesServiceUnavailable) Error

func (*GetGamificationProfilesServiceUnavailable) GetPayload

func (*GetGamificationProfilesServiceUnavailable) IsClientError

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

func (*GetGamificationProfilesServiceUnavailable) IsCode

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

func (*GetGamificationProfilesServiceUnavailable) IsRedirect

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

func (*GetGamificationProfilesServiceUnavailable) IsServerError

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

func (*GetGamificationProfilesServiceUnavailable) IsSuccess

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

func (*GetGamificationProfilesServiceUnavailable) String

type GetGamificationProfilesTooManyRequests

type GetGamificationProfilesTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGamificationProfilesTooManyRequests

func NewGetGamificationProfilesTooManyRequests() *GetGamificationProfilesTooManyRequests

NewGetGamificationProfilesTooManyRequests creates a GetGamificationProfilesTooManyRequests with default headers values

func (*GetGamificationProfilesTooManyRequests) Error

func (*GetGamificationProfilesTooManyRequests) GetPayload

func (*GetGamificationProfilesTooManyRequests) IsClientError

func (o *GetGamificationProfilesTooManyRequests) IsClientError() bool

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

func (*GetGamificationProfilesTooManyRequests) IsCode

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

func (*GetGamificationProfilesTooManyRequests) IsRedirect

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

func (*GetGamificationProfilesTooManyRequests) IsServerError

func (o *GetGamificationProfilesTooManyRequests) IsServerError() bool

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

func (*GetGamificationProfilesTooManyRequests) IsSuccess

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

func (*GetGamificationProfilesTooManyRequests) String

type GetGamificationProfilesUnauthorized

type GetGamificationProfilesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetGamificationProfilesUnauthorized

func NewGetGamificationProfilesUnauthorized() *GetGamificationProfilesUnauthorized

NewGetGamificationProfilesUnauthorized creates a GetGamificationProfilesUnauthorized with default headers values

func (*GetGamificationProfilesUnauthorized) Error

func (*GetGamificationProfilesUnauthorized) GetPayload

func (*GetGamificationProfilesUnauthorized) IsClientError

func (o *GetGamificationProfilesUnauthorized) IsClientError() bool

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

func (*GetGamificationProfilesUnauthorized) IsCode

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

func (*GetGamificationProfilesUnauthorized) IsRedirect

func (o *GetGamificationProfilesUnauthorized) IsRedirect() bool

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

func (*GetGamificationProfilesUnauthorized) IsServerError

func (o *GetGamificationProfilesUnauthorized) IsServerError() bool

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

func (*GetGamificationProfilesUnauthorized) IsSuccess

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

func (*GetGamificationProfilesUnauthorized) String

type GetGamificationProfilesUnsupportedMediaType

type GetGamificationProfilesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUnsupportedMediaType 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 NewGetGamificationProfilesUnsupportedMediaType

func NewGetGamificationProfilesUnsupportedMediaType() *GetGamificationProfilesUnsupportedMediaType

NewGetGamificationProfilesUnsupportedMediaType creates a GetGamificationProfilesUnsupportedMediaType with default headers values

func (*GetGamificationProfilesUnsupportedMediaType) Error

func (*GetGamificationProfilesUnsupportedMediaType) GetPayload

func (*GetGamificationProfilesUnsupportedMediaType) IsClientError

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

func (*GetGamificationProfilesUnsupportedMediaType) IsCode

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

func (*GetGamificationProfilesUnsupportedMediaType) IsRedirect

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

func (*GetGamificationProfilesUnsupportedMediaType) IsServerError

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

func (*GetGamificationProfilesUnsupportedMediaType) IsSuccess

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

func (*GetGamificationProfilesUnsupportedMediaType) String

type GetGamificationProfilesUserBadRequest

type GetGamificationProfilesUserBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUserBadRequest 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 NewGetGamificationProfilesUserBadRequest

func NewGetGamificationProfilesUserBadRequest() *GetGamificationProfilesUserBadRequest

NewGetGamificationProfilesUserBadRequest creates a GetGamificationProfilesUserBadRequest with default headers values

func (*GetGamificationProfilesUserBadRequest) Error

func (*GetGamificationProfilesUserBadRequest) GetPayload

func (*GetGamificationProfilesUserBadRequest) IsClientError

func (o *GetGamificationProfilesUserBadRequest) IsClientError() bool

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

func (*GetGamificationProfilesUserBadRequest) IsCode

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

func (*GetGamificationProfilesUserBadRequest) IsRedirect

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

func (*GetGamificationProfilesUserBadRequest) IsServerError

func (o *GetGamificationProfilesUserBadRequest) IsServerError() bool

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

func (*GetGamificationProfilesUserBadRequest) IsSuccess

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

func (*GetGamificationProfilesUserBadRequest) String

type GetGamificationProfilesUserForbidden

type GetGamificationProfilesUserForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetGamificationProfilesUserForbidden

func NewGetGamificationProfilesUserForbidden() *GetGamificationProfilesUserForbidden

NewGetGamificationProfilesUserForbidden creates a GetGamificationProfilesUserForbidden with default headers values

func (*GetGamificationProfilesUserForbidden) Error

func (*GetGamificationProfilesUserForbidden) GetPayload

func (*GetGamificationProfilesUserForbidden) IsClientError

func (o *GetGamificationProfilesUserForbidden) IsClientError() bool

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

func (*GetGamificationProfilesUserForbidden) IsCode

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

func (*GetGamificationProfilesUserForbidden) IsRedirect

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

func (*GetGamificationProfilesUserForbidden) IsServerError

func (o *GetGamificationProfilesUserForbidden) IsServerError() bool

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

func (*GetGamificationProfilesUserForbidden) IsSuccess

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

func (*GetGamificationProfilesUserForbidden) String

type GetGamificationProfilesUserGatewayTimeout

type GetGamificationProfilesUserGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetGamificationProfilesUserGatewayTimeout

func NewGetGamificationProfilesUserGatewayTimeout() *GetGamificationProfilesUserGatewayTimeout

NewGetGamificationProfilesUserGatewayTimeout creates a GetGamificationProfilesUserGatewayTimeout with default headers values

func (*GetGamificationProfilesUserGatewayTimeout) Error

func (*GetGamificationProfilesUserGatewayTimeout) GetPayload

func (*GetGamificationProfilesUserGatewayTimeout) IsClientError

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

func (*GetGamificationProfilesUserGatewayTimeout) IsCode

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

func (*GetGamificationProfilesUserGatewayTimeout) IsRedirect

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

func (*GetGamificationProfilesUserGatewayTimeout) IsServerError

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

func (*GetGamificationProfilesUserGatewayTimeout) IsSuccess

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

func (*GetGamificationProfilesUserGatewayTimeout) String

type GetGamificationProfilesUserInternalServerError

type GetGamificationProfilesUserInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUserInternalServerError 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 NewGetGamificationProfilesUserInternalServerError

func NewGetGamificationProfilesUserInternalServerError() *GetGamificationProfilesUserInternalServerError

NewGetGamificationProfilesUserInternalServerError creates a GetGamificationProfilesUserInternalServerError with default headers values

func (*GetGamificationProfilesUserInternalServerError) Error

func (*GetGamificationProfilesUserInternalServerError) GetPayload

func (*GetGamificationProfilesUserInternalServerError) IsClientError

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

func (*GetGamificationProfilesUserInternalServerError) IsCode

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

func (*GetGamificationProfilesUserInternalServerError) IsRedirect

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

func (*GetGamificationProfilesUserInternalServerError) IsServerError

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

func (*GetGamificationProfilesUserInternalServerError) IsSuccess

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

func (*GetGamificationProfilesUserInternalServerError) String

type GetGamificationProfilesUserNotFound

type GetGamificationProfilesUserNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetGamificationProfilesUserNotFound

func NewGetGamificationProfilesUserNotFound() *GetGamificationProfilesUserNotFound

NewGetGamificationProfilesUserNotFound creates a GetGamificationProfilesUserNotFound with default headers values

func (*GetGamificationProfilesUserNotFound) Error

func (*GetGamificationProfilesUserNotFound) GetPayload

func (*GetGamificationProfilesUserNotFound) IsClientError

func (o *GetGamificationProfilesUserNotFound) IsClientError() bool

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

func (*GetGamificationProfilesUserNotFound) IsCode

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

func (*GetGamificationProfilesUserNotFound) IsRedirect

func (o *GetGamificationProfilesUserNotFound) IsRedirect() bool

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

func (*GetGamificationProfilesUserNotFound) IsServerError

func (o *GetGamificationProfilesUserNotFound) IsServerError() bool

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

func (*GetGamificationProfilesUserNotFound) IsSuccess

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

func (*GetGamificationProfilesUserNotFound) String

type GetGamificationProfilesUserOK

type GetGamificationProfilesUserOK struct {
	Payload *models.PerformanceProfile
}

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

successful operation

func NewGetGamificationProfilesUserOK

func NewGetGamificationProfilesUserOK() *GetGamificationProfilesUserOK

NewGetGamificationProfilesUserOK creates a GetGamificationProfilesUserOK with default headers values

func (*GetGamificationProfilesUserOK) Error

func (*GetGamificationProfilesUserOK) GetPayload

func (*GetGamificationProfilesUserOK) IsClientError

func (o *GetGamificationProfilesUserOK) IsClientError() bool

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

func (*GetGamificationProfilesUserOK) IsCode

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

IsCode returns true when this get gamification profiles user o k response a status code equal to that given

func (*GetGamificationProfilesUserOK) IsRedirect

func (o *GetGamificationProfilesUserOK) IsRedirect() bool

IsRedirect returns true when this get gamification profiles user o k response has a 3xx status code

func (*GetGamificationProfilesUserOK) IsServerError

func (o *GetGamificationProfilesUserOK) IsServerError() bool

IsServerError returns true when this get gamification profiles user o k response has a 5xx status code

func (*GetGamificationProfilesUserOK) IsSuccess

func (o *GetGamificationProfilesUserOK) IsSuccess() bool

IsSuccess returns true when this get gamification profiles user o k response has a 2xx status code

func (*GetGamificationProfilesUserOK) String

type GetGamificationProfilesUserParams

type GetGamificationProfilesUserParams struct {

	// UserID.
	UserID string

	/* Workday.

	   Target querying workday. If not provided, then queries the current performance profile. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	Workday *strfmt.Date

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationProfilesUserParams contains all the parameters to send to the API endpoint

for the get gamification profiles user operation.

Typically these are written to a http.Request.

func NewGetGamificationProfilesUserParams

func NewGetGamificationProfilesUserParams() *GetGamificationProfilesUserParams

NewGetGamificationProfilesUserParams creates a new GetGamificationProfilesUserParams 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 NewGetGamificationProfilesUserParamsWithContext

func NewGetGamificationProfilesUserParamsWithContext(ctx context.Context) *GetGamificationProfilesUserParams

NewGetGamificationProfilesUserParamsWithContext creates a new GetGamificationProfilesUserParams object with the ability to set a context for a request.

func NewGetGamificationProfilesUserParamsWithHTTPClient

func NewGetGamificationProfilesUserParamsWithHTTPClient(client *http.Client) *GetGamificationProfilesUserParams

NewGetGamificationProfilesUserParamsWithHTTPClient creates a new GetGamificationProfilesUserParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationProfilesUserParamsWithTimeout

func NewGetGamificationProfilesUserParamsWithTimeout(timeout time.Duration) *GetGamificationProfilesUserParams

NewGetGamificationProfilesUserParamsWithTimeout creates a new GetGamificationProfilesUserParams object with the ability to set a timeout on a request.

func (*GetGamificationProfilesUserParams) SetContext

SetContext adds the context to the get gamification profiles user params

func (*GetGamificationProfilesUserParams) SetDefaults

func (o *GetGamificationProfilesUserParams) SetDefaults()

SetDefaults hydrates default values in the get gamification profiles user params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationProfilesUserParams) SetHTTPClient

func (o *GetGamificationProfilesUserParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gamification profiles user params

func (*GetGamificationProfilesUserParams) SetTimeout

func (o *GetGamificationProfilesUserParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get gamification profiles user params

func (*GetGamificationProfilesUserParams) SetUserID

func (o *GetGamificationProfilesUserParams) SetUserID(userID string)

SetUserID adds the userId to the get gamification profiles user params

func (*GetGamificationProfilesUserParams) SetWorkday

func (o *GetGamificationProfilesUserParams) SetWorkday(workday *strfmt.Date)

SetWorkday adds the workday to the get gamification profiles user params

func (*GetGamificationProfilesUserParams) WithContext

WithContext adds the context to the get gamification profiles user params

func (*GetGamificationProfilesUserParams) WithDefaults

WithDefaults hydrates default values in the get gamification profiles user params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationProfilesUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification profiles user params

func (*GetGamificationProfilesUserParams) WithTimeout

WithTimeout adds the timeout to the get gamification profiles user params

func (*GetGamificationProfilesUserParams) WithUserID

WithUserID adds the userID to the get gamification profiles user params

func (*GetGamificationProfilesUserParams) WithWorkday

WithWorkday adds the workday to the get gamification profiles user params

func (*GetGamificationProfilesUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationProfilesUserReader

type GetGamificationProfilesUserReader struct {
	// contains filtered or unexported fields
}

GetGamificationProfilesUserReader is a Reader for the GetGamificationProfilesUser structure.

func (*GetGamificationProfilesUserReader) ReadResponse

func (o *GetGamificationProfilesUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationProfilesUserRequestEntityTooLarge

type GetGamificationProfilesUserRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUserRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationProfilesUserRequestEntityTooLarge

func NewGetGamificationProfilesUserRequestEntityTooLarge() *GetGamificationProfilesUserRequestEntityTooLarge

NewGetGamificationProfilesUserRequestEntityTooLarge creates a GetGamificationProfilesUserRequestEntityTooLarge with default headers values

func (*GetGamificationProfilesUserRequestEntityTooLarge) Error

func (*GetGamificationProfilesUserRequestEntityTooLarge) GetPayload

func (*GetGamificationProfilesUserRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification profiles user request entity too large response has a 4xx status code

func (*GetGamificationProfilesUserRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification profiles user request entity too large response a status code equal to that given

func (*GetGamificationProfilesUserRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification profiles user request entity too large response has a 3xx status code

func (*GetGamificationProfilesUserRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification profiles user request entity too large response has a 5xx status code

func (*GetGamificationProfilesUserRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification profiles user request entity too large response has a 2xx status code

func (*GetGamificationProfilesUserRequestEntityTooLarge) String

type GetGamificationProfilesUserRequestTimeout

type GetGamificationProfilesUserRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUserRequestTimeout 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 NewGetGamificationProfilesUserRequestTimeout

func NewGetGamificationProfilesUserRequestTimeout() *GetGamificationProfilesUserRequestTimeout

NewGetGamificationProfilesUserRequestTimeout creates a GetGamificationProfilesUserRequestTimeout with default headers values

func (*GetGamificationProfilesUserRequestTimeout) Error

func (*GetGamificationProfilesUserRequestTimeout) GetPayload

func (*GetGamificationProfilesUserRequestTimeout) IsClientError

IsClientError returns true when this get gamification profiles user request timeout response has a 4xx status code

func (*GetGamificationProfilesUserRequestTimeout) IsCode

IsCode returns true when this get gamification profiles user request timeout response a status code equal to that given

func (*GetGamificationProfilesUserRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification profiles user request timeout response has a 3xx status code

func (*GetGamificationProfilesUserRequestTimeout) IsServerError

IsServerError returns true when this get gamification profiles user request timeout response has a 5xx status code

func (*GetGamificationProfilesUserRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification profiles user request timeout response has a 2xx status code

func (*GetGamificationProfilesUserRequestTimeout) String

type GetGamificationProfilesUserServiceUnavailable

type GetGamificationProfilesUserServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUserServiceUnavailable 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 NewGetGamificationProfilesUserServiceUnavailable

func NewGetGamificationProfilesUserServiceUnavailable() *GetGamificationProfilesUserServiceUnavailable

NewGetGamificationProfilesUserServiceUnavailable creates a GetGamificationProfilesUserServiceUnavailable with default headers values

func (*GetGamificationProfilesUserServiceUnavailable) Error

func (*GetGamificationProfilesUserServiceUnavailable) GetPayload

func (*GetGamificationProfilesUserServiceUnavailable) IsClientError

IsClientError returns true when this get gamification profiles user service unavailable response has a 4xx status code

func (*GetGamificationProfilesUserServiceUnavailable) IsCode

IsCode returns true when this get gamification profiles user service unavailable response a status code equal to that given

func (*GetGamificationProfilesUserServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification profiles user service unavailable response has a 3xx status code

func (*GetGamificationProfilesUserServiceUnavailable) IsServerError

IsServerError returns true when this get gamification profiles user service unavailable response has a 5xx status code

func (*GetGamificationProfilesUserServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification profiles user service unavailable response has a 2xx status code

func (*GetGamificationProfilesUserServiceUnavailable) String

type GetGamificationProfilesUserTooManyRequests

type GetGamificationProfilesUserTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUserTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationProfilesUserTooManyRequests

func NewGetGamificationProfilesUserTooManyRequests() *GetGamificationProfilesUserTooManyRequests

NewGetGamificationProfilesUserTooManyRequests creates a GetGamificationProfilesUserTooManyRequests with default headers values

func (*GetGamificationProfilesUserTooManyRequests) Error

func (*GetGamificationProfilesUserTooManyRequests) GetPayload

func (*GetGamificationProfilesUserTooManyRequests) IsClientError

IsClientError returns true when this get gamification profiles user too many requests response has a 4xx status code

func (*GetGamificationProfilesUserTooManyRequests) IsCode

IsCode returns true when this get gamification profiles user too many requests response a status code equal to that given

func (*GetGamificationProfilesUserTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification profiles user too many requests response has a 3xx status code

func (*GetGamificationProfilesUserTooManyRequests) IsServerError

IsServerError returns true when this get gamification profiles user too many requests response has a 5xx status code

func (*GetGamificationProfilesUserTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification profiles user too many requests response has a 2xx status code

func (*GetGamificationProfilesUserTooManyRequests) String

type GetGamificationProfilesUserUnauthorized

type GetGamificationProfilesUserUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUserUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationProfilesUserUnauthorized

func NewGetGamificationProfilesUserUnauthorized() *GetGamificationProfilesUserUnauthorized

NewGetGamificationProfilesUserUnauthorized creates a GetGamificationProfilesUserUnauthorized with default headers values

func (*GetGamificationProfilesUserUnauthorized) Error

func (*GetGamificationProfilesUserUnauthorized) GetPayload

func (*GetGamificationProfilesUserUnauthorized) IsClientError

func (o *GetGamificationProfilesUserUnauthorized) IsClientError() bool

IsClientError returns true when this get gamification profiles user unauthorized response has a 4xx status code

func (*GetGamificationProfilesUserUnauthorized) IsCode

IsCode returns true when this get gamification profiles user unauthorized response a status code equal to that given

func (*GetGamificationProfilesUserUnauthorized) IsRedirect

IsRedirect returns true when this get gamification profiles user unauthorized response has a 3xx status code

func (*GetGamificationProfilesUserUnauthorized) IsServerError

func (o *GetGamificationProfilesUserUnauthorized) IsServerError() bool

IsServerError returns true when this get gamification profiles user unauthorized response has a 5xx status code

func (*GetGamificationProfilesUserUnauthorized) IsSuccess

IsSuccess returns true when this get gamification profiles user unauthorized response has a 2xx status code

func (*GetGamificationProfilesUserUnauthorized) String

type GetGamificationProfilesUserUnsupportedMediaType

type GetGamificationProfilesUserUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUserUnsupportedMediaType 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 NewGetGamificationProfilesUserUnsupportedMediaType

func NewGetGamificationProfilesUserUnsupportedMediaType() *GetGamificationProfilesUserUnsupportedMediaType

NewGetGamificationProfilesUserUnsupportedMediaType creates a GetGamificationProfilesUserUnsupportedMediaType with default headers values

func (*GetGamificationProfilesUserUnsupportedMediaType) Error

func (*GetGamificationProfilesUserUnsupportedMediaType) GetPayload

func (*GetGamificationProfilesUserUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification profiles user unsupported media type response has a 4xx status code

func (*GetGamificationProfilesUserUnsupportedMediaType) IsCode

IsCode returns true when this get gamification profiles user unsupported media type response a status code equal to that given

func (*GetGamificationProfilesUserUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification profiles user unsupported media type response has a 3xx status code

func (*GetGamificationProfilesUserUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification profiles user unsupported media type response has a 5xx status code

func (*GetGamificationProfilesUserUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification profiles user unsupported media type response has a 2xx status code

func (*GetGamificationProfilesUserUnsupportedMediaType) String

type GetGamificationProfilesUsersMeBadRequest

type GetGamificationProfilesUsersMeBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUsersMeBadRequest 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 NewGetGamificationProfilesUsersMeBadRequest

func NewGetGamificationProfilesUsersMeBadRequest() *GetGamificationProfilesUsersMeBadRequest

NewGetGamificationProfilesUsersMeBadRequest creates a GetGamificationProfilesUsersMeBadRequest with default headers values

func (*GetGamificationProfilesUsersMeBadRequest) Error

func (*GetGamificationProfilesUsersMeBadRequest) GetPayload

func (*GetGamificationProfilesUsersMeBadRequest) IsClientError

IsClientError returns true when this get gamification profiles users me bad request response has a 4xx status code

func (*GetGamificationProfilesUsersMeBadRequest) IsCode

IsCode returns true when this get gamification profiles users me bad request response a status code equal to that given

func (*GetGamificationProfilesUsersMeBadRequest) IsRedirect

IsRedirect returns true when this get gamification profiles users me bad request response has a 3xx status code

func (*GetGamificationProfilesUsersMeBadRequest) IsServerError

IsServerError returns true when this get gamification profiles users me bad request response has a 5xx status code

func (*GetGamificationProfilesUsersMeBadRequest) IsSuccess

IsSuccess returns true when this get gamification profiles users me bad request response has a 2xx status code

func (*GetGamificationProfilesUsersMeBadRequest) String

type GetGamificationProfilesUsersMeForbidden

type GetGamificationProfilesUsersMeForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUsersMeForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationProfilesUsersMeForbidden

func NewGetGamificationProfilesUsersMeForbidden() *GetGamificationProfilesUsersMeForbidden

NewGetGamificationProfilesUsersMeForbidden creates a GetGamificationProfilesUsersMeForbidden with default headers values

func (*GetGamificationProfilesUsersMeForbidden) Error

func (*GetGamificationProfilesUsersMeForbidden) GetPayload

func (*GetGamificationProfilesUsersMeForbidden) IsClientError

func (o *GetGamificationProfilesUsersMeForbidden) IsClientError() bool

IsClientError returns true when this get gamification profiles users me forbidden response has a 4xx status code

func (*GetGamificationProfilesUsersMeForbidden) IsCode

IsCode returns true when this get gamification profiles users me forbidden response a status code equal to that given

func (*GetGamificationProfilesUsersMeForbidden) IsRedirect

IsRedirect returns true when this get gamification profiles users me forbidden response has a 3xx status code

func (*GetGamificationProfilesUsersMeForbidden) IsServerError

func (o *GetGamificationProfilesUsersMeForbidden) IsServerError() bool

IsServerError returns true when this get gamification profiles users me forbidden response has a 5xx status code

func (*GetGamificationProfilesUsersMeForbidden) IsSuccess

IsSuccess returns true when this get gamification profiles users me forbidden response has a 2xx status code

func (*GetGamificationProfilesUsersMeForbidden) String

type GetGamificationProfilesUsersMeGatewayTimeout

type GetGamificationProfilesUsersMeGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUsersMeGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationProfilesUsersMeGatewayTimeout

func NewGetGamificationProfilesUsersMeGatewayTimeout() *GetGamificationProfilesUsersMeGatewayTimeout

NewGetGamificationProfilesUsersMeGatewayTimeout creates a GetGamificationProfilesUsersMeGatewayTimeout with default headers values

func (*GetGamificationProfilesUsersMeGatewayTimeout) Error

func (*GetGamificationProfilesUsersMeGatewayTimeout) GetPayload

func (*GetGamificationProfilesUsersMeGatewayTimeout) IsClientError

IsClientError returns true when this get gamification profiles users me gateway timeout response has a 4xx status code

func (*GetGamificationProfilesUsersMeGatewayTimeout) IsCode

IsCode returns true when this get gamification profiles users me gateway timeout response a status code equal to that given

func (*GetGamificationProfilesUsersMeGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification profiles users me gateway timeout response has a 3xx status code

func (*GetGamificationProfilesUsersMeGatewayTimeout) IsServerError

IsServerError returns true when this get gamification profiles users me gateway timeout response has a 5xx status code

func (*GetGamificationProfilesUsersMeGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification profiles users me gateway timeout response has a 2xx status code

func (*GetGamificationProfilesUsersMeGatewayTimeout) String

type GetGamificationProfilesUsersMeInternalServerError

type GetGamificationProfilesUsersMeInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUsersMeInternalServerError 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 NewGetGamificationProfilesUsersMeInternalServerError

func NewGetGamificationProfilesUsersMeInternalServerError() *GetGamificationProfilesUsersMeInternalServerError

NewGetGamificationProfilesUsersMeInternalServerError creates a GetGamificationProfilesUsersMeInternalServerError with default headers values

func (*GetGamificationProfilesUsersMeInternalServerError) Error

func (*GetGamificationProfilesUsersMeInternalServerError) GetPayload

func (*GetGamificationProfilesUsersMeInternalServerError) IsClientError

IsClientError returns true when this get gamification profiles users me internal server error response has a 4xx status code

func (*GetGamificationProfilesUsersMeInternalServerError) IsCode

IsCode returns true when this get gamification profiles users me internal server error response a status code equal to that given

func (*GetGamificationProfilesUsersMeInternalServerError) IsRedirect

IsRedirect returns true when this get gamification profiles users me internal server error response has a 3xx status code

func (*GetGamificationProfilesUsersMeInternalServerError) IsServerError

IsServerError returns true when this get gamification profiles users me internal server error response has a 5xx status code

func (*GetGamificationProfilesUsersMeInternalServerError) IsSuccess

IsSuccess returns true when this get gamification profiles users me internal server error response has a 2xx status code

func (*GetGamificationProfilesUsersMeInternalServerError) String

type GetGamificationProfilesUsersMeNotFound

type GetGamificationProfilesUsersMeNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUsersMeNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationProfilesUsersMeNotFound

func NewGetGamificationProfilesUsersMeNotFound() *GetGamificationProfilesUsersMeNotFound

NewGetGamificationProfilesUsersMeNotFound creates a GetGamificationProfilesUsersMeNotFound with default headers values

func (*GetGamificationProfilesUsersMeNotFound) Error

func (*GetGamificationProfilesUsersMeNotFound) GetPayload

func (*GetGamificationProfilesUsersMeNotFound) IsClientError

func (o *GetGamificationProfilesUsersMeNotFound) IsClientError() bool

IsClientError returns true when this get gamification profiles users me not found response has a 4xx status code

func (*GetGamificationProfilesUsersMeNotFound) IsCode

IsCode returns true when this get gamification profiles users me not found response a status code equal to that given

func (*GetGamificationProfilesUsersMeNotFound) IsRedirect

IsRedirect returns true when this get gamification profiles users me not found response has a 3xx status code

func (*GetGamificationProfilesUsersMeNotFound) IsServerError

func (o *GetGamificationProfilesUsersMeNotFound) IsServerError() bool

IsServerError returns true when this get gamification profiles users me not found response has a 5xx status code

func (*GetGamificationProfilesUsersMeNotFound) IsSuccess

IsSuccess returns true when this get gamification profiles users me not found response has a 2xx status code

func (*GetGamificationProfilesUsersMeNotFound) String

type GetGamificationProfilesUsersMeOK

type GetGamificationProfilesUsersMeOK struct {
	Payload *models.PerformanceProfile
}

GetGamificationProfilesUsersMeOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationProfilesUsersMeOK

func NewGetGamificationProfilesUsersMeOK() *GetGamificationProfilesUsersMeOK

NewGetGamificationProfilesUsersMeOK creates a GetGamificationProfilesUsersMeOK with default headers values

func (*GetGamificationProfilesUsersMeOK) Error

func (*GetGamificationProfilesUsersMeOK) GetPayload

func (*GetGamificationProfilesUsersMeOK) IsClientError

func (o *GetGamificationProfilesUsersMeOK) IsClientError() bool

IsClientError returns true when this get gamification profiles users me o k response has a 4xx status code

func (*GetGamificationProfilesUsersMeOK) IsCode

func (o *GetGamificationProfilesUsersMeOK) IsCode(code int) bool

IsCode returns true when this get gamification profiles users me o k response a status code equal to that given

func (*GetGamificationProfilesUsersMeOK) IsRedirect

func (o *GetGamificationProfilesUsersMeOK) IsRedirect() bool

IsRedirect returns true when this get gamification profiles users me o k response has a 3xx status code

func (*GetGamificationProfilesUsersMeOK) IsServerError

func (o *GetGamificationProfilesUsersMeOK) IsServerError() bool

IsServerError returns true when this get gamification profiles users me o k response has a 5xx status code

func (*GetGamificationProfilesUsersMeOK) IsSuccess

func (o *GetGamificationProfilesUsersMeOK) IsSuccess() bool

IsSuccess returns true when this get gamification profiles users me o k response has a 2xx status code

func (*GetGamificationProfilesUsersMeOK) String

type GetGamificationProfilesUsersMeParams

type GetGamificationProfilesUsersMeParams struct {

	/* Workday.

	   Target querying workday. If not provided, then queries the current performance profile. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	Workday *strfmt.Date

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationProfilesUsersMeParams contains all the parameters to send to the API endpoint

for the get gamification profiles users me operation.

Typically these are written to a http.Request.

func NewGetGamificationProfilesUsersMeParams

func NewGetGamificationProfilesUsersMeParams() *GetGamificationProfilesUsersMeParams

NewGetGamificationProfilesUsersMeParams creates a new GetGamificationProfilesUsersMeParams 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 NewGetGamificationProfilesUsersMeParamsWithContext

func NewGetGamificationProfilesUsersMeParamsWithContext(ctx context.Context) *GetGamificationProfilesUsersMeParams

NewGetGamificationProfilesUsersMeParamsWithContext creates a new GetGamificationProfilesUsersMeParams object with the ability to set a context for a request.

func NewGetGamificationProfilesUsersMeParamsWithHTTPClient

func NewGetGamificationProfilesUsersMeParamsWithHTTPClient(client *http.Client) *GetGamificationProfilesUsersMeParams

NewGetGamificationProfilesUsersMeParamsWithHTTPClient creates a new GetGamificationProfilesUsersMeParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationProfilesUsersMeParamsWithTimeout

func NewGetGamificationProfilesUsersMeParamsWithTimeout(timeout time.Duration) *GetGamificationProfilesUsersMeParams

NewGetGamificationProfilesUsersMeParamsWithTimeout creates a new GetGamificationProfilesUsersMeParams object with the ability to set a timeout on a request.

func (*GetGamificationProfilesUsersMeParams) SetContext

SetContext adds the context to the get gamification profiles users me params

func (*GetGamificationProfilesUsersMeParams) SetDefaults

func (o *GetGamificationProfilesUsersMeParams) SetDefaults()

SetDefaults hydrates default values in the get gamification profiles users me params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationProfilesUsersMeParams) SetHTTPClient

func (o *GetGamificationProfilesUsersMeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gamification profiles users me params

func (*GetGamificationProfilesUsersMeParams) SetTimeout

func (o *GetGamificationProfilesUsersMeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get gamification profiles users me params

func (*GetGamificationProfilesUsersMeParams) SetWorkday

func (o *GetGamificationProfilesUsersMeParams) SetWorkday(workday *strfmt.Date)

SetWorkday adds the workday to the get gamification profiles users me params

func (*GetGamificationProfilesUsersMeParams) WithContext

WithContext adds the context to the get gamification profiles users me params

func (*GetGamificationProfilesUsersMeParams) WithDefaults

WithDefaults hydrates default values in the get gamification profiles users me params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationProfilesUsersMeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification profiles users me params

func (*GetGamificationProfilesUsersMeParams) WithTimeout

WithTimeout adds the timeout to the get gamification profiles users me params

func (*GetGamificationProfilesUsersMeParams) WithWorkday

WithWorkday adds the workday to the get gamification profiles users me params

func (*GetGamificationProfilesUsersMeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationProfilesUsersMeReader

type GetGamificationProfilesUsersMeReader struct {
	// contains filtered or unexported fields
}

GetGamificationProfilesUsersMeReader is a Reader for the GetGamificationProfilesUsersMe structure.

func (*GetGamificationProfilesUsersMeReader) ReadResponse

func (o *GetGamificationProfilesUsersMeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationProfilesUsersMeRequestEntityTooLarge

type GetGamificationProfilesUsersMeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUsersMeRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationProfilesUsersMeRequestEntityTooLarge

func NewGetGamificationProfilesUsersMeRequestEntityTooLarge() *GetGamificationProfilesUsersMeRequestEntityTooLarge

NewGetGamificationProfilesUsersMeRequestEntityTooLarge creates a GetGamificationProfilesUsersMeRequestEntityTooLarge with default headers values

func (*GetGamificationProfilesUsersMeRequestEntityTooLarge) Error

func (*GetGamificationProfilesUsersMeRequestEntityTooLarge) GetPayload

func (*GetGamificationProfilesUsersMeRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification profiles users me request entity too large response has a 4xx status code

func (*GetGamificationProfilesUsersMeRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification profiles users me request entity too large response a status code equal to that given

func (*GetGamificationProfilesUsersMeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification profiles users me request entity too large response has a 3xx status code

func (*GetGamificationProfilesUsersMeRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification profiles users me request entity too large response has a 5xx status code

func (*GetGamificationProfilesUsersMeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification profiles users me request entity too large response has a 2xx status code

func (*GetGamificationProfilesUsersMeRequestEntityTooLarge) String

type GetGamificationProfilesUsersMeRequestTimeout

type GetGamificationProfilesUsersMeRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUsersMeRequestTimeout 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 NewGetGamificationProfilesUsersMeRequestTimeout

func NewGetGamificationProfilesUsersMeRequestTimeout() *GetGamificationProfilesUsersMeRequestTimeout

NewGetGamificationProfilesUsersMeRequestTimeout creates a GetGamificationProfilesUsersMeRequestTimeout with default headers values

func (*GetGamificationProfilesUsersMeRequestTimeout) Error

func (*GetGamificationProfilesUsersMeRequestTimeout) GetPayload

func (*GetGamificationProfilesUsersMeRequestTimeout) IsClientError

IsClientError returns true when this get gamification profiles users me request timeout response has a 4xx status code

func (*GetGamificationProfilesUsersMeRequestTimeout) IsCode

IsCode returns true when this get gamification profiles users me request timeout response a status code equal to that given

func (*GetGamificationProfilesUsersMeRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification profiles users me request timeout response has a 3xx status code

func (*GetGamificationProfilesUsersMeRequestTimeout) IsServerError

IsServerError returns true when this get gamification profiles users me request timeout response has a 5xx status code

func (*GetGamificationProfilesUsersMeRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification profiles users me request timeout response has a 2xx status code

func (*GetGamificationProfilesUsersMeRequestTimeout) String

type GetGamificationProfilesUsersMeServiceUnavailable

type GetGamificationProfilesUsersMeServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUsersMeServiceUnavailable 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 NewGetGamificationProfilesUsersMeServiceUnavailable

func NewGetGamificationProfilesUsersMeServiceUnavailable() *GetGamificationProfilesUsersMeServiceUnavailable

NewGetGamificationProfilesUsersMeServiceUnavailable creates a GetGamificationProfilesUsersMeServiceUnavailable with default headers values

func (*GetGamificationProfilesUsersMeServiceUnavailable) Error

func (*GetGamificationProfilesUsersMeServiceUnavailable) GetPayload

func (*GetGamificationProfilesUsersMeServiceUnavailable) IsClientError

IsClientError returns true when this get gamification profiles users me service unavailable response has a 4xx status code

func (*GetGamificationProfilesUsersMeServiceUnavailable) IsCode

IsCode returns true when this get gamification profiles users me service unavailable response a status code equal to that given

func (*GetGamificationProfilesUsersMeServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification profiles users me service unavailable response has a 3xx status code

func (*GetGamificationProfilesUsersMeServiceUnavailable) IsServerError

IsServerError returns true when this get gamification profiles users me service unavailable response has a 5xx status code

func (*GetGamificationProfilesUsersMeServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification profiles users me service unavailable response has a 2xx status code

func (*GetGamificationProfilesUsersMeServiceUnavailable) String

type GetGamificationProfilesUsersMeTooManyRequests

type GetGamificationProfilesUsersMeTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUsersMeTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationProfilesUsersMeTooManyRequests

func NewGetGamificationProfilesUsersMeTooManyRequests() *GetGamificationProfilesUsersMeTooManyRequests

NewGetGamificationProfilesUsersMeTooManyRequests creates a GetGamificationProfilesUsersMeTooManyRequests with default headers values

func (*GetGamificationProfilesUsersMeTooManyRequests) Error

func (*GetGamificationProfilesUsersMeTooManyRequests) GetPayload

func (*GetGamificationProfilesUsersMeTooManyRequests) IsClientError

IsClientError returns true when this get gamification profiles users me too many requests response has a 4xx status code

func (*GetGamificationProfilesUsersMeTooManyRequests) IsCode

IsCode returns true when this get gamification profiles users me too many requests response a status code equal to that given

func (*GetGamificationProfilesUsersMeTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification profiles users me too many requests response has a 3xx status code

func (*GetGamificationProfilesUsersMeTooManyRequests) IsServerError

IsServerError returns true when this get gamification profiles users me too many requests response has a 5xx status code

func (*GetGamificationProfilesUsersMeTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification profiles users me too many requests response has a 2xx status code

func (*GetGamificationProfilesUsersMeTooManyRequests) String

type GetGamificationProfilesUsersMeUnauthorized

type GetGamificationProfilesUsersMeUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUsersMeUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationProfilesUsersMeUnauthorized

func NewGetGamificationProfilesUsersMeUnauthorized() *GetGamificationProfilesUsersMeUnauthorized

NewGetGamificationProfilesUsersMeUnauthorized creates a GetGamificationProfilesUsersMeUnauthorized with default headers values

func (*GetGamificationProfilesUsersMeUnauthorized) Error

func (*GetGamificationProfilesUsersMeUnauthorized) GetPayload

func (*GetGamificationProfilesUsersMeUnauthorized) IsClientError

IsClientError returns true when this get gamification profiles users me unauthorized response has a 4xx status code

func (*GetGamificationProfilesUsersMeUnauthorized) IsCode

IsCode returns true when this get gamification profiles users me unauthorized response a status code equal to that given

func (*GetGamificationProfilesUsersMeUnauthorized) IsRedirect

IsRedirect returns true when this get gamification profiles users me unauthorized response has a 3xx status code

func (*GetGamificationProfilesUsersMeUnauthorized) IsServerError

IsServerError returns true when this get gamification profiles users me unauthorized response has a 5xx status code

func (*GetGamificationProfilesUsersMeUnauthorized) IsSuccess

IsSuccess returns true when this get gamification profiles users me unauthorized response has a 2xx status code

func (*GetGamificationProfilesUsersMeUnauthorized) String

type GetGamificationProfilesUsersMeUnsupportedMediaType

type GetGamificationProfilesUsersMeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationProfilesUsersMeUnsupportedMediaType 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 NewGetGamificationProfilesUsersMeUnsupportedMediaType

func NewGetGamificationProfilesUsersMeUnsupportedMediaType() *GetGamificationProfilesUsersMeUnsupportedMediaType

NewGetGamificationProfilesUsersMeUnsupportedMediaType creates a GetGamificationProfilesUsersMeUnsupportedMediaType with default headers values

func (*GetGamificationProfilesUsersMeUnsupportedMediaType) Error

func (*GetGamificationProfilesUsersMeUnsupportedMediaType) GetPayload

func (*GetGamificationProfilesUsersMeUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification profiles users me unsupported media type response has a 4xx status code

func (*GetGamificationProfilesUsersMeUnsupportedMediaType) IsCode

IsCode returns true when this get gamification profiles users me unsupported media type response a status code equal to that given

func (*GetGamificationProfilesUsersMeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification profiles users me unsupported media type response has a 3xx status code

func (*GetGamificationProfilesUsersMeUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification profiles users me unsupported media type response has a 5xx status code

func (*GetGamificationProfilesUsersMeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification profiles users me unsupported media type response has a 2xx status code

func (*GetGamificationProfilesUsersMeUnsupportedMediaType) String

type GetGamificationScorecardsAttendanceBadRequest

type GetGamificationScorecardsAttendanceBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsAttendanceBadRequest 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 NewGetGamificationScorecardsAttendanceBadRequest

func NewGetGamificationScorecardsAttendanceBadRequest() *GetGamificationScorecardsAttendanceBadRequest

NewGetGamificationScorecardsAttendanceBadRequest creates a GetGamificationScorecardsAttendanceBadRequest with default headers values

func (*GetGamificationScorecardsAttendanceBadRequest) Error

func (*GetGamificationScorecardsAttendanceBadRequest) GetPayload

func (*GetGamificationScorecardsAttendanceBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards attendance bad request response has a 4xx status code

func (*GetGamificationScorecardsAttendanceBadRequest) IsCode

IsCode returns true when this get gamification scorecards attendance bad request response a status code equal to that given

func (*GetGamificationScorecardsAttendanceBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards attendance bad request response has a 3xx status code

func (*GetGamificationScorecardsAttendanceBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards attendance bad request response has a 5xx status code

func (*GetGamificationScorecardsAttendanceBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards attendance bad request response has a 2xx status code

func (*GetGamificationScorecardsAttendanceBadRequest) String

type GetGamificationScorecardsAttendanceForbidden

type GetGamificationScorecardsAttendanceForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsAttendanceForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsAttendanceForbidden

func NewGetGamificationScorecardsAttendanceForbidden() *GetGamificationScorecardsAttendanceForbidden

NewGetGamificationScorecardsAttendanceForbidden creates a GetGamificationScorecardsAttendanceForbidden with default headers values

func (*GetGamificationScorecardsAttendanceForbidden) Error

func (*GetGamificationScorecardsAttendanceForbidden) GetPayload

func (*GetGamificationScorecardsAttendanceForbidden) IsClientError

IsClientError returns true when this get gamification scorecards attendance forbidden response has a 4xx status code

func (*GetGamificationScorecardsAttendanceForbidden) IsCode

IsCode returns true when this get gamification scorecards attendance forbidden response a status code equal to that given

func (*GetGamificationScorecardsAttendanceForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards attendance forbidden response has a 3xx status code

func (*GetGamificationScorecardsAttendanceForbidden) IsServerError

IsServerError returns true when this get gamification scorecards attendance forbidden response has a 5xx status code

func (*GetGamificationScorecardsAttendanceForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards attendance forbidden response has a 2xx status code

func (*GetGamificationScorecardsAttendanceForbidden) String

type GetGamificationScorecardsAttendanceGatewayTimeout

type GetGamificationScorecardsAttendanceGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsAttendanceGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsAttendanceGatewayTimeout

func NewGetGamificationScorecardsAttendanceGatewayTimeout() *GetGamificationScorecardsAttendanceGatewayTimeout

NewGetGamificationScorecardsAttendanceGatewayTimeout creates a GetGamificationScorecardsAttendanceGatewayTimeout with default headers values

func (*GetGamificationScorecardsAttendanceGatewayTimeout) Error

func (*GetGamificationScorecardsAttendanceGatewayTimeout) GetPayload

func (*GetGamificationScorecardsAttendanceGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards attendance gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsAttendanceGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards attendance gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsAttendanceGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards attendance gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsAttendanceGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards attendance gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsAttendanceGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards attendance gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsAttendanceGatewayTimeout) String

type GetGamificationScorecardsAttendanceInternalServerError

type GetGamificationScorecardsAttendanceInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsAttendanceInternalServerError 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 NewGetGamificationScorecardsAttendanceInternalServerError

func NewGetGamificationScorecardsAttendanceInternalServerError() *GetGamificationScorecardsAttendanceInternalServerError

NewGetGamificationScorecardsAttendanceInternalServerError creates a GetGamificationScorecardsAttendanceInternalServerError with default headers values

func (*GetGamificationScorecardsAttendanceInternalServerError) Error

func (*GetGamificationScorecardsAttendanceInternalServerError) GetPayload

func (*GetGamificationScorecardsAttendanceInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards attendance internal server error response has a 4xx status code

func (*GetGamificationScorecardsAttendanceInternalServerError) IsCode

IsCode returns true when this get gamification scorecards attendance internal server error response a status code equal to that given

func (*GetGamificationScorecardsAttendanceInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards attendance internal server error response has a 3xx status code

func (*GetGamificationScorecardsAttendanceInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards attendance internal server error response has a 5xx status code

func (*GetGamificationScorecardsAttendanceInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards attendance internal server error response has a 2xx status code

func (*GetGamificationScorecardsAttendanceInternalServerError) String

type GetGamificationScorecardsAttendanceNotFound

type GetGamificationScorecardsAttendanceNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsAttendanceNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsAttendanceNotFound

func NewGetGamificationScorecardsAttendanceNotFound() *GetGamificationScorecardsAttendanceNotFound

NewGetGamificationScorecardsAttendanceNotFound creates a GetGamificationScorecardsAttendanceNotFound with default headers values

func (*GetGamificationScorecardsAttendanceNotFound) Error

func (*GetGamificationScorecardsAttendanceNotFound) GetPayload

func (*GetGamificationScorecardsAttendanceNotFound) IsClientError

IsClientError returns true when this get gamification scorecards attendance not found response has a 4xx status code

func (*GetGamificationScorecardsAttendanceNotFound) IsCode

IsCode returns true when this get gamification scorecards attendance not found response a status code equal to that given

func (*GetGamificationScorecardsAttendanceNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards attendance not found response has a 3xx status code

func (*GetGamificationScorecardsAttendanceNotFound) IsServerError

IsServerError returns true when this get gamification scorecards attendance not found response has a 5xx status code

func (*GetGamificationScorecardsAttendanceNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards attendance not found response has a 2xx status code

func (*GetGamificationScorecardsAttendanceNotFound) String

type GetGamificationScorecardsAttendanceOK

type GetGamificationScorecardsAttendanceOK struct {
	Payload *models.AttendanceStatusListing
}

GetGamificationScorecardsAttendanceOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsAttendanceOK

func NewGetGamificationScorecardsAttendanceOK() *GetGamificationScorecardsAttendanceOK

NewGetGamificationScorecardsAttendanceOK creates a GetGamificationScorecardsAttendanceOK with default headers values

func (*GetGamificationScorecardsAttendanceOK) Error

func (*GetGamificationScorecardsAttendanceOK) GetPayload

func (*GetGamificationScorecardsAttendanceOK) IsClientError

func (o *GetGamificationScorecardsAttendanceOK) IsClientError() bool

IsClientError returns true when this get gamification scorecards attendance o k response has a 4xx status code

func (*GetGamificationScorecardsAttendanceOK) IsCode

IsCode returns true when this get gamification scorecards attendance o k response a status code equal to that given

func (*GetGamificationScorecardsAttendanceOK) IsRedirect

IsRedirect returns true when this get gamification scorecards attendance o k response has a 3xx status code

func (*GetGamificationScorecardsAttendanceOK) IsServerError

func (o *GetGamificationScorecardsAttendanceOK) IsServerError() bool

IsServerError returns true when this get gamification scorecards attendance o k response has a 5xx status code

func (*GetGamificationScorecardsAttendanceOK) IsSuccess

IsSuccess returns true when this get gamification scorecards attendance o k response has a 2xx status code

func (*GetGamificationScorecardsAttendanceOK) String

type GetGamificationScorecardsAttendanceParams

type GetGamificationScorecardsAttendanceParams struct {

	/* EndWorkday.

	   End workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	EndWorkday strfmt.Date

	/* StartWorkday.

	   Start workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	StartWorkday strfmt.Date

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsAttendanceParams contains all the parameters to send to the API endpoint

for the get gamification scorecards attendance operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsAttendanceParams

func NewGetGamificationScorecardsAttendanceParams() *GetGamificationScorecardsAttendanceParams

NewGetGamificationScorecardsAttendanceParams creates a new GetGamificationScorecardsAttendanceParams 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 NewGetGamificationScorecardsAttendanceParamsWithContext

func NewGetGamificationScorecardsAttendanceParamsWithContext(ctx context.Context) *GetGamificationScorecardsAttendanceParams

NewGetGamificationScorecardsAttendanceParamsWithContext creates a new GetGamificationScorecardsAttendanceParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsAttendanceParamsWithHTTPClient

func NewGetGamificationScorecardsAttendanceParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsAttendanceParams

NewGetGamificationScorecardsAttendanceParamsWithHTTPClient creates a new GetGamificationScorecardsAttendanceParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsAttendanceParamsWithTimeout

func NewGetGamificationScorecardsAttendanceParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsAttendanceParams

NewGetGamificationScorecardsAttendanceParamsWithTimeout creates a new GetGamificationScorecardsAttendanceParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsAttendanceParams) SetContext

SetContext adds the context to the get gamification scorecards attendance params

func (*GetGamificationScorecardsAttendanceParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards attendance params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsAttendanceParams) SetEndWorkday

func (o *GetGamificationScorecardsAttendanceParams) SetEndWorkday(endWorkday strfmt.Date)

SetEndWorkday adds the endWorkday to the get gamification scorecards attendance params

func (*GetGamificationScorecardsAttendanceParams) SetHTTPClient

func (o *GetGamificationScorecardsAttendanceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gamification scorecards attendance params

func (*GetGamificationScorecardsAttendanceParams) SetStartWorkday

func (o *GetGamificationScorecardsAttendanceParams) SetStartWorkday(startWorkday strfmt.Date)

SetStartWorkday adds the startWorkday to the get gamification scorecards attendance params

func (*GetGamificationScorecardsAttendanceParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards attendance params

func (*GetGamificationScorecardsAttendanceParams) WithContext

WithContext adds the context to the get gamification scorecards attendance params

func (*GetGamificationScorecardsAttendanceParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards attendance params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsAttendanceParams) WithEndWorkday

WithEndWorkday adds the endWorkday to the get gamification scorecards attendance params

func (*GetGamificationScorecardsAttendanceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards attendance params

func (*GetGamificationScorecardsAttendanceParams) WithStartWorkday

WithStartWorkday adds the startWorkday to the get gamification scorecards attendance params

func (*GetGamificationScorecardsAttendanceParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards attendance params

func (*GetGamificationScorecardsAttendanceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsAttendanceReader

type GetGamificationScorecardsAttendanceReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsAttendanceReader is a Reader for the GetGamificationScorecardsAttendance structure.

func (*GetGamificationScorecardsAttendanceReader) ReadResponse

func (o *GetGamificationScorecardsAttendanceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsAttendanceRequestEntityTooLarge

type GetGamificationScorecardsAttendanceRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsAttendanceRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsAttendanceRequestEntityTooLarge

func NewGetGamificationScorecardsAttendanceRequestEntityTooLarge() *GetGamificationScorecardsAttendanceRequestEntityTooLarge

NewGetGamificationScorecardsAttendanceRequestEntityTooLarge creates a GetGamificationScorecardsAttendanceRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsAttendanceRequestEntityTooLarge) Error

func (*GetGamificationScorecardsAttendanceRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsAttendanceRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards attendance request entity too large response has a 4xx status code

func (*GetGamificationScorecardsAttendanceRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards attendance request entity too large response a status code equal to that given

func (*GetGamificationScorecardsAttendanceRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards attendance request entity too large response has a 3xx status code

func (*GetGamificationScorecardsAttendanceRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards attendance request entity too large response has a 5xx status code

func (*GetGamificationScorecardsAttendanceRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards attendance request entity too large response has a 2xx status code

func (*GetGamificationScorecardsAttendanceRequestEntityTooLarge) String

type GetGamificationScorecardsAttendanceRequestTimeout

type GetGamificationScorecardsAttendanceRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsAttendanceRequestTimeout 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 NewGetGamificationScorecardsAttendanceRequestTimeout

func NewGetGamificationScorecardsAttendanceRequestTimeout() *GetGamificationScorecardsAttendanceRequestTimeout

NewGetGamificationScorecardsAttendanceRequestTimeout creates a GetGamificationScorecardsAttendanceRequestTimeout with default headers values

func (*GetGamificationScorecardsAttendanceRequestTimeout) Error

func (*GetGamificationScorecardsAttendanceRequestTimeout) GetPayload

func (*GetGamificationScorecardsAttendanceRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards attendance request timeout response has a 4xx status code

func (*GetGamificationScorecardsAttendanceRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards attendance request timeout response a status code equal to that given

func (*GetGamificationScorecardsAttendanceRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards attendance request timeout response has a 3xx status code

func (*GetGamificationScorecardsAttendanceRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards attendance request timeout response has a 5xx status code

func (*GetGamificationScorecardsAttendanceRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards attendance request timeout response has a 2xx status code

func (*GetGamificationScorecardsAttendanceRequestTimeout) String

type GetGamificationScorecardsAttendanceServiceUnavailable

type GetGamificationScorecardsAttendanceServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsAttendanceServiceUnavailable 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 NewGetGamificationScorecardsAttendanceServiceUnavailable

func NewGetGamificationScorecardsAttendanceServiceUnavailable() *GetGamificationScorecardsAttendanceServiceUnavailable

NewGetGamificationScorecardsAttendanceServiceUnavailable creates a GetGamificationScorecardsAttendanceServiceUnavailable with default headers values

func (*GetGamificationScorecardsAttendanceServiceUnavailable) Error

func (*GetGamificationScorecardsAttendanceServiceUnavailable) GetPayload

func (*GetGamificationScorecardsAttendanceServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards attendance service unavailable response has a 4xx status code

func (*GetGamificationScorecardsAttendanceServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards attendance service unavailable response a status code equal to that given

func (*GetGamificationScorecardsAttendanceServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards attendance service unavailable response has a 3xx status code

func (*GetGamificationScorecardsAttendanceServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards attendance service unavailable response has a 5xx status code

func (*GetGamificationScorecardsAttendanceServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards attendance service unavailable response has a 2xx status code

func (*GetGamificationScorecardsAttendanceServiceUnavailable) String

type GetGamificationScorecardsAttendanceTooManyRequests

type GetGamificationScorecardsAttendanceTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsAttendanceTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsAttendanceTooManyRequests

func NewGetGamificationScorecardsAttendanceTooManyRequests() *GetGamificationScorecardsAttendanceTooManyRequests

NewGetGamificationScorecardsAttendanceTooManyRequests creates a GetGamificationScorecardsAttendanceTooManyRequests with default headers values

func (*GetGamificationScorecardsAttendanceTooManyRequests) Error

func (*GetGamificationScorecardsAttendanceTooManyRequests) GetPayload

func (*GetGamificationScorecardsAttendanceTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards attendance too many requests response has a 4xx status code

func (*GetGamificationScorecardsAttendanceTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards attendance too many requests response a status code equal to that given

func (*GetGamificationScorecardsAttendanceTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards attendance too many requests response has a 3xx status code

func (*GetGamificationScorecardsAttendanceTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards attendance too many requests response has a 5xx status code

func (*GetGamificationScorecardsAttendanceTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards attendance too many requests response has a 2xx status code

func (*GetGamificationScorecardsAttendanceTooManyRequests) String

type GetGamificationScorecardsAttendanceUnauthorized

type GetGamificationScorecardsAttendanceUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsAttendanceUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsAttendanceUnauthorized

func NewGetGamificationScorecardsAttendanceUnauthorized() *GetGamificationScorecardsAttendanceUnauthorized

NewGetGamificationScorecardsAttendanceUnauthorized creates a GetGamificationScorecardsAttendanceUnauthorized with default headers values

func (*GetGamificationScorecardsAttendanceUnauthorized) Error

func (*GetGamificationScorecardsAttendanceUnauthorized) GetPayload

func (*GetGamificationScorecardsAttendanceUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards attendance unauthorized response has a 4xx status code

func (*GetGamificationScorecardsAttendanceUnauthorized) IsCode

IsCode returns true when this get gamification scorecards attendance unauthorized response a status code equal to that given

func (*GetGamificationScorecardsAttendanceUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards attendance unauthorized response has a 3xx status code

func (*GetGamificationScorecardsAttendanceUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards attendance unauthorized response has a 5xx status code

func (*GetGamificationScorecardsAttendanceUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards attendance unauthorized response has a 2xx status code

func (*GetGamificationScorecardsAttendanceUnauthorized) String

type GetGamificationScorecardsAttendanceUnsupportedMediaType

type GetGamificationScorecardsAttendanceUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsAttendanceUnsupportedMediaType 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 NewGetGamificationScorecardsAttendanceUnsupportedMediaType

func NewGetGamificationScorecardsAttendanceUnsupportedMediaType() *GetGamificationScorecardsAttendanceUnsupportedMediaType

NewGetGamificationScorecardsAttendanceUnsupportedMediaType creates a GetGamificationScorecardsAttendanceUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsAttendanceUnsupportedMediaType) Error

func (*GetGamificationScorecardsAttendanceUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsAttendanceUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards attendance unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsAttendanceUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards attendance unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsAttendanceUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards attendance unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsAttendanceUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards attendance unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsAttendanceUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards attendance unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsAttendanceUnsupportedMediaType) String

type GetGamificationScorecardsBadRequest

type GetGamificationScorecardsBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsBadRequest 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 NewGetGamificationScorecardsBadRequest

func NewGetGamificationScorecardsBadRequest() *GetGamificationScorecardsBadRequest

NewGetGamificationScorecardsBadRequest creates a GetGamificationScorecardsBadRequest with default headers values

func (*GetGamificationScorecardsBadRequest) Error

func (*GetGamificationScorecardsBadRequest) GetPayload

func (*GetGamificationScorecardsBadRequest) IsClientError

func (o *GetGamificationScorecardsBadRequest) IsClientError() bool

IsClientError returns true when this get gamification scorecards bad request response has a 4xx status code

func (*GetGamificationScorecardsBadRequest) IsCode

IsCode returns true when this get gamification scorecards bad request response a status code equal to that given

func (*GetGamificationScorecardsBadRequest) IsRedirect

func (o *GetGamificationScorecardsBadRequest) IsRedirect() bool

IsRedirect returns true when this get gamification scorecards bad request response has a 3xx status code

func (*GetGamificationScorecardsBadRequest) IsServerError

func (o *GetGamificationScorecardsBadRequest) IsServerError() bool

IsServerError returns true when this get gamification scorecards bad request response has a 5xx status code

func (*GetGamificationScorecardsBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards bad request response has a 2xx status code

func (*GetGamificationScorecardsBadRequest) String

type GetGamificationScorecardsBestpointsBadRequest

type GetGamificationScorecardsBestpointsBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsBestpointsBadRequest 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 NewGetGamificationScorecardsBestpointsBadRequest

func NewGetGamificationScorecardsBestpointsBadRequest() *GetGamificationScorecardsBestpointsBadRequest

NewGetGamificationScorecardsBestpointsBadRequest creates a GetGamificationScorecardsBestpointsBadRequest with default headers values

func (*GetGamificationScorecardsBestpointsBadRequest) Error

func (*GetGamificationScorecardsBestpointsBadRequest) GetPayload

func (*GetGamificationScorecardsBestpointsBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards bestpoints bad request response has a 4xx status code

func (*GetGamificationScorecardsBestpointsBadRequest) IsCode

IsCode returns true when this get gamification scorecards bestpoints bad request response a status code equal to that given

func (*GetGamificationScorecardsBestpointsBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards bestpoints bad request response has a 3xx status code

func (*GetGamificationScorecardsBestpointsBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards bestpoints bad request response has a 5xx status code

func (*GetGamificationScorecardsBestpointsBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards bestpoints bad request response has a 2xx status code

func (*GetGamificationScorecardsBestpointsBadRequest) String

type GetGamificationScorecardsBestpointsForbidden

type GetGamificationScorecardsBestpointsForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsBestpointsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsBestpointsForbidden

func NewGetGamificationScorecardsBestpointsForbidden() *GetGamificationScorecardsBestpointsForbidden

NewGetGamificationScorecardsBestpointsForbidden creates a GetGamificationScorecardsBestpointsForbidden with default headers values

func (*GetGamificationScorecardsBestpointsForbidden) Error

func (*GetGamificationScorecardsBestpointsForbidden) GetPayload

func (*GetGamificationScorecardsBestpointsForbidden) IsClientError

IsClientError returns true when this get gamification scorecards bestpoints forbidden response has a 4xx status code

func (*GetGamificationScorecardsBestpointsForbidden) IsCode

IsCode returns true when this get gamification scorecards bestpoints forbidden response a status code equal to that given

func (*GetGamificationScorecardsBestpointsForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards bestpoints forbidden response has a 3xx status code

func (*GetGamificationScorecardsBestpointsForbidden) IsServerError

IsServerError returns true when this get gamification scorecards bestpoints forbidden response has a 5xx status code

func (*GetGamificationScorecardsBestpointsForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards bestpoints forbidden response has a 2xx status code

func (*GetGamificationScorecardsBestpointsForbidden) String

type GetGamificationScorecardsBestpointsGatewayTimeout

type GetGamificationScorecardsBestpointsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsBestpointsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsBestpointsGatewayTimeout

func NewGetGamificationScorecardsBestpointsGatewayTimeout() *GetGamificationScorecardsBestpointsGatewayTimeout

NewGetGamificationScorecardsBestpointsGatewayTimeout creates a GetGamificationScorecardsBestpointsGatewayTimeout with default headers values

func (*GetGamificationScorecardsBestpointsGatewayTimeout) Error

func (*GetGamificationScorecardsBestpointsGatewayTimeout) GetPayload

func (*GetGamificationScorecardsBestpointsGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards bestpoints gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsBestpointsGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards bestpoints gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsBestpointsGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards bestpoints gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsBestpointsGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards bestpoints gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsBestpointsGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards bestpoints gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsBestpointsGatewayTimeout) String

type GetGamificationScorecardsBestpointsInternalServerError

type GetGamificationScorecardsBestpointsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsBestpointsInternalServerError 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 NewGetGamificationScorecardsBestpointsInternalServerError

func NewGetGamificationScorecardsBestpointsInternalServerError() *GetGamificationScorecardsBestpointsInternalServerError

NewGetGamificationScorecardsBestpointsInternalServerError creates a GetGamificationScorecardsBestpointsInternalServerError with default headers values

func (*GetGamificationScorecardsBestpointsInternalServerError) Error

func (*GetGamificationScorecardsBestpointsInternalServerError) GetPayload

func (*GetGamificationScorecardsBestpointsInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards bestpoints internal server error response has a 4xx status code

func (*GetGamificationScorecardsBestpointsInternalServerError) IsCode

IsCode returns true when this get gamification scorecards bestpoints internal server error response a status code equal to that given

func (*GetGamificationScorecardsBestpointsInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards bestpoints internal server error response has a 3xx status code

func (*GetGamificationScorecardsBestpointsInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards bestpoints internal server error response has a 5xx status code

func (*GetGamificationScorecardsBestpointsInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards bestpoints internal server error response has a 2xx status code

func (*GetGamificationScorecardsBestpointsInternalServerError) String

type GetGamificationScorecardsBestpointsNotFound

type GetGamificationScorecardsBestpointsNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsBestpointsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsBestpointsNotFound

func NewGetGamificationScorecardsBestpointsNotFound() *GetGamificationScorecardsBestpointsNotFound

NewGetGamificationScorecardsBestpointsNotFound creates a GetGamificationScorecardsBestpointsNotFound with default headers values

func (*GetGamificationScorecardsBestpointsNotFound) Error

func (*GetGamificationScorecardsBestpointsNotFound) GetPayload

func (*GetGamificationScorecardsBestpointsNotFound) IsClientError

IsClientError returns true when this get gamification scorecards bestpoints not found response has a 4xx status code

func (*GetGamificationScorecardsBestpointsNotFound) IsCode

IsCode returns true when this get gamification scorecards bestpoints not found response a status code equal to that given

func (*GetGamificationScorecardsBestpointsNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards bestpoints not found response has a 3xx status code

func (*GetGamificationScorecardsBestpointsNotFound) IsServerError

IsServerError returns true when this get gamification scorecards bestpoints not found response has a 5xx status code

func (*GetGamificationScorecardsBestpointsNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards bestpoints not found response has a 2xx status code

func (*GetGamificationScorecardsBestpointsNotFound) String

type GetGamificationScorecardsBestpointsOK

type GetGamificationScorecardsBestpointsOK struct {
	Payload *models.UserBestPoints
}

GetGamificationScorecardsBestpointsOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsBestpointsOK

func NewGetGamificationScorecardsBestpointsOK() *GetGamificationScorecardsBestpointsOK

NewGetGamificationScorecardsBestpointsOK creates a GetGamificationScorecardsBestpointsOK with default headers values

func (*GetGamificationScorecardsBestpointsOK) Error

func (*GetGamificationScorecardsBestpointsOK) GetPayload

func (*GetGamificationScorecardsBestpointsOK) IsClientError

func (o *GetGamificationScorecardsBestpointsOK) IsClientError() bool

IsClientError returns true when this get gamification scorecards bestpoints o k response has a 4xx status code

func (*GetGamificationScorecardsBestpointsOK) IsCode

IsCode returns true when this get gamification scorecards bestpoints o k response a status code equal to that given

func (*GetGamificationScorecardsBestpointsOK) IsRedirect

IsRedirect returns true when this get gamification scorecards bestpoints o k response has a 3xx status code

func (*GetGamificationScorecardsBestpointsOK) IsServerError

func (o *GetGamificationScorecardsBestpointsOK) IsServerError() bool

IsServerError returns true when this get gamification scorecards bestpoints o k response has a 5xx status code

func (*GetGamificationScorecardsBestpointsOK) IsSuccess

IsSuccess returns true when this get gamification scorecards bestpoints o k response has a 2xx status code

func (*GetGamificationScorecardsBestpointsOK) String

type GetGamificationScorecardsBestpointsParams

type GetGamificationScorecardsBestpointsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsBestpointsParams contains all the parameters to send to the API endpoint

for the get gamification scorecards bestpoints operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsBestpointsParams

func NewGetGamificationScorecardsBestpointsParams() *GetGamificationScorecardsBestpointsParams

NewGetGamificationScorecardsBestpointsParams creates a new GetGamificationScorecardsBestpointsParams 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 NewGetGamificationScorecardsBestpointsParamsWithContext

func NewGetGamificationScorecardsBestpointsParamsWithContext(ctx context.Context) *GetGamificationScorecardsBestpointsParams

NewGetGamificationScorecardsBestpointsParamsWithContext creates a new GetGamificationScorecardsBestpointsParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsBestpointsParamsWithHTTPClient

func NewGetGamificationScorecardsBestpointsParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsBestpointsParams

NewGetGamificationScorecardsBestpointsParamsWithHTTPClient creates a new GetGamificationScorecardsBestpointsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsBestpointsParamsWithTimeout

func NewGetGamificationScorecardsBestpointsParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsBestpointsParams

NewGetGamificationScorecardsBestpointsParamsWithTimeout creates a new GetGamificationScorecardsBestpointsParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsBestpointsParams) SetContext

SetContext adds the context to the get gamification scorecards bestpoints params

func (*GetGamificationScorecardsBestpointsParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards bestpoints params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsBestpointsParams) SetHTTPClient

func (o *GetGamificationScorecardsBestpointsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gamification scorecards bestpoints params

func (*GetGamificationScorecardsBestpointsParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards bestpoints params

func (*GetGamificationScorecardsBestpointsParams) WithContext

WithContext adds the context to the get gamification scorecards bestpoints params

func (*GetGamificationScorecardsBestpointsParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards bestpoints params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsBestpointsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards bestpoints params

func (*GetGamificationScorecardsBestpointsParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards bestpoints params

func (*GetGamificationScorecardsBestpointsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsBestpointsReader

type GetGamificationScorecardsBestpointsReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsBestpointsReader is a Reader for the GetGamificationScorecardsBestpoints structure.

func (*GetGamificationScorecardsBestpointsReader) ReadResponse

func (o *GetGamificationScorecardsBestpointsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsBestpointsRequestEntityTooLarge

type GetGamificationScorecardsBestpointsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsBestpointsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsBestpointsRequestEntityTooLarge

func NewGetGamificationScorecardsBestpointsRequestEntityTooLarge() *GetGamificationScorecardsBestpointsRequestEntityTooLarge

NewGetGamificationScorecardsBestpointsRequestEntityTooLarge creates a GetGamificationScorecardsBestpointsRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsBestpointsRequestEntityTooLarge) Error

func (*GetGamificationScorecardsBestpointsRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsBestpointsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards bestpoints request entity too large response has a 4xx status code

func (*GetGamificationScorecardsBestpointsRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards bestpoints request entity too large response a status code equal to that given

func (*GetGamificationScorecardsBestpointsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards bestpoints request entity too large response has a 3xx status code

func (*GetGamificationScorecardsBestpointsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards bestpoints request entity too large response has a 5xx status code

func (*GetGamificationScorecardsBestpointsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards bestpoints request entity too large response has a 2xx status code

func (*GetGamificationScorecardsBestpointsRequestEntityTooLarge) String

type GetGamificationScorecardsBestpointsRequestTimeout

type GetGamificationScorecardsBestpointsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsBestpointsRequestTimeout 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 NewGetGamificationScorecardsBestpointsRequestTimeout

func NewGetGamificationScorecardsBestpointsRequestTimeout() *GetGamificationScorecardsBestpointsRequestTimeout

NewGetGamificationScorecardsBestpointsRequestTimeout creates a GetGamificationScorecardsBestpointsRequestTimeout with default headers values

func (*GetGamificationScorecardsBestpointsRequestTimeout) Error

func (*GetGamificationScorecardsBestpointsRequestTimeout) GetPayload

func (*GetGamificationScorecardsBestpointsRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards bestpoints request timeout response has a 4xx status code

func (*GetGamificationScorecardsBestpointsRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards bestpoints request timeout response a status code equal to that given

func (*GetGamificationScorecardsBestpointsRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards bestpoints request timeout response has a 3xx status code

func (*GetGamificationScorecardsBestpointsRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards bestpoints request timeout response has a 5xx status code

func (*GetGamificationScorecardsBestpointsRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards bestpoints request timeout response has a 2xx status code

func (*GetGamificationScorecardsBestpointsRequestTimeout) String

type GetGamificationScorecardsBestpointsServiceUnavailable

type GetGamificationScorecardsBestpointsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsBestpointsServiceUnavailable 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 NewGetGamificationScorecardsBestpointsServiceUnavailable

func NewGetGamificationScorecardsBestpointsServiceUnavailable() *GetGamificationScorecardsBestpointsServiceUnavailable

NewGetGamificationScorecardsBestpointsServiceUnavailable creates a GetGamificationScorecardsBestpointsServiceUnavailable with default headers values

func (*GetGamificationScorecardsBestpointsServiceUnavailable) Error

func (*GetGamificationScorecardsBestpointsServiceUnavailable) GetPayload

func (*GetGamificationScorecardsBestpointsServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards bestpoints service unavailable response has a 4xx status code

func (*GetGamificationScorecardsBestpointsServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards bestpoints service unavailable response a status code equal to that given

func (*GetGamificationScorecardsBestpointsServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards bestpoints service unavailable response has a 3xx status code

func (*GetGamificationScorecardsBestpointsServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards bestpoints service unavailable response has a 5xx status code

func (*GetGamificationScorecardsBestpointsServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards bestpoints service unavailable response has a 2xx status code

func (*GetGamificationScorecardsBestpointsServiceUnavailable) String

type GetGamificationScorecardsBestpointsTooManyRequests

type GetGamificationScorecardsBestpointsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsBestpointsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsBestpointsTooManyRequests

func NewGetGamificationScorecardsBestpointsTooManyRequests() *GetGamificationScorecardsBestpointsTooManyRequests

NewGetGamificationScorecardsBestpointsTooManyRequests creates a GetGamificationScorecardsBestpointsTooManyRequests with default headers values

func (*GetGamificationScorecardsBestpointsTooManyRequests) Error

func (*GetGamificationScorecardsBestpointsTooManyRequests) GetPayload

func (*GetGamificationScorecardsBestpointsTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards bestpoints too many requests response has a 4xx status code

func (*GetGamificationScorecardsBestpointsTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards bestpoints too many requests response a status code equal to that given

func (*GetGamificationScorecardsBestpointsTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards bestpoints too many requests response has a 3xx status code

func (*GetGamificationScorecardsBestpointsTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards bestpoints too many requests response has a 5xx status code

func (*GetGamificationScorecardsBestpointsTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards bestpoints too many requests response has a 2xx status code

func (*GetGamificationScorecardsBestpointsTooManyRequests) String

type GetGamificationScorecardsBestpointsUnauthorized

type GetGamificationScorecardsBestpointsUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsBestpointsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsBestpointsUnauthorized

func NewGetGamificationScorecardsBestpointsUnauthorized() *GetGamificationScorecardsBestpointsUnauthorized

NewGetGamificationScorecardsBestpointsUnauthorized creates a GetGamificationScorecardsBestpointsUnauthorized with default headers values

func (*GetGamificationScorecardsBestpointsUnauthorized) Error

func (*GetGamificationScorecardsBestpointsUnauthorized) GetPayload

func (*GetGamificationScorecardsBestpointsUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards bestpoints unauthorized response has a 4xx status code

func (*GetGamificationScorecardsBestpointsUnauthorized) IsCode

IsCode returns true when this get gamification scorecards bestpoints unauthorized response a status code equal to that given

func (*GetGamificationScorecardsBestpointsUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards bestpoints unauthorized response has a 3xx status code

func (*GetGamificationScorecardsBestpointsUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards bestpoints unauthorized response has a 5xx status code

func (*GetGamificationScorecardsBestpointsUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards bestpoints unauthorized response has a 2xx status code

func (*GetGamificationScorecardsBestpointsUnauthorized) String

type GetGamificationScorecardsBestpointsUnsupportedMediaType

type GetGamificationScorecardsBestpointsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsBestpointsUnsupportedMediaType 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 NewGetGamificationScorecardsBestpointsUnsupportedMediaType

func NewGetGamificationScorecardsBestpointsUnsupportedMediaType() *GetGamificationScorecardsBestpointsUnsupportedMediaType

NewGetGamificationScorecardsBestpointsUnsupportedMediaType creates a GetGamificationScorecardsBestpointsUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsBestpointsUnsupportedMediaType) Error

func (*GetGamificationScorecardsBestpointsUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsBestpointsUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards bestpoints unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsBestpointsUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards bestpoints unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsBestpointsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards bestpoints unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsBestpointsUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards bestpoints unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsBestpointsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards bestpoints unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsBestpointsUnsupportedMediaType) String

type GetGamificationScorecardsForbidden

type GetGamificationScorecardsForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsForbidden

func NewGetGamificationScorecardsForbidden() *GetGamificationScorecardsForbidden

NewGetGamificationScorecardsForbidden creates a GetGamificationScorecardsForbidden with default headers values

func (*GetGamificationScorecardsForbidden) Error

func (*GetGamificationScorecardsForbidden) GetPayload

func (*GetGamificationScorecardsForbidden) IsClientError

func (o *GetGamificationScorecardsForbidden) IsClientError() bool

IsClientError returns true when this get gamification scorecards forbidden response has a 4xx status code

func (*GetGamificationScorecardsForbidden) IsCode

IsCode returns true when this get gamification scorecards forbidden response a status code equal to that given

func (*GetGamificationScorecardsForbidden) IsRedirect

func (o *GetGamificationScorecardsForbidden) IsRedirect() bool

IsRedirect returns true when this get gamification scorecards forbidden response has a 3xx status code

func (*GetGamificationScorecardsForbidden) IsServerError

func (o *GetGamificationScorecardsForbidden) IsServerError() bool

IsServerError returns true when this get gamification scorecards forbidden response has a 5xx status code

func (*GetGamificationScorecardsForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards forbidden response has a 2xx status code

func (*GetGamificationScorecardsForbidden) String

type GetGamificationScorecardsGatewayTimeout

type GetGamificationScorecardsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsGatewayTimeout

func NewGetGamificationScorecardsGatewayTimeout() *GetGamificationScorecardsGatewayTimeout

NewGetGamificationScorecardsGatewayTimeout creates a GetGamificationScorecardsGatewayTimeout with default headers values

func (*GetGamificationScorecardsGatewayTimeout) Error

func (*GetGamificationScorecardsGatewayTimeout) GetPayload

func (*GetGamificationScorecardsGatewayTimeout) IsClientError

func (o *GetGamificationScorecardsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get gamification scorecards gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsGatewayTimeout) IsServerError

func (o *GetGamificationScorecardsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get gamification scorecards gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsGatewayTimeout) String

type GetGamificationScorecardsInternalServerError

type GetGamificationScorecardsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsInternalServerError 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 NewGetGamificationScorecardsInternalServerError

func NewGetGamificationScorecardsInternalServerError() *GetGamificationScorecardsInternalServerError

NewGetGamificationScorecardsInternalServerError creates a GetGamificationScorecardsInternalServerError with default headers values

func (*GetGamificationScorecardsInternalServerError) Error

func (*GetGamificationScorecardsInternalServerError) GetPayload

func (*GetGamificationScorecardsInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards internal server error response has a 4xx status code

func (*GetGamificationScorecardsInternalServerError) IsCode

IsCode returns true when this get gamification scorecards internal server error response a status code equal to that given

func (*GetGamificationScorecardsInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards internal server error response has a 3xx status code

func (*GetGamificationScorecardsInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards internal server error response has a 5xx status code

func (*GetGamificationScorecardsInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards internal server error response has a 2xx status code

func (*GetGamificationScorecardsInternalServerError) String

type GetGamificationScorecardsNotFound

type GetGamificationScorecardsNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsNotFound

func NewGetGamificationScorecardsNotFound() *GetGamificationScorecardsNotFound

NewGetGamificationScorecardsNotFound creates a GetGamificationScorecardsNotFound with default headers values

func (*GetGamificationScorecardsNotFound) Error

func (*GetGamificationScorecardsNotFound) GetPayload

func (*GetGamificationScorecardsNotFound) IsClientError

func (o *GetGamificationScorecardsNotFound) IsClientError() bool

IsClientError returns true when this get gamification scorecards not found response has a 4xx status code

func (*GetGamificationScorecardsNotFound) IsCode

func (o *GetGamificationScorecardsNotFound) IsCode(code int) bool

IsCode returns true when this get gamification scorecards not found response a status code equal to that given

func (*GetGamificationScorecardsNotFound) IsRedirect

func (o *GetGamificationScorecardsNotFound) IsRedirect() bool

IsRedirect returns true when this get gamification scorecards not found response has a 3xx status code

func (*GetGamificationScorecardsNotFound) IsServerError

func (o *GetGamificationScorecardsNotFound) IsServerError() bool

IsServerError returns true when this get gamification scorecards not found response has a 5xx status code

func (*GetGamificationScorecardsNotFound) IsSuccess

func (o *GetGamificationScorecardsNotFound) IsSuccess() bool

IsSuccess returns true when this get gamification scorecards not found response has a 2xx status code

func (*GetGamificationScorecardsNotFound) String

type GetGamificationScorecardsOK

type GetGamificationScorecardsOK struct {
	Payload *models.WorkdayMetricListing
}

GetGamificationScorecardsOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsOK

func NewGetGamificationScorecardsOK() *GetGamificationScorecardsOK

NewGetGamificationScorecardsOK creates a GetGamificationScorecardsOK with default headers values

func (*GetGamificationScorecardsOK) Error

func (*GetGamificationScorecardsOK) GetPayload

func (*GetGamificationScorecardsOK) IsClientError

func (o *GetGamificationScorecardsOK) IsClientError() bool

IsClientError returns true when this get gamification scorecards o k response has a 4xx status code

func (*GetGamificationScorecardsOK) IsCode

func (o *GetGamificationScorecardsOK) IsCode(code int) bool

IsCode returns true when this get gamification scorecards o k response a status code equal to that given

func (*GetGamificationScorecardsOK) IsRedirect

func (o *GetGamificationScorecardsOK) IsRedirect() bool

IsRedirect returns true when this get gamification scorecards o k response has a 3xx status code

func (*GetGamificationScorecardsOK) IsServerError

func (o *GetGamificationScorecardsOK) IsServerError() bool

IsServerError returns true when this get gamification scorecards o k response has a 5xx status code

func (*GetGamificationScorecardsOK) IsSuccess

func (o *GetGamificationScorecardsOK) IsSuccess() bool

IsSuccess returns true when this get gamification scorecards o k response has a 2xx status code

func (*GetGamificationScorecardsOK) String

func (o *GetGamificationScorecardsOK) String() string

type GetGamificationScorecardsParams

type GetGamificationScorecardsParams struct {

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* Workday.

	   Target querying workday. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	Workday strfmt.Date

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsParams contains all the parameters to send to the API endpoint

for the get gamification scorecards operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsParams

func NewGetGamificationScorecardsParams() *GetGamificationScorecardsParams

NewGetGamificationScorecardsParams creates a new GetGamificationScorecardsParams 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 NewGetGamificationScorecardsParamsWithContext

func NewGetGamificationScorecardsParamsWithContext(ctx context.Context) *GetGamificationScorecardsParams

NewGetGamificationScorecardsParamsWithContext creates a new GetGamificationScorecardsParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsParamsWithHTTPClient

func NewGetGamificationScorecardsParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsParams

NewGetGamificationScorecardsParamsWithHTTPClient creates a new GetGamificationScorecardsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsParamsWithTimeout

func NewGetGamificationScorecardsParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsParams

NewGetGamificationScorecardsParamsWithTimeout creates a new GetGamificationScorecardsParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsParams) SetContext

func (o *GetGamificationScorecardsParams) SetContext(ctx context.Context)

SetContext adds the context to the get gamification scorecards params

func (*GetGamificationScorecardsParams) SetDefaults

func (o *GetGamificationScorecardsParams) SetDefaults()

SetDefaults hydrates default values in the get gamification scorecards params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsParams) SetExpand

func (o *GetGamificationScorecardsParams) SetExpand(expand []string)

SetExpand adds the expand to the get gamification scorecards params

func (*GetGamificationScorecardsParams) SetHTTPClient

func (o *GetGamificationScorecardsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gamification scorecards params

func (*GetGamificationScorecardsParams) SetTimeout

func (o *GetGamificationScorecardsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get gamification scorecards params

func (*GetGamificationScorecardsParams) SetWorkday

func (o *GetGamificationScorecardsParams) SetWorkday(workday strfmt.Date)

SetWorkday adds the workday to the get gamification scorecards params

func (*GetGamificationScorecardsParams) WithContext

WithContext adds the context to the get gamification scorecards params

func (*GetGamificationScorecardsParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsParams) WithExpand

WithExpand adds the expand to the get gamification scorecards params

func (*GetGamificationScorecardsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards params

func (*GetGamificationScorecardsParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards params

func (*GetGamificationScorecardsParams) WithWorkday

WithWorkday adds the workday to the get gamification scorecards params

func (*GetGamificationScorecardsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsPointsAlltimeBadRequest

type GetGamificationScorecardsPointsAlltimeBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAlltimeBadRequest 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 NewGetGamificationScorecardsPointsAlltimeBadRequest

func NewGetGamificationScorecardsPointsAlltimeBadRequest() *GetGamificationScorecardsPointsAlltimeBadRequest

NewGetGamificationScorecardsPointsAlltimeBadRequest creates a GetGamificationScorecardsPointsAlltimeBadRequest with default headers values

func (*GetGamificationScorecardsPointsAlltimeBadRequest) Error

func (*GetGamificationScorecardsPointsAlltimeBadRequest) GetPayload

func (*GetGamificationScorecardsPointsAlltimeBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards points alltime bad request response has a 4xx status code

func (*GetGamificationScorecardsPointsAlltimeBadRequest) IsCode

IsCode returns true when this get gamification scorecards points alltime bad request response a status code equal to that given

func (*GetGamificationScorecardsPointsAlltimeBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards points alltime bad request response has a 3xx status code

func (*GetGamificationScorecardsPointsAlltimeBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards points alltime bad request response has a 5xx status code

func (*GetGamificationScorecardsPointsAlltimeBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards points alltime bad request response has a 2xx status code

func (*GetGamificationScorecardsPointsAlltimeBadRequest) String

type GetGamificationScorecardsPointsAlltimeForbidden

type GetGamificationScorecardsPointsAlltimeForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAlltimeForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsPointsAlltimeForbidden

func NewGetGamificationScorecardsPointsAlltimeForbidden() *GetGamificationScorecardsPointsAlltimeForbidden

NewGetGamificationScorecardsPointsAlltimeForbidden creates a GetGamificationScorecardsPointsAlltimeForbidden with default headers values

func (*GetGamificationScorecardsPointsAlltimeForbidden) Error

func (*GetGamificationScorecardsPointsAlltimeForbidden) GetPayload

func (*GetGamificationScorecardsPointsAlltimeForbidden) IsClientError

IsClientError returns true when this get gamification scorecards points alltime forbidden response has a 4xx status code

func (*GetGamificationScorecardsPointsAlltimeForbidden) IsCode

IsCode returns true when this get gamification scorecards points alltime forbidden response a status code equal to that given

func (*GetGamificationScorecardsPointsAlltimeForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards points alltime forbidden response has a 3xx status code

func (*GetGamificationScorecardsPointsAlltimeForbidden) IsServerError

IsServerError returns true when this get gamification scorecards points alltime forbidden response has a 5xx status code

func (*GetGamificationScorecardsPointsAlltimeForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards points alltime forbidden response has a 2xx status code

func (*GetGamificationScorecardsPointsAlltimeForbidden) String

type GetGamificationScorecardsPointsAlltimeGatewayTimeout

type GetGamificationScorecardsPointsAlltimeGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAlltimeGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsPointsAlltimeGatewayTimeout

func NewGetGamificationScorecardsPointsAlltimeGatewayTimeout() *GetGamificationScorecardsPointsAlltimeGatewayTimeout

NewGetGamificationScorecardsPointsAlltimeGatewayTimeout creates a GetGamificationScorecardsPointsAlltimeGatewayTimeout with default headers values

func (*GetGamificationScorecardsPointsAlltimeGatewayTimeout) Error

func (*GetGamificationScorecardsPointsAlltimeGatewayTimeout) GetPayload

func (*GetGamificationScorecardsPointsAlltimeGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards points alltime gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsPointsAlltimeGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards points alltime gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsPointsAlltimeGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards points alltime gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsPointsAlltimeGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards points alltime gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsPointsAlltimeGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards points alltime gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsPointsAlltimeGatewayTimeout) String

type GetGamificationScorecardsPointsAlltimeInternalServerError

type GetGamificationScorecardsPointsAlltimeInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAlltimeInternalServerError 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 NewGetGamificationScorecardsPointsAlltimeInternalServerError

func NewGetGamificationScorecardsPointsAlltimeInternalServerError() *GetGamificationScorecardsPointsAlltimeInternalServerError

NewGetGamificationScorecardsPointsAlltimeInternalServerError creates a GetGamificationScorecardsPointsAlltimeInternalServerError with default headers values

func (*GetGamificationScorecardsPointsAlltimeInternalServerError) Error

func (*GetGamificationScorecardsPointsAlltimeInternalServerError) GetPayload

func (*GetGamificationScorecardsPointsAlltimeInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards points alltime internal server error response has a 4xx status code

func (*GetGamificationScorecardsPointsAlltimeInternalServerError) IsCode

IsCode returns true when this get gamification scorecards points alltime internal server error response a status code equal to that given

func (*GetGamificationScorecardsPointsAlltimeInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards points alltime internal server error response has a 3xx status code

func (*GetGamificationScorecardsPointsAlltimeInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards points alltime internal server error response has a 5xx status code

func (*GetGamificationScorecardsPointsAlltimeInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards points alltime internal server error response has a 2xx status code

func (*GetGamificationScorecardsPointsAlltimeInternalServerError) String

type GetGamificationScorecardsPointsAlltimeNotFound

type GetGamificationScorecardsPointsAlltimeNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAlltimeNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsPointsAlltimeNotFound

func NewGetGamificationScorecardsPointsAlltimeNotFound() *GetGamificationScorecardsPointsAlltimeNotFound

NewGetGamificationScorecardsPointsAlltimeNotFound creates a GetGamificationScorecardsPointsAlltimeNotFound with default headers values

func (*GetGamificationScorecardsPointsAlltimeNotFound) Error

func (*GetGamificationScorecardsPointsAlltimeNotFound) GetPayload

func (*GetGamificationScorecardsPointsAlltimeNotFound) IsClientError

IsClientError returns true when this get gamification scorecards points alltime not found response has a 4xx status code

func (*GetGamificationScorecardsPointsAlltimeNotFound) IsCode

IsCode returns true when this get gamification scorecards points alltime not found response a status code equal to that given

func (*GetGamificationScorecardsPointsAlltimeNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards points alltime not found response has a 3xx status code

func (*GetGamificationScorecardsPointsAlltimeNotFound) IsServerError

IsServerError returns true when this get gamification scorecards points alltime not found response has a 5xx status code

func (*GetGamificationScorecardsPointsAlltimeNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards points alltime not found response has a 2xx status code

func (*GetGamificationScorecardsPointsAlltimeNotFound) String

type GetGamificationScorecardsPointsAlltimeOK

type GetGamificationScorecardsPointsAlltimeOK struct {
	Payload *models.AllTimePoints
}

GetGamificationScorecardsPointsAlltimeOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsPointsAlltimeOK

func NewGetGamificationScorecardsPointsAlltimeOK() *GetGamificationScorecardsPointsAlltimeOK

NewGetGamificationScorecardsPointsAlltimeOK creates a GetGamificationScorecardsPointsAlltimeOK with default headers values

func (*GetGamificationScorecardsPointsAlltimeOK) Error

func (*GetGamificationScorecardsPointsAlltimeOK) GetPayload

func (*GetGamificationScorecardsPointsAlltimeOK) IsClientError

IsClientError returns true when this get gamification scorecards points alltime o k response has a 4xx status code

func (*GetGamificationScorecardsPointsAlltimeOK) IsCode

IsCode returns true when this get gamification scorecards points alltime o k response a status code equal to that given

func (*GetGamificationScorecardsPointsAlltimeOK) IsRedirect

IsRedirect returns true when this get gamification scorecards points alltime o k response has a 3xx status code

func (*GetGamificationScorecardsPointsAlltimeOK) IsServerError

IsServerError returns true when this get gamification scorecards points alltime o k response has a 5xx status code

func (*GetGamificationScorecardsPointsAlltimeOK) IsSuccess

IsSuccess returns true when this get gamification scorecards points alltime o k response has a 2xx status code

func (*GetGamificationScorecardsPointsAlltimeOK) String

type GetGamificationScorecardsPointsAlltimeParams

type GetGamificationScorecardsPointsAlltimeParams struct {

	/* EndWorkday.

	   End workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	EndWorkday strfmt.Date

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsPointsAlltimeParams contains all the parameters to send to the API endpoint

for the get gamification scorecards points alltime operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsPointsAlltimeParams

func NewGetGamificationScorecardsPointsAlltimeParams() *GetGamificationScorecardsPointsAlltimeParams

NewGetGamificationScorecardsPointsAlltimeParams creates a new GetGamificationScorecardsPointsAlltimeParams 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 NewGetGamificationScorecardsPointsAlltimeParamsWithContext

func NewGetGamificationScorecardsPointsAlltimeParamsWithContext(ctx context.Context) *GetGamificationScorecardsPointsAlltimeParams

NewGetGamificationScorecardsPointsAlltimeParamsWithContext creates a new GetGamificationScorecardsPointsAlltimeParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsPointsAlltimeParamsWithHTTPClient

func NewGetGamificationScorecardsPointsAlltimeParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsPointsAlltimeParams

NewGetGamificationScorecardsPointsAlltimeParamsWithHTTPClient creates a new GetGamificationScorecardsPointsAlltimeParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsPointsAlltimeParamsWithTimeout

func NewGetGamificationScorecardsPointsAlltimeParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsPointsAlltimeParams

NewGetGamificationScorecardsPointsAlltimeParamsWithTimeout creates a new GetGamificationScorecardsPointsAlltimeParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsPointsAlltimeParams) SetContext

SetContext adds the context to the get gamification scorecards points alltime params

func (*GetGamificationScorecardsPointsAlltimeParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards points alltime params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsPointsAlltimeParams) SetEndWorkday

func (o *GetGamificationScorecardsPointsAlltimeParams) SetEndWorkday(endWorkday strfmt.Date)

SetEndWorkday adds the endWorkday to the get gamification scorecards points alltime params

func (*GetGamificationScorecardsPointsAlltimeParams) SetHTTPClient

func (o *GetGamificationScorecardsPointsAlltimeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gamification scorecards points alltime params

func (*GetGamificationScorecardsPointsAlltimeParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards points alltime params

func (*GetGamificationScorecardsPointsAlltimeParams) WithContext

WithContext adds the context to the get gamification scorecards points alltime params

func (*GetGamificationScorecardsPointsAlltimeParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards points alltime params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsPointsAlltimeParams) WithEndWorkday

WithEndWorkday adds the endWorkday to the get gamification scorecards points alltime params

func (*GetGamificationScorecardsPointsAlltimeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards points alltime params

func (*GetGamificationScorecardsPointsAlltimeParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards points alltime params

func (*GetGamificationScorecardsPointsAlltimeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsPointsAlltimeReader

type GetGamificationScorecardsPointsAlltimeReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsPointsAlltimeReader is a Reader for the GetGamificationScorecardsPointsAlltime structure.

func (*GetGamificationScorecardsPointsAlltimeReader) ReadResponse

func (o *GetGamificationScorecardsPointsAlltimeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsPointsAlltimeRequestEntityTooLarge

type GetGamificationScorecardsPointsAlltimeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAlltimeRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsPointsAlltimeRequestEntityTooLarge

func NewGetGamificationScorecardsPointsAlltimeRequestEntityTooLarge() *GetGamificationScorecardsPointsAlltimeRequestEntityTooLarge

NewGetGamificationScorecardsPointsAlltimeRequestEntityTooLarge creates a GetGamificationScorecardsPointsAlltimeRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsPointsAlltimeRequestEntityTooLarge) Error

func (*GetGamificationScorecardsPointsAlltimeRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsPointsAlltimeRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards points alltime request entity too large response has a 4xx status code

func (*GetGamificationScorecardsPointsAlltimeRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards points alltime request entity too large response a status code equal to that given

func (*GetGamificationScorecardsPointsAlltimeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards points alltime request entity too large response has a 3xx status code

func (*GetGamificationScorecardsPointsAlltimeRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards points alltime request entity too large response has a 5xx status code

func (*GetGamificationScorecardsPointsAlltimeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards points alltime request entity too large response has a 2xx status code

func (*GetGamificationScorecardsPointsAlltimeRequestEntityTooLarge) String

type GetGamificationScorecardsPointsAlltimeRequestTimeout

type GetGamificationScorecardsPointsAlltimeRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAlltimeRequestTimeout 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 NewGetGamificationScorecardsPointsAlltimeRequestTimeout

func NewGetGamificationScorecardsPointsAlltimeRequestTimeout() *GetGamificationScorecardsPointsAlltimeRequestTimeout

NewGetGamificationScorecardsPointsAlltimeRequestTimeout creates a GetGamificationScorecardsPointsAlltimeRequestTimeout with default headers values

func (*GetGamificationScorecardsPointsAlltimeRequestTimeout) Error

func (*GetGamificationScorecardsPointsAlltimeRequestTimeout) GetPayload

func (*GetGamificationScorecardsPointsAlltimeRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards points alltime request timeout response has a 4xx status code

func (*GetGamificationScorecardsPointsAlltimeRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards points alltime request timeout response a status code equal to that given

func (*GetGamificationScorecardsPointsAlltimeRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards points alltime request timeout response has a 3xx status code

func (*GetGamificationScorecardsPointsAlltimeRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards points alltime request timeout response has a 5xx status code

func (*GetGamificationScorecardsPointsAlltimeRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards points alltime request timeout response has a 2xx status code

func (*GetGamificationScorecardsPointsAlltimeRequestTimeout) String

type GetGamificationScorecardsPointsAlltimeServiceUnavailable

type GetGamificationScorecardsPointsAlltimeServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAlltimeServiceUnavailable 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 NewGetGamificationScorecardsPointsAlltimeServiceUnavailable

func NewGetGamificationScorecardsPointsAlltimeServiceUnavailable() *GetGamificationScorecardsPointsAlltimeServiceUnavailable

NewGetGamificationScorecardsPointsAlltimeServiceUnavailable creates a GetGamificationScorecardsPointsAlltimeServiceUnavailable with default headers values

func (*GetGamificationScorecardsPointsAlltimeServiceUnavailable) Error

func (*GetGamificationScorecardsPointsAlltimeServiceUnavailable) GetPayload

func (*GetGamificationScorecardsPointsAlltimeServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards points alltime service unavailable response has a 4xx status code

func (*GetGamificationScorecardsPointsAlltimeServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards points alltime service unavailable response a status code equal to that given

func (*GetGamificationScorecardsPointsAlltimeServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards points alltime service unavailable response has a 3xx status code

func (*GetGamificationScorecardsPointsAlltimeServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards points alltime service unavailable response has a 5xx status code

func (*GetGamificationScorecardsPointsAlltimeServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards points alltime service unavailable response has a 2xx status code

func (*GetGamificationScorecardsPointsAlltimeServiceUnavailable) String

type GetGamificationScorecardsPointsAlltimeTooManyRequests

type GetGamificationScorecardsPointsAlltimeTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAlltimeTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsPointsAlltimeTooManyRequests

func NewGetGamificationScorecardsPointsAlltimeTooManyRequests() *GetGamificationScorecardsPointsAlltimeTooManyRequests

NewGetGamificationScorecardsPointsAlltimeTooManyRequests creates a GetGamificationScorecardsPointsAlltimeTooManyRequests with default headers values

func (*GetGamificationScorecardsPointsAlltimeTooManyRequests) Error

func (*GetGamificationScorecardsPointsAlltimeTooManyRequests) GetPayload

func (*GetGamificationScorecardsPointsAlltimeTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards points alltime too many requests response has a 4xx status code

func (*GetGamificationScorecardsPointsAlltimeTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards points alltime too many requests response a status code equal to that given

func (*GetGamificationScorecardsPointsAlltimeTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards points alltime too many requests response has a 3xx status code

func (*GetGamificationScorecardsPointsAlltimeTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards points alltime too many requests response has a 5xx status code

func (*GetGamificationScorecardsPointsAlltimeTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards points alltime too many requests response has a 2xx status code

func (*GetGamificationScorecardsPointsAlltimeTooManyRequests) String

type GetGamificationScorecardsPointsAlltimeUnauthorized

type GetGamificationScorecardsPointsAlltimeUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAlltimeUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsPointsAlltimeUnauthorized

func NewGetGamificationScorecardsPointsAlltimeUnauthorized() *GetGamificationScorecardsPointsAlltimeUnauthorized

NewGetGamificationScorecardsPointsAlltimeUnauthorized creates a GetGamificationScorecardsPointsAlltimeUnauthorized with default headers values

func (*GetGamificationScorecardsPointsAlltimeUnauthorized) Error

func (*GetGamificationScorecardsPointsAlltimeUnauthorized) GetPayload

func (*GetGamificationScorecardsPointsAlltimeUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards points alltime unauthorized response has a 4xx status code

func (*GetGamificationScorecardsPointsAlltimeUnauthorized) IsCode

IsCode returns true when this get gamification scorecards points alltime unauthorized response a status code equal to that given

func (*GetGamificationScorecardsPointsAlltimeUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards points alltime unauthorized response has a 3xx status code

func (*GetGamificationScorecardsPointsAlltimeUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards points alltime unauthorized response has a 5xx status code

func (*GetGamificationScorecardsPointsAlltimeUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards points alltime unauthorized response has a 2xx status code

func (*GetGamificationScorecardsPointsAlltimeUnauthorized) String

type GetGamificationScorecardsPointsAlltimeUnsupportedMediaType

type GetGamificationScorecardsPointsAlltimeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAlltimeUnsupportedMediaType 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 NewGetGamificationScorecardsPointsAlltimeUnsupportedMediaType

func NewGetGamificationScorecardsPointsAlltimeUnsupportedMediaType() *GetGamificationScorecardsPointsAlltimeUnsupportedMediaType

NewGetGamificationScorecardsPointsAlltimeUnsupportedMediaType creates a GetGamificationScorecardsPointsAlltimeUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsPointsAlltimeUnsupportedMediaType) Error

func (*GetGamificationScorecardsPointsAlltimeUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsPointsAlltimeUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards points alltime unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsPointsAlltimeUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards points alltime unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsPointsAlltimeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards points alltime unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsPointsAlltimeUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards points alltime unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsPointsAlltimeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards points alltime unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsPointsAlltimeUnsupportedMediaType) String

type GetGamificationScorecardsPointsAverageBadRequest

type GetGamificationScorecardsPointsAverageBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAverageBadRequest 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 NewGetGamificationScorecardsPointsAverageBadRequest

func NewGetGamificationScorecardsPointsAverageBadRequest() *GetGamificationScorecardsPointsAverageBadRequest

NewGetGamificationScorecardsPointsAverageBadRequest creates a GetGamificationScorecardsPointsAverageBadRequest with default headers values

func (*GetGamificationScorecardsPointsAverageBadRequest) Error

func (*GetGamificationScorecardsPointsAverageBadRequest) GetPayload

func (*GetGamificationScorecardsPointsAverageBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards points average bad request response has a 4xx status code

func (*GetGamificationScorecardsPointsAverageBadRequest) IsCode

IsCode returns true when this get gamification scorecards points average bad request response a status code equal to that given

func (*GetGamificationScorecardsPointsAverageBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards points average bad request response has a 3xx status code

func (*GetGamificationScorecardsPointsAverageBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards points average bad request response has a 5xx status code

func (*GetGamificationScorecardsPointsAverageBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards points average bad request response has a 2xx status code

func (*GetGamificationScorecardsPointsAverageBadRequest) String

type GetGamificationScorecardsPointsAverageForbidden

type GetGamificationScorecardsPointsAverageForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAverageForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsPointsAverageForbidden

func NewGetGamificationScorecardsPointsAverageForbidden() *GetGamificationScorecardsPointsAverageForbidden

NewGetGamificationScorecardsPointsAverageForbidden creates a GetGamificationScorecardsPointsAverageForbidden with default headers values

func (*GetGamificationScorecardsPointsAverageForbidden) Error

func (*GetGamificationScorecardsPointsAverageForbidden) GetPayload

func (*GetGamificationScorecardsPointsAverageForbidden) IsClientError

IsClientError returns true when this get gamification scorecards points average forbidden response has a 4xx status code

func (*GetGamificationScorecardsPointsAverageForbidden) IsCode

IsCode returns true when this get gamification scorecards points average forbidden response a status code equal to that given

func (*GetGamificationScorecardsPointsAverageForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards points average forbidden response has a 3xx status code

func (*GetGamificationScorecardsPointsAverageForbidden) IsServerError

IsServerError returns true when this get gamification scorecards points average forbidden response has a 5xx status code

func (*GetGamificationScorecardsPointsAverageForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards points average forbidden response has a 2xx status code

func (*GetGamificationScorecardsPointsAverageForbidden) String

type GetGamificationScorecardsPointsAverageGatewayTimeout

type GetGamificationScorecardsPointsAverageGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAverageGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsPointsAverageGatewayTimeout

func NewGetGamificationScorecardsPointsAverageGatewayTimeout() *GetGamificationScorecardsPointsAverageGatewayTimeout

NewGetGamificationScorecardsPointsAverageGatewayTimeout creates a GetGamificationScorecardsPointsAverageGatewayTimeout with default headers values

func (*GetGamificationScorecardsPointsAverageGatewayTimeout) Error

func (*GetGamificationScorecardsPointsAverageGatewayTimeout) GetPayload

func (*GetGamificationScorecardsPointsAverageGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards points average gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsPointsAverageGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards points average gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsPointsAverageGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards points average gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsPointsAverageGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards points average gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsPointsAverageGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards points average gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsPointsAverageGatewayTimeout) String

type GetGamificationScorecardsPointsAverageInternalServerError

type GetGamificationScorecardsPointsAverageInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAverageInternalServerError 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 NewGetGamificationScorecardsPointsAverageInternalServerError

func NewGetGamificationScorecardsPointsAverageInternalServerError() *GetGamificationScorecardsPointsAverageInternalServerError

NewGetGamificationScorecardsPointsAverageInternalServerError creates a GetGamificationScorecardsPointsAverageInternalServerError with default headers values

func (*GetGamificationScorecardsPointsAverageInternalServerError) Error

func (*GetGamificationScorecardsPointsAverageInternalServerError) GetPayload

func (*GetGamificationScorecardsPointsAverageInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards points average internal server error response has a 4xx status code

func (*GetGamificationScorecardsPointsAverageInternalServerError) IsCode

IsCode returns true when this get gamification scorecards points average internal server error response a status code equal to that given

func (*GetGamificationScorecardsPointsAverageInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards points average internal server error response has a 3xx status code

func (*GetGamificationScorecardsPointsAverageInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards points average internal server error response has a 5xx status code

func (*GetGamificationScorecardsPointsAverageInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards points average internal server error response has a 2xx status code

func (*GetGamificationScorecardsPointsAverageInternalServerError) String

type GetGamificationScorecardsPointsAverageNotFound

type GetGamificationScorecardsPointsAverageNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAverageNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsPointsAverageNotFound

func NewGetGamificationScorecardsPointsAverageNotFound() *GetGamificationScorecardsPointsAverageNotFound

NewGetGamificationScorecardsPointsAverageNotFound creates a GetGamificationScorecardsPointsAverageNotFound with default headers values

func (*GetGamificationScorecardsPointsAverageNotFound) Error

func (*GetGamificationScorecardsPointsAverageNotFound) GetPayload

func (*GetGamificationScorecardsPointsAverageNotFound) IsClientError

IsClientError returns true when this get gamification scorecards points average not found response has a 4xx status code

func (*GetGamificationScorecardsPointsAverageNotFound) IsCode

IsCode returns true when this get gamification scorecards points average not found response a status code equal to that given

func (*GetGamificationScorecardsPointsAverageNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards points average not found response has a 3xx status code

func (*GetGamificationScorecardsPointsAverageNotFound) IsServerError

IsServerError returns true when this get gamification scorecards points average not found response has a 5xx status code

func (*GetGamificationScorecardsPointsAverageNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards points average not found response has a 2xx status code

func (*GetGamificationScorecardsPointsAverageNotFound) String

type GetGamificationScorecardsPointsAverageOK

type GetGamificationScorecardsPointsAverageOK struct {
	Payload *models.SingleWorkdayAveragePoints
}

GetGamificationScorecardsPointsAverageOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsPointsAverageOK

func NewGetGamificationScorecardsPointsAverageOK() *GetGamificationScorecardsPointsAverageOK

NewGetGamificationScorecardsPointsAverageOK creates a GetGamificationScorecardsPointsAverageOK with default headers values

func (*GetGamificationScorecardsPointsAverageOK) Error

func (*GetGamificationScorecardsPointsAverageOK) GetPayload

func (*GetGamificationScorecardsPointsAverageOK) IsClientError

IsClientError returns true when this get gamification scorecards points average o k response has a 4xx status code

func (*GetGamificationScorecardsPointsAverageOK) IsCode

IsCode returns true when this get gamification scorecards points average o k response a status code equal to that given

func (*GetGamificationScorecardsPointsAverageOK) IsRedirect

IsRedirect returns true when this get gamification scorecards points average o k response has a 3xx status code

func (*GetGamificationScorecardsPointsAverageOK) IsServerError

IsServerError returns true when this get gamification scorecards points average o k response has a 5xx status code

func (*GetGamificationScorecardsPointsAverageOK) IsSuccess

IsSuccess returns true when this get gamification scorecards points average o k response has a 2xx status code

func (*GetGamificationScorecardsPointsAverageOK) String

type GetGamificationScorecardsPointsAverageParams

type GetGamificationScorecardsPointsAverageParams struct {

	/* Workday.

	   The target workday. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	Workday strfmt.Date

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsPointsAverageParams contains all the parameters to send to the API endpoint

for the get gamification scorecards points average operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsPointsAverageParams

func NewGetGamificationScorecardsPointsAverageParams() *GetGamificationScorecardsPointsAverageParams

NewGetGamificationScorecardsPointsAverageParams creates a new GetGamificationScorecardsPointsAverageParams 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 NewGetGamificationScorecardsPointsAverageParamsWithContext

func NewGetGamificationScorecardsPointsAverageParamsWithContext(ctx context.Context) *GetGamificationScorecardsPointsAverageParams

NewGetGamificationScorecardsPointsAverageParamsWithContext creates a new GetGamificationScorecardsPointsAverageParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsPointsAverageParamsWithHTTPClient

func NewGetGamificationScorecardsPointsAverageParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsPointsAverageParams

NewGetGamificationScorecardsPointsAverageParamsWithHTTPClient creates a new GetGamificationScorecardsPointsAverageParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsPointsAverageParamsWithTimeout

func NewGetGamificationScorecardsPointsAverageParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsPointsAverageParams

NewGetGamificationScorecardsPointsAverageParamsWithTimeout creates a new GetGamificationScorecardsPointsAverageParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsPointsAverageParams) SetContext

SetContext adds the context to the get gamification scorecards points average params

func (*GetGamificationScorecardsPointsAverageParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards points average params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsPointsAverageParams) SetHTTPClient

func (o *GetGamificationScorecardsPointsAverageParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gamification scorecards points average params

func (*GetGamificationScorecardsPointsAverageParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards points average params

func (*GetGamificationScorecardsPointsAverageParams) SetWorkday

SetWorkday adds the workday to the get gamification scorecards points average params

func (*GetGamificationScorecardsPointsAverageParams) WithContext

WithContext adds the context to the get gamification scorecards points average params

func (*GetGamificationScorecardsPointsAverageParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards points average params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsPointsAverageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards points average params

func (*GetGamificationScorecardsPointsAverageParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards points average params

func (*GetGamificationScorecardsPointsAverageParams) WithWorkday

WithWorkday adds the workday to the get gamification scorecards points average params

func (*GetGamificationScorecardsPointsAverageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsPointsAverageReader

type GetGamificationScorecardsPointsAverageReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsPointsAverageReader is a Reader for the GetGamificationScorecardsPointsAverage structure.

func (*GetGamificationScorecardsPointsAverageReader) ReadResponse

func (o *GetGamificationScorecardsPointsAverageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsPointsAverageRequestEntityTooLarge

type GetGamificationScorecardsPointsAverageRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAverageRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsPointsAverageRequestEntityTooLarge

func NewGetGamificationScorecardsPointsAverageRequestEntityTooLarge() *GetGamificationScorecardsPointsAverageRequestEntityTooLarge

NewGetGamificationScorecardsPointsAverageRequestEntityTooLarge creates a GetGamificationScorecardsPointsAverageRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsPointsAverageRequestEntityTooLarge) Error

func (*GetGamificationScorecardsPointsAverageRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsPointsAverageRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards points average request entity too large response has a 4xx status code

func (*GetGamificationScorecardsPointsAverageRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards points average request entity too large response a status code equal to that given

func (*GetGamificationScorecardsPointsAverageRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards points average request entity too large response has a 3xx status code

func (*GetGamificationScorecardsPointsAverageRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards points average request entity too large response has a 5xx status code

func (*GetGamificationScorecardsPointsAverageRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards points average request entity too large response has a 2xx status code

func (*GetGamificationScorecardsPointsAverageRequestEntityTooLarge) String

type GetGamificationScorecardsPointsAverageRequestTimeout

type GetGamificationScorecardsPointsAverageRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAverageRequestTimeout 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 NewGetGamificationScorecardsPointsAverageRequestTimeout

func NewGetGamificationScorecardsPointsAverageRequestTimeout() *GetGamificationScorecardsPointsAverageRequestTimeout

NewGetGamificationScorecardsPointsAverageRequestTimeout creates a GetGamificationScorecardsPointsAverageRequestTimeout with default headers values

func (*GetGamificationScorecardsPointsAverageRequestTimeout) Error

func (*GetGamificationScorecardsPointsAverageRequestTimeout) GetPayload

func (*GetGamificationScorecardsPointsAverageRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards points average request timeout response has a 4xx status code

func (*GetGamificationScorecardsPointsAverageRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards points average request timeout response a status code equal to that given

func (*GetGamificationScorecardsPointsAverageRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards points average request timeout response has a 3xx status code

func (*GetGamificationScorecardsPointsAverageRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards points average request timeout response has a 5xx status code

func (*GetGamificationScorecardsPointsAverageRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards points average request timeout response has a 2xx status code

func (*GetGamificationScorecardsPointsAverageRequestTimeout) String

type GetGamificationScorecardsPointsAverageServiceUnavailable

type GetGamificationScorecardsPointsAverageServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAverageServiceUnavailable 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 NewGetGamificationScorecardsPointsAverageServiceUnavailable

func NewGetGamificationScorecardsPointsAverageServiceUnavailable() *GetGamificationScorecardsPointsAverageServiceUnavailable

NewGetGamificationScorecardsPointsAverageServiceUnavailable creates a GetGamificationScorecardsPointsAverageServiceUnavailable with default headers values

func (*GetGamificationScorecardsPointsAverageServiceUnavailable) Error

func (*GetGamificationScorecardsPointsAverageServiceUnavailable) GetPayload

func (*GetGamificationScorecardsPointsAverageServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards points average service unavailable response has a 4xx status code

func (*GetGamificationScorecardsPointsAverageServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards points average service unavailable response a status code equal to that given

func (*GetGamificationScorecardsPointsAverageServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards points average service unavailable response has a 3xx status code

func (*GetGamificationScorecardsPointsAverageServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards points average service unavailable response has a 5xx status code

func (*GetGamificationScorecardsPointsAverageServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards points average service unavailable response has a 2xx status code

func (*GetGamificationScorecardsPointsAverageServiceUnavailable) String

type GetGamificationScorecardsPointsAverageTooManyRequests

type GetGamificationScorecardsPointsAverageTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAverageTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsPointsAverageTooManyRequests

func NewGetGamificationScorecardsPointsAverageTooManyRequests() *GetGamificationScorecardsPointsAverageTooManyRequests

NewGetGamificationScorecardsPointsAverageTooManyRequests creates a GetGamificationScorecardsPointsAverageTooManyRequests with default headers values

func (*GetGamificationScorecardsPointsAverageTooManyRequests) Error

func (*GetGamificationScorecardsPointsAverageTooManyRequests) GetPayload

func (*GetGamificationScorecardsPointsAverageTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards points average too many requests response has a 4xx status code

func (*GetGamificationScorecardsPointsAverageTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards points average too many requests response a status code equal to that given

func (*GetGamificationScorecardsPointsAverageTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards points average too many requests response has a 3xx status code

func (*GetGamificationScorecardsPointsAverageTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards points average too many requests response has a 5xx status code

func (*GetGamificationScorecardsPointsAverageTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards points average too many requests response has a 2xx status code

func (*GetGamificationScorecardsPointsAverageTooManyRequests) String

type GetGamificationScorecardsPointsAverageUnauthorized

type GetGamificationScorecardsPointsAverageUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAverageUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsPointsAverageUnauthorized

func NewGetGamificationScorecardsPointsAverageUnauthorized() *GetGamificationScorecardsPointsAverageUnauthorized

NewGetGamificationScorecardsPointsAverageUnauthorized creates a GetGamificationScorecardsPointsAverageUnauthorized with default headers values

func (*GetGamificationScorecardsPointsAverageUnauthorized) Error

func (*GetGamificationScorecardsPointsAverageUnauthorized) GetPayload

func (*GetGamificationScorecardsPointsAverageUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards points average unauthorized response has a 4xx status code

func (*GetGamificationScorecardsPointsAverageUnauthorized) IsCode

IsCode returns true when this get gamification scorecards points average unauthorized response a status code equal to that given

func (*GetGamificationScorecardsPointsAverageUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards points average unauthorized response has a 3xx status code

func (*GetGamificationScorecardsPointsAverageUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards points average unauthorized response has a 5xx status code

func (*GetGamificationScorecardsPointsAverageUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards points average unauthorized response has a 2xx status code

func (*GetGamificationScorecardsPointsAverageUnauthorized) String

type GetGamificationScorecardsPointsAverageUnsupportedMediaType

type GetGamificationScorecardsPointsAverageUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsAverageUnsupportedMediaType 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 NewGetGamificationScorecardsPointsAverageUnsupportedMediaType

func NewGetGamificationScorecardsPointsAverageUnsupportedMediaType() *GetGamificationScorecardsPointsAverageUnsupportedMediaType

NewGetGamificationScorecardsPointsAverageUnsupportedMediaType creates a GetGamificationScorecardsPointsAverageUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsPointsAverageUnsupportedMediaType) Error

func (*GetGamificationScorecardsPointsAverageUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsPointsAverageUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards points average unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsPointsAverageUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards points average unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsPointsAverageUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards points average unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsPointsAverageUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards points average unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsPointsAverageUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards points average unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsPointsAverageUnsupportedMediaType) String

type GetGamificationScorecardsPointsTrendsBadRequest

type GetGamificationScorecardsPointsTrendsBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsTrendsBadRequest 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 NewGetGamificationScorecardsPointsTrendsBadRequest

func NewGetGamificationScorecardsPointsTrendsBadRequest() *GetGamificationScorecardsPointsTrendsBadRequest

NewGetGamificationScorecardsPointsTrendsBadRequest creates a GetGamificationScorecardsPointsTrendsBadRequest with default headers values

func (*GetGamificationScorecardsPointsTrendsBadRequest) Error

func (*GetGamificationScorecardsPointsTrendsBadRequest) GetPayload

func (*GetGamificationScorecardsPointsTrendsBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards points trends bad request response has a 4xx status code

func (*GetGamificationScorecardsPointsTrendsBadRequest) IsCode

IsCode returns true when this get gamification scorecards points trends bad request response a status code equal to that given

func (*GetGamificationScorecardsPointsTrendsBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards points trends bad request response has a 3xx status code

func (*GetGamificationScorecardsPointsTrendsBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards points trends bad request response has a 5xx status code

func (*GetGamificationScorecardsPointsTrendsBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards points trends bad request response has a 2xx status code

func (*GetGamificationScorecardsPointsTrendsBadRequest) String

type GetGamificationScorecardsPointsTrendsForbidden

type GetGamificationScorecardsPointsTrendsForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsTrendsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsPointsTrendsForbidden

func NewGetGamificationScorecardsPointsTrendsForbidden() *GetGamificationScorecardsPointsTrendsForbidden

NewGetGamificationScorecardsPointsTrendsForbidden creates a GetGamificationScorecardsPointsTrendsForbidden with default headers values

func (*GetGamificationScorecardsPointsTrendsForbidden) Error

func (*GetGamificationScorecardsPointsTrendsForbidden) GetPayload

func (*GetGamificationScorecardsPointsTrendsForbidden) IsClientError

IsClientError returns true when this get gamification scorecards points trends forbidden response has a 4xx status code

func (*GetGamificationScorecardsPointsTrendsForbidden) IsCode

IsCode returns true when this get gamification scorecards points trends forbidden response a status code equal to that given

func (*GetGamificationScorecardsPointsTrendsForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards points trends forbidden response has a 3xx status code

func (*GetGamificationScorecardsPointsTrendsForbidden) IsServerError

IsServerError returns true when this get gamification scorecards points trends forbidden response has a 5xx status code

func (*GetGamificationScorecardsPointsTrendsForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards points trends forbidden response has a 2xx status code

func (*GetGamificationScorecardsPointsTrendsForbidden) String

type GetGamificationScorecardsPointsTrendsGatewayTimeout

type GetGamificationScorecardsPointsTrendsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsTrendsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsPointsTrendsGatewayTimeout

func NewGetGamificationScorecardsPointsTrendsGatewayTimeout() *GetGamificationScorecardsPointsTrendsGatewayTimeout

NewGetGamificationScorecardsPointsTrendsGatewayTimeout creates a GetGamificationScorecardsPointsTrendsGatewayTimeout with default headers values

func (*GetGamificationScorecardsPointsTrendsGatewayTimeout) Error

func (*GetGamificationScorecardsPointsTrendsGatewayTimeout) GetPayload

func (*GetGamificationScorecardsPointsTrendsGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards points trends gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsPointsTrendsGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards points trends gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsPointsTrendsGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards points trends gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsPointsTrendsGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards points trends gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsPointsTrendsGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards points trends gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsPointsTrendsGatewayTimeout) String

type GetGamificationScorecardsPointsTrendsInternalServerError

type GetGamificationScorecardsPointsTrendsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsTrendsInternalServerError 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 NewGetGamificationScorecardsPointsTrendsInternalServerError

func NewGetGamificationScorecardsPointsTrendsInternalServerError() *GetGamificationScorecardsPointsTrendsInternalServerError

NewGetGamificationScorecardsPointsTrendsInternalServerError creates a GetGamificationScorecardsPointsTrendsInternalServerError with default headers values

func (*GetGamificationScorecardsPointsTrendsInternalServerError) Error

func (*GetGamificationScorecardsPointsTrendsInternalServerError) GetPayload

func (*GetGamificationScorecardsPointsTrendsInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards points trends internal server error response has a 4xx status code

func (*GetGamificationScorecardsPointsTrendsInternalServerError) IsCode

IsCode returns true when this get gamification scorecards points trends internal server error response a status code equal to that given

func (*GetGamificationScorecardsPointsTrendsInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards points trends internal server error response has a 3xx status code

func (*GetGamificationScorecardsPointsTrendsInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards points trends internal server error response has a 5xx status code

func (*GetGamificationScorecardsPointsTrendsInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards points trends internal server error response has a 2xx status code

func (*GetGamificationScorecardsPointsTrendsInternalServerError) String

type GetGamificationScorecardsPointsTrendsNotFound

type GetGamificationScorecardsPointsTrendsNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsTrendsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsPointsTrendsNotFound

func NewGetGamificationScorecardsPointsTrendsNotFound() *GetGamificationScorecardsPointsTrendsNotFound

NewGetGamificationScorecardsPointsTrendsNotFound creates a GetGamificationScorecardsPointsTrendsNotFound with default headers values

func (*GetGamificationScorecardsPointsTrendsNotFound) Error

func (*GetGamificationScorecardsPointsTrendsNotFound) GetPayload

func (*GetGamificationScorecardsPointsTrendsNotFound) IsClientError

IsClientError returns true when this get gamification scorecards points trends not found response has a 4xx status code

func (*GetGamificationScorecardsPointsTrendsNotFound) IsCode

IsCode returns true when this get gamification scorecards points trends not found response a status code equal to that given

func (*GetGamificationScorecardsPointsTrendsNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards points trends not found response has a 3xx status code

func (*GetGamificationScorecardsPointsTrendsNotFound) IsServerError

IsServerError returns true when this get gamification scorecards points trends not found response has a 5xx status code

func (*GetGamificationScorecardsPointsTrendsNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards points trends not found response has a 2xx status code

func (*GetGamificationScorecardsPointsTrendsNotFound) String

type GetGamificationScorecardsPointsTrendsOK

type GetGamificationScorecardsPointsTrendsOK struct {
	Payload *models.WorkdayPointsTrend
}

GetGamificationScorecardsPointsTrendsOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsPointsTrendsOK

func NewGetGamificationScorecardsPointsTrendsOK() *GetGamificationScorecardsPointsTrendsOK

NewGetGamificationScorecardsPointsTrendsOK creates a GetGamificationScorecardsPointsTrendsOK with default headers values

func (*GetGamificationScorecardsPointsTrendsOK) Error

func (*GetGamificationScorecardsPointsTrendsOK) GetPayload

func (*GetGamificationScorecardsPointsTrendsOK) IsClientError

func (o *GetGamificationScorecardsPointsTrendsOK) IsClientError() bool

IsClientError returns true when this get gamification scorecards points trends o k response has a 4xx status code

func (*GetGamificationScorecardsPointsTrendsOK) IsCode

IsCode returns true when this get gamification scorecards points trends o k response a status code equal to that given

func (*GetGamificationScorecardsPointsTrendsOK) IsRedirect

IsRedirect returns true when this get gamification scorecards points trends o k response has a 3xx status code

func (*GetGamificationScorecardsPointsTrendsOK) IsServerError

func (o *GetGamificationScorecardsPointsTrendsOK) IsServerError() bool

IsServerError returns true when this get gamification scorecards points trends o k response has a 5xx status code

func (*GetGamificationScorecardsPointsTrendsOK) IsSuccess

IsSuccess returns true when this get gamification scorecards points trends o k response has a 2xx status code

func (*GetGamificationScorecardsPointsTrendsOK) String

type GetGamificationScorecardsPointsTrendsParams

type GetGamificationScorecardsPointsTrendsParams struct {

	/* DayOfWeek.

	   Optional filter to specify which day of weeks to be included in the response
	*/
	DayOfWeek *string

	/* EndWorkday.

	   End workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	EndWorkday strfmt.Date

	/* StartWorkday.

	   Start workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	StartWorkday strfmt.Date

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsPointsTrendsParams contains all the parameters to send to the API endpoint

for the get gamification scorecards points trends operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsPointsTrendsParams

func NewGetGamificationScorecardsPointsTrendsParams() *GetGamificationScorecardsPointsTrendsParams

NewGetGamificationScorecardsPointsTrendsParams creates a new GetGamificationScorecardsPointsTrendsParams 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 NewGetGamificationScorecardsPointsTrendsParamsWithContext

func NewGetGamificationScorecardsPointsTrendsParamsWithContext(ctx context.Context) *GetGamificationScorecardsPointsTrendsParams

NewGetGamificationScorecardsPointsTrendsParamsWithContext creates a new GetGamificationScorecardsPointsTrendsParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsPointsTrendsParamsWithHTTPClient

func NewGetGamificationScorecardsPointsTrendsParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsPointsTrendsParams

NewGetGamificationScorecardsPointsTrendsParamsWithHTTPClient creates a new GetGamificationScorecardsPointsTrendsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsPointsTrendsParamsWithTimeout

func NewGetGamificationScorecardsPointsTrendsParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsPointsTrendsParams

NewGetGamificationScorecardsPointsTrendsParamsWithTimeout creates a new GetGamificationScorecardsPointsTrendsParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsPointsTrendsParams) SetContext

SetContext adds the context to the get gamification scorecards points trends params

func (*GetGamificationScorecardsPointsTrendsParams) SetDayOfWeek

func (o *GetGamificationScorecardsPointsTrendsParams) SetDayOfWeek(dayOfWeek *string)

SetDayOfWeek adds the dayOfWeek to the get gamification scorecards points trends params

func (*GetGamificationScorecardsPointsTrendsParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards points trends params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsPointsTrendsParams) SetEndWorkday

func (o *GetGamificationScorecardsPointsTrendsParams) SetEndWorkday(endWorkday strfmt.Date)

SetEndWorkday adds the endWorkday to the get gamification scorecards points trends params

func (*GetGamificationScorecardsPointsTrendsParams) SetHTTPClient

func (o *GetGamificationScorecardsPointsTrendsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gamification scorecards points trends params

func (*GetGamificationScorecardsPointsTrendsParams) SetStartWorkday

func (o *GetGamificationScorecardsPointsTrendsParams) SetStartWorkday(startWorkday strfmt.Date)

SetStartWorkday adds the startWorkday to the get gamification scorecards points trends params

func (*GetGamificationScorecardsPointsTrendsParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards points trends params

func (*GetGamificationScorecardsPointsTrendsParams) WithContext

WithContext adds the context to the get gamification scorecards points trends params

func (*GetGamificationScorecardsPointsTrendsParams) WithDayOfWeek

WithDayOfWeek adds the dayOfWeek to the get gamification scorecards points trends params

func (*GetGamificationScorecardsPointsTrendsParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards points trends params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsPointsTrendsParams) WithEndWorkday

WithEndWorkday adds the endWorkday to the get gamification scorecards points trends params

func (*GetGamificationScorecardsPointsTrendsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards points trends params

func (*GetGamificationScorecardsPointsTrendsParams) WithStartWorkday

WithStartWorkday adds the startWorkday to the get gamification scorecards points trends params

func (*GetGamificationScorecardsPointsTrendsParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards points trends params

func (*GetGamificationScorecardsPointsTrendsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsPointsTrendsReader

type GetGamificationScorecardsPointsTrendsReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsPointsTrendsReader is a Reader for the GetGamificationScorecardsPointsTrends structure.

func (*GetGamificationScorecardsPointsTrendsReader) ReadResponse

func (o *GetGamificationScorecardsPointsTrendsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsPointsTrendsRequestEntityTooLarge

type GetGamificationScorecardsPointsTrendsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsTrendsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsPointsTrendsRequestEntityTooLarge

func NewGetGamificationScorecardsPointsTrendsRequestEntityTooLarge() *GetGamificationScorecardsPointsTrendsRequestEntityTooLarge

NewGetGamificationScorecardsPointsTrendsRequestEntityTooLarge creates a GetGamificationScorecardsPointsTrendsRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsPointsTrendsRequestEntityTooLarge) Error

func (*GetGamificationScorecardsPointsTrendsRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsPointsTrendsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards points trends request entity too large response has a 4xx status code

func (*GetGamificationScorecardsPointsTrendsRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards points trends request entity too large response a status code equal to that given

func (*GetGamificationScorecardsPointsTrendsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards points trends request entity too large response has a 3xx status code

func (*GetGamificationScorecardsPointsTrendsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards points trends request entity too large response has a 5xx status code

func (*GetGamificationScorecardsPointsTrendsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards points trends request entity too large response has a 2xx status code

func (*GetGamificationScorecardsPointsTrendsRequestEntityTooLarge) String

type GetGamificationScorecardsPointsTrendsRequestTimeout

type GetGamificationScorecardsPointsTrendsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsTrendsRequestTimeout 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 NewGetGamificationScorecardsPointsTrendsRequestTimeout

func NewGetGamificationScorecardsPointsTrendsRequestTimeout() *GetGamificationScorecardsPointsTrendsRequestTimeout

NewGetGamificationScorecardsPointsTrendsRequestTimeout creates a GetGamificationScorecardsPointsTrendsRequestTimeout with default headers values

func (*GetGamificationScorecardsPointsTrendsRequestTimeout) Error

func (*GetGamificationScorecardsPointsTrendsRequestTimeout) GetPayload

func (*GetGamificationScorecardsPointsTrendsRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards points trends request timeout response has a 4xx status code

func (*GetGamificationScorecardsPointsTrendsRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards points trends request timeout response a status code equal to that given

func (*GetGamificationScorecardsPointsTrendsRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards points trends request timeout response has a 3xx status code

func (*GetGamificationScorecardsPointsTrendsRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards points trends request timeout response has a 5xx status code

func (*GetGamificationScorecardsPointsTrendsRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards points trends request timeout response has a 2xx status code

func (*GetGamificationScorecardsPointsTrendsRequestTimeout) String

type GetGamificationScorecardsPointsTrendsServiceUnavailable

type GetGamificationScorecardsPointsTrendsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsTrendsServiceUnavailable 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 NewGetGamificationScorecardsPointsTrendsServiceUnavailable

func NewGetGamificationScorecardsPointsTrendsServiceUnavailable() *GetGamificationScorecardsPointsTrendsServiceUnavailable

NewGetGamificationScorecardsPointsTrendsServiceUnavailable creates a GetGamificationScorecardsPointsTrendsServiceUnavailable with default headers values

func (*GetGamificationScorecardsPointsTrendsServiceUnavailable) Error

func (*GetGamificationScorecardsPointsTrendsServiceUnavailable) GetPayload

func (*GetGamificationScorecardsPointsTrendsServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards points trends service unavailable response has a 4xx status code

func (*GetGamificationScorecardsPointsTrendsServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards points trends service unavailable response a status code equal to that given

func (*GetGamificationScorecardsPointsTrendsServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards points trends service unavailable response has a 3xx status code

func (*GetGamificationScorecardsPointsTrendsServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards points trends service unavailable response has a 5xx status code

func (*GetGamificationScorecardsPointsTrendsServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards points trends service unavailable response has a 2xx status code

func (*GetGamificationScorecardsPointsTrendsServiceUnavailable) String

type GetGamificationScorecardsPointsTrendsTooManyRequests

type GetGamificationScorecardsPointsTrendsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsTrendsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsPointsTrendsTooManyRequests

func NewGetGamificationScorecardsPointsTrendsTooManyRequests() *GetGamificationScorecardsPointsTrendsTooManyRequests

NewGetGamificationScorecardsPointsTrendsTooManyRequests creates a GetGamificationScorecardsPointsTrendsTooManyRequests with default headers values

func (*GetGamificationScorecardsPointsTrendsTooManyRequests) Error

func (*GetGamificationScorecardsPointsTrendsTooManyRequests) GetPayload

func (*GetGamificationScorecardsPointsTrendsTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards points trends too many requests response has a 4xx status code

func (*GetGamificationScorecardsPointsTrendsTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards points trends too many requests response a status code equal to that given

func (*GetGamificationScorecardsPointsTrendsTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards points trends too many requests response has a 3xx status code

func (*GetGamificationScorecardsPointsTrendsTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards points trends too many requests response has a 5xx status code

func (*GetGamificationScorecardsPointsTrendsTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards points trends too many requests response has a 2xx status code

func (*GetGamificationScorecardsPointsTrendsTooManyRequests) String

type GetGamificationScorecardsPointsTrendsUnauthorized

type GetGamificationScorecardsPointsTrendsUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsTrendsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsPointsTrendsUnauthorized

func NewGetGamificationScorecardsPointsTrendsUnauthorized() *GetGamificationScorecardsPointsTrendsUnauthorized

NewGetGamificationScorecardsPointsTrendsUnauthorized creates a GetGamificationScorecardsPointsTrendsUnauthorized with default headers values

func (*GetGamificationScorecardsPointsTrendsUnauthorized) Error

func (*GetGamificationScorecardsPointsTrendsUnauthorized) GetPayload

func (*GetGamificationScorecardsPointsTrendsUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards points trends unauthorized response has a 4xx status code

func (*GetGamificationScorecardsPointsTrendsUnauthorized) IsCode

IsCode returns true when this get gamification scorecards points trends unauthorized response a status code equal to that given

func (*GetGamificationScorecardsPointsTrendsUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards points trends unauthorized response has a 3xx status code

func (*GetGamificationScorecardsPointsTrendsUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards points trends unauthorized response has a 5xx status code

func (*GetGamificationScorecardsPointsTrendsUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards points trends unauthorized response has a 2xx status code

func (*GetGamificationScorecardsPointsTrendsUnauthorized) String

type GetGamificationScorecardsPointsTrendsUnsupportedMediaType

type GetGamificationScorecardsPointsTrendsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsPointsTrendsUnsupportedMediaType 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 NewGetGamificationScorecardsPointsTrendsUnsupportedMediaType

func NewGetGamificationScorecardsPointsTrendsUnsupportedMediaType() *GetGamificationScorecardsPointsTrendsUnsupportedMediaType

NewGetGamificationScorecardsPointsTrendsUnsupportedMediaType creates a GetGamificationScorecardsPointsTrendsUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsPointsTrendsUnsupportedMediaType) Error

func (*GetGamificationScorecardsPointsTrendsUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsPointsTrendsUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards points trends unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsPointsTrendsUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards points trends unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsPointsTrendsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards points trends unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsPointsTrendsUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards points trends unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsPointsTrendsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards points trends unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsPointsTrendsUnsupportedMediaType) String

type GetGamificationScorecardsProfileMetricUserValuesTrendsBadRequest

type GetGamificationScorecardsProfileMetricUserValuesTrendsBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUserValuesTrendsBadRequest 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 NewGetGamificationScorecardsProfileMetricUserValuesTrendsBadRequest

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsBadRequest() *GetGamificationScorecardsProfileMetricUserValuesTrendsBadRequest

NewGetGamificationScorecardsProfileMetricUserValuesTrendsBadRequest creates a GetGamificationScorecardsProfileMetricUserValuesTrendsBadRequest with default headers values

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsBadRequest) Error

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsBadRequest) GetPayload

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards profile metric user values trends bad request response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsBadRequest) IsCode

IsCode returns true when this get gamification scorecards profile metric user values trends bad request response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric user values trends bad request response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards profile metric user values trends bad request response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric user values trends bad request response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsBadRequest) String

type GetGamificationScorecardsProfileMetricUserValuesTrendsForbidden

type GetGamificationScorecardsProfileMetricUserValuesTrendsForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUserValuesTrendsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsForbidden

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsForbidden() *GetGamificationScorecardsProfileMetricUserValuesTrendsForbidden

NewGetGamificationScorecardsProfileMetricUserValuesTrendsForbidden creates a GetGamificationScorecardsProfileMetricUserValuesTrendsForbidden with default headers values

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsForbidden) Error

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsForbidden) GetPayload

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsForbidden) IsClientError

IsClientError returns true when this get gamification scorecards profile metric user values trends forbidden response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsForbidden) IsCode

IsCode returns true when this get gamification scorecards profile metric user values trends forbidden response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric user values trends forbidden response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsForbidden) IsServerError

IsServerError returns true when this get gamification scorecards profile metric user values trends forbidden response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric user values trends forbidden response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsForbidden) String

type GetGamificationScorecardsProfileMetricUserValuesTrendsGatewayTimeout

type GetGamificationScorecardsProfileMetricUserValuesTrendsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUserValuesTrendsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsGatewayTimeout

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsGatewayTimeout() *GetGamificationScorecardsProfileMetricUserValuesTrendsGatewayTimeout

NewGetGamificationScorecardsProfileMetricUserValuesTrendsGatewayTimeout creates a GetGamificationScorecardsProfileMetricUserValuesTrendsGatewayTimeout with default headers values

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsGatewayTimeout) Error

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsGatewayTimeout) GetPayload

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards profile metric user values trends gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards profile metric user values trends gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric user values trends gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards profile metric user values trends gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric user values trends gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsGatewayTimeout) String

type GetGamificationScorecardsProfileMetricUserValuesTrendsInternalServerError

type GetGamificationScorecardsProfileMetricUserValuesTrendsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUserValuesTrendsInternalServerError 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 NewGetGamificationScorecardsProfileMetricUserValuesTrendsInternalServerError

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsInternalServerError() *GetGamificationScorecardsProfileMetricUserValuesTrendsInternalServerError

NewGetGamificationScorecardsProfileMetricUserValuesTrendsInternalServerError creates a GetGamificationScorecardsProfileMetricUserValuesTrendsInternalServerError with default headers values

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsInternalServerError) Error

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsInternalServerError) GetPayload

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards profile metric user values trends internal server error response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsInternalServerError) IsCode

IsCode returns true when this get gamification scorecards profile metric user values trends internal server error response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric user values trends internal server error response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards profile metric user values trends internal server error response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric user values trends internal server error response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsInternalServerError) String

type GetGamificationScorecardsProfileMetricUserValuesTrendsNotFound

type GetGamificationScorecardsProfileMetricUserValuesTrendsNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUserValuesTrendsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsNotFound

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsNotFound() *GetGamificationScorecardsProfileMetricUserValuesTrendsNotFound

NewGetGamificationScorecardsProfileMetricUserValuesTrendsNotFound creates a GetGamificationScorecardsProfileMetricUserValuesTrendsNotFound with default headers values

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsNotFound) Error

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsNotFound) GetPayload

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsNotFound) IsClientError

IsClientError returns true when this get gamification scorecards profile metric user values trends not found response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsNotFound) IsCode

IsCode returns true when this get gamification scorecards profile metric user values trends not found response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric user values trends not found response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsNotFound) IsServerError

IsServerError returns true when this get gamification scorecards profile metric user values trends not found response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric user values trends not found response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsNotFound) String

type GetGamificationScorecardsProfileMetricUserValuesTrendsOK

type GetGamificationScorecardsProfileMetricUserValuesTrendsOK struct {
	Payload *models.MetricValueTrendAverage
}

GetGamificationScorecardsProfileMetricUserValuesTrendsOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsOK

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsOK() *GetGamificationScorecardsProfileMetricUserValuesTrendsOK

NewGetGamificationScorecardsProfileMetricUserValuesTrendsOK creates a GetGamificationScorecardsProfileMetricUserValuesTrendsOK with default headers values

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsOK) Error

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsOK) GetPayload

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsOK) IsClientError

IsClientError returns true when this get gamification scorecards profile metric user values trends o k response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsOK) IsCode

IsCode returns true when this get gamification scorecards profile metric user values trends o k response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsOK) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric user values trends o k response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsOK) IsServerError

IsServerError returns true when this get gamification scorecards profile metric user values trends o k response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsOK) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric user values trends o k response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsOK) String

type GetGamificationScorecardsProfileMetricUserValuesTrendsParams

type GetGamificationScorecardsProfileMetricUserValuesTrendsParams struct {

	/* EndWorkday.

	   End workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	EndWorkday strfmt.Date

	/* MetricID.

	   metricId
	*/
	MetricID string

	/* ProfileID.

	   performanceProfileId
	*/
	ProfileID string

	/* ReferenceWorkday.

	   Reference workday for the trend. Used to determine the associated metric definition. If not set, then the value of endWorkday is used. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	ReferenceWorkday *strfmt.Date

	/* StartWorkday.

	   Start workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	StartWorkday strfmt.Date

	/* TimeZone.

	   Timezone for the workday. Defaults to UTC

	   Default: "UTC"
	*/
	TimeZone *string

	// UserID.
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsProfileMetricUserValuesTrendsParams contains all the parameters to send to the API endpoint

for the get gamification scorecards profile metric user values trends operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsParams

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsParams() *GetGamificationScorecardsProfileMetricUserValuesTrendsParams

NewGetGamificationScorecardsProfileMetricUserValuesTrendsParams creates a new GetGamificationScorecardsProfileMetricUserValuesTrendsParams 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 NewGetGamificationScorecardsProfileMetricUserValuesTrendsParamsWithContext

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsParamsWithContext(ctx context.Context) *GetGamificationScorecardsProfileMetricUserValuesTrendsParams

NewGetGamificationScorecardsProfileMetricUserValuesTrendsParamsWithContext creates a new GetGamificationScorecardsProfileMetricUserValuesTrendsParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsParamsWithHTTPClient

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsProfileMetricUserValuesTrendsParams

NewGetGamificationScorecardsProfileMetricUserValuesTrendsParamsWithHTTPClient creates a new GetGamificationScorecardsProfileMetricUserValuesTrendsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsParamsWithTimeout

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsProfileMetricUserValuesTrendsParams

NewGetGamificationScorecardsProfileMetricUserValuesTrendsParamsWithTimeout creates a new GetGamificationScorecardsProfileMetricUserValuesTrendsParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) SetContext

SetContext adds the context to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards profile metric user values trends params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) SetEndWorkday

SetEndWorkday adds the endWorkday to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) SetMetricID

SetMetricID adds the metricId to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) SetProfileID

SetProfileID adds the profileId to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) SetReferenceWorkday

func (o *GetGamificationScorecardsProfileMetricUserValuesTrendsParams) SetReferenceWorkday(referenceWorkday *strfmt.Date)

SetReferenceWorkday adds the referenceWorkday to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) SetStartWorkday

SetStartWorkday adds the startWorkday to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) SetTimeZone

SetTimeZone adds the timeZone to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) SetUserID

SetUserID adds the userId to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) WithContext

WithContext adds the context to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards profile metric user values trends params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) WithEndWorkday

WithEndWorkday adds the endWorkday to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) WithMetricID

WithMetricID adds the metricID to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) WithProfileID

WithProfileID adds the profileID to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) WithReferenceWorkday

WithReferenceWorkday adds the referenceWorkday to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) WithStartWorkday

WithStartWorkday adds the startWorkday to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) WithTimeZone

WithTimeZone adds the timeZone to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) WithUserID

WithUserID adds the userID to the get gamification scorecards profile metric user values trends params

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsProfileMetricUserValuesTrendsReader

type GetGamificationScorecardsProfileMetricUserValuesTrendsReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsProfileMetricUserValuesTrendsReader is a Reader for the GetGamificationScorecardsProfileMetricUserValuesTrends structure.

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsReader) ReadResponse

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsProfileMetricUserValuesTrendsRequestEntityTooLarge

type GetGamificationScorecardsProfileMetricUserValuesTrendsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUserValuesTrendsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsRequestEntityTooLarge

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsRequestEntityTooLarge() *GetGamificationScorecardsProfileMetricUserValuesTrendsRequestEntityTooLarge

NewGetGamificationScorecardsProfileMetricUserValuesTrendsRequestEntityTooLarge creates a GetGamificationScorecardsProfileMetricUserValuesTrendsRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsRequestEntityTooLarge) Error

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards profile metric user values trends request entity too large response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards profile metric user values trends request entity too large response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric user values trends request entity too large response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards profile metric user values trends request entity too large response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric user values trends request entity too large response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsRequestEntityTooLarge) String

type GetGamificationScorecardsProfileMetricUserValuesTrendsRequestTimeout

type GetGamificationScorecardsProfileMetricUserValuesTrendsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUserValuesTrendsRequestTimeout 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 NewGetGamificationScorecardsProfileMetricUserValuesTrendsRequestTimeout

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsRequestTimeout() *GetGamificationScorecardsProfileMetricUserValuesTrendsRequestTimeout

NewGetGamificationScorecardsProfileMetricUserValuesTrendsRequestTimeout creates a GetGamificationScorecardsProfileMetricUserValuesTrendsRequestTimeout with default headers values

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsRequestTimeout) Error

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsRequestTimeout) GetPayload

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards profile metric user values trends request timeout response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards profile metric user values trends request timeout response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric user values trends request timeout response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards profile metric user values trends request timeout response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric user values trends request timeout response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsRequestTimeout) String

type GetGamificationScorecardsProfileMetricUserValuesTrendsServiceUnavailable

type GetGamificationScorecardsProfileMetricUserValuesTrendsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUserValuesTrendsServiceUnavailable 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 NewGetGamificationScorecardsProfileMetricUserValuesTrendsServiceUnavailable

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsServiceUnavailable() *GetGamificationScorecardsProfileMetricUserValuesTrendsServiceUnavailable

NewGetGamificationScorecardsProfileMetricUserValuesTrendsServiceUnavailable creates a GetGamificationScorecardsProfileMetricUserValuesTrendsServiceUnavailable with default headers values

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsServiceUnavailable) Error

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsServiceUnavailable) GetPayload

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards profile metric user values trends service unavailable response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards profile metric user values trends service unavailable response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric user values trends service unavailable response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards profile metric user values trends service unavailable response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric user values trends service unavailable response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsServiceUnavailable) String

type GetGamificationScorecardsProfileMetricUserValuesTrendsTooManyRequests

type GetGamificationScorecardsProfileMetricUserValuesTrendsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUserValuesTrendsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsTooManyRequests

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsTooManyRequests() *GetGamificationScorecardsProfileMetricUserValuesTrendsTooManyRequests

NewGetGamificationScorecardsProfileMetricUserValuesTrendsTooManyRequests creates a GetGamificationScorecardsProfileMetricUserValuesTrendsTooManyRequests with default headers values

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsTooManyRequests) Error

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsTooManyRequests) GetPayload

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards profile metric user values trends too many requests response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards profile metric user values trends too many requests response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric user values trends too many requests response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards profile metric user values trends too many requests response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric user values trends too many requests response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsTooManyRequests) String

type GetGamificationScorecardsProfileMetricUserValuesTrendsUnauthorized

type GetGamificationScorecardsProfileMetricUserValuesTrendsUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUserValuesTrendsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsUnauthorized

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsUnauthorized() *GetGamificationScorecardsProfileMetricUserValuesTrendsUnauthorized

NewGetGamificationScorecardsProfileMetricUserValuesTrendsUnauthorized creates a GetGamificationScorecardsProfileMetricUserValuesTrendsUnauthorized with default headers values

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsUnauthorized) Error

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsUnauthorized) GetPayload

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards profile metric user values trends unauthorized response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsUnauthorized) IsCode

IsCode returns true when this get gamification scorecards profile metric user values trends unauthorized response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric user values trends unauthorized response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards profile metric user values trends unauthorized response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric user values trends unauthorized response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsUnauthorized) String

type GetGamificationScorecardsProfileMetricUserValuesTrendsUnsupportedMediaType

type GetGamificationScorecardsProfileMetricUserValuesTrendsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUserValuesTrendsUnsupportedMediaType 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 NewGetGamificationScorecardsProfileMetricUserValuesTrendsUnsupportedMediaType

func NewGetGamificationScorecardsProfileMetricUserValuesTrendsUnsupportedMediaType() *GetGamificationScorecardsProfileMetricUserValuesTrendsUnsupportedMediaType

NewGetGamificationScorecardsProfileMetricUserValuesTrendsUnsupportedMediaType creates a GetGamificationScorecardsProfileMetricUserValuesTrendsUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsUnsupportedMediaType) Error

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards profile metric user values trends unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards profile metric user values trends unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric user values trends unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards profile metric user values trends unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric user values trends unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUserValuesTrendsUnsupportedMediaType) String

type GetGamificationScorecardsProfileMetricUsersValuesTrendsBadRequest

type GetGamificationScorecardsProfileMetricUsersValuesTrendsBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUsersValuesTrendsBadRequest 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 NewGetGamificationScorecardsProfileMetricUsersValuesTrendsBadRequest

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsBadRequest() *GetGamificationScorecardsProfileMetricUsersValuesTrendsBadRequest

NewGetGamificationScorecardsProfileMetricUsersValuesTrendsBadRequest creates a GetGamificationScorecardsProfileMetricUsersValuesTrendsBadRequest with default headers values

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsBadRequest) Error

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsBadRequest) GetPayload

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards profile metric users values trends bad request response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsBadRequest) IsCode

IsCode returns true when this get gamification scorecards profile metric users values trends bad request response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric users values trends bad request response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards profile metric users values trends bad request response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric users values trends bad request response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsBadRequest) String

type GetGamificationScorecardsProfileMetricUsersValuesTrendsForbidden

type GetGamificationScorecardsProfileMetricUsersValuesTrendsForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUsersValuesTrendsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsForbidden

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsForbidden() *GetGamificationScorecardsProfileMetricUsersValuesTrendsForbidden

NewGetGamificationScorecardsProfileMetricUsersValuesTrendsForbidden creates a GetGamificationScorecardsProfileMetricUsersValuesTrendsForbidden with default headers values

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsForbidden) Error

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsForbidden) GetPayload

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsForbidden) IsClientError

IsClientError returns true when this get gamification scorecards profile metric users values trends forbidden response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsForbidden) IsCode

IsCode returns true when this get gamification scorecards profile metric users values trends forbidden response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric users values trends forbidden response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsForbidden) IsServerError

IsServerError returns true when this get gamification scorecards profile metric users values trends forbidden response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric users values trends forbidden response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsForbidden) String

type GetGamificationScorecardsProfileMetricUsersValuesTrendsGatewayTimeout

type GetGamificationScorecardsProfileMetricUsersValuesTrendsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUsersValuesTrendsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsGatewayTimeout

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsGatewayTimeout() *GetGamificationScorecardsProfileMetricUsersValuesTrendsGatewayTimeout

NewGetGamificationScorecardsProfileMetricUsersValuesTrendsGatewayTimeout creates a GetGamificationScorecardsProfileMetricUsersValuesTrendsGatewayTimeout with default headers values

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsGatewayTimeout) Error

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsGatewayTimeout) GetPayload

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards profile metric users values trends gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards profile metric users values trends gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric users values trends gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards profile metric users values trends gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric users values trends gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsGatewayTimeout) String

type GetGamificationScorecardsProfileMetricUsersValuesTrendsInternalServerError

type GetGamificationScorecardsProfileMetricUsersValuesTrendsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUsersValuesTrendsInternalServerError 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 NewGetGamificationScorecardsProfileMetricUsersValuesTrendsInternalServerError

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsInternalServerError() *GetGamificationScorecardsProfileMetricUsersValuesTrendsInternalServerError

NewGetGamificationScorecardsProfileMetricUsersValuesTrendsInternalServerError creates a GetGamificationScorecardsProfileMetricUsersValuesTrendsInternalServerError with default headers values

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsInternalServerError) Error

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsInternalServerError) GetPayload

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards profile metric users values trends internal server error response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsInternalServerError) IsCode

IsCode returns true when this get gamification scorecards profile metric users values trends internal server error response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric users values trends internal server error response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards profile metric users values trends internal server error response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric users values trends internal server error response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsInternalServerError) String

type GetGamificationScorecardsProfileMetricUsersValuesTrendsNotFound

type GetGamificationScorecardsProfileMetricUsersValuesTrendsNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUsersValuesTrendsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsNotFound

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsNotFound() *GetGamificationScorecardsProfileMetricUsersValuesTrendsNotFound

NewGetGamificationScorecardsProfileMetricUsersValuesTrendsNotFound creates a GetGamificationScorecardsProfileMetricUsersValuesTrendsNotFound with default headers values

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsNotFound) Error

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsNotFound) GetPayload

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsNotFound) IsClientError

IsClientError returns true when this get gamification scorecards profile metric users values trends not found response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsNotFound) IsCode

IsCode returns true when this get gamification scorecards profile metric users values trends not found response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric users values trends not found response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsNotFound) IsServerError

IsServerError returns true when this get gamification scorecards profile metric users values trends not found response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric users values trends not found response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsNotFound) String

type GetGamificationScorecardsProfileMetricUsersValuesTrendsOK

type GetGamificationScorecardsProfileMetricUsersValuesTrendsOK struct {
	Payload *models.MetricValueTrendAverage
}

GetGamificationScorecardsProfileMetricUsersValuesTrendsOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsOK

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsOK() *GetGamificationScorecardsProfileMetricUsersValuesTrendsOK

NewGetGamificationScorecardsProfileMetricUsersValuesTrendsOK creates a GetGamificationScorecardsProfileMetricUsersValuesTrendsOK with default headers values

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsOK) Error

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsOK) GetPayload

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsOK) IsClientError

IsClientError returns true when this get gamification scorecards profile metric users values trends o k response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsOK) IsCode

IsCode returns true when this get gamification scorecards profile metric users values trends o k response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsOK) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric users values trends o k response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsOK) IsServerError

IsServerError returns true when this get gamification scorecards profile metric users values trends o k response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsOK) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric users values trends o k response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsOK) String

type GetGamificationScorecardsProfileMetricUsersValuesTrendsParams

type GetGamificationScorecardsProfileMetricUsersValuesTrendsParams struct {

	/* EndWorkday.

	   End workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	EndWorkday strfmt.Date

	/* FilterID.

	   ID for the filter type. Only required when filterType is Division.
	*/
	FilterID *string

	/* FilterType.

	   Filter type for the query request.
	*/
	FilterType string

	/* MetricID.

	   metricId
	*/
	MetricID string

	/* ProfileID.

	   performanceProfileId
	*/
	ProfileID string

	/* ReferenceWorkday.

	   Reference workday for the trend. Used to determine the associated metric definition. If not set, then the value of endWorkday is used. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	ReferenceWorkday *strfmt.Date

	/* StartWorkday.

	   Start workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	StartWorkday strfmt.Date

	/* TimeZone.

	   Timezone for the workday. Defaults to UTC

	   Default: "UTC"
	*/
	TimeZone *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsProfileMetricUsersValuesTrendsParams contains all the parameters to send to the API endpoint

for the get gamification scorecards profile metric users values trends operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsParams

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsParams() *GetGamificationScorecardsProfileMetricUsersValuesTrendsParams

NewGetGamificationScorecardsProfileMetricUsersValuesTrendsParams creates a new GetGamificationScorecardsProfileMetricUsersValuesTrendsParams 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 NewGetGamificationScorecardsProfileMetricUsersValuesTrendsParamsWithContext

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsParamsWithContext(ctx context.Context) *GetGamificationScorecardsProfileMetricUsersValuesTrendsParams

NewGetGamificationScorecardsProfileMetricUsersValuesTrendsParamsWithContext creates a new GetGamificationScorecardsProfileMetricUsersValuesTrendsParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsParamsWithHTTPClient

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsProfileMetricUsersValuesTrendsParams

NewGetGamificationScorecardsProfileMetricUsersValuesTrendsParamsWithHTTPClient creates a new GetGamificationScorecardsProfileMetricUsersValuesTrendsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsParamsWithTimeout

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsProfileMetricUsersValuesTrendsParams

NewGetGamificationScorecardsProfileMetricUsersValuesTrendsParamsWithTimeout creates a new GetGamificationScorecardsProfileMetricUsersValuesTrendsParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) SetContext

SetContext adds the context to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards profile metric users values trends params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) SetEndWorkday

SetEndWorkday adds the endWorkday to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) SetFilterID

SetFilterID adds the filterId to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) SetFilterType

SetFilterType adds the filterType to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) SetMetricID

SetMetricID adds the metricId to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) SetProfileID

SetProfileID adds the profileId to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) SetReferenceWorkday

func (o *GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) SetReferenceWorkday(referenceWorkday *strfmt.Date)

SetReferenceWorkday adds the referenceWorkday to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) SetStartWorkday

SetStartWorkday adds the startWorkday to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) SetTimeZone

SetTimeZone adds the timeZone to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) WithContext

WithContext adds the context to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards profile metric users values trends params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) WithEndWorkday

WithEndWorkday adds the endWorkday to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) WithFilterID

WithFilterID adds the filterID to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) WithFilterType

WithFilterType adds the filterType to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) WithMetricID

WithMetricID adds the metricID to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) WithProfileID

WithProfileID adds the profileID to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) WithReferenceWorkday

WithReferenceWorkday adds the referenceWorkday to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) WithStartWorkday

WithStartWorkday adds the startWorkday to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) WithTimeZone

WithTimeZone adds the timeZone to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards profile metric users values trends params

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsProfileMetricUsersValuesTrendsReader

type GetGamificationScorecardsProfileMetricUsersValuesTrendsReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsProfileMetricUsersValuesTrendsReader is a Reader for the GetGamificationScorecardsProfileMetricUsersValuesTrends structure.

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsReader) ReadResponse

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestEntityTooLarge

type GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsRequestEntityTooLarge

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsRequestEntityTooLarge() *GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestEntityTooLarge

NewGetGamificationScorecardsProfileMetricUsersValuesTrendsRequestEntityTooLarge creates a GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestEntityTooLarge) Error

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards profile metric users values trends request entity too large response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards profile metric users values trends request entity too large response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric users values trends request entity too large response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards profile metric users values trends request entity too large response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric users values trends request entity too large response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestEntityTooLarge) String

type GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestTimeout

type GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestTimeout 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 NewGetGamificationScorecardsProfileMetricUsersValuesTrendsRequestTimeout

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsRequestTimeout() *GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestTimeout

NewGetGamificationScorecardsProfileMetricUsersValuesTrendsRequestTimeout creates a GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestTimeout with default headers values

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestTimeout) Error

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestTimeout) GetPayload

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards profile metric users values trends request timeout response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards profile metric users values trends request timeout response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric users values trends request timeout response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards profile metric users values trends request timeout response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric users values trends request timeout response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsRequestTimeout) String

type GetGamificationScorecardsProfileMetricUsersValuesTrendsServiceUnavailable

type GetGamificationScorecardsProfileMetricUsersValuesTrendsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUsersValuesTrendsServiceUnavailable 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 NewGetGamificationScorecardsProfileMetricUsersValuesTrendsServiceUnavailable

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsServiceUnavailable() *GetGamificationScorecardsProfileMetricUsersValuesTrendsServiceUnavailable

NewGetGamificationScorecardsProfileMetricUsersValuesTrendsServiceUnavailable creates a GetGamificationScorecardsProfileMetricUsersValuesTrendsServiceUnavailable with default headers values

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsServiceUnavailable) Error

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsServiceUnavailable) GetPayload

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards profile metric users values trends service unavailable response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards profile metric users values trends service unavailable response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric users values trends service unavailable response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards profile metric users values trends service unavailable response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric users values trends service unavailable response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsServiceUnavailable) String

type GetGamificationScorecardsProfileMetricUsersValuesTrendsTooManyRequests

type GetGamificationScorecardsProfileMetricUsersValuesTrendsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUsersValuesTrendsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsTooManyRequests

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsTooManyRequests() *GetGamificationScorecardsProfileMetricUsersValuesTrendsTooManyRequests

NewGetGamificationScorecardsProfileMetricUsersValuesTrendsTooManyRequests creates a GetGamificationScorecardsProfileMetricUsersValuesTrendsTooManyRequests with default headers values

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsTooManyRequests) Error

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsTooManyRequests) GetPayload

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards profile metric users values trends too many requests response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards profile metric users values trends too many requests response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric users values trends too many requests response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards profile metric users values trends too many requests response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric users values trends too many requests response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsTooManyRequests) String

type GetGamificationScorecardsProfileMetricUsersValuesTrendsUnauthorized

type GetGamificationScorecardsProfileMetricUsersValuesTrendsUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUsersValuesTrendsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsUnauthorized

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsUnauthorized() *GetGamificationScorecardsProfileMetricUsersValuesTrendsUnauthorized

NewGetGamificationScorecardsProfileMetricUsersValuesTrendsUnauthorized creates a GetGamificationScorecardsProfileMetricUsersValuesTrendsUnauthorized with default headers values

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsUnauthorized) Error

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsUnauthorized) GetPayload

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards profile metric users values trends unauthorized response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsUnauthorized) IsCode

IsCode returns true when this get gamification scorecards profile metric users values trends unauthorized response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric users values trends unauthorized response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards profile metric users values trends unauthorized response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric users values trends unauthorized response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsUnauthorized) String

type GetGamificationScorecardsProfileMetricUsersValuesTrendsUnsupportedMediaType

type GetGamificationScorecardsProfileMetricUsersValuesTrendsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricUsersValuesTrendsUnsupportedMediaType 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 NewGetGamificationScorecardsProfileMetricUsersValuesTrendsUnsupportedMediaType

func NewGetGamificationScorecardsProfileMetricUsersValuesTrendsUnsupportedMediaType() *GetGamificationScorecardsProfileMetricUsersValuesTrendsUnsupportedMediaType

NewGetGamificationScorecardsProfileMetricUsersValuesTrendsUnsupportedMediaType creates a GetGamificationScorecardsProfileMetricUsersValuesTrendsUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsUnsupportedMediaType) Error

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards profile metric users values trends unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards profile metric users values trends unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric users values trends unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards profile metric users values trends unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric users values trends unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricUsersValuesTrendsUnsupportedMediaType) String

type GetGamificationScorecardsProfileMetricValuesTrendsBadRequest

type GetGamificationScorecardsProfileMetricValuesTrendsBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricValuesTrendsBadRequest 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 NewGetGamificationScorecardsProfileMetricValuesTrendsBadRequest

func NewGetGamificationScorecardsProfileMetricValuesTrendsBadRequest() *GetGamificationScorecardsProfileMetricValuesTrendsBadRequest

NewGetGamificationScorecardsProfileMetricValuesTrendsBadRequest creates a GetGamificationScorecardsProfileMetricValuesTrendsBadRequest with default headers values

func (*GetGamificationScorecardsProfileMetricValuesTrendsBadRequest) Error

func (*GetGamificationScorecardsProfileMetricValuesTrendsBadRequest) GetPayload

func (*GetGamificationScorecardsProfileMetricValuesTrendsBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards profile metric values trends bad request response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsBadRequest) IsCode

IsCode returns true when this get gamification scorecards profile metric values trends bad request response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricValuesTrendsBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric values trends bad request response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards profile metric values trends bad request response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric values trends bad request response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsBadRequest) String

type GetGamificationScorecardsProfileMetricValuesTrendsForbidden

type GetGamificationScorecardsProfileMetricValuesTrendsForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricValuesTrendsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsProfileMetricValuesTrendsForbidden

func NewGetGamificationScorecardsProfileMetricValuesTrendsForbidden() *GetGamificationScorecardsProfileMetricValuesTrendsForbidden

NewGetGamificationScorecardsProfileMetricValuesTrendsForbidden creates a GetGamificationScorecardsProfileMetricValuesTrendsForbidden with default headers values

func (*GetGamificationScorecardsProfileMetricValuesTrendsForbidden) Error

func (*GetGamificationScorecardsProfileMetricValuesTrendsForbidden) GetPayload

func (*GetGamificationScorecardsProfileMetricValuesTrendsForbidden) IsClientError

IsClientError returns true when this get gamification scorecards profile metric values trends forbidden response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsForbidden) IsCode

IsCode returns true when this get gamification scorecards profile metric values trends forbidden response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricValuesTrendsForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric values trends forbidden response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsForbidden) IsServerError

IsServerError returns true when this get gamification scorecards profile metric values trends forbidden response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric values trends forbidden response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsForbidden) String

type GetGamificationScorecardsProfileMetricValuesTrendsGatewayTimeout

type GetGamificationScorecardsProfileMetricValuesTrendsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricValuesTrendsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsProfileMetricValuesTrendsGatewayTimeout

func NewGetGamificationScorecardsProfileMetricValuesTrendsGatewayTimeout() *GetGamificationScorecardsProfileMetricValuesTrendsGatewayTimeout

NewGetGamificationScorecardsProfileMetricValuesTrendsGatewayTimeout creates a GetGamificationScorecardsProfileMetricValuesTrendsGatewayTimeout with default headers values

func (*GetGamificationScorecardsProfileMetricValuesTrendsGatewayTimeout) Error

func (*GetGamificationScorecardsProfileMetricValuesTrendsGatewayTimeout) GetPayload

func (*GetGamificationScorecardsProfileMetricValuesTrendsGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards profile metric values trends gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards profile metric values trends gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricValuesTrendsGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric values trends gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards profile metric values trends gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric values trends gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsGatewayTimeout) String

type GetGamificationScorecardsProfileMetricValuesTrendsInternalServerError

type GetGamificationScorecardsProfileMetricValuesTrendsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricValuesTrendsInternalServerError 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 NewGetGamificationScorecardsProfileMetricValuesTrendsInternalServerError

func NewGetGamificationScorecardsProfileMetricValuesTrendsInternalServerError() *GetGamificationScorecardsProfileMetricValuesTrendsInternalServerError

NewGetGamificationScorecardsProfileMetricValuesTrendsInternalServerError creates a GetGamificationScorecardsProfileMetricValuesTrendsInternalServerError with default headers values

func (*GetGamificationScorecardsProfileMetricValuesTrendsInternalServerError) Error

func (*GetGamificationScorecardsProfileMetricValuesTrendsInternalServerError) GetPayload

func (*GetGamificationScorecardsProfileMetricValuesTrendsInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards profile metric values trends internal server error response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsInternalServerError) IsCode

IsCode returns true when this get gamification scorecards profile metric values trends internal server error response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricValuesTrendsInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric values trends internal server error response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards profile metric values trends internal server error response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric values trends internal server error response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsInternalServerError) String

type GetGamificationScorecardsProfileMetricValuesTrendsNotFound

type GetGamificationScorecardsProfileMetricValuesTrendsNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricValuesTrendsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsProfileMetricValuesTrendsNotFound

func NewGetGamificationScorecardsProfileMetricValuesTrendsNotFound() *GetGamificationScorecardsProfileMetricValuesTrendsNotFound

NewGetGamificationScorecardsProfileMetricValuesTrendsNotFound creates a GetGamificationScorecardsProfileMetricValuesTrendsNotFound with default headers values

func (*GetGamificationScorecardsProfileMetricValuesTrendsNotFound) Error

func (*GetGamificationScorecardsProfileMetricValuesTrendsNotFound) GetPayload

func (*GetGamificationScorecardsProfileMetricValuesTrendsNotFound) IsClientError

IsClientError returns true when this get gamification scorecards profile metric values trends not found response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsNotFound) IsCode

IsCode returns true when this get gamification scorecards profile metric values trends not found response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricValuesTrendsNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric values trends not found response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsNotFound) IsServerError

IsServerError returns true when this get gamification scorecards profile metric values trends not found response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric values trends not found response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsNotFound) String

type GetGamificationScorecardsProfileMetricValuesTrendsOK

type GetGamificationScorecardsProfileMetricValuesTrendsOK struct {
	Payload *models.MetricValueTrendAverage
}

GetGamificationScorecardsProfileMetricValuesTrendsOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsProfileMetricValuesTrendsOK

func NewGetGamificationScorecardsProfileMetricValuesTrendsOK() *GetGamificationScorecardsProfileMetricValuesTrendsOK

NewGetGamificationScorecardsProfileMetricValuesTrendsOK creates a GetGamificationScorecardsProfileMetricValuesTrendsOK with default headers values

func (*GetGamificationScorecardsProfileMetricValuesTrendsOK) Error

func (*GetGamificationScorecardsProfileMetricValuesTrendsOK) GetPayload

func (*GetGamificationScorecardsProfileMetricValuesTrendsOK) IsClientError

IsClientError returns true when this get gamification scorecards profile metric values trends o k response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsOK) IsCode

IsCode returns true when this get gamification scorecards profile metric values trends o k response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricValuesTrendsOK) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric values trends o k response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsOK) IsServerError

IsServerError returns true when this get gamification scorecards profile metric values trends o k response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsOK) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric values trends o k response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsOK) String

type GetGamificationScorecardsProfileMetricValuesTrendsParams

type GetGamificationScorecardsProfileMetricValuesTrendsParams struct {

	/* EndWorkday.

	   End workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	EndWorkday strfmt.Date

	/* FilterType.

	   Filter type for the query request. If not set, returns the values trends of the requesting user
	*/
	FilterType *string

	/* MetricID.

	   metricId
	*/
	MetricID string

	/* ProfileID.

	   performanceProfileId
	*/
	ProfileID string

	/* ReferenceWorkday.

	   Reference workday for the trend. Used to determine the associated metric definition. If not set, then the value of endWorkday is used. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	ReferenceWorkday *strfmt.Date

	/* StartWorkday.

	   Start workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	StartWorkday strfmt.Date

	/* TimeZone.

	   Timezone for the workday. Defaults to UTC

	   Default: "UTC"
	*/
	TimeZone *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsProfileMetricValuesTrendsParams contains all the parameters to send to the API endpoint

for the get gamification scorecards profile metric values trends operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsProfileMetricValuesTrendsParams

func NewGetGamificationScorecardsProfileMetricValuesTrendsParams() *GetGamificationScorecardsProfileMetricValuesTrendsParams

NewGetGamificationScorecardsProfileMetricValuesTrendsParams creates a new GetGamificationScorecardsProfileMetricValuesTrendsParams 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 NewGetGamificationScorecardsProfileMetricValuesTrendsParamsWithContext

func NewGetGamificationScorecardsProfileMetricValuesTrendsParamsWithContext(ctx context.Context) *GetGamificationScorecardsProfileMetricValuesTrendsParams

NewGetGamificationScorecardsProfileMetricValuesTrendsParamsWithContext creates a new GetGamificationScorecardsProfileMetricValuesTrendsParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsProfileMetricValuesTrendsParamsWithHTTPClient

func NewGetGamificationScorecardsProfileMetricValuesTrendsParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsProfileMetricValuesTrendsParams

NewGetGamificationScorecardsProfileMetricValuesTrendsParamsWithHTTPClient creates a new GetGamificationScorecardsProfileMetricValuesTrendsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsProfileMetricValuesTrendsParamsWithTimeout

func NewGetGamificationScorecardsProfileMetricValuesTrendsParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsProfileMetricValuesTrendsParams

NewGetGamificationScorecardsProfileMetricValuesTrendsParamsWithTimeout creates a new GetGamificationScorecardsProfileMetricValuesTrendsParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) SetContext

SetContext adds the context to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards profile metric values trends params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) SetEndWorkday

SetEndWorkday adds the endWorkday to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) SetFilterType

SetFilterType adds the filterType to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) SetMetricID

SetMetricID adds the metricId to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) SetProfileID

SetProfileID adds the profileId to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) SetReferenceWorkday

func (o *GetGamificationScorecardsProfileMetricValuesTrendsParams) SetReferenceWorkday(referenceWorkday *strfmt.Date)

SetReferenceWorkday adds the referenceWorkday to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) SetStartWorkday

func (o *GetGamificationScorecardsProfileMetricValuesTrendsParams) SetStartWorkday(startWorkday strfmt.Date)

SetStartWorkday adds the startWorkday to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) SetTimeZone

SetTimeZone adds the timeZone to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) WithContext

WithContext adds the context to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards profile metric values trends params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) WithEndWorkday

WithEndWorkday adds the endWorkday to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) WithFilterType

WithFilterType adds the filterType to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) WithMetricID

WithMetricID adds the metricID to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) WithProfileID

WithProfileID adds the profileID to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) WithReferenceWorkday

WithReferenceWorkday adds the referenceWorkday to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) WithStartWorkday

WithStartWorkday adds the startWorkday to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) WithTimeZone

WithTimeZone adds the timeZone to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards profile metric values trends params

func (*GetGamificationScorecardsProfileMetricValuesTrendsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsProfileMetricValuesTrendsReader

type GetGamificationScorecardsProfileMetricValuesTrendsReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsProfileMetricValuesTrendsReader is a Reader for the GetGamificationScorecardsProfileMetricValuesTrends structure.

func (*GetGamificationScorecardsProfileMetricValuesTrendsReader) ReadResponse

func (o *GetGamificationScorecardsProfileMetricValuesTrendsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsProfileMetricValuesTrendsRequestEntityTooLarge

type GetGamificationScorecardsProfileMetricValuesTrendsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricValuesTrendsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsProfileMetricValuesTrendsRequestEntityTooLarge

func NewGetGamificationScorecardsProfileMetricValuesTrendsRequestEntityTooLarge() *GetGamificationScorecardsProfileMetricValuesTrendsRequestEntityTooLarge

NewGetGamificationScorecardsProfileMetricValuesTrendsRequestEntityTooLarge creates a GetGamificationScorecardsProfileMetricValuesTrendsRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsProfileMetricValuesTrendsRequestEntityTooLarge) Error

func (*GetGamificationScorecardsProfileMetricValuesTrendsRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsProfileMetricValuesTrendsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards profile metric values trends request entity too large response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards profile metric values trends request entity too large response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricValuesTrendsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric values trends request entity too large response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards profile metric values trends request entity too large response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric values trends request entity too large response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsRequestEntityTooLarge) String

type GetGamificationScorecardsProfileMetricValuesTrendsRequestTimeout

type GetGamificationScorecardsProfileMetricValuesTrendsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricValuesTrendsRequestTimeout 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 NewGetGamificationScorecardsProfileMetricValuesTrendsRequestTimeout

func NewGetGamificationScorecardsProfileMetricValuesTrendsRequestTimeout() *GetGamificationScorecardsProfileMetricValuesTrendsRequestTimeout

NewGetGamificationScorecardsProfileMetricValuesTrendsRequestTimeout creates a GetGamificationScorecardsProfileMetricValuesTrendsRequestTimeout with default headers values

func (*GetGamificationScorecardsProfileMetricValuesTrendsRequestTimeout) Error

func (*GetGamificationScorecardsProfileMetricValuesTrendsRequestTimeout) GetPayload

func (*GetGamificationScorecardsProfileMetricValuesTrendsRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards profile metric values trends request timeout response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards profile metric values trends request timeout response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricValuesTrendsRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric values trends request timeout response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards profile metric values trends request timeout response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric values trends request timeout response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsRequestTimeout) String

type GetGamificationScorecardsProfileMetricValuesTrendsServiceUnavailable

type GetGamificationScorecardsProfileMetricValuesTrendsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricValuesTrendsServiceUnavailable 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 NewGetGamificationScorecardsProfileMetricValuesTrendsServiceUnavailable

func NewGetGamificationScorecardsProfileMetricValuesTrendsServiceUnavailable() *GetGamificationScorecardsProfileMetricValuesTrendsServiceUnavailable

NewGetGamificationScorecardsProfileMetricValuesTrendsServiceUnavailable creates a GetGamificationScorecardsProfileMetricValuesTrendsServiceUnavailable with default headers values

func (*GetGamificationScorecardsProfileMetricValuesTrendsServiceUnavailable) Error

func (*GetGamificationScorecardsProfileMetricValuesTrendsServiceUnavailable) GetPayload

func (*GetGamificationScorecardsProfileMetricValuesTrendsServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards profile metric values trends service unavailable response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards profile metric values trends service unavailable response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricValuesTrendsServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric values trends service unavailable response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards profile metric values trends service unavailable response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric values trends service unavailable response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsServiceUnavailable) String

type GetGamificationScorecardsProfileMetricValuesTrendsTooManyRequests

type GetGamificationScorecardsProfileMetricValuesTrendsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricValuesTrendsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsProfileMetricValuesTrendsTooManyRequests

func NewGetGamificationScorecardsProfileMetricValuesTrendsTooManyRequests() *GetGamificationScorecardsProfileMetricValuesTrendsTooManyRequests

NewGetGamificationScorecardsProfileMetricValuesTrendsTooManyRequests creates a GetGamificationScorecardsProfileMetricValuesTrendsTooManyRequests with default headers values

func (*GetGamificationScorecardsProfileMetricValuesTrendsTooManyRequests) Error

func (*GetGamificationScorecardsProfileMetricValuesTrendsTooManyRequests) GetPayload

func (*GetGamificationScorecardsProfileMetricValuesTrendsTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards profile metric values trends too many requests response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards profile metric values trends too many requests response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricValuesTrendsTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric values trends too many requests response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards profile metric values trends too many requests response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric values trends too many requests response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsTooManyRequests) String

type GetGamificationScorecardsProfileMetricValuesTrendsUnauthorized

type GetGamificationScorecardsProfileMetricValuesTrendsUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricValuesTrendsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsProfileMetricValuesTrendsUnauthorized

func NewGetGamificationScorecardsProfileMetricValuesTrendsUnauthorized() *GetGamificationScorecardsProfileMetricValuesTrendsUnauthorized

NewGetGamificationScorecardsProfileMetricValuesTrendsUnauthorized creates a GetGamificationScorecardsProfileMetricValuesTrendsUnauthorized with default headers values

func (*GetGamificationScorecardsProfileMetricValuesTrendsUnauthorized) Error

func (*GetGamificationScorecardsProfileMetricValuesTrendsUnauthorized) GetPayload

func (*GetGamificationScorecardsProfileMetricValuesTrendsUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards profile metric values trends unauthorized response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsUnauthorized) IsCode

IsCode returns true when this get gamification scorecards profile metric values trends unauthorized response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricValuesTrendsUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric values trends unauthorized response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards profile metric values trends unauthorized response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric values trends unauthorized response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsUnauthorized) String

type GetGamificationScorecardsProfileMetricValuesTrendsUnsupportedMediaType

type GetGamificationScorecardsProfileMetricValuesTrendsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsProfileMetricValuesTrendsUnsupportedMediaType 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 NewGetGamificationScorecardsProfileMetricValuesTrendsUnsupportedMediaType

func NewGetGamificationScorecardsProfileMetricValuesTrendsUnsupportedMediaType() *GetGamificationScorecardsProfileMetricValuesTrendsUnsupportedMediaType

NewGetGamificationScorecardsProfileMetricValuesTrendsUnsupportedMediaType creates a GetGamificationScorecardsProfileMetricValuesTrendsUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsProfileMetricValuesTrendsUnsupportedMediaType) Error

func (*GetGamificationScorecardsProfileMetricValuesTrendsUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsProfileMetricValuesTrendsUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards profile metric values trends unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards profile metric values trends unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsProfileMetricValuesTrendsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards profile metric values trends unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards profile metric values trends unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards profile metric values trends unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsProfileMetricValuesTrendsUnsupportedMediaType) String

type GetGamificationScorecardsReader

type GetGamificationScorecardsReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsReader is a Reader for the GetGamificationScorecards structure.

func (*GetGamificationScorecardsReader) ReadResponse

func (o *GetGamificationScorecardsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsRequestEntityTooLarge

type GetGamificationScorecardsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsRequestEntityTooLarge

func NewGetGamificationScorecardsRequestEntityTooLarge() *GetGamificationScorecardsRequestEntityTooLarge

NewGetGamificationScorecardsRequestEntityTooLarge creates a GetGamificationScorecardsRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsRequestEntityTooLarge) Error

func (*GetGamificationScorecardsRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards request entity too large response has a 4xx status code

func (*GetGamificationScorecardsRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards request entity too large response a status code equal to that given

func (*GetGamificationScorecardsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards request entity too large response has a 3xx status code

func (*GetGamificationScorecardsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards request entity too large response has a 5xx status code

func (*GetGamificationScorecardsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards request entity too large response has a 2xx status code

func (*GetGamificationScorecardsRequestEntityTooLarge) String

type GetGamificationScorecardsRequestTimeout

type GetGamificationScorecardsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsRequestTimeout 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 NewGetGamificationScorecardsRequestTimeout

func NewGetGamificationScorecardsRequestTimeout() *GetGamificationScorecardsRequestTimeout

NewGetGamificationScorecardsRequestTimeout creates a GetGamificationScorecardsRequestTimeout with default headers values

func (*GetGamificationScorecardsRequestTimeout) Error

func (*GetGamificationScorecardsRequestTimeout) GetPayload

func (*GetGamificationScorecardsRequestTimeout) IsClientError

func (o *GetGamificationScorecardsRequestTimeout) IsClientError() bool

IsClientError returns true when this get gamification scorecards request timeout response has a 4xx status code

func (*GetGamificationScorecardsRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards request timeout response a status code equal to that given

func (*GetGamificationScorecardsRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards request timeout response has a 3xx status code

func (*GetGamificationScorecardsRequestTimeout) IsServerError

func (o *GetGamificationScorecardsRequestTimeout) IsServerError() bool

IsServerError returns true when this get gamification scorecards request timeout response has a 5xx status code

func (*GetGamificationScorecardsRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards request timeout response has a 2xx status code

func (*GetGamificationScorecardsRequestTimeout) String

type GetGamificationScorecardsServiceUnavailable

type GetGamificationScorecardsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsServiceUnavailable 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 NewGetGamificationScorecardsServiceUnavailable

func NewGetGamificationScorecardsServiceUnavailable() *GetGamificationScorecardsServiceUnavailable

NewGetGamificationScorecardsServiceUnavailable creates a GetGamificationScorecardsServiceUnavailable with default headers values

func (*GetGamificationScorecardsServiceUnavailable) Error

func (*GetGamificationScorecardsServiceUnavailable) GetPayload

func (*GetGamificationScorecardsServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards service unavailable response has a 4xx status code

func (*GetGamificationScorecardsServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards service unavailable response a status code equal to that given

func (*GetGamificationScorecardsServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards service unavailable response has a 3xx status code

func (*GetGamificationScorecardsServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards service unavailable response has a 5xx status code

func (*GetGamificationScorecardsServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards service unavailable response has a 2xx status code

func (*GetGamificationScorecardsServiceUnavailable) String

type GetGamificationScorecardsTooManyRequests

type GetGamificationScorecardsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsTooManyRequests

func NewGetGamificationScorecardsTooManyRequests() *GetGamificationScorecardsTooManyRequests

NewGetGamificationScorecardsTooManyRequests creates a GetGamificationScorecardsTooManyRequests with default headers values

func (*GetGamificationScorecardsTooManyRequests) Error

func (*GetGamificationScorecardsTooManyRequests) GetPayload

func (*GetGamificationScorecardsTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards too many requests response has a 4xx status code

func (*GetGamificationScorecardsTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards too many requests response a status code equal to that given

func (*GetGamificationScorecardsTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards too many requests response has a 3xx status code

func (*GetGamificationScorecardsTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards too many requests response has a 5xx status code

func (*GetGamificationScorecardsTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards too many requests response has a 2xx status code

func (*GetGamificationScorecardsTooManyRequests) String

type GetGamificationScorecardsUnauthorized

type GetGamificationScorecardsUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsUnauthorized

func NewGetGamificationScorecardsUnauthorized() *GetGamificationScorecardsUnauthorized

NewGetGamificationScorecardsUnauthorized creates a GetGamificationScorecardsUnauthorized with default headers values

func (*GetGamificationScorecardsUnauthorized) Error

func (*GetGamificationScorecardsUnauthorized) GetPayload

func (*GetGamificationScorecardsUnauthorized) IsClientError

func (o *GetGamificationScorecardsUnauthorized) IsClientError() bool

IsClientError returns true when this get gamification scorecards unauthorized response has a 4xx status code

func (*GetGamificationScorecardsUnauthorized) IsCode

IsCode returns true when this get gamification scorecards unauthorized response a status code equal to that given

func (*GetGamificationScorecardsUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards unauthorized response has a 3xx status code

func (*GetGamificationScorecardsUnauthorized) IsServerError

func (o *GetGamificationScorecardsUnauthorized) IsServerError() bool

IsServerError returns true when this get gamification scorecards unauthorized response has a 5xx status code

func (*GetGamificationScorecardsUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards unauthorized response has a 2xx status code

func (*GetGamificationScorecardsUnauthorized) String

type GetGamificationScorecardsUnsupportedMediaType

type GetGamificationScorecardsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUnsupportedMediaType 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 NewGetGamificationScorecardsUnsupportedMediaType

func NewGetGamificationScorecardsUnsupportedMediaType() *GetGamificationScorecardsUnsupportedMediaType

NewGetGamificationScorecardsUnsupportedMediaType creates a GetGamificationScorecardsUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsUnsupportedMediaType) Error

func (*GetGamificationScorecardsUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsUnsupportedMediaType) String

type GetGamificationScorecardsUserAttendanceBadRequest

type GetGamificationScorecardsUserAttendanceBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserAttendanceBadRequest 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 NewGetGamificationScorecardsUserAttendanceBadRequest

func NewGetGamificationScorecardsUserAttendanceBadRequest() *GetGamificationScorecardsUserAttendanceBadRequest

NewGetGamificationScorecardsUserAttendanceBadRequest creates a GetGamificationScorecardsUserAttendanceBadRequest with default headers values

func (*GetGamificationScorecardsUserAttendanceBadRequest) Error

func (*GetGamificationScorecardsUserAttendanceBadRequest) GetPayload

func (*GetGamificationScorecardsUserAttendanceBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards user attendance bad request response has a 4xx status code

func (*GetGamificationScorecardsUserAttendanceBadRequest) IsCode

IsCode returns true when this get gamification scorecards user attendance bad request response a status code equal to that given

func (*GetGamificationScorecardsUserAttendanceBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards user attendance bad request response has a 3xx status code

func (*GetGamificationScorecardsUserAttendanceBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards user attendance bad request response has a 5xx status code

func (*GetGamificationScorecardsUserAttendanceBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards user attendance bad request response has a 2xx status code

func (*GetGamificationScorecardsUserAttendanceBadRequest) String

type GetGamificationScorecardsUserAttendanceForbidden

type GetGamificationScorecardsUserAttendanceForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserAttendanceForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsUserAttendanceForbidden

func NewGetGamificationScorecardsUserAttendanceForbidden() *GetGamificationScorecardsUserAttendanceForbidden

NewGetGamificationScorecardsUserAttendanceForbidden creates a GetGamificationScorecardsUserAttendanceForbidden with default headers values

func (*GetGamificationScorecardsUserAttendanceForbidden) Error

func (*GetGamificationScorecardsUserAttendanceForbidden) GetPayload

func (*GetGamificationScorecardsUserAttendanceForbidden) IsClientError

IsClientError returns true when this get gamification scorecards user attendance forbidden response has a 4xx status code

func (*GetGamificationScorecardsUserAttendanceForbidden) IsCode

IsCode returns true when this get gamification scorecards user attendance forbidden response a status code equal to that given

func (*GetGamificationScorecardsUserAttendanceForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards user attendance forbidden response has a 3xx status code

func (*GetGamificationScorecardsUserAttendanceForbidden) IsServerError

IsServerError returns true when this get gamification scorecards user attendance forbidden response has a 5xx status code

func (*GetGamificationScorecardsUserAttendanceForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards user attendance forbidden response has a 2xx status code

func (*GetGamificationScorecardsUserAttendanceForbidden) String

type GetGamificationScorecardsUserAttendanceGatewayTimeout

type GetGamificationScorecardsUserAttendanceGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserAttendanceGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsUserAttendanceGatewayTimeout

func NewGetGamificationScorecardsUserAttendanceGatewayTimeout() *GetGamificationScorecardsUserAttendanceGatewayTimeout

NewGetGamificationScorecardsUserAttendanceGatewayTimeout creates a GetGamificationScorecardsUserAttendanceGatewayTimeout with default headers values

func (*GetGamificationScorecardsUserAttendanceGatewayTimeout) Error

func (*GetGamificationScorecardsUserAttendanceGatewayTimeout) GetPayload

func (*GetGamificationScorecardsUserAttendanceGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards user attendance gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsUserAttendanceGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards user attendance gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsUserAttendanceGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards user attendance gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsUserAttendanceGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards user attendance gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsUserAttendanceGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards user attendance gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsUserAttendanceGatewayTimeout) String

type GetGamificationScorecardsUserAttendanceInternalServerError

type GetGamificationScorecardsUserAttendanceInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserAttendanceInternalServerError 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 NewGetGamificationScorecardsUserAttendanceInternalServerError

func NewGetGamificationScorecardsUserAttendanceInternalServerError() *GetGamificationScorecardsUserAttendanceInternalServerError

NewGetGamificationScorecardsUserAttendanceInternalServerError creates a GetGamificationScorecardsUserAttendanceInternalServerError with default headers values

func (*GetGamificationScorecardsUserAttendanceInternalServerError) Error

func (*GetGamificationScorecardsUserAttendanceInternalServerError) GetPayload

func (*GetGamificationScorecardsUserAttendanceInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards user attendance internal server error response has a 4xx status code

func (*GetGamificationScorecardsUserAttendanceInternalServerError) IsCode

IsCode returns true when this get gamification scorecards user attendance internal server error response a status code equal to that given

func (*GetGamificationScorecardsUserAttendanceInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards user attendance internal server error response has a 3xx status code

func (*GetGamificationScorecardsUserAttendanceInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards user attendance internal server error response has a 5xx status code

func (*GetGamificationScorecardsUserAttendanceInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards user attendance internal server error response has a 2xx status code

func (*GetGamificationScorecardsUserAttendanceInternalServerError) String

type GetGamificationScorecardsUserAttendanceNotFound

type GetGamificationScorecardsUserAttendanceNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserAttendanceNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsUserAttendanceNotFound

func NewGetGamificationScorecardsUserAttendanceNotFound() *GetGamificationScorecardsUserAttendanceNotFound

NewGetGamificationScorecardsUserAttendanceNotFound creates a GetGamificationScorecardsUserAttendanceNotFound with default headers values

func (*GetGamificationScorecardsUserAttendanceNotFound) Error

func (*GetGamificationScorecardsUserAttendanceNotFound) GetPayload

func (*GetGamificationScorecardsUserAttendanceNotFound) IsClientError

IsClientError returns true when this get gamification scorecards user attendance not found response has a 4xx status code

func (*GetGamificationScorecardsUserAttendanceNotFound) IsCode

IsCode returns true when this get gamification scorecards user attendance not found response a status code equal to that given

func (*GetGamificationScorecardsUserAttendanceNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards user attendance not found response has a 3xx status code

func (*GetGamificationScorecardsUserAttendanceNotFound) IsServerError

IsServerError returns true when this get gamification scorecards user attendance not found response has a 5xx status code

func (*GetGamificationScorecardsUserAttendanceNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards user attendance not found response has a 2xx status code

func (*GetGamificationScorecardsUserAttendanceNotFound) String

type GetGamificationScorecardsUserAttendanceOK

type GetGamificationScorecardsUserAttendanceOK struct {
	Payload *models.AttendanceStatusListing
}

GetGamificationScorecardsUserAttendanceOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsUserAttendanceOK

func NewGetGamificationScorecardsUserAttendanceOK() *GetGamificationScorecardsUserAttendanceOK

NewGetGamificationScorecardsUserAttendanceOK creates a GetGamificationScorecardsUserAttendanceOK with default headers values

func (*GetGamificationScorecardsUserAttendanceOK) Error

func (*GetGamificationScorecardsUserAttendanceOK) GetPayload

func (*GetGamificationScorecardsUserAttendanceOK) IsClientError

IsClientError returns true when this get gamification scorecards user attendance o k response has a 4xx status code

func (*GetGamificationScorecardsUserAttendanceOK) IsCode

IsCode returns true when this get gamification scorecards user attendance o k response a status code equal to that given

func (*GetGamificationScorecardsUserAttendanceOK) IsRedirect

IsRedirect returns true when this get gamification scorecards user attendance o k response has a 3xx status code

func (*GetGamificationScorecardsUserAttendanceOK) IsServerError

IsServerError returns true when this get gamification scorecards user attendance o k response has a 5xx status code

func (*GetGamificationScorecardsUserAttendanceOK) IsSuccess

IsSuccess returns true when this get gamification scorecards user attendance o k response has a 2xx status code

func (*GetGamificationScorecardsUserAttendanceOK) String

type GetGamificationScorecardsUserAttendanceParams

type GetGamificationScorecardsUserAttendanceParams struct {

	/* EndWorkday.

	   End workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	EndWorkday strfmt.Date

	/* StartWorkday.

	   Start workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	StartWorkday strfmt.Date

	// UserID.
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsUserAttendanceParams contains all the parameters to send to the API endpoint

for the get gamification scorecards user attendance operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsUserAttendanceParams

func NewGetGamificationScorecardsUserAttendanceParams() *GetGamificationScorecardsUserAttendanceParams

NewGetGamificationScorecardsUserAttendanceParams creates a new GetGamificationScorecardsUserAttendanceParams 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 NewGetGamificationScorecardsUserAttendanceParamsWithContext

func NewGetGamificationScorecardsUserAttendanceParamsWithContext(ctx context.Context) *GetGamificationScorecardsUserAttendanceParams

NewGetGamificationScorecardsUserAttendanceParamsWithContext creates a new GetGamificationScorecardsUserAttendanceParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsUserAttendanceParamsWithHTTPClient

func NewGetGamificationScorecardsUserAttendanceParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsUserAttendanceParams

NewGetGamificationScorecardsUserAttendanceParamsWithHTTPClient creates a new GetGamificationScorecardsUserAttendanceParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsUserAttendanceParamsWithTimeout

func NewGetGamificationScorecardsUserAttendanceParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsUserAttendanceParams

NewGetGamificationScorecardsUserAttendanceParamsWithTimeout creates a new GetGamificationScorecardsUserAttendanceParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsUserAttendanceParams) SetContext

SetContext adds the context to the get gamification scorecards user attendance params

func (*GetGamificationScorecardsUserAttendanceParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards user attendance params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUserAttendanceParams) SetEndWorkday

func (o *GetGamificationScorecardsUserAttendanceParams) SetEndWorkday(endWorkday strfmt.Date)

SetEndWorkday adds the endWorkday to the get gamification scorecards user attendance params

func (*GetGamificationScorecardsUserAttendanceParams) SetHTTPClient

func (o *GetGamificationScorecardsUserAttendanceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gamification scorecards user attendance params

func (*GetGamificationScorecardsUserAttendanceParams) SetStartWorkday

func (o *GetGamificationScorecardsUserAttendanceParams) SetStartWorkday(startWorkday strfmt.Date)

SetStartWorkday adds the startWorkday to the get gamification scorecards user attendance params

func (*GetGamificationScorecardsUserAttendanceParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards user attendance params

func (*GetGamificationScorecardsUserAttendanceParams) SetUserID

SetUserID adds the userId to the get gamification scorecards user attendance params

func (*GetGamificationScorecardsUserAttendanceParams) WithContext

WithContext adds the context to the get gamification scorecards user attendance params

func (*GetGamificationScorecardsUserAttendanceParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards user attendance params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUserAttendanceParams) WithEndWorkday

WithEndWorkday adds the endWorkday to the get gamification scorecards user attendance params

func (*GetGamificationScorecardsUserAttendanceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards user attendance params

func (*GetGamificationScorecardsUserAttendanceParams) WithStartWorkday

WithStartWorkday adds the startWorkday to the get gamification scorecards user attendance params

func (*GetGamificationScorecardsUserAttendanceParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards user attendance params

func (*GetGamificationScorecardsUserAttendanceParams) WithUserID

WithUserID adds the userID to the get gamification scorecards user attendance params

func (*GetGamificationScorecardsUserAttendanceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsUserAttendanceReader

type GetGamificationScorecardsUserAttendanceReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsUserAttendanceReader is a Reader for the GetGamificationScorecardsUserAttendance structure.

func (*GetGamificationScorecardsUserAttendanceReader) ReadResponse

func (o *GetGamificationScorecardsUserAttendanceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsUserAttendanceRequestEntityTooLarge

type GetGamificationScorecardsUserAttendanceRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserAttendanceRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsUserAttendanceRequestEntityTooLarge

func NewGetGamificationScorecardsUserAttendanceRequestEntityTooLarge() *GetGamificationScorecardsUserAttendanceRequestEntityTooLarge

NewGetGamificationScorecardsUserAttendanceRequestEntityTooLarge creates a GetGamificationScorecardsUserAttendanceRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsUserAttendanceRequestEntityTooLarge) Error

func (*GetGamificationScorecardsUserAttendanceRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsUserAttendanceRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards user attendance request entity too large response has a 4xx status code

func (*GetGamificationScorecardsUserAttendanceRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards user attendance request entity too large response a status code equal to that given

func (*GetGamificationScorecardsUserAttendanceRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards user attendance request entity too large response has a 3xx status code

func (*GetGamificationScorecardsUserAttendanceRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards user attendance request entity too large response has a 5xx status code

func (*GetGamificationScorecardsUserAttendanceRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards user attendance request entity too large response has a 2xx status code

func (*GetGamificationScorecardsUserAttendanceRequestEntityTooLarge) String

type GetGamificationScorecardsUserAttendanceRequestTimeout

type GetGamificationScorecardsUserAttendanceRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserAttendanceRequestTimeout 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 NewGetGamificationScorecardsUserAttendanceRequestTimeout

func NewGetGamificationScorecardsUserAttendanceRequestTimeout() *GetGamificationScorecardsUserAttendanceRequestTimeout

NewGetGamificationScorecardsUserAttendanceRequestTimeout creates a GetGamificationScorecardsUserAttendanceRequestTimeout with default headers values

func (*GetGamificationScorecardsUserAttendanceRequestTimeout) Error

func (*GetGamificationScorecardsUserAttendanceRequestTimeout) GetPayload

func (*GetGamificationScorecardsUserAttendanceRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards user attendance request timeout response has a 4xx status code

func (*GetGamificationScorecardsUserAttendanceRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards user attendance request timeout response a status code equal to that given

func (*GetGamificationScorecardsUserAttendanceRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards user attendance request timeout response has a 3xx status code

func (*GetGamificationScorecardsUserAttendanceRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards user attendance request timeout response has a 5xx status code

func (*GetGamificationScorecardsUserAttendanceRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards user attendance request timeout response has a 2xx status code

func (*GetGamificationScorecardsUserAttendanceRequestTimeout) String

type GetGamificationScorecardsUserAttendanceServiceUnavailable

type GetGamificationScorecardsUserAttendanceServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserAttendanceServiceUnavailable 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 NewGetGamificationScorecardsUserAttendanceServiceUnavailable

func NewGetGamificationScorecardsUserAttendanceServiceUnavailable() *GetGamificationScorecardsUserAttendanceServiceUnavailable

NewGetGamificationScorecardsUserAttendanceServiceUnavailable creates a GetGamificationScorecardsUserAttendanceServiceUnavailable with default headers values

func (*GetGamificationScorecardsUserAttendanceServiceUnavailable) Error

func (*GetGamificationScorecardsUserAttendanceServiceUnavailable) GetPayload

func (*GetGamificationScorecardsUserAttendanceServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards user attendance service unavailable response has a 4xx status code

func (*GetGamificationScorecardsUserAttendanceServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards user attendance service unavailable response a status code equal to that given

func (*GetGamificationScorecardsUserAttendanceServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards user attendance service unavailable response has a 3xx status code

func (*GetGamificationScorecardsUserAttendanceServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards user attendance service unavailable response has a 5xx status code

func (*GetGamificationScorecardsUserAttendanceServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards user attendance service unavailable response has a 2xx status code

func (*GetGamificationScorecardsUserAttendanceServiceUnavailable) String

type GetGamificationScorecardsUserAttendanceTooManyRequests

type GetGamificationScorecardsUserAttendanceTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserAttendanceTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsUserAttendanceTooManyRequests

func NewGetGamificationScorecardsUserAttendanceTooManyRequests() *GetGamificationScorecardsUserAttendanceTooManyRequests

NewGetGamificationScorecardsUserAttendanceTooManyRequests creates a GetGamificationScorecardsUserAttendanceTooManyRequests with default headers values

func (*GetGamificationScorecardsUserAttendanceTooManyRequests) Error

func (*GetGamificationScorecardsUserAttendanceTooManyRequests) GetPayload

func (*GetGamificationScorecardsUserAttendanceTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards user attendance too many requests response has a 4xx status code

func (*GetGamificationScorecardsUserAttendanceTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards user attendance too many requests response a status code equal to that given

func (*GetGamificationScorecardsUserAttendanceTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards user attendance too many requests response has a 3xx status code

func (*GetGamificationScorecardsUserAttendanceTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards user attendance too many requests response has a 5xx status code

func (*GetGamificationScorecardsUserAttendanceTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards user attendance too many requests response has a 2xx status code

func (*GetGamificationScorecardsUserAttendanceTooManyRequests) String

type GetGamificationScorecardsUserAttendanceUnauthorized

type GetGamificationScorecardsUserAttendanceUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserAttendanceUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsUserAttendanceUnauthorized

func NewGetGamificationScorecardsUserAttendanceUnauthorized() *GetGamificationScorecardsUserAttendanceUnauthorized

NewGetGamificationScorecardsUserAttendanceUnauthorized creates a GetGamificationScorecardsUserAttendanceUnauthorized with default headers values

func (*GetGamificationScorecardsUserAttendanceUnauthorized) Error

func (*GetGamificationScorecardsUserAttendanceUnauthorized) GetPayload

func (*GetGamificationScorecardsUserAttendanceUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards user attendance unauthorized response has a 4xx status code

func (*GetGamificationScorecardsUserAttendanceUnauthorized) IsCode

IsCode returns true when this get gamification scorecards user attendance unauthorized response a status code equal to that given

func (*GetGamificationScorecardsUserAttendanceUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards user attendance unauthorized response has a 3xx status code

func (*GetGamificationScorecardsUserAttendanceUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards user attendance unauthorized response has a 5xx status code

func (*GetGamificationScorecardsUserAttendanceUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards user attendance unauthorized response has a 2xx status code

func (*GetGamificationScorecardsUserAttendanceUnauthorized) String

type GetGamificationScorecardsUserAttendanceUnsupportedMediaType

type GetGamificationScorecardsUserAttendanceUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserAttendanceUnsupportedMediaType 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 NewGetGamificationScorecardsUserAttendanceUnsupportedMediaType

func NewGetGamificationScorecardsUserAttendanceUnsupportedMediaType() *GetGamificationScorecardsUserAttendanceUnsupportedMediaType

NewGetGamificationScorecardsUserAttendanceUnsupportedMediaType creates a GetGamificationScorecardsUserAttendanceUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsUserAttendanceUnsupportedMediaType) Error

func (*GetGamificationScorecardsUserAttendanceUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsUserAttendanceUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards user attendance unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsUserAttendanceUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards user attendance unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsUserAttendanceUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards user attendance unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsUserAttendanceUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards user attendance unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsUserAttendanceUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards user attendance unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsUserAttendanceUnsupportedMediaType) String

type GetGamificationScorecardsUserBadRequest

type GetGamificationScorecardsUserBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserBadRequest 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 NewGetGamificationScorecardsUserBadRequest

func NewGetGamificationScorecardsUserBadRequest() *GetGamificationScorecardsUserBadRequest

NewGetGamificationScorecardsUserBadRequest creates a GetGamificationScorecardsUserBadRequest with default headers values

func (*GetGamificationScorecardsUserBadRequest) Error

func (*GetGamificationScorecardsUserBadRequest) GetPayload

func (*GetGamificationScorecardsUserBadRequest) IsClientError

func (o *GetGamificationScorecardsUserBadRequest) IsClientError() bool

IsClientError returns true when this get gamification scorecards user bad request response has a 4xx status code

func (*GetGamificationScorecardsUserBadRequest) IsCode

IsCode returns true when this get gamification scorecards user bad request response a status code equal to that given

func (*GetGamificationScorecardsUserBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards user bad request response has a 3xx status code

func (*GetGamificationScorecardsUserBadRequest) IsServerError

func (o *GetGamificationScorecardsUserBadRequest) IsServerError() bool

IsServerError returns true when this get gamification scorecards user bad request response has a 5xx status code

func (*GetGamificationScorecardsUserBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards user bad request response has a 2xx status code

func (*GetGamificationScorecardsUserBadRequest) String

type GetGamificationScorecardsUserBestpointsBadRequest

type GetGamificationScorecardsUserBestpointsBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserBestpointsBadRequest 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 NewGetGamificationScorecardsUserBestpointsBadRequest

func NewGetGamificationScorecardsUserBestpointsBadRequest() *GetGamificationScorecardsUserBestpointsBadRequest

NewGetGamificationScorecardsUserBestpointsBadRequest creates a GetGamificationScorecardsUserBestpointsBadRequest with default headers values

func (*GetGamificationScorecardsUserBestpointsBadRequest) Error

func (*GetGamificationScorecardsUserBestpointsBadRequest) GetPayload

func (*GetGamificationScorecardsUserBestpointsBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards user bestpoints bad request response has a 4xx status code

func (*GetGamificationScorecardsUserBestpointsBadRequest) IsCode

IsCode returns true when this get gamification scorecards user bestpoints bad request response a status code equal to that given

func (*GetGamificationScorecardsUserBestpointsBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards user bestpoints bad request response has a 3xx status code

func (*GetGamificationScorecardsUserBestpointsBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards user bestpoints bad request response has a 5xx status code

func (*GetGamificationScorecardsUserBestpointsBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards user bestpoints bad request response has a 2xx status code

func (*GetGamificationScorecardsUserBestpointsBadRequest) String

type GetGamificationScorecardsUserBestpointsForbidden

type GetGamificationScorecardsUserBestpointsForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserBestpointsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsUserBestpointsForbidden

func NewGetGamificationScorecardsUserBestpointsForbidden() *GetGamificationScorecardsUserBestpointsForbidden

NewGetGamificationScorecardsUserBestpointsForbidden creates a GetGamificationScorecardsUserBestpointsForbidden with default headers values

func (*GetGamificationScorecardsUserBestpointsForbidden) Error

func (*GetGamificationScorecardsUserBestpointsForbidden) GetPayload

func (*GetGamificationScorecardsUserBestpointsForbidden) IsClientError

IsClientError returns true when this get gamification scorecards user bestpoints forbidden response has a 4xx status code

func (*GetGamificationScorecardsUserBestpointsForbidden) IsCode

IsCode returns true when this get gamification scorecards user bestpoints forbidden response a status code equal to that given

func (*GetGamificationScorecardsUserBestpointsForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards user bestpoints forbidden response has a 3xx status code

func (*GetGamificationScorecardsUserBestpointsForbidden) IsServerError

IsServerError returns true when this get gamification scorecards user bestpoints forbidden response has a 5xx status code

func (*GetGamificationScorecardsUserBestpointsForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards user bestpoints forbidden response has a 2xx status code

func (*GetGamificationScorecardsUserBestpointsForbidden) String

type GetGamificationScorecardsUserBestpointsGatewayTimeout

type GetGamificationScorecardsUserBestpointsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserBestpointsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsUserBestpointsGatewayTimeout

func NewGetGamificationScorecardsUserBestpointsGatewayTimeout() *GetGamificationScorecardsUserBestpointsGatewayTimeout

NewGetGamificationScorecardsUserBestpointsGatewayTimeout creates a GetGamificationScorecardsUserBestpointsGatewayTimeout with default headers values

func (*GetGamificationScorecardsUserBestpointsGatewayTimeout) Error

func (*GetGamificationScorecardsUserBestpointsGatewayTimeout) GetPayload

func (*GetGamificationScorecardsUserBestpointsGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards user bestpoints gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsUserBestpointsGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards user bestpoints gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsUserBestpointsGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards user bestpoints gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsUserBestpointsGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards user bestpoints gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsUserBestpointsGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards user bestpoints gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsUserBestpointsGatewayTimeout) String

type GetGamificationScorecardsUserBestpointsInternalServerError

type GetGamificationScorecardsUserBestpointsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserBestpointsInternalServerError 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 NewGetGamificationScorecardsUserBestpointsInternalServerError

func NewGetGamificationScorecardsUserBestpointsInternalServerError() *GetGamificationScorecardsUserBestpointsInternalServerError

NewGetGamificationScorecardsUserBestpointsInternalServerError creates a GetGamificationScorecardsUserBestpointsInternalServerError with default headers values

func (*GetGamificationScorecardsUserBestpointsInternalServerError) Error

func (*GetGamificationScorecardsUserBestpointsInternalServerError) GetPayload

func (*GetGamificationScorecardsUserBestpointsInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards user bestpoints internal server error response has a 4xx status code

func (*GetGamificationScorecardsUserBestpointsInternalServerError) IsCode

IsCode returns true when this get gamification scorecards user bestpoints internal server error response a status code equal to that given

func (*GetGamificationScorecardsUserBestpointsInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards user bestpoints internal server error response has a 3xx status code

func (*GetGamificationScorecardsUserBestpointsInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards user bestpoints internal server error response has a 5xx status code

func (*GetGamificationScorecardsUserBestpointsInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards user bestpoints internal server error response has a 2xx status code

func (*GetGamificationScorecardsUserBestpointsInternalServerError) String

type GetGamificationScorecardsUserBestpointsNotFound

type GetGamificationScorecardsUserBestpointsNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserBestpointsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsUserBestpointsNotFound

func NewGetGamificationScorecardsUserBestpointsNotFound() *GetGamificationScorecardsUserBestpointsNotFound

NewGetGamificationScorecardsUserBestpointsNotFound creates a GetGamificationScorecardsUserBestpointsNotFound with default headers values

func (*GetGamificationScorecardsUserBestpointsNotFound) Error

func (*GetGamificationScorecardsUserBestpointsNotFound) GetPayload

func (*GetGamificationScorecardsUserBestpointsNotFound) IsClientError

IsClientError returns true when this get gamification scorecards user bestpoints not found response has a 4xx status code

func (*GetGamificationScorecardsUserBestpointsNotFound) IsCode

IsCode returns true when this get gamification scorecards user bestpoints not found response a status code equal to that given

func (*GetGamificationScorecardsUserBestpointsNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards user bestpoints not found response has a 3xx status code

func (*GetGamificationScorecardsUserBestpointsNotFound) IsServerError

IsServerError returns true when this get gamification scorecards user bestpoints not found response has a 5xx status code

func (*GetGamificationScorecardsUserBestpointsNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards user bestpoints not found response has a 2xx status code

func (*GetGamificationScorecardsUserBestpointsNotFound) String

type GetGamificationScorecardsUserBestpointsOK

type GetGamificationScorecardsUserBestpointsOK struct {
	Payload *models.UserBestPoints
}

GetGamificationScorecardsUserBestpointsOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsUserBestpointsOK

func NewGetGamificationScorecardsUserBestpointsOK() *GetGamificationScorecardsUserBestpointsOK

NewGetGamificationScorecardsUserBestpointsOK creates a GetGamificationScorecardsUserBestpointsOK with default headers values

func (*GetGamificationScorecardsUserBestpointsOK) Error

func (*GetGamificationScorecardsUserBestpointsOK) GetPayload

func (*GetGamificationScorecardsUserBestpointsOK) IsClientError

IsClientError returns true when this get gamification scorecards user bestpoints o k response has a 4xx status code

func (*GetGamificationScorecardsUserBestpointsOK) IsCode

IsCode returns true when this get gamification scorecards user bestpoints o k response a status code equal to that given

func (*GetGamificationScorecardsUserBestpointsOK) IsRedirect

IsRedirect returns true when this get gamification scorecards user bestpoints o k response has a 3xx status code

func (*GetGamificationScorecardsUserBestpointsOK) IsServerError

IsServerError returns true when this get gamification scorecards user bestpoints o k response has a 5xx status code

func (*GetGamificationScorecardsUserBestpointsOK) IsSuccess

IsSuccess returns true when this get gamification scorecards user bestpoints o k response has a 2xx status code

func (*GetGamificationScorecardsUserBestpointsOK) String

type GetGamificationScorecardsUserBestpointsParams

type GetGamificationScorecardsUserBestpointsParams struct {

	// UserID.
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsUserBestpointsParams contains all the parameters to send to the API endpoint

for the get gamification scorecards user bestpoints operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsUserBestpointsParams

func NewGetGamificationScorecardsUserBestpointsParams() *GetGamificationScorecardsUserBestpointsParams

NewGetGamificationScorecardsUserBestpointsParams creates a new GetGamificationScorecardsUserBestpointsParams 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 NewGetGamificationScorecardsUserBestpointsParamsWithContext

func NewGetGamificationScorecardsUserBestpointsParamsWithContext(ctx context.Context) *GetGamificationScorecardsUserBestpointsParams

NewGetGamificationScorecardsUserBestpointsParamsWithContext creates a new GetGamificationScorecardsUserBestpointsParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsUserBestpointsParamsWithHTTPClient

func NewGetGamificationScorecardsUserBestpointsParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsUserBestpointsParams

NewGetGamificationScorecardsUserBestpointsParamsWithHTTPClient creates a new GetGamificationScorecardsUserBestpointsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsUserBestpointsParamsWithTimeout

func NewGetGamificationScorecardsUserBestpointsParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsUserBestpointsParams

NewGetGamificationScorecardsUserBestpointsParamsWithTimeout creates a new GetGamificationScorecardsUserBestpointsParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsUserBestpointsParams) SetContext

SetContext adds the context to the get gamification scorecards user bestpoints params

func (*GetGamificationScorecardsUserBestpointsParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards user bestpoints params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUserBestpointsParams) SetHTTPClient

func (o *GetGamificationScorecardsUserBestpointsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gamification scorecards user bestpoints params

func (*GetGamificationScorecardsUserBestpointsParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards user bestpoints params

func (*GetGamificationScorecardsUserBestpointsParams) SetUserID

SetUserID adds the userId to the get gamification scorecards user bestpoints params

func (*GetGamificationScorecardsUserBestpointsParams) WithContext

WithContext adds the context to the get gamification scorecards user bestpoints params

func (*GetGamificationScorecardsUserBestpointsParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards user bestpoints params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUserBestpointsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards user bestpoints params

func (*GetGamificationScorecardsUserBestpointsParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards user bestpoints params

func (*GetGamificationScorecardsUserBestpointsParams) WithUserID

WithUserID adds the userID to the get gamification scorecards user bestpoints params

func (*GetGamificationScorecardsUserBestpointsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsUserBestpointsReader

type GetGamificationScorecardsUserBestpointsReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsUserBestpointsReader is a Reader for the GetGamificationScorecardsUserBestpoints structure.

func (*GetGamificationScorecardsUserBestpointsReader) ReadResponse

func (o *GetGamificationScorecardsUserBestpointsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsUserBestpointsRequestEntityTooLarge

type GetGamificationScorecardsUserBestpointsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserBestpointsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsUserBestpointsRequestEntityTooLarge

func NewGetGamificationScorecardsUserBestpointsRequestEntityTooLarge() *GetGamificationScorecardsUserBestpointsRequestEntityTooLarge

NewGetGamificationScorecardsUserBestpointsRequestEntityTooLarge creates a GetGamificationScorecardsUserBestpointsRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsUserBestpointsRequestEntityTooLarge) Error

func (*GetGamificationScorecardsUserBestpointsRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsUserBestpointsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards user bestpoints request entity too large response has a 4xx status code

func (*GetGamificationScorecardsUserBestpointsRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards user bestpoints request entity too large response a status code equal to that given

func (*GetGamificationScorecardsUserBestpointsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards user bestpoints request entity too large response has a 3xx status code

func (*GetGamificationScorecardsUserBestpointsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards user bestpoints request entity too large response has a 5xx status code

func (*GetGamificationScorecardsUserBestpointsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards user bestpoints request entity too large response has a 2xx status code

func (*GetGamificationScorecardsUserBestpointsRequestEntityTooLarge) String

type GetGamificationScorecardsUserBestpointsRequestTimeout

type GetGamificationScorecardsUserBestpointsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserBestpointsRequestTimeout 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 NewGetGamificationScorecardsUserBestpointsRequestTimeout

func NewGetGamificationScorecardsUserBestpointsRequestTimeout() *GetGamificationScorecardsUserBestpointsRequestTimeout

NewGetGamificationScorecardsUserBestpointsRequestTimeout creates a GetGamificationScorecardsUserBestpointsRequestTimeout with default headers values

func (*GetGamificationScorecardsUserBestpointsRequestTimeout) Error

func (*GetGamificationScorecardsUserBestpointsRequestTimeout) GetPayload

func (*GetGamificationScorecardsUserBestpointsRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards user bestpoints request timeout response has a 4xx status code

func (*GetGamificationScorecardsUserBestpointsRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards user bestpoints request timeout response a status code equal to that given

func (*GetGamificationScorecardsUserBestpointsRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards user bestpoints request timeout response has a 3xx status code

func (*GetGamificationScorecardsUserBestpointsRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards user bestpoints request timeout response has a 5xx status code

func (*GetGamificationScorecardsUserBestpointsRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards user bestpoints request timeout response has a 2xx status code

func (*GetGamificationScorecardsUserBestpointsRequestTimeout) String

type GetGamificationScorecardsUserBestpointsServiceUnavailable

type GetGamificationScorecardsUserBestpointsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserBestpointsServiceUnavailable 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 NewGetGamificationScorecardsUserBestpointsServiceUnavailable

func NewGetGamificationScorecardsUserBestpointsServiceUnavailable() *GetGamificationScorecardsUserBestpointsServiceUnavailable

NewGetGamificationScorecardsUserBestpointsServiceUnavailable creates a GetGamificationScorecardsUserBestpointsServiceUnavailable with default headers values

func (*GetGamificationScorecardsUserBestpointsServiceUnavailable) Error

func (*GetGamificationScorecardsUserBestpointsServiceUnavailable) GetPayload

func (*GetGamificationScorecardsUserBestpointsServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards user bestpoints service unavailable response has a 4xx status code

func (*GetGamificationScorecardsUserBestpointsServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards user bestpoints service unavailable response a status code equal to that given

func (*GetGamificationScorecardsUserBestpointsServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards user bestpoints service unavailable response has a 3xx status code

func (*GetGamificationScorecardsUserBestpointsServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards user bestpoints service unavailable response has a 5xx status code

func (*GetGamificationScorecardsUserBestpointsServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards user bestpoints service unavailable response has a 2xx status code

func (*GetGamificationScorecardsUserBestpointsServiceUnavailable) String

type GetGamificationScorecardsUserBestpointsTooManyRequests

type GetGamificationScorecardsUserBestpointsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserBestpointsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsUserBestpointsTooManyRequests

func NewGetGamificationScorecardsUserBestpointsTooManyRequests() *GetGamificationScorecardsUserBestpointsTooManyRequests

NewGetGamificationScorecardsUserBestpointsTooManyRequests creates a GetGamificationScorecardsUserBestpointsTooManyRequests with default headers values

func (*GetGamificationScorecardsUserBestpointsTooManyRequests) Error

func (*GetGamificationScorecardsUserBestpointsTooManyRequests) GetPayload

func (*GetGamificationScorecardsUserBestpointsTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards user bestpoints too many requests response has a 4xx status code

func (*GetGamificationScorecardsUserBestpointsTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards user bestpoints too many requests response a status code equal to that given

func (*GetGamificationScorecardsUserBestpointsTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards user bestpoints too many requests response has a 3xx status code

func (*GetGamificationScorecardsUserBestpointsTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards user bestpoints too many requests response has a 5xx status code

func (*GetGamificationScorecardsUserBestpointsTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards user bestpoints too many requests response has a 2xx status code

func (*GetGamificationScorecardsUserBestpointsTooManyRequests) String

type GetGamificationScorecardsUserBestpointsUnauthorized

type GetGamificationScorecardsUserBestpointsUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserBestpointsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsUserBestpointsUnauthorized

func NewGetGamificationScorecardsUserBestpointsUnauthorized() *GetGamificationScorecardsUserBestpointsUnauthorized

NewGetGamificationScorecardsUserBestpointsUnauthorized creates a GetGamificationScorecardsUserBestpointsUnauthorized with default headers values

func (*GetGamificationScorecardsUserBestpointsUnauthorized) Error

func (*GetGamificationScorecardsUserBestpointsUnauthorized) GetPayload

func (*GetGamificationScorecardsUserBestpointsUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards user bestpoints unauthorized response has a 4xx status code

func (*GetGamificationScorecardsUserBestpointsUnauthorized) IsCode

IsCode returns true when this get gamification scorecards user bestpoints unauthorized response a status code equal to that given

func (*GetGamificationScorecardsUserBestpointsUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards user bestpoints unauthorized response has a 3xx status code

func (*GetGamificationScorecardsUserBestpointsUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards user bestpoints unauthorized response has a 5xx status code

func (*GetGamificationScorecardsUserBestpointsUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards user bestpoints unauthorized response has a 2xx status code

func (*GetGamificationScorecardsUserBestpointsUnauthorized) String

type GetGamificationScorecardsUserBestpointsUnsupportedMediaType

type GetGamificationScorecardsUserBestpointsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserBestpointsUnsupportedMediaType 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 NewGetGamificationScorecardsUserBestpointsUnsupportedMediaType

func NewGetGamificationScorecardsUserBestpointsUnsupportedMediaType() *GetGamificationScorecardsUserBestpointsUnsupportedMediaType

NewGetGamificationScorecardsUserBestpointsUnsupportedMediaType creates a GetGamificationScorecardsUserBestpointsUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsUserBestpointsUnsupportedMediaType) Error

func (*GetGamificationScorecardsUserBestpointsUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsUserBestpointsUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards user bestpoints unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsUserBestpointsUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards user bestpoints unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsUserBestpointsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards user bestpoints unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsUserBestpointsUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards user bestpoints unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsUserBestpointsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards user bestpoints unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsUserBestpointsUnsupportedMediaType) String

type GetGamificationScorecardsUserForbidden

type GetGamificationScorecardsUserForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsUserForbidden

func NewGetGamificationScorecardsUserForbidden() *GetGamificationScorecardsUserForbidden

NewGetGamificationScorecardsUserForbidden creates a GetGamificationScorecardsUserForbidden with default headers values

func (*GetGamificationScorecardsUserForbidden) Error

func (*GetGamificationScorecardsUserForbidden) GetPayload

func (*GetGamificationScorecardsUserForbidden) IsClientError

func (o *GetGamificationScorecardsUserForbidden) IsClientError() bool

IsClientError returns true when this get gamification scorecards user forbidden response has a 4xx status code

func (*GetGamificationScorecardsUserForbidden) IsCode

IsCode returns true when this get gamification scorecards user forbidden response a status code equal to that given

func (*GetGamificationScorecardsUserForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards user forbidden response has a 3xx status code

func (*GetGamificationScorecardsUserForbidden) IsServerError

func (o *GetGamificationScorecardsUserForbidden) IsServerError() bool

IsServerError returns true when this get gamification scorecards user forbidden response has a 5xx status code

func (*GetGamificationScorecardsUserForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards user forbidden response has a 2xx status code

func (*GetGamificationScorecardsUserForbidden) String

type GetGamificationScorecardsUserGatewayTimeout

type GetGamificationScorecardsUserGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsUserGatewayTimeout

func NewGetGamificationScorecardsUserGatewayTimeout() *GetGamificationScorecardsUserGatewayTimeout

NewGetGamificationScorecardsUserGatewayTimeout creates a GetGamificationScorecardsUserGatewayTimeout with default headers values

func (*GetGamificationScorecardsUserGatewayTimeout) Error

func (*GetGamificationScorecardsUserGatewayTimeout) GetPayload

func (*GetGamificationScorecardsUserGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards user gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsUserGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards user gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsUserGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards user gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsUserGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards user gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsUserGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards user gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsUserGatewayTimeout) String

type GetGamificationScorecardsUserInternalServerError

type GetGamificationScorecardsUserInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserInternalServerError 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 NewGetGamificationScorecardsUserInternalServerError

func NewGetGamificationScorecardsUserInternalServerError() *GetGamificationScorecardsUserInternalServerError

NewGetGamificationScorecardsUserInternalServerError creates a GetGamificationScorecardsUserInternalServerError with default headers values

func (*GetGamificationScorecardsUserInternalServerError) Error

func (*GetGamificationScorecardsUserInternalServerError) GetPayload

func (*GetGamificationScorecardsUserInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards user internal server error response has a 4xx status code

func (*GetGamificationScorecardsUserInternalServerError) IsCode

IsCode returns true when this get gamification scorecards user internal server error response a status code equal to that given

func (*GetGamificationScorecardsUserInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards user internal server error response has a 3xx status code

func (*GetGamificationScorecardsUserInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards user internal server error response has a 5xx status code

func (*GetGamificationScorecardsUserInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards user internal server error response has a 2xx status code

func (*GetGamificationScorecardsUserInternalServerError) String

type GetGamificationScorecardsUserNotFound

type GetGamificationScorecardsUserNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsUserNotFound

func NewGetGamificationScorecardsUserNotFound() *GetGamificationScorecardsUserNotFound

NewGetGamificationScorecardsUserNotFound creates a GetGamificationScorecardsUserNotFound with default headers values

func (*GetGamificationScorecardsUserNotFound) Error

func (*GetGamificationScorecardsUserNotFound) GetPayload

func (*GetGamificationScorecardsUserNotFound) IsClientError

func (o *GetGamificationScorecardsUserNotFound) IsClientError() bool

IsClientError returns true when this get gamification scorecards user not found response has a 4xx status code

func (*GetGamificationScorecardsUserNotFound) IsCode

IsCode returns true when this get gamification scorecards user not found response a status code equal to that given

func (*GetGamificationScorecardsUserNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards user not found response has a 3xx status code

func (*GetGamificationScorecardsUserNotFound) IsServerError

func (o *GetGamificationScorecardsUserNotFound) IsServerError() bool

IsServerError returns true when this get gamification scorecards user not found response has a 5xx status code

func (*GetGamificationScorecardsUserNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards user not found response has a 2xx status code

func (*GetGamificationScorecardsUserNotFound) String

type GetGamificationScorecardsUserOK

type GetGamificationScorecardsUserOK struct {
	Payload *models.WorkdayMetricListing
}

GetGamificationScorecardsUserOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsUserOK

func NewGetGamificationScorecardsUserOK() *GetGamificationScorecardsUserOK

NewGetGamificationScorecardsUserOK creates a GetGamificationScorecardsUserOK with default headers values

func (*GetGamificationScorecardsUserOK) Error

func (*GetGamificationScorecardsUserOK) GetPayload

func (*GetGamificationScorecardsUserOK) IsClientError

func (o *GetGamificationScorecardsUserOK) IsClientError() bool

IsClientError returns true when this get gamification scorecards user o k response has a 4xx status code

func (*GetGamificationScorecardsUserOK) IsCode

func (o *GetGamificationScorecardsUserOK) IsCode(code int) bool

IsCode returns true when this get gamification scorecards user o k response a status code equal to that given

func (*GetGamificationScorecardsUserOK) IsRedirect

func (o *GetGamificationScorecardsUserOK) IsRedirect() bool

IsRedirect returns true when this get gamification scorecards user o k response has a 3xx status code

func (*GetGamificationScorecardsUserOK) IsServerError

func (o *GetGamificationScorecardsUserOK) IsServerError() bool

IsServerError returns true when this get gamification scorecards user o k response has a 5xx status code

func (*GetGamificationScorecardsUserOK) IsSuccess

func (o *GetGamificationScorecardsUserOK) IsSuccess() bool

IsSuccess returns true when this get gamification scorecards user o k response has a 2xx status code

func (*GetGamificationScorecardsUserOK) String

type GetGamificationScorecardsUserParams

type GetGamificationScorecardsUserParams struct {

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	// UserID.
	UserID string

	/* Workday.

	   Target querying workday. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	Workday strfmt.Date

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsUserParams contains all the parameters to send to the API endpoint

for the get gamification scorecards user operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsUserParams

func NewGetGamificationScorecardsUserParams() *GetGamificationScorecardsUserParams

NewGetGamificationScorecardsUserParams creates a new GetGamificationScorecardsUserParams 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 NewGetGamificationScorecardsUserParamsWithContext

func NewGetGamificationScorecardsUserParamsWithContext(ctx context.Context) *GetGamificationScorecardsUserParams

NewGetGamificationScorecardsUserParamsWithContext creates a new GetGamificationScorecardsUserParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsUserParamsWithHTTPClient

func NewGetGamificationScorecardsUserParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsUserParams

NewGetGamificationScorecardsUserParamsWithHTTPClient creates a new GetGamificationScorecardsUserParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsUserParamsWithTimeout

func NewGetGamificationScorecardsUserParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsUserParams

NewGetGamificationScorecardsUserParamsWithTimeout creates a new GetGamificationScorecardsUserParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsUserParams) SetContext

SetContext adds the context to the get gamification scorecards user params

func (*GetGamificationScorecardsUserParams) SetDefaults

func (o *GetGamificationScorecardsUserParams) SetDefaults()

SetDefaults hydrates default values in the get gamification scorecards user params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUserParams) SetExpand

func (o *GetGamificationScorecardsUserParams) SetExpand(expand []string)

SetExpand adds the expand to the get gamification scorecards user params

func (*GetGamificationScorecardsUserParams) SetHTTPClient

func (o *GetGamificationScorecardsUserParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gamification scorecards user params

func (*GetGamificationScorecardsUserParams) SetTimeout

func (o *GetGamificationScorecardsUserParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get gamification scorecards user params

func (*GetGamificationScorecardsUserParams) SetUserID

func (o *GetGamificationScorecardsUserParams) SetUserID(userID string)

SetUserID adds the userId to the get gamification scorecards user params

func (*GetGamificationScorecardsUserParams) SetWorkday

func (o *GetGamificationScorecardsUserParams) SetWorkday(workday strfmt.Date)

SetWorkday adds the workday to the get gamification scorecards user params

func (*GetGamificationScorecardsUserParams) WithContext

WithContext adds the context to the get gamification scorecards user params

func (*GetGamificationScorecardsUserParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards user params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUserParams) WithExpand

WithExpand adds the expand to the get gamification scorecards user params

func (*GetGamificationScorecardsUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards user params

func (*GetGamificationScorecardsUserParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards user params

func (*GetGamificationScorecardsUserParams) WithUserID

WithUserID adds the userID to the get gamification scorecards user params

func (*GetGamificationScorecardsUserParams) WithWorkday

WithWorkday adds the workday to the get gamification scorecards user params

func (*GetGamificationScorecardsUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsUserPointsAlltimeBadRequest

type GetGamificationScorecardsUserPointsAlltimeBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsAlltimeBadRequest 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 NewGetGamificationScorecardsUserPointsAlltimeBadRequest

func NewGetGamificationScorecardsUserPointsAlltimeBadRequest() *GetGamificationScorecardsUserPointsAlltimeBadRequest

NewGetGamificationScorecardsUserPointsAlltimeBadRequest creates a GetGamificationScorecardsUserPointsAlltimeBadRequest with default headers values

func (*GetGamificationScorecardsUserPointsAlltimeBadRequest) Error

func (*GetGamificationScorecardsUserPointsAlltimeBadRequest) GetPayload

func (*GetGamificationScorecardsUserPointsAlltimeBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards user points alltime bad request response has a 4xx status code

func (*GetGamificationScorecardsUserPointsAlltimeBadRequest) IsCode

IsCode returns true when this get gamification scorecards user points alltime bad request response a status code equal to that given

func (*GetGamificationScorecardsUserPointsAlltimeBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards user points alltime bad request response has a 3xx status code

func (*GetGamificationScorecardsUserPointsAlltimeBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards user points alltime bad request response has a 5xx status code

func (*GetGamificationScorecardsUserPointsAlltimeBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards user points alltime bad request response has a 2xx status code

func (*GetGamificationScorecardsUserPointsAlltimeBadRequest) String

type GetGamificationScorecardsUserPointsAlltimeForbidden

type GetGamificationScorecardsUserPointsAlltimeForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsAlltimeForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsUserPointsAlltimeForbidden

func NewGetGamificationScorecardsUserPointsAlltimeForbidden() *GetGamificationScorecardsUserPointsAlltimeForbidden

NewGetGamificationScorecardsUserPointsAlltimeForbidden creates a GetGamificationScorecardsUserPointsAlltimeForbidden with default headers values

func (*GetGamificationScorecardsUserPointsAlltimeForbidden) Error

func (*GetGamificationScorecardsUserPointsAlltimeForbidden) GetPayload

func (*GetGamificationScorecardsUserPointsAlltimeForbidden) IsClientError

IsClientError returns true when this get gamification scorecards user points alltime forbidden response has a 4xx status code

func (*GetGamificationScorecardsUserPointsAlltimeForbidden) IsCode

IsCode returns true when this get gamification scorecards user points alltime forbidden response a status code equal to that given

func (*GetGamificationScorecardsUserPointsAlltimeForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards user points alltime forbidden response has a 3xx status code

func (*GetGamificationScorecardsUserPointsAlltimeForbidden) IsServerError

IsServerError returns true when this get gamification scorecards user points alltime forbidden response has a 5xx status code

func (*GetGamificationScorecardsUserPointsAlltimeForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards user points alltime forbidden response has a 2xx status code

func (*GetGamificationScorecardsUserPointsAlltimeForbidden) String

type GetGamificationScorecardsUserPointsAlltimeGatewayTimeout

type GetGamificationScorecardsUserPointsAlltimeGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsAlltimeGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsUserPointsAlltimeGatewayTimeout

func NewGetGamificationScorecardsUserPointsAlltimeGatewayTimeout() *GetGamificationScorecardsUserPointsAlltimeGatewayTimeout

NewGetGamificationScorecardsUserPointsAlltimeGatewayTimeout creates a GetGamificationScorecardsUserPointsAlltimeGatewayTimeout with default headers values

func (*GetGamificationScorecardsUserPointsAlltimeGatewayTimeout) Error

func (*GetGamificationScorecardsUserPointsAlltimeGatewayTimeout) GetPayload

func (*GetGamificationScorecardsUserPointsAlltimeGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards user points alltime gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsUserPointsAlltimeGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards user points alltime gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsUserPointsAlltimeGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards user points alltime gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsUserPointsAlltimeGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards user points alltime gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsUserPointsAlltimeGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards user points alltime gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsUserPointsAlltimeGatewayTimeout) String

type GetGamificationScorecardsUserPointsAlltimeInternalServerError

type GetGamificationScorecardsUserPointsAlltimeInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsAlltimeInternalServerError 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 NewGetGamificationScorecardsUserPointsAlltimeInternalServerError

func NewGetGamificationScorecardsUserPointsAlltimeInternalServerError() *GetGamificationScorecardsUserPointsAlltimeInternalServerError

NewGetGamificationScorecardsUserPointsAlltimeInternalServerError creates a GetGamificationScorecardsUserPointsAlltimeInternalServerError with default headers values

func (*GetGamificationScorecardsUserPointsAlltimeInternalServerError) Error

func (*GetGamificationScorecardsUserPointsAlltimeInternalServerError) GetPayload

func (*GetGamificationScorecardsUserPointsAlltimeInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards user points alltime internal server error response has a 4xx status code

func (*GetGamificationScorecardsUserPointsAlltimeInternalServerError) IsCode

IsCode returns true when this get gamification scorecards user points alltime internal server error response a status code equal to that given

func (*GetGamificationScorecardsUserPointsAlltimeInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards user points alltime internal server error response has a 3xx status code

func (*GetGamificationScorecardsUserPointsAlltimeInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards user points alltime internal server error response has a 5xx status code

func (*GetGamificationScorecardsUserPointsAlltimeInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards user points alltime internal server error response has a 2xx status code

func (*GetGamificationScorecardsUserPointsAlltimeInternalServerError) String

type GetGamificationScorecardsUserPointsAlltimeNotFound

type GetGamificationScorecardsUserPointsAlltimeNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsAlltimeNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsUserPointsAlltimeNotFound

func NewGetGamificationScorecardsUserPointsAlltimeNotFound() *GetGamificationScorecardsUserPointsAlltimeNotFound

NewGetGamificationScorecardsUserPointsAlltimeNotFound creates a GetGamificationScorecardsUserPointsAlltimeNotFound with default headers values

func (*GetGamificationScorecardsUserPointsAlltimeNotFound) Error

func (*GetGamificationScorecardsUserPointsAlltimeNotFound) GetPayload

func (*GetGamificationScorecardsUserPointsAlltimeNotFound) IsClientError

IsClientError returns true when this get gamification scorecards user points alltime not found response has a 4xx status code

func (*GetGamificationScorecardsUserPointsAlltimeNotFound) IsCode

IsCode returns true when this get gamification scorecards user points alltime not found response a status code equal to that given

func (*GetGamificationScorecardsUserPointsAlltimeNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards user points alltime not found response has a 3xx status code

func (*GetGamificationScorecardsUserPointsAlltimeNotFound) IsServerError

IsServerError returns true when this get gamification scorecards user points alltime not found response has a 5xx status code

func (*GetGamificationScorecardsUserPointsAlltimeNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards user points alltime not found response has a 2xx status code

func (*GetGamificationScorecardsUserPointsAlltimeNotFound) String

type GetGamificationScorecardsUserPointsAlltimeOK

type GetGamificationScorecardsUserPointsAlltimeOK struct {
	Payload *models.AllTimePoints
}

GetGamificationScorecardsUserPointsAlltimeOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsUserPointsAlltimeOK

func NewGetGamificationScorecardsUserPointsAlltimeOK() *GetGamificationScorecardsUserPointsAlltimeOK

NewGetGamificationScorecardsUserPointsAlltimeOK creates a GetGamificationScorecardsUserPointsAlltimeOK with default headers values

func (*GetGamificationScorecardsUserPointsAlltimeOK) Error

func (*GetGamificationScorecardsUserPointsAlltimeOK) GetPayload

func (*GetGamificationScorecardsUserPointsAlltimeOK) IsClientError

IsClientError returns true when this get gamification scorecards user points alltime o k response has a 4xx status code

func (*GetGamificationScorecardsUserPointsAlltimeOK) IsCode

IsCode returns true when this get gamification scorecards user points alltime o k response a status code equal to that given

func (*GetGamificationScorecardsUserPointsAlltimeOK) IsRedirect

IsRedirect returns true when this get gamification scorecards user points alltime o k response has a 3xx status code

func (*GetGamificationScorecardsUserPointsAlltimeOK) IsServerError

IsServerError returns true when this get gamification scorecards user points alltime o k response has a 5xx status code

func (*GetGamificationScorecardsUserPointsAlltimeOK) IsSuccess

IsSuccess returns true when this get gamification scorecards user points alltime o k response has a 2xx status code

func (*GetGamificationScorecardsUserPointsAlltimeOK) String

type GetGamificationScorecardsUserPointsAlltimeParams

type GetGamificationScorecardsUserPointsAlltimeParams struct {

	/* EndWorkday.

	   End workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	EndWorkday strfmt.Date

	// UserID.
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsUserPointsAlltimeParams contains all the parameters to send to the API endpoint

for the get gamification scorecards user points alltime operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsUserPointsAlltimeParams

func NewGetGamificationScorecardsUserPointsAlltimeParams() *GetGamificationScorecardsUserPointsAlltimeParams

NewGetGamificationScorecardsUserPointsAlltimeParams creates a new GetGamificationScorecardsUserPointsAlltimeParams 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 NewGetGamificationScorecardsUserPointsAlltimeParamsWithContext

func NewGetGamificationScorecardsUserPointsAlltimeParamsWithContext(ctx context.Context) *GetGamificationScorecardsUserPointsAlltimeParams

NewGetGamificationScorecardsUserPointsAlltimeParamsWithContext creates a new GetGamificationScorecardsUserPointsAlltimeParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsUserPointsAlltimeParamsWithHTTPClient

func NewGetGamificationScorecardsUserPointsAlltimeParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsUserPointsAlltimeParams

NewGetGamificationScorecardsUserPointsAlltimeParamsWithHTTPClient creates a new GetGamificationScorecardsUserPointsAlltimeParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsUserPointsAlltimeParamsWithTimeout

func NewGetGamificationScorecardsUserPointsAlltimeParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsUserPointsAlltimeParams

NewGetGamificationScorecardsUserPointsAlltimeParamsWithTimeout creates a new GetGamificationScorecardsUserPointsAlltimeParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsUserPointsAlltimeParams) SetContext

SetContext adds the context to the get gamification scorecards user points alltime params

func (*GetGamificationScorecardsUserPointsAlltimeParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards user points alltime params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUserPointsAlltimeParams) SetEndWorkday

func (o *GetGamificationScorecardsUserPointsAlltimeParams) SetEndWorkday(endWorkday strfmt.Date)

SetEndWorkday adds the endWorkday to the get gamification scorecards user points alltime params

func (*GetGamificationScorecardsUserPointsAlltimeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get gamification scorecards user points alltime params

func (*GetGamificationScorecardsUserPointsAlltimeParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards user points alltime params

func (*GetGamificationScorecardsUserPointsAlltimeParams) SetUserID

SetUserID adds the userId to the get gamification scorecards user points alltime params

func (*GetGamificationScorecardsUserPointsAlltimeParams) WithContext

WithContext adds the context to the get gamification scorecards user points alltime params

func (*GetGamificationScorecardsUserPointsAlltimeParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards user points alltime params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUserPointsAlltimeParams) WithEndWorkday

WithEndWorkday adds the endWorkday to the get gamification scorecards user points alltime params

func (*GetGamificationScorecardsUserPointsAlltimeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards user points alltime params

func (*GetGamificationScorecardsUserPointsAlltimeParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards user points alltime params

func (*GetGamificationScorecardsUserPointsAlltimeParams) WithUserID

WithUserID adds the userID to the get gamification scorecards user points alltime params

func (*GetGamificationScorecardsUserPointsAlltimeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsUserPointsAlltimeReader

type GetGamificationScorecardsUserPointsAlltimeReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsUserPointsAlltimeReader is a Reader for the GetGamificationScorecardsUserPointsAlltime structure.

func (*GetGamificationScorecardsUserPointsAlltimeReader) ReadResponse

func (o *GetGamificationScorecardsUserPointsAlltimeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsUserPointsAlltimeRequestEntityTooLarge

type GetGamificationScorecardsUserPointsAlltimeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsAlltimeRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsUserPointsAlltimeRequestEntityTooLarge

func NewGetGamificationScorecardsUserPointsAlltimeRequestEntityTooLarge() *GetGamificationScorecardsUserPointsAlltimeRequestEntityTooLarge

NewGetGamificationScorecardsUserPointsAlltimeRequestEntityTooLarge creates a GetGamificationScorecardsUserPointsAlltimeRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsUserPointsAlltimeRequestEntityTooLarge) Error

func (*GetGamificationScorecardsUserPointsAlltimeRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsUserPointsAlltimeRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards user points alltime request entity too large response has a 4xx status code

func (*GetGamificationScorecardsUserPointsAlltimeRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards user points alltime request entity too large response a status code equal to that given

func (*GetGamificationScorecardsUserPointsAlltimeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards user points alltime request entity too large response has a 3xx status code

func (*GetGamificationScorecardsUserPointsAlltimeRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards user points alltime request entity too large response has a 5xx status code

func (*GetGamificationScorecardsUserPointsAlltimeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards user points alltime request entity too large response has a 2xx status code

func (*GetGamificationScorecardsUserPointsAlltimeRequestEntityTooLarge) String

type GetGamificationScorecardsUserPointsAlltimeRequestTimeout

type GetGamificationScorecardsUserPointsAlltimeRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsAlltimeRequestTimeout 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 NewGetGamificationScorecardsUserPointsAlltimeRequestTimeout

func NewGetGamificationScorecardsUserPointsAlltimeRequestTimeout() *GetGamificationScorecardsUserPointsAlltimeRequestTimeout

NewGetGamificationScorecardsUserPointsAlltimeRequestTimeout creates a GetGamificationScorecardsUserPointsAlltimeRequestTimeout with default headers values

func (*GetGamificationScorecardsUserPointsAlltimeRequestTimeout) Error

func (*GetGamificationScorecardsUserPointsAlltimeRequestTimeout) GetPayload

func (*GetGamificationScorecardsUserPointsAlltimeRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards user points alltime request timeout response has a 4xx status code

func (*GetGamificationScorecardsUserPointsAlltimeRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards user points alltime request timeout response a status code equal to that given

func (*GetGamificationScorecardsUserPointsAlltimeRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards user points alltime request timeout response has a 3xx status code

func (*GetGamificationScorecardsUserPointsAlltimeRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards user points alltime request timeout response has a 5xx status code

func (*GetGamificationScorecardsUserPointsAlltimeRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards user points alltime request timeout response has a 2xx status code

func (*GetGamificationScorecardsUserPointsAlltimeRequestTimeout) String

type GetGamificationScorecardsUserPointsAlltimeServiceUnavailable

type GetGamificationScorecardsUserPointsAlltimeServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsAlltimeServiceUnavailable 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 NewGetGamificationScorecardsUserPointsAlltimeServiceUnavailable

func NewGetGamificationScorecardsUserPointsAlltimeServiceUnavailable() *GetGamificationScorecardsUserPointsAlltimeServiceUnavailable

NewGetGamificationScorecardsUserPointsAlltimeServiceUnavailable creates a GetGamificationScorecardsUserPointsAlltimeServiceUnavailable with default headers values

func (*GetGamificationScorecardsUserPointsAlltimeServiceUnavailable) Error

func (*GetGamificationScorecardsUserPointsAlltimeServiceUnavailable) GetPayload

func (*GetGamificationScorecardsUserPointsAlltimeServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards user points alltime service unavailable response has a 4xx status code

func (*GetGamificationScorecardsUserPointsAlltimeServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards user points alltime service unavailable response a status code equal to that given

func (*GetGamificationScorecardsUserPointsAlltimeServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards user points alltime service unavailable response has a 3xx status code

func (*GetGamificationScorecardsUserPointsAlltimeServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards user points alltime service unavailable response has a 5xx status code

func (*GetGamificationScorecardsUserPointsAlltimeServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards user points alltime service unavailable response has a 2xx status code

func (*GetGamificationScorecardsUserPointsAlltimeServiceUnavailable) String

type GetGamificationScorecardsUserPointsAlltimeTooManyRequests

type GetGamificationScorecardsUserPointsAlltimeTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsAlltimeTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsUserPointsAlltimeTooManyRequests

func NewGetGamificationScorecardsUserPointsAlltimeTooManyRequests() *GetGamificationScorecardsUserPointsAlltimeTooManyRequests

NewGetGamificationScorecardsUserPointsAlltimeTooManyRequests creates a GetGamificationScorecardsUserPointsAlltimeTooManyRequests with default headers values

func (*GetGamificationScorecardsUserPointsAlltimeTooManyRequests) Error

func (*GetGamificationScorecardsUserPointsAlltimeTooManyRequests) GetPayload

func (*GetGamificationScorecardsUserPointsAlltimeTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards user points alltime too many requests response has a 4xx status code

func (*GetGamificationScorecardsUserPointsAlltimeTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards user points alltime too many requests response a status code equal to that given

func (*GetGamificationScorecardsUserPointsAlltimeTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards user points alltime too many requests response has a 3xx status code

func (*GetGamificationScorecardsUserPointsAlltimeTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards user points alltime too many requests response has a 5xx status code

func (*GetGamificationScorecardsUserPointsAlltimeTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards user points alltime too many requests response has a 2xx status code

func (*GetGamificationScorecardsUserPointsAlltimeTooManyRequests) String

type GetGamificationScorecardsUserPointsAlltimeUnauthorized

type GetGamificationScorecardsUserPointsAlltimeUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsAlltimeUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsUserPointsAlltimeUnauthorized

func NewGetGamificationScorecardsUserPointsAlltimeUnauthorized() *GetGamificationScorecardsUserPointsAlltimeUnauthorized

NewGetGamificationScorecardsUserPointsAlltimeUnauthorized creates a GetGamificationScorecardsUserPointsAlltimeUnauthorized with default headers values

func (*GetGamificationScorecardsUserPointsAlltimeUnauthorized) Error

func (*GetGamificationScorecardsUserPointsAlltimeUnauthorized) GetPayload

func (*GetGamificationScorecardsUserPointsAlltimeUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards user points alltime unauthorized response has a 4xx status code

func (*GetGamificationScorecardsUserPointsAlltimeUnauthorized) IsCode

IsCode returns true when this get gamification scorecards user points alltime unauthorized response a status code equal to that given

func (*GetGamificationScorecardsUserPointsAlltimeUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards user points alltime unauthorized response has a 3xx status code

func (*GetGamificationScorecardsUserPointsAlltimeUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards user points alltime unauthorized response has a 5xx status code

func (*GetGamificationScorecardsUserPointsAlltimeUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards user points alltime unauthorized response has a 2xx status code

func (*GetGamificationScorecardsUserPointsAlltimeUnauthorized) String

type GetGamificationScorecardsUserPointsAlltimeUnsupportedMediaType

type GetGamificationScorecardsUserPointsAlltimeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsAlltimeUnsupportedMediaType 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 NewGetGamificationScorecardsUserPointsAlltimeUnsupportedMediaType

func NewGetGamificationScorecardsUserPointsAlltimeUnsupportedMediaType() *GetGamificationScorecardsUserPointsAlltimeUnsupportedMediaType

NewGetGamificationScorecardsUserPointsAlltimeUnsupportedMediaType creates a GetGamificationScorecardsUserPointsAlltimeUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsUserPointsAlltimeUnsupportedMediaType) Error

func (*GetGamificationScorecardsUserPointsAlltimeUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsUserPointsAlltimeUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards user points alltime unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsUserPointsAlltimeUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards user points alltime unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsUserPointsAlltimeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards user points alltime unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsUserPointsAlltimeUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards user points alltime unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsUserPointsAlltimeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards user points alltime unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsUserPointsAlltimeUnsupportedMediaType) String

type GetGamificationScorecardsUserPointsTrendsBadRequest

type GetGamificationScorecardsUserPointsTrendsBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsTrendsBadRequest 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 NewGetGamificationScorecardsUserPointsTrendsBadRequest

func NewGetGamificationScorecardsUserPointsTrendsBadRequest() *GetGamificationScorecardsUserPointsTrendsBadRequest

NewGetGamificationScorecardsUserPointsTrendsBadRequest creates a GetGamificationScorecardsUserPointsTrendsBadRequest with default headers values

func (*GetGamificationScorecardsUserPointsTrendsBadRequest) Error

func (*GetGamificationScorecardsUserPointsTrendsBadRequest) GetPayload

func (*GetGamificationScorecardsUserPointsTrendsBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards user points trends bad request response has a 4xx status code

func (*GetGamificationScorecardsUserPointsTrendsBadRequest) IsCode

IsCode returns true when this get gamification scorecards user points trends bad request response a status code equal to that given

func (*GetGamificationScorecardsUserPointsTrendsBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards user points trends bad request response has a 3xx status code

func (*GetGamificationScorecardsUserPointsTrendsBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards user points trends bad request response has a 5xx status code

func (*GetGamificationScorecardsUserPointsTrendsBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards user points trends bad request response has a 2xx status code

func (*GetGamificationScorecardsUserPointsTrendsBadRequest) String

type GetGamificationScorecardsUserPointsTrendsForbidden

type GetGamificationScorecardsUserPointsTrendsForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsTrendsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsUserPointsTrendsForbidden

func NewGetGamificationScorecardsUserPointsTrendsForbidden() *GetGamificationScorecardsUserPointsTrendsForbidden

NewGetGamificationScorecardsUserPointsTrendsForbidden creates a GetGamificationScorecardsUserPointsTrendsForbidden with default headers values

func (*GetGamificationScorecardsUserPointsTrendsForbidden) Error

func (*GetGamificationScorecardsUserPointsTrendsForbidden) GetPayload

func (*GetGamificationScorecardsUserPointsTrendsForbidden) IsClientError

IsClientError returns true when this get gamification scorecards user points trends forbidden response has a 4xx status code

func (*GetGamificationScorecardsUserPointsTrendsForbidden) IsCode

IsCode returns true when this get gamification scorecards user points trends forbidden response a status code equal to that given

func (*GetGamificationScorecardsUserPointsTrendsForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards user points trends forbidden response has a 3xx status code

func (*GetGamificationScorecardsUserPointsTrendsForbidden) IsServerError

IsServerError returns true when this get gamification scorecards user points trends forbidden response has a 5xx status code

func (*GetGamificationScorecardsUserPointsTrendsForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards user points trends forbidden response has a 2xx status code

func (*GetGamificationScorecardsUserPointsTrendsForbidden) String

type GetGamificationScorecardsUserPointsTrendsGatewayTimeout

type GetGamificationScorecardsUserPointsTrendsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsTrendsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsUserPointsTrendsGatewayTimeout

func NewGetGamificationScorecardsUserPointsTrendsGatewayTimeout() *GetGamificationScorecardsUserPointsTrendsGatewayTimeout

NewGetGamificationScorecardsUserPointsTrendsGatewayTimeout creates a GetGamificationScorecardsUserPointsTrendsGatewayTimeout with default headers values

func (*GetGamificationScorecardsUserPointsTrendsGatewayTimeout) Error

func (*GetGamificationScorecardsUserPointsTrendsGatewayTimeout) GetPayload

func (*GetGamificationScorecardsUserPointsTrendsGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards user points trends gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsUserPointsTrendsGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards user points trends gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsUserPointsTrendsGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards user points trends gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsUserPointsTrendsGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards user points trends gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsUserPointsTrendsGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards user points trends gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsUserPointsTrendsGatewayTimeout) String

type GetGamificationScorecardsUserPointsTrendsInternalServerError

type GetGamificationScorecardsUserPointsTrendsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsTrendsInternalServerError 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 NewGetGamificationScorecardsUserPointsTrendsInternalServerError

func NewGetGamificationScorecardsUserPointsTrendsInternalServerError() *GetGamificationScorecardsUserPointsTrendsInternalServerError

NewGetGamificationScorecardsUserPointsTrendsInternalServerError creates a GetGamificationScorecardsUserPointsTrendsInternalServerError with default headers values

func (*GetGamificationScorecardsUserPointsTrendsInternalServerError) Error

func (*GetGamificationScorecardsUserPointsTrendsInternalServerError) GetPayload

func (*GetGamificationScorecardsUserPointsTrendsInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards user points trends internal server error response has a 4xx status code

func (*GetGamificationScorecardsUserPointsTrendsInternalServerError) IsCode

IsCode returns true when this get gamification scorecards user points trends internal server error response a status code equal to that given

func (*GetGamificationScorecardsUserPointsTrendsInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards user points trends internal server error response has a 3xx status code

func (*GetGamificationScorecardsUserPointsTrendsInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards user points trends internal server error response has a 5xx status code

func (*GetGamificationScorecardsUserPointsTrendsInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards user points trends internal server error response has a 2xx status code

func (*GetGamificationScorecardsUserPointsTrendsInternalServerError) String

type GetGamificationScorecardsUserPointsTrendsNotFound

type GetGamificationScorecardsUserPointsTrendsNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsTrendsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsUserPointsTrendsNotFound

func NewGetGamificationScorecardsUserPointsTrendsNotFound() *GetGamificationScorecardsUserPointsTrendsNotFound

NewGetGamificationScorecardsUserPointsTrendsNotFound creates a GetGamificationScorecardsUserPointsTrendsNotFound with default headers values

func (*GetGamificationScorecardsUserPointsTrendsNotFound) Error

func (*GetGamificationScorecardsUserPointsTrendsNotFound) GetPayload

func (*GetGamificationScorecardsUserPointsTrendsNotFound) IsClientError

IsClientError returns true when this get gamification scorecards user points trends not found response has a 4xx status code

func (*GetGamificationScorecardsUserPointsTrendsNotFound) IsCode

IsCode returns true when this get gamification scorecards user points trends not found response a status code equal to that given

func (*GetGamificationScorecardsUserPointsTrendsNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards user points trends not found response has a 3xx status code

func (*GetGamificationScorecardsUserPointsTrendsNotFound) IsServerError

IsServerError returns true when this get gamification scorecards user points trends not found response has a 5xx status code

func (*GetGamificationScorecardsUserPointsTrendsNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards user points trends not found response has a 2xx status code

func (*GetGamificationScorecardsUserPointsTrendsNotFound) String

type GetGamificationScorecardsUserPointsTrendsOK

type GetGamificationScorecardsUserPointsTrendsOK struct {
	Payload *models.WorkdayPointsTrend
}

GetGamificationScorecardsUserPointsTrendsOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsUserPointsTrendsOK

func NewGetGamificationScorecardsUserPointsTrendsOK() *GetGamificationScorecardsUserPointsTrendsOK

NewGetGamificationScorecardsUserPointsTrendsOK creates a GetGamificationScorecardsUserPointsTrendsOK with default headers values

func (*GetGamificationScorecardsUserPointsTrendsOK) Error

func (*GetGamificationScorecardsUserPointsTrendsOK) GetPayload

func (*GetGamificationScorecardsUserPointsTrendsOK) IsClientError

IsClientError returns true when this get gamification scorecards user points trends o k response has a 4xx status code

func (*GetGamificationScorecardsUserPointsTrendsOK) IsCode

IsCode returns true when this get gamification scorecards user points trends o k response a status code equal to that given

func (*GetGamificationScorecardsUserPointsTrendsOK) IsRedirect

IsRedirect returns true when this get gamification scorecards user points trends o k response has a 3xx status code

func (*GetGamificationScorecardsUserPointsTrendsOK) IsServerError

IsServerError returns true when this get gamification scorecards user points trends o k response has a 5xx status code

func (*GetGamificationScorecardsUserPointsTrendsOK) IsSuccess

IsSuccess returns true when this get gamification scorecards user points trends o k response has a 2xx status code

func (*GetGamificationScorecardsUserPointsTrendsOK) String

type GetGamificationScorecardsUserPointsTrendsParams

type GetGamificationScorecardsUserPointsTrendsParams struct {

	/* DayOfWeek.

	   Optional filter to specify which day of weeks to be included in the response
	*/
	DayOfWeek *string

	/* EndWorkday.

	   End workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	EndWorkday strfmt.Date

	/* StartWorkday.

	   Start workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	StartWorkday strfmt.Date

	// UserID.
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsUserPointsTrendsParams contains all the parameters to send to the API endpoint

for the get gamification scorecards user points trends operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsUserPointsTrendsParams

func NewGetGamificationScorecardsUserPointsTrendsParams() *GetGamificationScorecardsUserPointsTrendsParams

NewGetGamificationScorecardsUserPointsTrendsParams creates a new GetGamificationScorecardsUserPointsTrendsParams 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 NewGetGamificationScorecardsUserPointsTrendsParamsWithContext

func NewGetGamificationScorecardsUserPointsTrendsParamsWithContext(ctx context.Context) *GetGamificationScorecardsUserPointsTrendsParams

NewGetGamificationScorecardsUserPointsTrendsParamsWithContext creates a new GetGamificationScorecardsUserPointsTrendsParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsUserPointsTrendsParamsWithHTTPClient

func NewGetGamificationScorecardsUserPointsTrendsParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsUserPointsTrendsParams

NewGetGamificationScorecardsUserPointsTrendsParamsWithHTTPClient creates a new GetGamificationScorecardsUserPointsTrendsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsUserPointsTrendsParamsWithTimeout

func NewGetGamificationScorecardsUserPointsTrendsParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsUserPointsTrendsParams

NewGetGamificationScorecardsUserPointsTrendsParamsWithTimeout creates a new GetGamificationScorecardsUserPointsTrendsParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsUserPointsTrendsParams) SetContext

SetContext adds the context to the get gamification scorecards user points trends params

func (*GetGamificationScorecardsUserPointsTrendsParams) SetDayOfWeek

func (o *GetGamificationScorecardsUserPointsTrendsParams) SetDayOfWeek(dayOfWeek *string)

SetDayOfWeek adds the dayOfWeek to the get gamification scorecards user points trends params

func (*GetGamificationScorecardsUserPointsTrendsParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards user points trends params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUserPointsTrendsParams) SetEndWorkday

func (o *GetGamificationScorecardsUserPointsTrendsParams) SetEndWorkday(endWorkday strfmt.Date)

SetEndWorkday adds the endWorkday to the get gamification scorecards user points trends params

func (*GetGamificationScorecardsUserPointsTrendsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get gamification scorecards user points trends params

func (*GetGamificationScorecardsUserPointsTrendsParams) SetStartWorkday

func (o *GetGamificationScorecardsUserPointsTrendsParams) SetStartWorkday(startWorkday strfmt.Date)

SetStartWorkday adds the startWorkday to the get gamification scorecards user points trends params

func (*GetGamificationScorecardsUserPointsTrendsParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards user points trends params

func (*GetGamificationScorecardsUserPointsTrendsParams) SetUserID

SetUserID adds the userId to the get gamification scorecards user points trends params

func (*GetGamificationScorecardsUserPointsTrendsParams) WithContext

WithContext adds the context to the get gamification scorecards user points trends params

func (*GetGamificationScorecardsUserPointsTrendsParams) WithDayOfWeek

WithDayOfWeek adds the dayOfWeek to the get gamification scorecards user points trends params

func (*GetGamificationScorecardsUserPointsTrendsParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards user points trends params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUserPointsTrendsParams) WithEndWorkday

WithEndWorkday adds the endWorkday to the get gamification scorecards user points trends params

func (*GetGamificationScorecardsUserPointsTrendsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards user points trends params

func (*GetGamificationScorecardsUserPointsTrendsParams) WithStartWorkday

WithStartWorkday adds the startWorkday to the get gamification scorecards user points trends params

func (*GetGamificationScorecardsUserPointsTrendsParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards user points trends params

func (*GetGamificationScorecardsUserPointsTrendsParams) WithUserID

WithUserID adds the userID to the get gamification scorecards user points trends params

func (*GetGamificationScorecardsUserPointsTrendsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsUserPointsTrendsReader

type GetGamificationScorecardsUserPointsTrendsReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsUserPointsTrendsReader is a Reader for the GetGamificationScorecardsUserPointsTrends structure.

func (*GetGamificationScorecardsUserPointsTrendsReader) ReadResponse

func (o *GetGamificationScorecardsUserPointsTrendsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsUserPointsTrendsRequestEntityTooLarge

type GetGamificationScorecardsUserPointsTrendsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsTrendsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsUserPointsTrendsRequestEntityTooLarge

func NewGetGamificationScorecardsUserPointsTrendsRequestEntityTooLarge() *GetGamificationScorecardsUserPointsTrendsRequestEntityTooLarge

NewGetGamificationScorecardsUserPointsTrendsRequestEntityTooLarge creates a GetGamificationScorecardsUserPointsTrendsRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsUserPointsTrendsRequestEntityTooLarge) Error

func (*GetGamificationScorecardsUserPointsTrendsRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsUserPointsTrendsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards user points trends request entity too large response has a 4xx status code

func (*GetGamificationScorecardsUserPointsTrendsRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards user points trends request entity too large response a status code equal to that given

func (*GetGamificationScorecardsUserPointsTrendsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards user points trends request entity too large response has a 3xx status code

func (*GetGamificationScorecardsUserPointsTrendsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards user points trends request entity too large response has a 5xx status code

func (*GetGamificationScorecardsUserPointsTrendsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards user points trends request entity too large response has a 2xx status code

func (*GetGamificationScorecardsUserPointsTrendsRequestEntityTooLarge) String

type GetGamificationScorecardsUserPointsTrendsRequestTimeout

type GetGamificationScorecardsUserPointsTrendsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsTrendsRequestTimeout 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 NewGetGamificationScorecardsUserPointsTrendsRequestTimeout

func NewGetGamificationScorecardsUserPointsTrendsRequestTimeout() *GetGamificationScorecardsUserPointsTrendsRequestTimeout

NewGetGamificationScorecardsUserPointsTrendsRequestTimeout creates a GetGamificationScorecardsUserPointsTrendsRequestTimeout with default headers values

func (*GetGamificationScorecardsUserPointsTrendsRequestTimeout) Error

func (*GetGamificationScorecardsUserPointsTrendsRequestTimeout) GetPayload

func (*GetGamificationScorecardsUserPointsTrendsRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards user points trends request timeout response has a 4xx status code

func (*GetGamificationScorecardsUserPointsTrendsRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards user points trends request timeout response a status code equal to that given

func (*GetGamificationScorecardsUserPointsTrendsRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards user points trends request timeout response has a 3xx status code

func (*GetGamificationScorecardsUserPointsTrendsRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards user points trends request timeout response has a 5xx status code

func (*GetGamificationScorecardsUserPointsTrendsRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards user points trends request timeout response has a 2xx status code

func (*GetGamificationScorecardsUserPointsTrendsRequestTimeout) String

type GetGamificationScorecardsUserPointsTrendsServiceUnavailable

type GetGamificationScorecardsUserPointsTrendsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsTrendsServiceUnavailable 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 NewGetGamificationScorecardsUserPointsTrendsServiceUnavailable

func NewGetGamificationScorecardsUserPointsTrendsServiceUnavailable() *GetGamificationScorecardsUserPointsTrendsServiceUnavailable

NewGetGamificationScorecardsUserPointsTrendsServiceUnavailable creates a GetGamificationScorecardsUserPointsTrendsServiceUnavailable with default headers values

func (*GetGamificationScorecardsUserPointsTrendsServiceUnavailable) Error

func (*GetGamificationScorecardsUserPointsTrendsServiceUnavailable) GetPayload

func (*GetGamificationScorecardsUserPointsTrendsServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards user points trends service unavailable response has a 4xx status code

func (*GetGamificationScorecardsUserPointsTrendsServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards user points trends service unavailable response a status code equal to that given

func (*GetGamificationScorecardsUserPointsTrendsServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards user points trends service unavailable response has a 3xx status code

func (*GetGamificationScorecardsUserPointsTrendsServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards user points trends service unavailable response has a 5xx status code

func (*GetGamificationScorecardsUserPointsTrendsServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards user points trends service unavailable response has a 2xx status code

func (*GetGamificationScorecardsUserPointsTrendsServiceUnavailable) String

type GetGamificationScorecardsUserPointsTrendsTooManyRequests

type GetGamificationScorecardsUserPointsTrendsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsTrendsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsUserPointsTrendsTooManyRequests

func NewGetGamificationScorecardsUserPointsTrendsTooManyRequests() *GetGamificationScorecardsUserPointsTrendsTooManyRequests

NewGetGamificationScorecardsUserPointsTrendsTooManyRequests creates a GetGamificationScorecardsUserPointsTrendsTooManyRequests with default headers values

func (*GetGamificationScorecardsUserPointsTrendsTooManyRequests) Error

func (*GetGamificationScorecardsUserPointsTrendsTooManyRequests) GetPayload

func (*GetGamificationScorecardsUserPointsTrendsTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards user points trends too many requests response has a 4xx status code

func (*GetGamificationScorecardsUserPointsTrendsTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards user points trends too many requests response a status code equal to that given

func (*GetGamificationScorecardsUserPointsTrendsTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards user points trends too many requests response has a 3xx status code

func (*GetGamificationScorecardsUserPointsTrendsTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards user points trends too many requests response has a 5xx status code

func (*GetGamificationScorecardsUserPointsTrendsTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards user points trends too many requests response has a 2xx status code

func (*GetGamificationScorecardsUserPointsTrendsTooManyRequests) String

type GetGamificationScorecardsUserPointsTrendsUnauthorized

type GetGamificationScorecardsUserPointsTrendsUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsTrendsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsUserPointsTrendsUnauthorized

func NewGetGamificationScorecardsUserPointsTrendsUnauthorized() *GetGamificationScorecardsUserPointsTrendsUnauthorized

NewGetGamificationScorecardsUserPointsTrendsUnauthorized creates a GetGamificationScorecardsUserPointsTrendsUnauthorized with default headers values

func (*GetGamificationScorecardsUserPointsTrendsUnauthorized) Error

func (*GetGamificationScorecardsUserPointsTrendsUnauthorized) GetPayload

func (*GetGamificationScorecardsUserPointsTrendsUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards user points trends unauthorized response has a 4xx status code

func (*GetGamificationScorecardsUserPointsTrendsUnauthorized) IsCode

IsCode returns true when this get gamification scorecards user points trends unauthorized response a status code equal to that given

func (*GetGamificationScorecardsUserPointsTrendsUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards user points trends unauthorized response has a 3xx status code

func (*GetGamificationScorecardsUserPointsTrendsUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards user points trends unauthorized response has a 5xx status code

func (*GetGamificationScorecardsUserPointsTrendsUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards user points trends unauthorized response has a 2xx status code

func (*GetGamificationScorecardsUserPointsTrendsUnauthorized) String

type GetGamificationScorecardsUserPointsTrendsUnsupportedMediaType

type GetGamificationScorecardsUserPointsTrendsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserPointsTrendsUnsupportedMediaType 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 NewGetGamificationScorecardsUserPointsTrendsUnsupportedMediaType

func NewGetGamificationScorecardsUserPointsTrendsUnsupportedMediaType() *GetGamificationScorecardsUserPointsTrendsUnsupportedMediaType

NewGetGamificationScorecardsUserPointsTrendsUnsupportedMediaType creates a GetGamificationScorecardsUserPointsTrendsUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsUserPointsTrendsUnsupportedMediaType) Error

func (*GetGamificationScorecardsUserPointsTrendsUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsUserPointsTrendsUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards user points trends unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsUserPointsTrendsUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards user points trends unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsUserPointsTrendsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards user points trends unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsUserPointsTrendsUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards user points trends unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsUserPointsTrendsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards user points trends unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsUserPointsTrendsUnsupportedMediaType) String

type GetGamificationScorecardsUserReader

type GetGamificationScorecardsUserReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsUserReader is a Reader for the GetGamificationScorecardsUser structure.

func (*GetGamificationScorecardsUserReader) ReadResponse

func (o *GetGamificationScorecardsUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsUserRequestEntityTooLarge

type GetGamificationScorecardsUserRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsUserRequestEntityTooLarge

func NewGetGamificationScorecardsUserRequestEntityTooLarge() *GetGamificationScorecardsUserRequestEntityTooLarge

NewGetGamificationScorecardsUserRequestEntityTooLarge creates a GetGamificationScorecardsUserRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsUserRequestEntityTooLarge) Error

func (*GetGamificationScorecardsUserRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsUserRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards user request entity too large response has a 4xx status code

func (*GetGamificationScorecardsUserRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards user request entity too large response a status code equal to that given

func (*GetGamificationScorecardsUserRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards user request entity too large response has a 3xx status code

func (*GetGamificationScorecardsUserRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards user request entity too large response has a 5xx status code

func (*GetGamificationScorecardsUserRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards user request entity too large response has a 2xx status code

func (*GetGamificationScorecardsUserRequestEntityTooLarge) String

type GetGamificationScorecardsUserRequestTimeout

type GetGamificationScorecardsUserRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserRequestTimeout 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 NewGetGamificationScorecardsUserRequestTimeout

func NewGetGamificationScorecardsUserRequestTimeout() *GetGamificationScorecardsUserRequestTimeout

NewGetGamificationScorecardsUserRequestTimeout creates a GetGamificationScorecardsUserRequestTimeout with default headers values

func (*GetGamificationScorecardsUserRequestTimeout) Error

func (*GetGamificationScorecardsUserRequestTimeout) GetPayload

func (*GetGamificationScorecardsUserRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards user request timeout response has a 4xx status code

func (*GetGamificationScorecardsUserRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards user request timeout response a status code equal to that given

func (*GetGamificationScorecardsUserRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards user request timeout response has a 3xx status code

func (*GetGamificationScorecardsUserRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards user request timeout response has a 5xx status code

func (*GetGamificationScorecardsUserRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards user request timeout response has a 2xx status code

func (*GetGamificationScorecardsUserRequestTimeout) String

type GetGamificationScorecardsUserServiceUnavailable

type GetGamificationScorecardsUserServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserServiceUnavailable 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 NewGetGamificationScorecardsUserServiceUnavailable

func NewGetGamificationScorecardsUserServiceUnavailable() *GetGamificationScorecardsUserServiceUnavailable

NewGetGamificationScorecardsUserServiceUnavailable creates a GetGamificationScorecardsUserServiceUnavailable with default headers values

func (*GetGamificationScorecardsUserServiceUnavailable) Error

func (*GetGamificationScorecardsUserServiceUnavailable) GetPayload

func (*GetGamificationScorecardsUserServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards user service unavailable response has a 4xx status code

func (*GetGamificationScorecardsUserServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards user service unavailable response a status code equal to that given

func (*GetGamificationScorecardsUserServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards user service unavailable response has a 3xx status code

func (*GetGamificationScorecardsUserServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards user service unavailable response has a 5xx status code

func (*GetGamificationScorecardsUserServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards user service unavailable response has a 2xx status code

func (*GetGamificationScorecardsUserServiceUnavailable) String

type GetGamificationScorecardsUserTooManyRequests

type GetGamificationScorecardsUserTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsUserTooManyRequests

func NewGetGamificationScorecardsUserTooManyRequests() *GetGamificationScorecardsUserTooManyRequests

NewGetGamificationScorecardsUserTooManyRequests creates a GetGamificationScorecardsUserTooManyRequests with default headers values

func (*GetGamificationScorecardsUserTooManyRequests) Error

func (*GetGamificationScorecardsUserTooManyRequests) GetPayload

func (*GetGamificationScorecardsUserTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards user too many requests response has a 4xx status code

func (*GetGamificationScorecardsUserTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards user too many requests response a status code equal to that given

func (*GetGamificationScorecardsUserTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards user too many requests response has a 3xx status code

func (*GetGamificationScorecardsUserTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards user too many requests response has a 5xx status code

func (*GetGamificationScorecardsUserTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards user too many requests response has a 2xx status code

func (*GetGamificationScorecardsUserTooManyRequests) String

type GetGamificationScorecardsUserUnauthorized

type GetGamificationScorecardsUserUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsUserUnauthorized

func NewGetGamificationScorecardsUserUnauthorized() *GetGamificationScorecardsUserUnauthorized

NewGetGamificationScorecardsUserUnauthorized creates a GetGamificationScorecardsUserUnauthorized with default headers values

func (*GetGamificationScorecardsUserUnauthorized) Error

func (*GetGamificationScorecardsUserUnauthorized) GetPayload

func (*GetGamificationScorecardsUserUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards user unauthorized response has a 4xx status code

func (*GetGamificationScorecardsUserUnauthorized) IsCode

IsCode returns true when this get gamification scorecards user unauthorized response a status code equal to that given

func (*GetGamificationScorecardsUserUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards user unauthorized response has a 3xx status code

func (*GetGamificationScorecardsUserUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards user unauthorized response has a 5xx status code

func (*GetGamificationScorecardsUserUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards user unauthorized response has a 2xx status code

func (*GetGamificationScorecardsUserUnauthorized) String

type GetGamificationScorecardsUserUnsupportedMediaType

type GetGamificationScorecardsUserUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserUnsupportedMediaType 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 NewGetGamificationScorecardsUserUnsupportedMediaType

func NewGetGamificationScorecardsUserUnsupportedMediaType() *GetGamificationScorecardsUserUnsupportedMediaType

NewGetGamificationScorecardsUserUnsupportedMediaType creates a GetGamificationScorecardsUserUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsUserUnsupportedMediaType) Error

func (*GetGamificationScorecardsUserUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsUserUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards user unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsUserUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards user unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsUserUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards user unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsUserUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards user unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsUserUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards user unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsUserUnsupportedMediaType) String

type GetGamificationScorecardsUserValuesTrendsBadRequest

type GetGamificationScorecardsUserValuesTrendsBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserValuesTrendsBadRequest 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 NewGetGamificationScorecardsUserValuesTrendsBadRequest

func NewGetGamificationScorecardsUserValuesTrendsBadRequest() *GetGamificationScorecardsUserValuesTrendsBadRequest

NewGetGamificationScorecardsUserValuesTrendsBadRequest creates a GetGamificationScorecardsUserValuesTrendsBadRequest with default headers values

func (*GetGamificationScorecardsUserValuesTrendsBadRequest) Error

func (*GetGamificationScorecardsUserValuesTrendsBadRequest) GetPayload

func (*GetGamificationScorecardsUserValuesTrendsBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards user values trends bad request response has a 4xx status code

func (*GetGamificationScorecardsUserValuesTrendsBadRequest) IsCode

IsCode returns true when this get gamification scorecards user values trends bad request response a status code equal to that given

func (*GetGamificationScorecardsUserValuesTrendsBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards user values trends bad request response has a 3xx status code

func (*GetGamificationScorecardsUserValuesTrendsBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards user values trends bad request response has a 5xx status code

func (*GetGamificationScorecardsUserValuesTrendsBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards user values trends bad request response has a 2xx status code

func (*GetGamificationScorecardsUserValuesTrendsBadRequest) String

type GetGamificationScorecardsUserValuesTrendsForbidden

type GetGamificationScorecardsUserValuesTrendsForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserValuesTrendsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsUserValuesTrendsForbidden

func NewGetGamificationScorecardsUserValuesTrendsForbidden() *GetGamificationScorecardsUserValuesTrendsForbidden

NewGetGamificationScorecardsUserValuesTrendsForbidden creates a GetGamificationScorecardsUserValuesTrendsForbidden with default headers values

func (*GetGamificationScorecardsUserValuesTrendsForbidden) Error

func (*GetGamificationScorecardsUserValuesTrendsForbidden) GetPayload

func (*GetGamificationScorecardsUserValuesTrendsForbidden) IsClientError

IsClientError returns true when this get gamification scorecards user values trends forbidden response has a 4xx status code

func (*GetGamificationScorecardsUserValuesTrendsForbidden) IsCode

IsCode returns true when this get gamification scorecards user values trends forbidden response a status code equal to that given

func (*GetGamificationScorecardsUserValuesTrendsForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards user values trends forbidden response has a 3xx status code

func (*GetGamificationScorecardsUserValuesTrendsForbidden) IsServerError

IsServerError returns true when this get gamification scorecards user values trends forbidden response has a 5xx status code

func (*GetGamificationScorecardsUserValuesTrendsForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards user values trends forbidden response has a 2xx status code

func (*GetGamificationScorecardsUserValuesTrendsForbidden) String

type GetGamificationScorecardsUserValuesTrendsGatewayTimeout

type GetGamificationScorecardsUserValuesTrendsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserValuesTrendsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsUserValuesTrendsGatewayTimeout

func NewGetGamificationScorecardsUserValuesTrendsGatewayTimeout() *GetGamificationScorecardsUserValuesTrendsGatewayTimeout

NewGetGamificationScorecardsUserValuesTrendsGatewayTimeout creates a GetGamificationScorecardsUserValuesTrendsGatewayTimeout with default headers values

func (*GetGamificationScorecardsUserValuesTrendsGatewayTimeout) Error

func (*GetGamificationScorecardsUserValuesTrendsGatewayTimeout) GetPayload

func (*GetGamificationScorecardsUserValuesTrendsGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards user values trends gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsUserValuesTrendsGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards user values trends gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsUserValuesTrendsGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards user values trends gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsUserValuesTrendsGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards user values trends gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsUserValuesTrendsGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards user values trends gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsUserValuesTrendsGatewayTimeout) String

type GetGamificationScorecardsUserValuesTrendsInternalServerError

type GetGamificationScorecardsUserValuesTrendsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserValuesTrendsInternalServerError 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 NewGetGamificationScorecardsUserValuesTrendsInternalServerError

func NewGetGamificationScorecardsUserValuesTrendsInternalServerError() *GetGamificationScorecardsUserValuesTrendsInternalServerError

NewGetGamificationScorecardsUserValuesTrendsInternalServerError creates a GetGamificationScorecardsUserValuesTrendsInternalServerError with default headers values

func (*GetGamificationScorecardsUserValuesTrendsInternalServerError) Error

func (*GetGamificationScorecardsUserValuesTrendsInternalServerError) GetPayload

func (*GetGamificationScorecardsUserValuesTrendsInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards user values trends internal server error response has a 4xx status code

func (*GetGamificationScorecardsUserValuesTrendsInternalServerError) IsCode

IsCode returns true when this get gamification scorecards user values trends internal server error response a status code equal to that given

func (*GetGamificationScorecardsUserValuesTrendsInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards user values trends internal server error response has a 3xx status code

func (*GetGamificationScorecardsUserValuesTrendsInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards user values trends internal server error response has a 5xx status code

func (*GetGamificationScorecardsUserValuesTrendsInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards user values trends internal server error response has a 2xx status code

func (*GetGamificationScorecardsUserValuesTrendsInternalServerError) String

type GetGamificationScorecardsUserValuesTrendsNotFound

type GetGamificationScorecardsUserValuesTrendsNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserValuesTrendsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsUserValuesTrendsNotFound

func NewGetGamificationScorecardsUserValuesTrendsNotFound() *GetGamificationScorecardsUserValuesTrendsNotFound

NewGetGamificationScorecardsUserValuesTrendsNotFound creates a GetGamificationScorecardsUserValuesTrendsNotFound with default headers values

func (*GetGamificationScorecardsUserValuesTrendsNotFound) Error

func (*GetGamificationScorecardsUserValuesTrendsNotFound) GetPayload

func (*GetGamificationScorecardsUserValuesTrendsNotFound) IsClientError

IsClientError returns true when this get gamification scorecards user values trends not found response has a 4xx status code

func (*GetGamificationScorecardsUserValuesTrendsNotFound) IsCode

IsCode returns true when this get gamification scorecards user values trends not found response a status code equal to that given

func (*GetGamificationScorecardsUserValuesTrendsNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards user values trends not found response has a 3xx status code

func (*GetGamificationScorecardsUserValuesTrendsNotFound) IsServerError

IsServerError returns true when this get gamification scorecards user values trends not found response has a 5xx status code

func (*GetGamificationScorecardsUserValuesTrendsNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards user values trends not found response has a 2xx status code

func (*GetGamificationScorecardsUserValuesTrendsNotFound) String

type GetGamificationScorecardsUserValuesTrendsOK

type GetGamificationScorecardsUserValuesTrendsOK struct {
	Payload *models.WorkdayValuesTrend
}

GetGamificationScorecardsUserValuesTrendsOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsUserValuesTrendsOK

func NewGetGamificationScorecardsUserValuesTrendsOK() *GetGamificationScorecardsUserValuesTrendsOK

NewGetGamificationScorecardsUserValuesTrendsOK creates a GetGamificationScorecardsUserValuesTrendsOK with default headers values

func (*GetGamificationScorecardsUserValuesTrendsOK) Error

func (*GetGamificationScorecardsUserValuesTrendsOK) GetPayload

func (*GetGamificationScorecardsUserValuesTrendsOK) IsClientError

IsClientError returns true when this get gamification scorecards user values trends o k response has a 4xx status code

func (*GetGamificationScorecardsUserValuesTrendsOK) IsCode

IsCode returns true when this get gamification scorecards user values trends o k response a status code equal to that given

func (*GetGamificationScorecardsUserValuesTrendsOK) IsRedirect

IsRedirect returns true when this get gamification scorecards user values trends o k response has a 3xx status code

func (*GetGamificationScorecardsUserValuesTrendsOK) IsServerError

IsServerError returns true when this get gamification scorecards user values trends o k response has a 5xx status code

func (*GetGamificationScorecardsUserValuesTrendsOK) IsSuccess

IsSuccess returns true when this get gamification scorecards user values trends o k response has a 2xx status code

func (*GetGamificationScorecardsUserValuesTrendsOK) String

type GetGamificationScorecardsUserValuesTrendsParams

type GetGamificationScorecardsUserValuesTrendsParams struct {

	/* EndWorkday.

	   End workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	EndWorkday strfmt.Date

	/* StartWorkday.

	   Start workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	StartWorkday strfmt.Date

	/* TimeZone.

	   Timezone for the workday. Defaults to UTC

	   Default: "UTC"
	*/
	TimeZone *string

	// UserID.
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsUserValuesTrendsParams contains all the parameters to send to the API endpoint

for the get gamification scorecards user values trends operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsUserValuesTrendsParams

func NewGetGamificationScorecardsUserValuesTrendsParams() *GetGamificationScorecardsUserValuesTrendsParams

NewGetGamificationScorecardsUserValuesTrendsParams creates a new GetGamificationScorecardsUserValuesTrendsParams 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 NewGetGamificationScorecardsUserValuesTrendsParamsWithContext

func NewGetGamificationScorecardsUserValuesTrendsParamsWithContext(ctx context.Context) *GetGamificationScorecardsUserValuesTrendsParams

NewGetGamificationScorecardsUserValuesTrendsParamsWithContext creates a new GetGamificationScorecardsUserValuesTrendsParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsUserValuesTrendsParamsWithHTTPClient

func NewGetGamificationScorecardsUserValuesTrendsParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsUserValuesTrendsParams

NewGetGamificationScorecardsUserValuesTrendsParamsWithHTTPClient creates a new GetGamificationScorecardsUserValuesTrendsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsUserValuesTrendsParamsWithTimeout

func NewGetGamificationScorecardsUserValuesTrendsParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsUserValuesTrendsParams

NewGetGamificationScorecardsUserValuesTrendsParamsWithTimeout creates a new GetGamificationScorecardsUserValuesTrendsParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsUserValuesTrendsParams) SetContext

SetContext adds the context to the get gamification scorecards user values trends params

func (*GetGamificationScorecardsUserValuesTrendsParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards user values trends params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUserValuesTrendsParams) SetEndWorkday

func (o *GetGamificationScorecardsUserValuesTrendsParams) SetEndWorkday(endWorkday strfmt.Date)

SetEndWorkday adds the endWorkday to the get gamification scorecards user values trends params

func (*GetGamificationScorecardsUserValuesTrendsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get gamification scorecards user values trends params

func (*GetGamificationScorecardsUserValuesTrendsParams) SetStartWorkday

func (o *GetGamificationScorecardsUserValuesTrendsParams) SetStartWorkday(startWorkday strfmt.Date)

SetStartWorkday adds the startWorkday to the get gamification scorecards user values trends params

func (*GetGamificationScorecardsUserValuesTrendsParams) SetTimeZone

func (o *GetGamificationScorecardsUserValuesTrendsParams) SetTimeZone(timeZone *string)

SetTimeZone adds the timeZone to the get gamification scorecards user values trends params

func (*GetGamificationScorecardsUserValuesTrendsParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards user values trends params

func (*GetGamificationScorecardsUserValuesTrendsParams) SetUserID

SetUserID adds the userId to the get gamification scorecards user values trends params

func (*GetGamificationScorecardsUserValuesTrendsParams) WithContext

WithContext adds the context to the get gamification scorecards user values trends params

func (*GetGamificationScorecardsUserValuesTrendsParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards user values trends params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUserValuesTrendsParams) WithEndWorkday

WithEndWorkday adds the endWorkday to the get gamification scorecards user values trends params

func (*GetGamificationScorecardsUserValuesTrendsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards user values trends params

func (*GetGamificationScorecardsUserValuesTrendsParams) WithStartWorkday

WithStartWorkday adds the startWorkday to the get gamification scorecards user values trends params

func (*GetGamificationScorecardsUserValuesTrendsParams) WithTimeZone

WithTimeZone adds the timeZone to the get gamification scorecards user values trends params

func (*GetGamificationScorecardsUserValuesTrendsParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards user values trends params

func (*GetGamificationScorecardsUserValuesTrendsParams) WithUserID

WithUserID adds the userID to the get gamification scorecards user values trends params

func (*GetGamificationScorecardsUserValuesTrendsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsUserValuesTrendsReader

type GetGamificationScorecardsUserValuesTrendsReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsUserValuesTrendsReader is a Reader for the GetGamificationScorecardsUserValuesTrends structure.

func (*GetGamificationScorecardsUserValuesTrendsReader) ReadResponse

func (o *GetGamificationScorecardsUserValuesTrendsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsUserValuesTrendsRequestEntityTooLarge

type GetGamificationScorecardsUserValuesTrendsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserValuesTrendsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsUserValuesTrendsRequestEntityTooLarge

func NewGetGamificationScorecardsUserValuesTrendsRequestEntityTooLarge() *GetGamificationScorecardsUserValuesTrendsRequestEntityTooLarge

NewGetGamificationScorecardsUserValuesTrendsRequestEntityTooLarge creates a GetGamificationScorecardsUserValuesTrendsRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsUserValuesTrendsRequestEntityTooLarge) Error

func (*GetGamificationScorecardsUserValuesTrendsRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsUserValuesTrendsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards user values trends request entity too large response has a 4xx status code

func (*GetGamificationScorecardsUserValuesTrendsRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards user values trends request entity too large response a status code equal to that given

func (*GetGamificationScorecardsUserValuesTrendsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards user values trends request entity too large response has a 3xx status code

func (*GetGamificationScorecardsUserValuesTrendsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards user values trends request entity too large response has a 5xx status code

func (*GetGamificationScorecardsUserValuesTrendsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards user values trends request entity too large response has a 2xx status code

func (*GetGamificationScorecardsUserValuesTrendsRequestEntityTooLarge) String

type GetGamificationScorecardsUserValuesTrendsRequestTimeout

type GetGamificationScorecardsUserValuesTrendsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserValuesTrendsRequestTimeout 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 NewGetGamificationScorecardsUserValuesTrendsRequestTimeout

func NewGetGamificationScorecardsUserValuesTrendsRequestTimeout() *GetGamificationScorecardsUserValuesTrendsRequestTimeout

NewGetGamificationScorecardsUserValuesTrendsRequestTimeout creates a GetGamificationScorecardsUserValuesTrendsRequestTimeout with default headers values

func (*GetGamificationScorecardsUserValuesTrendsRequestTimeout) Error

func (*GetGamificationScorecardsUserValuesTrendsRequestTimeout) GetPayload

func (*GetGamificationScorecardsUserValuesTrendsRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards user values trends request timeout response has a 4xx status code

func (*GetGamificationScorecardsUserValuesTrendsRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards user values trends request timeout response a status code equal to that given

func (*GetGamificationScorecardsUserValuesTrendsRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards user values trends request timeout response has a 3xx status code

func (*GetGamificationScorecardsUserValuesTrendsRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards user values trends request timeout response has a 5xx status code

func (*GetGamificationScorecardsUserValuesTrendsRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards user values trends request timeout response has a 2xx status code

func (*GetGamificationScorecardsUserValuesTrendsRequestTimeout) String

type GetGamificationScorecardsUserValuesTrendsServiceUnavailable

type GetGamificationScorecardsUserValuesTrendsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserValuesTrendsServiceUnavailable 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 NewGetGamificationScorecardsUserValuesTrendsServiceUnavailable

func NewGetGamificationScorecardsUserValuesTrendsServiceUnavailable() *GetGamificationScorecardsUserValuesTrendsServiceUnavailable

NewGetGamificationScorecardsUserValuesTrendsServiceUnavailable creates a GetGamificationScorecardsUserValuesTrendsServiceUnavailable with default headers values

func (*GetGamificationScorecardsUserValuesTrendsServiceUnavailable) Error

func (*GetGamificationScorecardsUserValuesTrendsServiceUnavailable) GetPayload

func (*GetGamificationScorecardsUserValuesTrendsServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards user values trends service unavailable response has a 4xx status code

func (*GetGamificationScorecardsUserValuesTrendsServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards user values trends service unavailable response a status code equal to that given

func (*GetGamificationScorecardsUserValuesTrendsServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards user values trends service unavailable response has a 3xx status code

func (*GetGamificationScorecardsUserValuesTrendsServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards user values trends service unavailable response has a 5xx status code

func (*GetGamificationScorecardsUserValuesTrendsServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards user values trends service unavailable response has a 2xx status code

func (*GetGamificationScorecardsUserValuesTrendsServiceUnavailable) String

type GetGamificationScorecardsUserValuesTrendsTooManyRequests

type GetGamificationScorecardsUserValuesTrendsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserValuesTrendsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsUserValuesTrendsTooManyRequests

func NewGetGamificationScorecardsUserValuesTrendsTooManyRequests() *GetGamificationScorecardsUserValuesTrendsTooManyRequests

NewGetGamificationScorecardsUserValuesTrendsTooManyRequests creates a GetGamificationScorecardsUserValuesTrendsTooManyRequests with default headers values

func (*GetGamificationScorecardsUserValuesTrendsTooManyRequests) Error

func (*GetGamificationScorecardsUserValuesTrendsTooManyRequests) GetPayload

func (*GetGamificationScorecardsUserValuesTrendsTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards user values trends too many requests response has a 4xx status code

func (*GetGamificationScorecardsUserValuesTrendsTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards user values trends too many requests response a status code equal to that given

func (*GetGamificationScorecardsUserValuesTrendsTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards user values trends too many requests response has a 3xx status code

func (*GetGamificationScorecardsUserValuesTrendsTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards user values trends too many requests response has a 5xx status code

func (*GetGamificationScorecardsUserValuesTrendsTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards user values trends too many requests response has a 2xx status code

func (*GetGamificationScorecardsUserValuesTrendsTooManyRequests) String

type GetGamificationScorecardsUserValuesTrendsUnauthorized

type GetGamificationScorecardsUserValuesTrendsUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserValuesTrendsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsUserValuesTrendsUnauthorized

func NewGetGamificationScorecardsUserValuesTrendsUnauthorized() *GetGamificationScorecardsUserValuesTrendsUnauthorized

NewGetGamificationScorecardsUserValuesTrendsUnauthorized creates a GetGamificationScorecardsUserValuesTrendsUnauthorized with default headers values

func (*GetGamificationScorecardsUserValuesTrendsUnauthorized) Error

func (*GetGamificationScorecardsUserValuesTrendsUnauthorized) GetPayload

func (*GetGamificationScorecardsUserValuesTrendsUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards user values trends unauthorized response has a 4xx status code

func (*GetGamificationScorecardsUserValuesTrendsUnauthorized) IsCode

IsCode returns true when this get gamification scorecards user values trends unauthorized response a status code equal to that given

func (*GetGamificationScorecardsUserValuesTrendsUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards user values trends unauthorized response has a 3xx status code

func (*GetGamificationScorecardsUserValuesTrendsUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards user values trends unauthorized response has a 5xx status code

func (*GetGamificationScorecardsUserValuesTrendsUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards user values trends unauthorized response has a 2xx status code

func (*GetGamificationScorecardsUserValuesTrendsUnauthorized) String

type GetGamificationScorecardsUserValuesTrendsUnsupportedMediaType

type GetGamificationScorecardsUserValuesTrendsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUserValuesTrendsUnsupportedMediaType 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 NewGetGamificationScorecardsUserValuesTrendsUnsupportedMediaType

func NewGetGamificationScorecardsUserValuesTrendsUnsupportedMediaType() *GetGamificationScorecardsUserValuesTrendsUnsupportedMediaType

NewGetGamificationScorecardsUserValuesTrendsUnsupportedMediaType creates a GetGamificationScorecardsUserValuesTrendsUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsUserValuesTrendsUnsupportedMediaType) Error

func (*GetGamificationScorecardsUserValuesTrendsUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsUserValuesTrendsUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards user values trends unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsUserValuesTrendsUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards user values trends unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsUserValuesTrendsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards user values trends unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsUserValuesTrendsUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards user values trends unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsUserValuesTrendsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards user values trends unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsUserValuesTrendsUnsupportedMediaType) String

type GetGamificationScorecardsUsersPointsAverageBadRequest

type GetGamificationScorecardsUsersPointsAverageBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersPointsAverageBadRequest 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 NewGetGamificationScorecardsUsersPointsAverageBadRequest

func NewGetGamificationScorecardsUsersPointsAverageBadRequest() *GetGamificationScorecardsUsersPointsAverageBadRequest

NewGetGamificationScorecardsUsersPointsAverageBadRequest creates a GetGamificationScorecardsUsersPointsAverageBadRequest with default headers values

func (*GetGamificationScorecardsUsersPointsAverageBadRequest) Error

func (*GetGamificationScorecardsUsersPointsAverageBadRequest) GetPayload

func (*GetGamificationScorecardsUsersPointsAverageBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards users points average bad request response has a 4xx status code

func (*GetGamificationScorecardsUsersPointsAverageBadRequest) IsCode

IsCode returns true when this get gamification scorecards users points average bad request response a status code equal to that given

func (*GetGamificationScorecardsUsersPointsAverageBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards users points average bad request response has a 3xx status code

func (*GetGamificationScorecardsUsersPointsAverageBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards users points average bad request response has a 5xx status code

func (*GetGamificationScorecardsUsersPointsAverageBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards users points average bad request response has a 2xx status code

func (*GetGamificationScorecardsUsersPointsAverageBadRequest) String

type GetGamificationScorecardsUsersPointsAverageForbidden

type GetGamificationScorecardsUsersPointsAverageForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersPointsAverageForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsUsersPointsAverageForbidden

func NewGetGamificationScorecardsUsersPointsAverageForbidden() *GetGamificationScorecardsUsersPointsAverageForbidden

NewGetGamificationScorecardsUsersPointsAverageForbidden creates a GetGamificationScorecardsUsersPointsAverageForbidden with default headers values

func (*GetGamificationScorecardsUsersPointsAverageForbidden) Error

func (*GetGamificationScorecardsUsersPointsAverageForbidden) GetPayload

func (*GetGamificationScorecardsUsersPointsAverageForbidden) IsClientError

IsClientError returns true when this get gamification scorecards users points average forbidden response has a 4xx status code

func (*GetGamificationScorecardsUsersPointsAverageForbidden) IsCode

IsCode returns true when this get gamification scorecards users points average forbidden response a status code equal to that given

func (*GetGamificationScorecardsUsersPointsAverageForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards users points average forbidden response has a 3xx status code

func (*GetGamificationScorecardsUsersPointsAverageForbidden) IsServerError

IsServerError returns true when this get gamification scorecards users points average forbidden response has a 5xx status code

func (*GetGamificationScorecardsUsersPointsAverageForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards users points average forbidden response has a 2xx status code

func (*GetGamificationScorecardsUsersPointsAverageForbidden) String

type GetGamificationScorecardsUsersPointsAverageGatewayTimeout

type GetGamificationScorecardsUsersPointsAverageGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersPointsAverageGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsUsersPointsAverageGatewayTimeout

func NewGetGamificationScorecardsUsersPointsAverageGatewayTimeout() *GetGamificationScorecardsUsersPointsAverageGatewayTimeout

NewGetGamificationScorecardsUsersPointsAverageGatewayTimeout creates a GetGamificationScorecardsUsersPointsAverageGatewayTimeout with default headers values

func (*GetGamificationScorecardsUsersPointsAverageGatewayTimeout) Error

func (*GetGamificationScorecardsUsersPointsAverageGatewayTimeout) GetPayload

func (*GetGamificationScorecardsUsersPointsAverageGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards users points average gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsUsersPointsAverageGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards users points average gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsUsersPointsAverageGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards users points average gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsUsersPointsAverageGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards users points average gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsUsersPointsAverageGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards users points average gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsUsersPointsAverageGatewayTimeout) String

type GetGamificationScorecardsUsersPointsAverageInternalServerError

type GetGamificationScorecardsUsersPointsAverageInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersPointsAverageInternalServerError 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 NewGetGamificationScorecardsUsersPointsAverageInternalServerError

func NewGetGamificationScorecardsUsersPointsAverageInternalServerError() *GetGamificationScorecardsUsersPointsAverageInternalServerError

NewGetGamificationScorecardsUsersPointsAverageInternalServerError creates a GetGamificationScorecardsUsersPointsAverageInternalServerError with default headers values

func (*GetGamificationScorecardsUsersPointsAverageInternalServerError) Error

func (*GetGamificationScorecardsUsersPointsAverageInternalServerError) GetPayload

func (*GetGamificationScorecardsUsersPointsAverageInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards users points average internal server error response has a 4xx status code

func (*GetGamificationScorecardsUsersPointsAverageInternalServerError) IsCode

IsCode returns true when this get gamification scorecards users points average internal server error response a status code equal to that given

func (*GetGamificationScorecardsUsersPointsAverageInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards users points average internal server error response has a 3xx status code

func (*GetGamificationScorecardsUsersPointsAverageInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards users points average internal server error response has a 5xx status code

func (*GetGamificationScorecardsUsersPointsAverageInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards users points average internal server error response has a 2xx status code

func (*GetGamificationScorecardsUsersPointsAverageInternalServerError) String

type GetGamificationScorecardsUsersPointsAverageNotFound

type GetGamificationScorecardsUsersPointsAverageNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersPointsAverageNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsUsersPointsAverageNotFound

func NewGetGamificationScorecardsUsersPointsAverageNotFound() *GetGamificationScorecardsUsersPointsAverageNotFound

NewGetGamificationScorecardsUsersPointsAverageNotFound creates a GetGamificationScorecardsUsersPointsAverageNotFound with default headers values

func (*GetGamificationScorecardsUsersPointsAverageNotFound) Error

func (*GetGamificationScorecardsUsersPointsAverageNotFound) GetPayload

func (*GetGamificationScorecardsUsersPointsAverageNotFound) IsClientError

IsClientError returns true when this get gamification scorecards users points average not found response has a 4xx status code

func (*GetGamificationScorecardsUsersPointsAverageNotFound) IsCode

IsCode returns true when this get gamification scorecards users points average not found response a status code equal to that given

func (*GetGamificationScorecardsUsersPointsAverageNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards users points average not found response has a 3xx status code

func (*GetGamificationScorecardsUsersPointsAverageNotFound) IsServerError

IsServerError returns true when this get gamification scorecards users points average not found response has a 5xx status code

func (*GetGamificationScorecardsUsersPointsAverageNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards users points average not found response has a 2xx status code

func (*GetGamificationScorecardsUsersPointsAverageNotFound) String

type GetGamificationScorecardsUsersPointsAverageOK

type GetGamificationScorecardsUsersPointsAverageOK struct {
	Payload *models.SingleWorkdayAveragePoints
}

GetGamificationScorecardsUsersPointsAverageOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsUsersPointsAverageOK

func NewGetGamificationScorecardsUsersPointsAverageOK() *GetGamificationScorecardsUsersPointsAverageOK

NewGetGamificationScorecardsUsersPointsAverageOK creates a GetGamificationScorecardsUsersPointsAverageOK with default headers values

func (*GetGamificationScorecardsUsersPointsAverageOK) Error

func (*GetGamificationScorecardsUsersPointsAverageOK) GetPayload

func (*GetGamificationScorecardsUsersPointsAverageOK) IsClientError

IsClientError returns true when this get gamification scorecards users points average o k response has a 4xx status code

func (*GetGamificationScorecardsUsersPointsAverageOK) IsCode

IsCode returns true when this get gamification scorecards users points average o k response a status code equal to that given

func (*GetGamificationScorecardsUsersPointsAverageOK) IsRedirect

IsRedirect returns true when this get gamification scorecards users points average o k response has a 3xx status code

func (*GetGamificationScorecardsUsersPointsAverageOK) IsServerError

IsServerError returns true when this get gamification scorecards users points average o k response has a 5xx status code

func (*GetGamificationScorecardsUsersPointsAverageOK) IsSuccess

IsSuccess returns true when this get gamification scorecards users points average o k response has a 2xx status code

func (*GetGamificationScorecardsUsersPointsAverageOK) String

type GetGamificationScorecardsUsersPointsAverageParams

type GetGamificationScorecardsUsersPointsAverageParams struct {

	/* FilterID.

	   ID for the filter type.
	*/
	FilterID string

	/* FilterType.

	   Filter type for the query request.
	*/
	FilterType string

	/* Workday.

	   The target workday. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	Workday strfmt.Date

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsUsersPointsAverageParams contains all the parameters to send to the API endpoint

for the get gamification scorecards users points average operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsUsersPointsAverageParams

func NewGetGamificationScorecardsUsersPointsAverageParams() *GetGamificationScorecardsUsersPointsAverageParams

NewGetGamificationScorecardsUsersPointsAverageParams creates a new GetGamificationScorecardsUsersPointsAverageParams 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 NewGetGamificationScorecardsUsersPointsAverageParamsWithContext

func NewGetGamificationScorecardsUsersPointsAverageParamsWithContext(ctx context.Context) *GetGamificationScorecardsUsersPointsAverageParams

NewGetGamificationScorecardsUsersPointsAverageParamsWithContext creates a new GetGamificationScorecardsUsersPointsAverageParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsUsersPointsAverageParamsWithHTTPClient

func NewGetGamificationScorecardsUsersPointsAverageParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsUsersPointsAverageParams

NewGetGamificationScorecardsUsersPointsAverageParamsWithHTTPClient creates a new GetGamificationScorecardsUsersPointsAverageParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsUsersPointsAverageParamsWithTimeout

func NewGetGamificationScorecardsUsersPointsAverageParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsUsersPointsAverageParams

NewGetGamificationScorecardsUsersPointsAverageParamsWithTimeout creates a new GetGamificationScorecardsUsersPointsAverageParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsUsersPointsAverageParams) SetContext

SetContext adds the context to the get gamification scorecards users points average params

func (*GetGamificationScorecardsUsersPointsAverageParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards users points average params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUsersPointsAverageParams) SetFilterID

SetFilterID adds the filterId to the get gamification scorecards users points average params

func (*GetGamificationScorecardsUsersPointsAverageParams) SetFilterType

func (o *GetGamificationScorecardsUsersPointsAverageParams) SetFilterType(filterType string)

SetFilterType adds the filterType to the get gamification scorecards users points average params

func (*GetGamificationScorecardsUsersPointsAverageParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get gamification scorecards users points average params

func (*GetGamificationScorecardsUsersPointsAverageParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards users points average params

func (*GetGamificationScorecardsUsersPointsAverageParams) SetWorkday

SetWorkday adds the workday to the get gamification scorecards users points average params

func (*GetGamificationScorecardsUsersPointsAverageParams) WithContext

WithContext adds the context to the get gamification scorecards users points average params

func (*GetGamificationScorecardsUsersPointsAverageParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards users points average params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUsersPointsAverageParams) WithFilterID

WithFilterID adds the filterID to the get gamification scorecards users points average params

func (*GetGamificationScorecardsUsersPointsAverageParams) WithFilterType

WithFilterType adds the filterType to the get gamification scorecards users points average params

func (*GetGamificationScorecardsUsersPointsAverageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards users points average params

func (*GetGamificationScorecardsUsersPointsAverageParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards users points average params

func (*GetGamificationScorecardsUsersPointsAverageParams) WithWorkday

WithWorkday adds the workday to the get gamification scorecards users points average params

func (*GetGamificationScorecardsUsersPointsAverageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsUsersPointsAverageReader

type GetGamificationScorecardsUsersPointsAverageReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsUsersPointsAverageReader is a Reader for the GetGamificationScorecardsUsersPointsAverage structure.

func (*GetGamificationScorecardsUsersPointsAverageReader) ReadResponse

func (o *GetGamificationScorecardsUsersPointsAverageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsUsersPointsAverageRequestEntityTooLarge

type GetGamificationScorecardsUsersPointsAverageRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersPointsAverageRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsUsersPointsAverageRequestEntityTooLarge

func NewGetGamificationScorecardsUsersPointsAverageRequestEntityTooLarge() *GetGamificationScorecardsUsersPointsAverageRequestEntityTooLarge

NewGetGamificationScorecardsUsersPointsAverageRequestEntityTooLarge creates a GetGamificationScorecardsUsersPointsAverageRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsUsersPointsAverageRequestEntityTooLarge) Error

func (*GetGamificationScorecardsUsersPointsAverageRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsUsersPointsAverageRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards users points average request entity too large response has a 4xx status code

func (*GetGamificationScorecardsUsersPointsAverageRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards users points average request entity too large response a status code equal to that given

func (*GetGamificationScorecardsUsersPointsAverageRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards users points average request entity too large response has a 3xx status code

func (*GetGamificationScorecardsUsersPointsAverageRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards users points average request entity too large response has a 5xx status code

func (*GetGamificationScorecardsUsersPointsAverageRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards users points average request entity too large response has a 2xx status code

func (*GetGamificationScorecardsUsersPointsAverageRequestEntityTooLarge) String

type GetGamificationScorecardsUsersPointsAverageRequestTimeout

type GetGamificationScorecardsUsersPointsAverageRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersPointsAverageRequestTimeout 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 NewGetGamificationScorecardsUsersPointsAverageRequestTimeout

func NewGetGamificationScorecardsUsersPointsAverageRequestTimeout() *GetGamificationScorecardsUsersPointsAverageRequestTimeout

NewGetGamificationScorecardsUsersPointsAverageRequestTimeout creates a GetGamificationScorecardsUsersPointsAverageRequestTimeout with default headers values

func (*GetGamificationScorecardsUsersPointsAverageRequestTimeout) Error

func (*GetGamificationScorecardsUsersPointsAverageRequestTimeout) GetPayload

func (*GetGamificationScorecardsUsersPointsAverageRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards users points average request timeout response has a 4xx status code

func (*GetGamificationScorecardsUsersPointsAverageRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards users points average request timeout response a status code equal to that given

func (*GetGamificationScorecardsUsersPointsAverageRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards users points average request timeout response has a 3xx status code

func (*GetGamificationScorecardsUsersPointsAverageRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards users points average request timeout response has a 5xx status code

func (*GetGamificationScorecardsUsersPointsAverageRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards users points average request timeout response has a 2xx status code

func (*GetGamificationScorecardsUsersPointsAverageRequestTimeout) String

type GetGamificationScorecardsUsersPointsAverageServiceUnavailable

type GetGamificationScorecardsUsersPointsAverageServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersPointsAverageServiceUnavailable 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 NewGetGamificationScorecardsUsersPointsAverageServiceUnavailable

func NewGetGamificationScorecardsUsersPointsAverageServiceUnavailable() *GetGamificationScorecardsUsersPointsAverageServiceUnavailable

NewGetGamificationScorecardsUsersPointsAverageServiceUnavailable creates a GetGamificationScorecardsUsersPointsAverageServiceUnavailable with default headers values

func (*GetGamificationScorecardsUsersPointsAverageServiceUnavailable) Error

func (*GetGamificationScorecardsUsersPointsAverageServiceUnavailable) GetPayload

func (*GetGamificationScorecardsUsersPointsAverageServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards users points average service unavailable response has a 4xx status code

func (*GetGamificationScorecardsUsersPointsAverageServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards users points average service unavailable response a status code equal to that given

func (*GetGamificationScorecardsUsersPointsAverageServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards users points average service unavailable response has a 3xx status code

func (*GetGamificationScorecardsUsersPointsAverageServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards users points average service unavailable response has a 5xx status code

func (*GetGamificationScorecardsUsersPointsAverageServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards users points average service unavailable response has a 2xx status code

func (*GetGamificationScorecardsUsersPointsAverageServiceUnavailable) String

type GetGamificationScorecardsUsersPointsAverageTooManyRequests

type GetGamificationScorecardsUsersPointsAverageTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersPointsAverageTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsUsersPointsAverageTooManyRequests

func NewGetGamificationScorecardsUsersPointsAverageTooManyRequests() *GetGamificationScorecardsUsersPointsAverageTooManyRequests

NewGetGamificationScorecardsUsersPointsAverageTooManyRequests creates a GetGamificationScorecardsUsersPointsAverageTooManyRequests with default headers values

func (*GetGamificationScorecardsUsersPointsAverageTooManyRequests) Error

func (*GetGamificationScorecardsUsersPointsAverageTooManyRequests) GetPayload

func (*GetGamificationScorecardsUsersPointsAverageTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards users points average too many requests response has a 4xx status code

func (*GetGamificationScorecardsUsersPointsAverageTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards users points average too many requests response a status code equal to that given

func (*GetGamificationScorecardsUsersPointsAverageTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards users points average too many requests response has a 3xx status code

func (*GetGamificationScorecardsUsersPointsAverageTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards users points average too many requests response has a 5xx status code

func (*GetGamificationScorecardsUsersPointsAverageTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards users points average too many requests response has a 2xx status code

func (*GetGamificationScorecardsUsersPointsAverageTooManyRequests) String

type GetGamificationScorecardsUsersPointsAverageUnauthorized

type GetGamificationScorecardsUsersPointsAverageUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersPointsAverageUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsUsersPointsAverageUnauthorized

func NewGetGamificationScorecardsUsersPointsAverageUnauthorized() *GetGamificationScorecardsUsersPointsAverageUnauthorized

NewGetGamificationScorecardsUsersPointsAverageUnauthorized creates a GetGamificationScorecardsUsersPointsAverageUnauthorized with default headers values

func (*GetGamificationScorecardsUsersPointsAverageUnauthorized) Error

func (*GetGamificationScorecardsUsersPointsAverageUnauthorized) GetPayload

func (*GetGamificationScorecardsUsersPointsAverageUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards users points average unauthorized response has a 4xx status code

func (*GetGamificationScorecardsUsersPointsAverageUnauthorized) IsCode

IsCode returns true when this get gamification scorecards users points average unauthorized response a status code equal to that given

func (*GetGamificationScorecardsUsersPointsAverageUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards users points average unauthorized response has a 3xx status code

func (*GetGamificationScorecardsUsersPointsAverageUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards users points average unauthorized response has a 5xx status code

func (*GetGamificationScorecardsUsersPointsAverageUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards users points average unauthorized response has a 2xx status code

func (*GetGamificationScorecardsUsersPointsAverageUnauthorized) String

type GetGamificationScorecardsUsersPointsAverageUnsupportedMediaType

type GetGamificationScorecardsUsersPointsAverageUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersPointsAverageUnsupportedMediaType 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 NewGetGamificationScorecardsUsersPointsAverageUnsupportedMediaType

func NewGetGamificationScorecardsUsersPointsAverageUnsupportedMediaType() *GetGamificationScorecardsUsersPointsAverageUnsupportedMediaType

NewGetGamificationScorecardsUsersPointsAverageUnsupportedMediaType creates a GetGamificationScorecardsUsersPointsAverageUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsUsersPointsAverageUnsupportedMediaType) Error

func (*GetGamificationScorecardsUsersPointsAverageUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsUsersPointsAverageUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards users points average unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsUsersPointsAverageUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards users points average unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsUsersPointsAverageUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards users points average unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsUsersPointsAverageUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards users points average unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsUsersPointsAverageUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards users points average unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsUsersPointsAverageUnsupportedMediaType) String

type GetGamificationScorecardsUsersValuesAverageBadRequest

type GetGamificationScorecardsUsersValuesAverageBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesAverageBadRequest 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 NewGetGamificationScorecardsUsersValuesAverageBadRequest

func NewGetGamificationScorecardsUsersValuesAverageBadRequest() *GetGamificationScorecardsUsersValuesAverageBadRequest

NewGetGamificationScorecardsUsersValuesAverageBadRequest creates a GetGamificationScorecardsUsersValuesAverageBadRequest with default headers values

func (*GetGamificationScorecardsUsersValuesAverageBadRequest) Error

func (*GetGamificationScorecardsUsersValuesAverageBadRequest) GetPayload

func (*GetGamificationScorecardsUsersValuesAverageBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards users values average bad request response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesAverageBadRequest) IsCode

IsCode returns true when this get gamification scorecards users values average bad request response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesAverageBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards users values average bad request response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesAverageBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards users values average bad request response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesAverageBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards users values average bad request response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesAverageBadRequest) String

type GetGamificationScorecardsUsersValuesAverageForbidden

type GetGamificationScorecardsUsersValuesAverageForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesAverageForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsUsersValuesAverageForbidden

func NewGetGamificationScorecardsUsersValuesAverageForbidden() *GetGamificationScorecardsUsersValuesAverageForbidden

NewGetGamificationScorecardsUsersValuesAverageForbidden creates a GetGamificationScorecardsUsersValuesAverageForbidden with default headers values

func (*GetGamificationScorecardsUsersValuesAverageForbidden) Error

func (*GetGamificationScorecardsUsersValuesAverageForbidden) GetPayload

func (*GetGamificationScorecardsUsersValuesAverageForbidden) IsClientError

IsClientError returns true when this get gamification scorecards users values average forbidden response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesAverageForbidden) IsCode

IsCode returns true when this get gamification scorecards users values average forbidden response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesAverageForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards users values average forbidden response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesAverageForbidden) IsServerError

IsServerError returns true when this get gamification scorecards users values average forbidden response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesAverageForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards users values average forbidden response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesAverageForbidden) String

type GetGamificationScorecardsUsersValuesAverageGatewayTimeout

type GetGamificationScorecardsUsersValuesAverageGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesAverageGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsUsersValuesAverageGatewayTimeout

func NewGetGamificationScorecardsUsersValuesAverageGatewayTimeout() *GetGamificationScorecardsUsersValuesAverageGatewayTimeout

NewGetGamificationScorecardsUsersValuesAverageGatewayTimeout creates a GetGamificationScorecardsUsersValuesAverageGatewayTimeout with default headers values

func (*GetGamificationScorecardsUsersValuesAverageGatewayTimeout) Error

func (*GetGamificationScorecardsUsersValuesAverageGatewayTimeout) GetPayload

func (*GetGamificationScorecardsUsersValuesAverageGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards users values average gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesAverageGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards users values average gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesAverageGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards users values average gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesAverageGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards users values average gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesAverageGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards users values average gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesAverageGatewayTimeout) String

type GetGamificationScorecardsUsersValuesAverageInternalServerError

type GetGamificationScorecardsUsersValuesAverageInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesAverageInternalServerError 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 NewGetGamificationScorecardsUsersValuesAverageInternalServerError

func NewGetGamificationScorecardsUsersValuesAverageInternalServerError() *GetGamificationScorecardsUsersValuesAverageInternalServerError

NewGetGamificationScorecardsUsersValuesAverageInternalServerError creates a GetGamificationScorecardsUsersValuesAverageInternalServerError with default headers values

func (*GetGamificationScorecardsUsersValuesAverageInternalServerError) Error

func (*GetGamificationScorecardsUsersValuesAverageInternalServerError) GetPayload

func (*GetGamificationScorecardsUsersValuesAverageInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards users values average internal server error response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesAverageInternalServerError) IsCode

IsCode returns true when this get gamification scorecards users values average internal server error response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesAverageInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards users values average internal server error response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesAverageInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards users values average internal server error response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesAverageInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards users values average internal server error response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesAverageInternalServerError) String

type GetGamificationScorecardsUsersValuesAverageNotFound

type GetGamificationScorecardsUsersValuesAverageNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesAverageNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsUsersValuesAverageNotFound

func NewGetGamificationScorecardsUsersValuesAverageNotFound() *GetGamificationScorecardsUsersValuesAverageNotFound

NewGetGamificationScorecardsUsersValuesAverageNotFound creates a GetGamificationScorecardsUsersValuesAverageNotFound with default headers values

func (*GetGamificationScorecardsUsersValuesAverageNotFound) Error

func (*GetGamificationScorecardsUsersValuesAverageNotFound) GetPayload

func (*GetGamificationScorecardsUsersValuesAverageNotFound) IsClientError

IsClientError returns true when this get gamification scorecards users values average not found response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesAverageNotFound) IsCode

IsCode returns true when this get gamification scorecards users values average not found response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesAverageNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards users values average not found response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesAverageNotFound) IsServerError

IsServerError returns true when this get gamification scorecards users values average not found response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesAverageNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards users values average not found response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesAverageNotFound) String

type GetGamificationScorecardsUsersValuesAverageOK

type GetGamificationScorecardsUsersValuesAverageOK struct {
	Payload *models.SingleWorkdayAverageValues
}

GetGamificationScorecardsUsersValuesAverageOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsUsersValuesAverageOK

func NewGetGamificationScorecardsUsersValuesAverageOK() *GetGamificationScorecardsUsersValuesAverageOK

NewGetGamificationScorecardsUsersValuesAverageOK creates a GetGamificationScorecardsUsersValuesAverageOK with default headers values

func (*GetGamificationScorecardsUsersValuesAverageOK) Error

func (*GetGamificationScorecardsUsersValuesAverageOK) GetPayload

func (*GetGamificationScorecardsUsersValuesAverageOK) IsClientError

IsClientError returns true when this get gamification scorecards users values average o k response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesAverageOK) IsCode

IsCode returns true when this get gamification scorecards users values average o k response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesAverageOK) IsRedirect

IsRedirect returns true when this get gamification scorecards users values average o k response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesAverageOK) IsServerError

IsServerError returns true when this get gamification scorecards users values average o k response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesAverageOK) IsSuccess

IsSuccess returns true when this get gamification scorecards users values average o k response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesAverageOK) String

type GetGamificationScorecardsUsersValuesAverageParams

type GetGamificationScorecardsUsersValuesAverageParams struct {

	/* FilterID.

	   ID for the filter type. For example, division Id
	*/
	FilterID string

	/* FilterType.

	   Filter type for the query request.
	*/
	FilterType string

	/* TimeZone.

	   Timezone for the workday. Defaults to UTC

	   Default: "UTC"
	*/
	TimeZone *string

	/* Workday.

	   The target workday. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	Workday strfmt.Date

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsUsersValuesAverageParams contains all the parameters to send to the API endpoint

for the get gamification scorecards users values average operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsUsersValuesAverageParams

func NewGetGamificationScorecardsUsersValuesAverageParams() *GetGamificationScorecardsUsersValuesAverageParams

NewGetGamificationScorecardsUsersValuesAverageParams creates a new GetGamificationScorecardsUsersValuesAverageParams 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 NewGetGamificationScorecardsUsersValuesAverageParamsWithContext

func NewGetGamificationScorecardsUsersValuesAverageParamsWithContext(ctx context.Context) *GetGamificationScorecardsUsersValuesAverageParams

NewGetGamificationScorecardsUsersValuesAverageParamsWithContext creates a new GetGamificationScorecardsUsersValuesAverageParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsUsersValuesAverageParamsWithHTTPClient

func NewGetGamificationScorecardsUsersValuesAverageParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsUsersValuesAverageParams

NewGetGamificationScorecardsUsersValuesAverageParamsWithHTTPClient creates a new GetGamificationScorecardsUsersValuesAverageParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsUsersValuesAverageParamsWithTimeout

func NewGetGamificationScorecardsUsersValuesAverageParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsUsersValuesAverageParams

NewGetGamificationScorecardsUsersValuesAverageParamsWithTimeout creates a new GetGamificationScorecardsUsersValuesAverageParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsUsersValuesAverageParams) SetContext

SetContext adds the context to the get gamification scorecards users values average params

func (*GetGamificationScorecardsUsersValuesAverageParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards users values average params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUsersValuesAverageParams) SetFilterID

SetFilterID adds the filterId to the get gamification scorecards users values average params

func (*GetGamificationScorecardsUsersValuesAverageParams) SetFilterType

func (o *GetGamificationScorecardsUsersValuesAverageParams) SetFilterType(filterType string)

SetFilterType adds the filterType to the get gamification scorecards users values average params

func (*GetGamificationScorecardsUsersValuesAverageParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get gamification scorecards users values average params

func (*GetGamificationScorecardsUsersValuesAverageParams) SetTimeZone

SetTimeZone adds the timeZone to the get gamification scorecards users values average params

func (*GetGamificationScorecardsUsersValuesAverageParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards users values average params

func (*GetGamificationScorecardsUsersValuesAverageParams) SetWorkday

SetWorkday adds the workday to the get gamification scorecards users values average params

func (*GetGamificationScorecardsUsersValuesAverageParams) WithContext

WithContext adds the context to the get gamification scorecards users values average params

func (*GetGamificationScorecardsUsersValuesAverageParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards users values average params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUsersValuesAverageParams) WithFilterID

WithFilterID adds the filterID to the get gamification scorecards users values average params

func (*GetGamificationScorecardsUsersValuesAverageParams) WithFilterType

WithFilterType adds the filterType to the get gamification scorecards users values average params

func (*GetGamificationScorecardsUsersValuesAverageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards users values average params

func (*GetGamificationScorecardsUsersValuesAverageParams) WithTimeZone

WithTimeZone adds the timeZone to the get gamification scorecards users values average params

func (*GetGamificationScorecardsUsersValuesAverageParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards users values average params

func (*GetGamificationScorecardsUsersValuesAverageParams) WithWorkday

WithWorkday adds the workday to the get gamification scorecards users values average params

func (*GetGamificationScorecardsUsersValuesAverageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsUsersValuesAverageReader

type GetGamificationScorecardsUsersValuesAverageReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsUsersValuesAverageReader is a Reader for the GetGamificationScorecardsUsersValuesAverage structure.

func (*GetGamificationScorecardsUsersValuesAverageReader) ReadResponse

func (o *GetGamificationScorecardsUsersValuesAverageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsUsersValuesAverageRequestEntityTooLarge

type GetGamificationScorecardsUsersValuesAverageRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesAverageRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsUsersValuesAverageRequestEntityTooLarge

func NewGetGamificationScorecardsUsersValuesAverageRequestEntityTooLarge() *GetGamificationScorecardsUsersValuesAverageRequestEntityTooLarge

NewGetGamificationScorecardsUsersValuesAverageRequestEntityTooLarge creates a GetGamificationScorecardsUsersValuesAverageRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsUsersValuesAverageRequestEntityTooLarge) Error

func (*GetGamificationScorecardsUsersValuesAverageRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsUsersValuesAverageRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards users values average request entity too large response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesAverageRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards users values average request entity too large response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesAverageRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards users values average request entity too large response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesAverageRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards users values average request entity too large response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesAverageRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards users values average request entity too large response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesAverageRequestEntityTooLarge) String

type GetGamificationScorecardsUsersValuesAverageRequestTimeout

type GetGamificationScorecardsUsersValuesAverageRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesAverageRequestTimeout 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 NewGetGamificationScorecardsUsersValuesAverageRequestTimeout

func NewGetGamificationScorecardsUsersValuesAverageRequestTimeout() *GetGamificationScorecardsUsersValuesAverageRequestTimeout

NewGetGamificationScorecardsUsersValuesAverageRequestTimeout creates a GetGamificationScorecardsUsersValuesAverageRequestTimeout with default headers values

func (*GetGamificationScorecardsUsersValuesAverageRequestTimeout) Error

func (*GetGamificationScorecardsUsersValuesAverageRequestTimeout) GetPayload

func (*GetGamificationScorecardsUsersValuesAverageRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards users values average request timeout response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesAverageRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards users values average request timeout response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesAverageRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards users values average request timeout response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesAverageRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards users values average request timeout response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesAverageRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards users values average request timeout response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesAverageRequestTimeout) String

type GetGamificationScorecardsUsersValuesAverageServiceUnavailable

type GetGamificationScorecardsUsersValuesAverageServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesAverageServiceUnavailable 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 NewGetGamificationScorecardsUsersValuesAverageServiceUnavailable

func NewGetGamificationScorecardsUsersValuesAverageServiceUnavailable() *GetGamificationScorecardsUsersValuesAverageServiceUnavailable

NewGetGamificationScorecardsUsersValuesAverageServiceUnavailable creates a GetGamificationScorecardsUsersValuesAverageServiceUnavailable with default headers values

func (*GetGamificationScorecardsUsersValuesAverageServiceUnavailable) Error

func (*GetGamificationScorecardsUsersValuesAverageServiceUnavailable) GetPayload

func (*GetGamificationScorecardsUsersValuesAverageServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards users values average service unavailable response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesAverageServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards users values average service unavailable response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesAverageServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards users values average service unavailable response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesAverageServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards users values average service unavailable response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesAverageServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards users values average service unavailable response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesAverageServiceUnavailable) String

type GetGamificationScorecardsUsersValuesAverageTooManyRequests

type GetGamificationScorecardsUsersValuesAverageTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesAverageTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsUsersValuesAverageTooManyRequests

func NewGetGamificationScorecardsUsersValuesAverageTooManyRequests() *GetGamificationScorecardsUsersValuesAverageTooManyRequests

NewGetGamificationScorecardsUsersValuesAverageTooManyRequests creates a GetGamificationScorecardsUsersValuesAverageTooManyRequests with default headers values

func (*GetGamificationScorecardsUsersValuesAverageTooManyRequests) Error

func (*GetGamificationScorecardsUsersValuesAverageTooManyRequests) GetPayload

func (*GetGamificationScorecardsUsersValuesAverageTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards users values average too many requests response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesAverageTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards users values average too many requests response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesAverageTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards users values average too many requests response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesAverageTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards users values average too many requests response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesAverageTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards users values average too many requests response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesAverageTooManyRequests) String

type GetGamificationScorecardsUsersValuesAverageUnauthorized

type GetGamificationScorecardsUsersValuesAverageUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesAverageUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsUsersValuesAverageUnauthorized

func NewGetGamificationScorecardsUsersValuesAverageUnauthorized() *GetGamificationScorecardsUsersValuesAverageUnauthorized

NewGetGamificationScorecardsUsersValuesAverageUnauthorized creates a GetGamificationScorecardsUsersValuesAverageUnauthorized with default headers values

func (*GetGamificationScorecardsUsersValuesAverageUnauthorized) Error

func (*GetGamificationScorecardsUsersValuesAverageUnauthorized) GetPayload

func (*GetGamificationScorecardsUsersValuesAverageUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards users values average unauthorized response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesAverageUnauthorized) IsCode

IsCode returns true when this get gamification scorecards users values average unauthorized response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesAverageUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards users values average unauthorized response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesAverageUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards users values average unauthorized response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesAverageUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards users values average unauthorized response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesAverageUnauthorized) String

type GetGamificationScorecardsUsersValuesAverageUnsupportedMediaType

type GetGamificationScorecardsUsersValuesAverageUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesAverageUnsupportedMediaType 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 NewGetGamificationScorecardsUsersValuesAverageUnsupportedMediaType

func NewGetGamificationScorecardsUsersValuesAverageUnsupportedMediaType() *GetGamificationScorecardsUsersValuesAverageUnsupportedMediaType

NewGetGamificationScorecardsUsersValuesAverageUnsupportedMediaType creates a GetGamificationScorecardsUsersValuesAverageUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsUsersValuesAverageUnsupportedMediaType) Error

func (*GetGamificationScorecardsUsersValuesAverageUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsUsersValuesAverageUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards users values average unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesAverageUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards users values average unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesAverageUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards users values average unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesAverageUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards users values average unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesAverageUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards users values average unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesAverageUnsupportedMediaType) String

type GetGamificationScorecardsUsersValuesTrendsBadRequest

type GetGamificationScorecardsUsersValuesTrendsBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesTrendsBadRequest 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 NewGetGamificationScorecardsUsersValuesTrendsBadRequest

func NewGetGamificationScorecardsUsersValuesTrendsBadRequest() *GetGamificationScorecardsUsersValuesTrendsBadRequest

NewGetGamificationScorecardsUsersValuesTrendsBadRequest creates a GetGamificationScorecardsUsersValuesTrendsBadRequest with default headers values

func (*GetGamificationScorecardsUsersValuesTrendsBadRequest) Error

func (*GetGamificationScorecardsUsersValuesTrendsBadRequest) GetPayload

func (*GetGamificationScorecardsUsersValuesTrendsBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards users values trends bad request response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesTrendsBadRequest) IsCode

IsCode returns true when this get gamification scorecards users values trends bad request response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesTrendsBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards users values trends bad request response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesTrendsBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards users values trends bad request response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesTrendsBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards users values trends bad request response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesTrendsBadRequest) String

type GetGamificationScorecardsUsersValuesTrendsForbidden

type GetGamificationScorecardsUsersValuesTrendsForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesTrendsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsUsersValuesTrendsForbidden

func NewGetGamificationScorecardsUsersValuesTrendsForbidden() *GetGamificationScorecardsUsersValuesTrendsForbidden

NewGetGamificationScorecardsUsersValuesTrendsForbidden creates a GetGamificationScorecardsUsersValuesTrendsForbidden with default headers values

func (*GetGamificationScorecardsUsersValuesTrendsForbidden) Error

func (*GetGamificationScorecardsUsersValuesTrendsForbidden) GetPayload

func (*GetGamificationScorecardsUsersValuesTrendsForbidden) IsClientError

IsClientError returns true when this get gamification scorecards users values trends forbidden response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesTrendsForbidden) IsCode

IsCode returns true when this get gamification scorecards users values trends forbidden response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesTrendsForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards users values trends forbidden response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesTrendsForbidden) IsServerError

IsServerError returns true when this get gamification scorecards users values trends forbidden response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesTrendsForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards users values trends forbidden response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesTrendsForbidden) String

type GetGamificationScorecardsUsersValuesTrendsGatewayTimeout

type GetGamificationScorecardsUsersValuesTrendsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesTrendsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsUsersValuesTrendsGatewayTimeout

func NewGetGamificationScorecardsUsersValuesTrendsGatewayTimeout() *GetGamificationScorecardsUsersValuesTrendsGatewayTimeout

NewGetGamificationScorecardsUsersValuesTrendsGatewayTimeout creates a GetGamificationScorecardsUsersValuesTrendsGatewayTimeout with default headers values

func (*GetGamificationScorecardsUsersValuesTrendsGatewayTimeout) Error

func (*GetGamificationScorecardsUsersValuesTrendsGatewayTimeout) GetPayload

func (*GetGamificationScorecardsUsersValuesTrendsGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards users values trends gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesTrendsGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards users values trends gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesTrendsGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards users values trends gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesTrendsGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards users values trends gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesTrendsGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards users values trends gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesTrendsGatewayTimeout) String

type GetGamificationScorecardsUsersValuesTrendsInternalServerError

type GetGamificationScorecardsUsersValuesTrendsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesTrendsInternalServerError 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 NewGetGamificationScorecardsUsersValuesTrendsInternalServerError

func NewGetGamificationScorecardsUsersValuesTrendsInternalServerError() *GetGamificationScorecardsUsersValuesTrendsInternalServerError

NewGetGamificationScorecardsUsersValuesTrendsInternalServerError creates a GetGamificationScorecardsUsersValuesTrendsInternalServerError with default headers values

func (*GetGamificationScorecardsUsersValuesTrendsInternalServerError) Error

func (*GetGamificationScorecardsUsersValuesTrendsInternalServerError) GetPayload

func (*GetGamificationScorecardsUsersValuesTrendsInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards users values trends internal server error response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesTrendsInternalServerError) IsCode

IsCode returns true when this get gamification scorecards users values trends internal server error response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesTrendsInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards users values trends internal server error response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesTrendsInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards users values trends internal server error response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesTrendsInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards users values trends internal server error response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesTrendsInternalServerError) String

type GetGamificationScorecardsUsersValuesTrendsNotFound

type GetGamificationScorecardsUsersValuesTrendsNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesTrendsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsUsersValuesTrendsNotFound

func NewGetGamificationScorecardsUsersValuesTrendsNotFound() *GetGamificationScorecardsUsersValuesTrendsNotFound

NewGetGamificationScorecardsUsersValuesTrendsNotFound creates a GetGamificationScorecardsUsersValuesTrendsNotFound with default headers values

func (*GetGamificationScorecardsUsersValuesTrendsNotFound) Error

func (*GetGamificationScorecardsUsersValuesTrendsNotFound) GetPayload

func (*GetGamificationScorecardsUsersValuesTrendsNotFound) IsClientError

IsClientError returns true when this get gamification scorecards users values trends not found response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesTrendsNotFound) IsCode

IsCode returns true when this get gamification scorecards users values trends not found response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesTrendsNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards users values trends not found response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesTrendsNotFound) IsServerError

IsServerError returns true when this get gamification scorecards users values trends not found response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesTrendsNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards users values trends not found response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesTrendsNotFound) String

type GetGamificationScorecardsUsersValuesTrendsOK

type GetGamificationScorecardsUsersValuesTrendsOK struct {
	Payload *models.WorkdayValuesTrend
}

GetGamificationScorecardsUsersValuesTrendsOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsUsersValuesTrendsOK

func NewGetGamificationScorecardsUsersValuesTrendsOK() *GetGamificationScorecardsUsersValuesTrendsOK

NewGetGamificationScorecardsUsersValuesTrendsOK creates a GetGamificationScorecardsUsersValuesTrendsOK with default headers values

func (*GetGamificationScorecardsUsersValuesTrendsOK) Error

func (*GetGamificationScorecardsUsersValuesTrendsOK) GetPayload

func (*GetGamificationScorecardsUsersValuesTrendsOK) IsClientError

IsClientError returns true when this get gamification scorecards users values trends o k response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesTrendsOK) IsCode

IsCode returns true when this get gamification scorecards users values trends o k response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesTrendsOK) IsRedirect

IsRedirect returns true when this get gamification scorecards users values trends o k response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesTrendsOK) IsServerError

IsServerError returns true when this get gamification scorecards users values trends o k response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesTrendsOK) IsSuccess

IsSuccess returns true when this get gamification scorecards users values trends o k response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesTrendsOK) String

type GetGamificationScorecardsUsersValuesTrendsParams

type GetGamificationScorecardsUsersValuesTrendsParams struct {

	/* EndWorkday.

	   End workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	EndWorkday strfmt.Date

	/* FilterID.

	   ID for the filter type.
	*/
	FilterID string

	/* FilterType.

	   Filter type for the query request.
	*/
	FilterType string

	/* StartWorkday.

	   Start workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	StartWorkday strfmt.Date

	/* TimeZone.

	   Timezone for the workday. Defaults to UTC

	   Default: "UTC"
	*/
	TimeZone *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsUsersValuesTrendsParams contains all the parameters to send to the API endpoint

for the get gamification scorecards users values trends operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsUsersValuesTrendsParams

func NewGetGamificationScorecardsUsersValuesTrendsParams() *GetGamificationScorecardsUsersValuesTrendsParams

NewGetGamificationScorecardsUsersValuesTrendsParams creates a new GetGamificationScorecardsUsersValuesTrendsParams 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 NewGetGamificationScorecardsUsersValuesTrendsParamsWithContext

func NewGetGamificationScorecardsUsersValuesTrendsParamsWithContext(ctx context.Context) *GetGamificationScorecardsUsersValuesTrendsParams

NewGetGamificationScorecardsUsersValuesTrendsParamsWithContext creates a new GetGamificationScorecardsUsersValuesTrendsParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsUsersValuesTrendsParamsWithHTTPClient

func NewGetGamificationScorecardsUsersValuesTrendsParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsUsersValuesTrendsParams

NewGetGamificationScorecardsUsersValuesTrendsParamsWithHTTPClient creates a new GetGamificationScorecardsUsersValuesTrendsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsUsersValuesTrendsParamsWithTimeout

func NewGetGamificationScorecardsUsersValuesTrendsParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsUsersValuesTrendsParams

NewGetGamificationScorecardsUsersValuesTrendsParamsWithTimeout creates a new GetGamificationScorecardsUsersValuesTrendsParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsUsersValuesTrendsParams) SetContext

SetContext adds the context to the get gamification scorecards users values trends params

func (*GetGamificationScorecardsUsersValuesTrendsParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards users values trends params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUsersValuesTrendsParams) SetEndWorkday

func (o *GetGamificationScorecardsUsersValuesTrendsParams) SetEndWorkday(endWorkday strfmt.Date)

SetEndWorkday adds the endWorkday to the get gamification scorecards users values trends params

func (*GetGamificationScorecardsUsersValuesTrendsParams) SetFilterID

SetFilterID adds the filterId to the get gamification scorecards users values trends params

func (*GetGamificationScorecardsUsersValuesTrendsParams) SetFilterType

func (o *GetGamificationScorecardsUsersValuesTrendsParams) SetFilterType(filterType string)

SetFilterType adds the filterType to the get gamification scorecards users values trends params

func (*GetGamificationScorecardsUsersValuesTrendsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get gamification scorecards users values trends params

func (*GetGamificationScorecardsUsersValuesTrendsParams) SetStartWorkday

func (o *GetGamificationScorecardsUsersValuesTrendsParams) SetStartWorkday(startWorkday strfmt.Date)

SetStartWorkday adds the startWorkday to the get gamification scorecards users values trends params

func (*GetGamificationScorecardsUsersValuesTrendsParams) SetTimeZone

func (o *GetGamificationScorecardsUsersValuesTrendsParams) SetTimeZone(timeZone *string)

SetTimeZone adds the timeZone to the get gamification scorecards users values trends params

func (*GetGamificationScorecardsUsersValuesTrendsParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards users values trends params

func (*GetGamificationScorecardsUsersValuesTrendsParams) WithContext

WithContext adds the context to the get gamification scorecards users values trends params

func (*GetGamificationScorecardsUsersValuesTrendsParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards users values trends params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsUsersValuesTrendsParams) WithEndWorkday

WithEndWorkday adds the endWorkday to the get gamification scorecards users values trends params

func (*GetGamificationScorecardsUsersValuesTrendsParams) WithFilterID

WithFilterID adds the filterID to the get gamification scorecards users values trends params

func (*GetGamificationScorecardsUsersValuesTrendsParams) WithFilterType

WithFilterType adds the filterType to the get gamification scorecards users values trends params

func (*GetGamificationScorecardsUsersValuesTrendsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards users values trends params

func (*GetGamificationScorecardsUsersValuesTrendsParams) WithStartWorkday

WithStartWorkday adds the startWorkday to the get gamification scorecards users values trends params

func (*GetGamificationScorecardsUsersValuesTrendsParams) WithTimeZone

WithTimeZone adds the timeZone to the get gamification scorecards users values trends params

func (*GetGamificationScorecardsUsersValuesTrendsParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards users values trends params

func (*GetGamificationScorecardsUsersValuesTrendsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsUsersValuesTrendsReader

type GetGamificationScorecardsUsersValuesTrendsReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsUsersValuesTrendsReader is a Reader for the GetGamificationScorecardsUsersValuesTrends structure.

func (*GetGamificationScorecardsUsersValuesTrendsReader) ReadResponse

func (o *GetGamificationScorecardsUsersValuesTrendsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsUsersValuesTrendsRequestEntityTooLarge

type GetGamificationScorecardsUsersValuesTrendsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesTrendsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsUsersValuesTrendsRequestEntityTooLarge

func NewGetGamificationScorecardsUsersValuesTrendsRequestEntityTooLarge() *GetGamificationScorecardsUsersValuesTrendsRequestEntityTooLarge

NewGetGamificationScorecardsUsersValuesTrendsRequestEntityTooLarge creates a GetGamificationScorecardsUsersValuesTrendsRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsUsersValuesTrendsRequestEntityTooLarge) Error

func (*GetGamificationScorecardsUsersValuesTrendsRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsUsersValuesTrendsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards users values trends request entity too large response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesTrendsRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards users values trends request entity too large response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesTrendsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards users values trends request entity too large response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesTrendsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards users values trends request entity too large response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesTrendsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards users values trends request entity too large response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesTrendsRequestEntityTooLarge) String

type GetGamificationScorecardsUsersValuesTrendsRequestTimeout

type GetGamificationScorecardsUsersValuesTrendsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesTrendsRequestTimeout 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 NewGetGamificationScorecardsUsersValuesTrendsRequestTimeout

func NewGetGamificationScorecardsUsersValuesTrendsRequestTimeout() *GetGamificationScorecardsUsersValuesTrendsRequestTimeout

NewGetGamificationScorecardsUsersValuesTrendsRequestTimeout creates a GetGamificationScorecardsUsersValuesTrendsRequestTimeout with default headers values

func (*GetGamificationScorecardsUsersValuesTrendsRequestTimeout) Error

func (*GetGamificationScorecardsUsersValuesTrendsRequestTimeout) GetPayload

func (*GetGamificationScorecardsUsersValuesTrendsRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards users values trends request timeout response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesTrendsRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards users values trends request timeout response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesTrendsRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards users values trends request timeout response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesTrendsRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards users values trends request timeout response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesTrendsRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards users values trends request timeout response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesTrendsRequestTimeout) String

type GetGamificationScorecardsUsersValuesTrendsServiceUnavailable

type GetGamificationScorecardsUsersValuesTrendsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesTrendsServiceUnavailable 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 NewGetGamificationScorecardsUsersValuesTrendsServiceUnavailable

func NewGetGamificationScorecardsUsersValuesTrendsServiceUnavailable() *GetGamificationScorecardsUsersValuesTrendsServiceUnavailable

NewGetGamificationScorecardsUsersValuesTrendsServiceUnavailable creates a GetGamificationScorecardsUsersValuesTrendsServiceUnavailable with default headers values

func (*GetGamificationScorecardsUsersValuesTrendsServiceUnavailable) Error

func (*GetGamificationScorecardsUsersValuesTrendsServiceUnavailable) GetPayload

func (*GetGamificationScorecardsUsersValuesTrendsServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards users values trends service unavailable response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesTrendsServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards users values trends service unavailable response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesTrendsServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards users values trends service unavailable response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesTrendsServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards users values trends service unavailable response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesTrendsServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards users values trends service unavailable response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesTrendsServiceUnavailable) String

type GetGamificationScorecardsUsersValuesTrendsTooManyRequests

type GetGamificationScorecardsUsersValuesTrendsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesTrendsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsUsersValuesTrendsTooManyRequests

func NewGetGamificationScorecardsUsersValuesTrendsTooManyRequests() *GetGamificationScorecardsUsersValuesTrendsTooManyRequests

NewGetGamificationScorecardsUsersValuesTrendsTooManyRequests creates a GetGamificationScorecardsUsersValuesTrendsTooManyRequests with default headers values

func (*GetGamificationScorecardsUsersValuesTrendsTooManyRequests) Error

func (*GetGamificationScorecardsUsersValuesTrendsTooManyRequests) GetPayload

func (*GetGamificationScorecardsUsersValuesTrendsTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards users values trends too many requests response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesTrendsTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards users values trends too many requests response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesTrendsTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards users values trends too many requests response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesTrendsTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards users values trends too many requests response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesTrendsTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards users values trends too many requests response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesTrendsTooManyRequests) String

type GetGamificationScorecardsUsersValuesTrendsUnauthorized

type GetGamificationScorecardsUsersValuesTrendsUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesTrendsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsUsersValuesTrendsUnauthorized

func NewGetGamificationScorecardsUsersValuesTrendsUnauthorized() *GetGamificationScorecardsUsersValuesTrendsUnauthorized

NewGetGamificationScorecardsUsersValuesTrendsUnauthorized creates a GetGamificationScorecardsUsersValuesTrendsUnauthorized with default headers values

func (*GetGamificationScorecardsUsersValuesTrendsUnauthorized) Error

func (*GetGamificationScorecardsUsersValuesTrendsUnauthorized) GetPayload

func (*GetGamificationScorecardsUsersValuesTrendsUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards users values trends unauthorized response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesTrendsUnauthorized) IsCode

IsCode returns true when this get gamification scorecards users values trends unauthorized response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesTrendsUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards users values trends unauthorized response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesTrendsUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards users values trends unauthorized response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesTrendsUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards users values trends unauthorized response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesTrendsUnauthorized) String

type GetGamificationScorecardsUsersValuesTrendsUnsupportedMediaType

type GetGamificationScorecardsUsersValuesTrendsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsUsersValuesTrendsUnsupportedMediaType 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 NewGetGamificationScorecardsUsersValuesTrendsUnsupportedMediaType

func NewGetGamificationScorecardsUsersValuesTrendsUnsupportedMediaType() *GetGamificationScorecardsUsersValuesTrendsUnsupportedMediaType

NewGetGamificationScorecardsUsersValuesTrendsUnsupportedMediaType creates a GetGamificationScorecardsUsersValuesTrendsUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsUsersValuesTrendsUnsupportedMediaType) Error

func (*GetGamificationScorecardsUsersValuesTrendsUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsUsersValuesTrendsUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards users values trends unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsUsersValuesTrendsUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards users values trends unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsUsersValuesTrendsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards users values trends unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsUsersValuesTrendsUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards users values trends unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsUsersValuesTrendsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards users values trends unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsUsersValuesTrendsUnsupportedMediaType) String

type GetGamificationScorecardsValuesAverageBadRequest

type GetGamificationScorecardsValuesAverageBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesAverageBadRequest 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 NewGetGamificationScorecardsValuesAverageBadRequest

func NewGetGamificationScorecardsValuesAverageBadRequest() *GetGamificationScorecardsValuesAverageBadRequest

NewGetGamificationScorecardsValuesAverageBadRequest creates a GetGamificationScorecardsValuesAverageBadRequest with default headers values

func (*GetGamificationScorecardsValuesAverageBadRequest) Error

func (*GetGamificationScorecardsValuesAverageBadRequest) GetPayload

func (*GetGamificationScorecardsValuesAverageBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards values average bad request response has a 4xx status code

func (*GetGamificationScorecardsValuesAverageBadRequest) IsCode

IsCode returns true when this get gamification scorecards values average bad request response a status code equal to that given

func (*GetGamificationScorecardsValuesAverageBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards values average bad request response has a 3xx status code

func (*GetGamificationScorecardsValuesAverageBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards values average bad request response has a 5xx status code

func (*GetGamificationScorecardsValuesAverageBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards values average bad request response has a 2xx status code

func (*GetGamificationScorecardsValuesAverageBadRequest) String

type GetGamificationScorecardsValuesAverageForbidden

type GetGamificationScorecardsValuesAverageForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesAverageForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsValuesAverageForbidden

func NewGetGamificationScorecardsValuesAverageForbidden() *GetGamificationScorecardsValuesAverageForbidden

NewGetGamificationScorecardsValuesAverageForbidden creates a GetGamificationScorecardsValuesAverageForbidden with default headers values

func (*GetGamificationScorecardsValuesAverageForbidden) Error

func (*GetGamificationScorecardsValuesAverageForbidden) GetPayload

func (*GetGamificationScorecardsValuesAverageForbidden) IsClientError

IsClientError returns true when this get gamification scorecards values average forbidden response has a 4xx status code

func (*GetGamificationScorecardsValuesAverageForbidden) IsCode

IsCode returns true when this get gamification scorecards values average forbidden response a status code equal to that given

func (*GetGamificationScorecardsValuesAverageForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards values average forbidden response has a 3xx status code

func (*GetGamificationScorecardsValuesAverageForbidden) IsServerError

IsServerError returns true when this get gamification scorecards values average forbidden response has a 5xx status code

func (*GetGamificationScorecardsValuesAverageForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards values average forbidden response has a 2xx status code

func (*GetGamificationScorecardsValuesAverageForbidden) String

type GetGamificationScorecardsValuesAverageGatewayTimeout

type GetGamificationScorecardsValuesAverageGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesAverageGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsValuesAverageGatewayTimeout

func NewGetGamificationScorecardsValuesAverageGatewayTimeout() *GetGamificationScorecardsValuesAverageGatewayTimeout

NewGetGamificationScorecardsValuesAverageGatewayTimeout creates a GetGamificationScorecardsValuesAverageGatewayTimeout with default headers values

func (*GetGamificationScorecardsValuesAverageGatewayTimeout) Error

func (*GetGamificationScorecardsValuesAverageGatewayTimeout) GetPayload

func (*GetGamificationScorecardsValuesAverageGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards values average gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsValuesAverageGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards values average gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsValuesAverageGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards values average gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsValuesAverageGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards values average gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsValuesAverageGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards values average gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsValuesAverageGatewayTimeout) String

type GetGamificationScorecardsValuesAverageInternalServerError

type GetGamificationScorecardsValuesAverageInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesAverageInternalServerError 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 NewGetGamificationScorecardsValuesAverageInternalServerError

func NewGetGamificationScorecardsValuesAverageInternalServerError() *GetGamificationScorecardsValuesAverageInternalServerError

NewGetGamificationScorecardsValuesAverageInternalServerError creates a GetGamificationScorecardsValuesAverageInternalServerError with default headers values

func (*GetGamificationScorecardsValuesAverageInternalServerError) Error

func (*GetGamificationScorecardsValuesAverageInternalServerError) GetPayload

func (*GetGamificationScorecardsValuesAverageInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards values average internal server error response has a 4xx status code

func (*GetGamificationScorecardsValuesAverageInternalServerError) IsCode

IsCode returns true when this get gamification scorecards values average internal server error response a status code equal to that given

func (*GetGamificationScorecardsValuesAverageInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards values average internal server error response has a 3xx status code

func (*GetGamificationScorecardsValuesAverageInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards values average internal server error response has a 5xx status code

func (*GetGamificationScorecardsValuesAverageInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards values average internal server error response has a 2xx status code

func (*GetGamificationScorecardsValuesAverageInternalServerError) String

type GetGamificationScorecardsValuesAverageNotFound

type GetGamificationScorecardsValuesAverageNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesAverageNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsValuesAverageNotFound

func NewGetGamificationScorecardsValuesAverageNotFound() *GetGamificationScorecardsValuesAverageNotFound

NewGetGamificationScorecardsValuesAverageNotFound creates a GetGamificationScorecardsValuesAverageNotFound with default headers values

func (*GetGamificationScorecardsValuesAverageNotFound) Error

func (*GetGamificationScorecardsValuesAverageNotFound) GetPayload

func (*GetGamificationScorecardsValuesAverageNotFound) IsClientError

IsClientError returns true when this get gamification scorecards values average not found response has a 4xx status code

func (*GetGamificationScorecardsValuesAverageNotFound) IsCode

IsCode returns true when this get gamification scorecards values average not found response a status code equal to that given

func (*GetGamificationScorecardsValuesAverageNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards values average not found response has a 3xx status code

func (*GetGamificationScorecardsValuesAverageNotFound) IsServerError

IsServerError returns true when this get gamification scorecards values average not found response has a 5xx status code

func (*GetGamificationScorecardsValuesAverageNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards values average not found response has a 2xx status code

func (*GetGamificationScorecardsValuesAverageNotFound) String

type GetGamificationScorecardsValuesAverageOK

type GetGamificationScorecardsValuesAverageOK struct {
	Payload *models.SingleWorkdayAverageValues
}

GetGamificationScorecardsValuesAverageOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsValuesAverageOK

func NewGetGamificationScorecardsValuesAverageOK() *GetGamificationScorecardsValuesAverageOK

NewGetGamificationScorecardsValuesAverageOK creates a GetGamificationScorecardsValuesAverageOK with default headers values

func (*GetGamificationScorecardsValuesAverageOK) Error

func (*GetGamificationScorecardsValuesAverageOK) GetPayload

func (*GetGamificationScorecardsValuesAverageOK) IsClientError

IsClientError returns true when this get gamification scorecards values average o k response has a 4xx status code

func (*GetGamificationScorecardsValuesAverageOK) IsCode

IsCode returns true when this get gamification scorecards values average o k response a status code equal to that given

func (*GetGamificationScorecardsValuesAverageOK) IsRedirect

IsRedirect returns true when this get gamification scorecards values average o k response has a 3xx status code

func (*GetGamificationScorecardsValuesAverageOK) IsServerError

IsServerError returns true when this get gamification scorecards values average o k response has a 5xx status code

func (*GetGamificationScorecardsValuesAverageOK) IsSuccess

IsSuccess returns true when this get gamification scorecards values average o k response has a 2xx status code

func (*GetGamificationScorecardsValuesAverageOK) String

type GetGamificationScorecardsValuesAverageParams

type GetGamificationScorecardsValuesAverageParams struct {

	/* TimeZone.

	   Timezone for the workday. Defaults to UTC

	   Default: "UTC"
	*/
	TimeZone *string

	/* Workday.

	   The target workday. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	Workday strfmt.Date

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsValuesAverageParams contains all the parameters to send to the API endpoint

for the get gamification scorecards values average operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsValuesAverageParams

func NewGetGamificationScorecardsValuesAverageParams() *GetGamificationScorecardsValuesAverageParams

NewGetGamificationScorecardsValuesAverageParams creates a new GetGamificationScorecardsValuesAverageParams 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 NewGetGamificationScorecardsValuesAverageParamsWithContext

func NewGetGamificationScorecardsValuesAverageParamsWithContext(ctx context.Context) *GetGamificationScorecardsValuesAverageParams

NewGetGamificationScorecardsValuesAverageParamsWithContext creates a new GetGamificationScorecardsValuesAverageParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsValuesAverageParamsWithHTTPClient

func NewGetGamificationScorecardsValuesAverageParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsValuesAverageParams

NewGetGamificationScorecardsValuesAverageParamsWithHTTPClient creates a new GetGamificationScorecardsValuesAverageParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsValuesAverageParamsWithTimeout

func NewGetGamificationScorecardsValuesAverageParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsValuesAverageParams

NewGetGamificationScorecardsValuesAverageParamsWithTimeout creates a new GetGamificationScorecardsValuesAverageParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsValuesAverageParams) SetContext

SetContext adds the context to the get gamification scorecards values average params

func (*GetGamificationScorecardsValuesAverageParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards values average params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsValuesAverageParams) SetHTTPClient

func (o *GetGamificationScorecardsValuesAverageParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gamification scorecards values average params

func (*GetGamificationScorecardsValuesAverageParams) SetTimeZone

func (o *GetGamificationScorecardsValuesAverageParams) SetTimeZone(timeZone *string)

SetTimeZone adds the timeZone to the get gamification scorecards values average params

func (*GetGamificationScorecardsValuesAverageParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards values average params

func (*GetGamificationScorecardsValuesAverageParams) SetWorkday

SetWorkday adds the workday to the get gamification scorecards values average params

func (*GetGamificationScorecardsValuesAverageParams) WithContext

WithContext adds the context to the get gamification scorecards values average params

func (*GetGamificationScorecardsValuesAverageParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards values average params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsValuesAverageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards values average params

func (*GetGamificationScorecardsValuesAverageParams) WithTimeZone

WithTimeZone adds the timeZone to the get gamification scorecards values average params

func (*GetGamificationScorecardsValuesAverageParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards values average params

func (*GetGamificationScorecardsValuesAverageParams) WithWorkday

WithWorkday adds the workday to the get gamification scorecards values average params

func (*GetGamificationScorecardsValuesAverageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsValuesAverageReader

type GetGamificationScorecardsValuesAverageReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsValuesAverageReader is a Reader for the GetGamificationScorecardsValuesAverage structure.

func (*GetGamificationScorecardsValuesAverageReader) ReadResponse

func (o *GetGamificationScorecardsValuesAverageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsValuesAverageRequestEntityTooLarge

type GetGamificationScorecardsValuesAverageRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesAverageRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsValuesAverageRequestEntityTooLarge

func NewGetGamificationScorecardsValuesAverageRequestEntityTooLarge() *GetGamificationScorecardsValuesAverageRequestEntityTooLarge

NewGetGamificationScorecardsValuesAverageRequestEntityTooLarge creates a GetGamificationScorecardsValuesAverageRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsValuesAverageRequestEntityTooLarge) Error

func (*GetGamificationScorecardsValuesAverageRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsValuesAverageRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards values average request entity too large response has a 4xx status code

func (*GetGamificationScorecardsValuesAverageRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards values average request entity too large response a status code equal to that given

func (*GetGamificationScorecardsValuesAverageRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards values average request entity too large response has a 3xx status code

func (*GetGamificationScorecardsValuesAverageRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards values average request entity too large response has a 5xx status code

func (*GetGamificationScorecardsValuesAverageRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards values average request entity too large response has a 2xx status code

func (*GetGamificationScorecardsValuesAverageRequestEntityTooLarge) String

type GetGamificationScorecardsValuesAverageRequestTimeout

type GetGamificationScorecardsValuesAverageRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesAverageRequestTimeout 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 NewGetGamificationScorecardsValuesAverageRequestTimeout

func NewGetGamificationScorecardsValuesAverageRequestTimeout() *GetGamificationScorecardsValuesAverageRequestTimeout

NewGetGamificationScorecardsValuesAverageRequestTimeout creates a GetGamificationScorecardsValuesAverageRequestTimeout with default headers values

func (*GetGamificationScorecardsValuesAverageRequestTimeout) Error

func (*GetGamificationScorecardsValuesAverageRequestTimeout) GetPayload

func (*GetGamificationScorecardsValuesAverageRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards values average request timeout response has a 4xx status code

func (*GetGamificationScorecardsValuesAverageRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards values average request timeout response a status code equal to that given

func (*GetGamificationScorecardsValuesAverageRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards values average request timeout response has a 3xx status code

func (*GetGamificationScorecardsValuesAverageRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards values average request timeout response has a 5xx status code

func (*GetGamificationScorecardsValuesAverageRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards values average request timeout response has a 2xx status code

func (*GetGamificationScorecardsValuesAverageRequestTimeout) String

type GetGamificationScorecardsValuesAverageServiceUnavailable

type GetGamificationScorecardsValuesAverageServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesAverageServiceUnavailable 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 NewGetGamificationScorecardsValuesAverageServiceUnavailable

func NewGetGamificationScorecardsValuesAverageServiceUnavailable() *GetGamificationScorecardsValuesAverageServiceUnavailable

NewGetGamificationScorecardsValuesAverageServiceUnavailable creates a GetGamificationScorecardsValuesAverageServiceUnavailable with default headers values

func (*GetGamificationScorecardsValuesAverageServiceUnavailable) Error

func (*GetGamificationScorecardsValuesAverageServiceUnavailable) GetPayload

func (*GetGamificationScorecardsValuesAverageServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards values average service unavailable response has a 4xx status code

func (*GetGamificationScorecardsValuesAverageServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards values average service unavailable response a status code equal to that given

func (*GetGamificationScorecardsValuesAverageServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards values average service unavailable response has a 3xx status code

func (*GetGamificationScorecardsValuesAverageServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards values average service unavailable response has a 5xx status code

func (*GetGamificationScorecardsValuesAverageServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards values average service unavailable response has a 2xx status code

func (*GetGamificationScorecardsValuesAverageServiceUnavailable) String

type GetGamificationScorecardsValuesAverageTooManyRequests

type GetGamificationScorecardsValuesAverageTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesAverageTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsValuesAverageTooManyRequests

func NewGetGamificationScorecardsValuesAverageTooManyRequests() *GetGamificationScorecardsValuesAverageTooManyRequests

NewGetGamificationScorecardsValuesAverageTooManyRequests creates a GetGamificationScorecardsValuesAverageTooManyRequests with default headers values

func (*GetGamificationScorecardsValuesAverageTooManyRequests) Error

func (*GetGamificationScorecardsValuesAverageTooManyRequests) GetPayload

func (*GetGamificationScorecardsValuesAverageTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards values average too many requests response has a 4xx status code

func (*GetGamificationScorecardsValuesAverageTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards values average too many requests response a status code equal to that given

func (*GetGamificationScorecardsValuesAverageTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards values average too many requests response has a 3xx status code

func (*GetGamificationScorecardsValuesAverageTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards values average too many requests response has a 5xx status code

func (*GetGamificationScorecardsValuesAverageTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards values average too many requests response has a 2xx status code

func (*GetGamificationScorecardsValuesAverageTooManyRequests) String

type GetGamificationScorecardsValuesAverageUnauthorized

type GetGamificationScorecardsValuesAverageUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesAverageUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsValuesAverageUnauthorized

func NewGetGamificationScorecardsValuesAverageUnauthorized() *GetGamificationScorecardsValuesAverageUnauthorized

NewGetGamificationScorecardsValuesAverageUnauthorized creates a GetGamificationScorecardsValuesAverageUnauthorized with default headers values

func (*GetGamificationScorecardsValuesAverageUnauthorized) Error

func (*GetGamificationScorecardsValuesAverageUnauthorized) GetPayload

func (*GetGamificationScorecardsValuesAverageUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards values average unauthorized response has a 4xx status code

func (*GetGamificationScorecardsValuesAverageUnauthorized) IsCode

IsCode returns true when this get gamification scorecards values average unauthorized response a status code equal to that given

func (*GetGamificationScorecardsValuesAverageUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards values average unauthorized response has a 3xx status code

func (*GetGamificationScorecardsValuesAverageUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards values average unauthorized response has a 5xx status code

func (*GetGamificationScorecardsValuesAverageUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards values average unauthorized response has a 2xx status code

func (*GetGamificationScorecardsValuesAverageUnauthorized) String

type GetGamificationScorecardsValuesAverageUnsupportedMediaType

type GetGamificationScorecardsValuesAverageUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesAverageUnsupportedMediaType 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 NewGetGamificationScorecardsValuesAverageUnsupportedMediaType

func NewGetGamificationScorecardsValuesAverageUnsupportedMediaType() *GetGamificationScorecardsValuesAverageUnsupportedMediaType

NewGetGamificationScorecardsValuesAverageUnsupportedMediaType creates a GetGamificationScorecardsValuesAverageUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsValuesAverageUnsupportedMediaType) Error

func (*GetGamificationScorecardsValuesAverageUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsValuesAverageUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards values average unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsValuesAverageUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards values average unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsValuesAverageUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards values average unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsValuesAverageUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards values average unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsValuesAverageUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards values average unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsValuesAverageUnsupportedMediaType) String

type GetGamificationScorecardsValuesTrendsBadRequest

type GetGamificationScorecardsValuesTrendsBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesTrendsBadRequest 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 NewGetGamificationScorecardsValuesTrendsBadRequest

func NewGetGamificationScorecardsValuesTrendsBadRequest() *GetGamificationScorecardsValuesTrendsBadRequest

NewGetGamificationScorecardsValuesTrendsBadRequest creates a GetGamificationScorecardsValuesTrendsBadRequest with default headers values

func (*GetGamificationScorecardsValuesTrendsBadRequest) Error

func (*GetGamificationScorecardsValuesTrendsBadRequest) GetPayload

func (*GetGamificationScorecardsValuesTrendsBadRequest) IsClientError

IsClientError returns true when this get gamification scorecards values trends bad request response has a 4xx status code

func (*GetGamificationScorecardsValuesTrendsBadRequest) IsCode

IsCode returns true when this get gamification scorecards values trends bad request response a status code equal to that given

func (*GetGamificationScorecardsValuesTrendsBadRequest) IsRedirect

IsRedirect returns true when this get gamification scorecards values trends bad request response has a 3xx status code

func (*GetGamificationScorecardsValuesTrendsBadRequest) IsServerError

IsServerError returns true when this get gamification scorecards values trends bad request response has a 5xx status code

func (*GetGamificationScorecardsValuesTrendsBadRequest) IsSuccess

IsSuccess returns true when this get gamification scorecards values trends bad request response has a 2xx status code

func (*GetGamificationScorecardsValuesTrendsBadRequest) String

type GetGamificationScorecardsValuesTrendsForbidden

type GetGamificationScorecardsValuesTrendsForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesTrendsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationScorecardsValuesTrendsForbidden

func NewGetGamificationScorecardsValuesTrendsForbidden() *GetGamificationScorecardsValuesTrendsForbidden

NewGetGamificationScorecardsValuesTrendsForbidden creates a GetGamificationScorecardsValuesTrendsForbidden with default headers values

func (*GetGamificationScorecardsValuesTrendsForbidden) Error

func (*GetGamificationScorecardsValuesTrendsForbidden) GetPayload

func (*GetGamificationScorecardsValuesTrendsForbidden) IsClientError

IsClientError returns true when this get gamification scorecards values trends forbidden response has a 4xx status code

func (*GetGamificationScorecardsValuesTrendsForbidden) IsCode

IsCode returns true when this get gamification scorecards values trends forbidden response a status code equal to that given

func (*GetGamificationScorecardsValuesTrendsForbidden) IsRedirect

IsRedirect returns true when this get gamification scorecards values trends forbidden response has a 3xx status code

func (*GetGamificationScorecardsValuesTrendsForbidden) IsServerError

IsServerError returns true when this get gamification scorecards values trends forbidden response has a 5xx status code

func (*GetGamificationScorecardsValuesTrendsForbidden) IsSuccess

IsSuccess returns true when this get gamification scorecards values trends forbidden response has a 2xx status code

func (*GetGamificationScorecardsValuesTrendsForbidden) String

type GetGamificationScorecardsValuesTrendsGatewayTimeout

type GetGamificationScorecardsValuesTrendsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesTrendsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationScorecardsValuesTrendsGatewayTimeout

func NewGetGamificationScorecardsValuesTrendsGatewayTimeout() *GetGamificationScorecardsValuesTrendsGatewayTimeout

NewGetGamificationScorecardsValuesTrendsGatewayTimeout creates a GetGamificationScorecardsValuesTrendsGatewayTimeout with default headers values

func (*GetGamificationScorecardsValuesTrendsGatewayTimeout) Error

func (*GetGamificationScorecardsValuesTrendsGatewayTimeout) GetPayload

func (*GetGamificationScorecardsValuesTrendsGatewayTimeout) IsClientError

IsClientError returns true when this get gamification scorecards values trends gateway timeout response has a 4xx status code

func (*GetGamificationScorecardsValuesTrendsGatewayTimeout) IsCode

IsCode returns true when this get gamification scorecards values trends gateway timeout response a status code equal to that given

func (*GetGamificationScorecardsValuesTrendsGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards values trends gateway timeout response has a 3xx status code

func (*GetGamificationScorecardsValuesTrendsGatewayTimeout) IsServerError

IsServerError returns true when this get gamification scorecards values trends gateway timeout response has a 5xx status code

func (*GetGamificationScorecardsValuesTrendsGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards values trends gateway timeout response has a 2xx status code

func (*GetGamificationScorecardsValuesTrendsGatewayTimeout) String

type GetGamificationScorecardsValuesTrendsInternalServerError

type GetGamificationScorecardsValuesTrendsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesTrendsInternalServerError 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 NewGetGamificationScorecardsValuesTrendsInternalServerError

func NewGetGamificationScorecardsValuesTrendsInternalServerError() *GetGamificationScorecardsValuesTrendsInternalServerError

NewGetGamificationScorecardsValuesTrendsInternalServerError creates a GetGamificationScorecardsValuesTrendsInternalServerError with default headers values

func (*GetGamificationScorecardsValuesTrendsInternalServerError) Error

func (*GetGamificationScorecardsValuesTrendsInternalServerError) GetPayload

func (*GetGamificationScorecardsValuesTrendsInternalServerError) IsClientError

IsClientError returns true when this get gamification scorecards values trends internal server error response has a 4xx status code

func (*GetGamificationScorecardsValuesTrendsInternalServerError) IsCode

IsCode returns true when this get gamification scorecards values trends internal server error response a status code equal to that given

func (*GetGamificationScorecardsValuesTrendsInternalServerError) IsRedirect

IsRedirect returns true when this get gamification scorecards values trends internal server error response has a 3xx status code

func (*GetGamificationScorecardsValuesTrendsInternalServerError) IsServerError

IsServerError returns true when this get gamification scorecards values trends internal server error response has a 5xx status code

func (*GetGamificationScorecardsValuesTrendsInternalServerError) IsSuccess

IsSuccess returns true when this get gamification scorecards values trends internal server error response has a 2xx status code

func (*GetGamificationScorecardsValuesTrendsInternalServerError) String

type GetGamificationScorecardsValuesTrendsNotFound

type GetGamificationScorecardsValuesTrendsNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesTrendsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationScorecardsValuesTrendsNotFound

func NewGetGamificationScorecardsValuesTrendsNotFound() *GetGamificationScorecardsValuesTrendsNotFound

NewGetGamificationScorecardsValuesTrendsNotFound creates a GetGamificationScorecardsValuesTrendsNotFound with default headers values

func (*GetGamificationScorecardsValuesTrendsNotFound) Error

func (*GetGamificationScorecardsValuesTrendsNotFound) GetPayload

func (*GetGamificationScorecardsValuesTrendsNotFound) IsClientError

IsClientError returns true when this get gamification scorecards values trends not found response has a 4xx status code

func (*GetGamificationScorecardsValuesTrendsNotFound) IsCode

IsCode returns true when this get gamification scorecards values trends not found response a status code equal to that given

func (*GetGamificationScorecardsValuesTrendsNotFound) IsRedirect

IsRedirect returns true when this get gamification scorecards values trends not found response has a 3xx status code

func (*GetGamificationScorecardsValuesTrendsNotFound) IsServerError

IsServerError returns true when this get gamification scorecards values trends not found response has a 5xx status code

func (*GetGamificationScorecardsValuesTrendsNotFound) IsSuccess

IsSuccess returns true when this get gamification scorecards values trends not found response has a 2xx status code

func (*GetGamificationScorecardsValuesTrendsNotFound) String

type GetGamificationScorecardsValuesTrendsOK

type GetGamificationScorecardsValuesTrendsOK struct {
	Payload *models.WorkdayValuesTrend
}

GetGamificationScorecardsValuesTrendsOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationScorecardsValuesTrendsOK

func NewGetGamificationScorecardsValuesTrendsOK() *GetGamificationScorecardsValuesTrendsOK

NewGetGamificationScorecardsValuesTrendsOK creates a GetGamificationScorecardsValuesTrendsOK with default headers values

func (*GetGamificationScorecardsValuesTrendsOK) Error

func (*GetGamificationScorecardsValuesTrendsOK) GetPayload

func (*GetGamificationScorecardsValuesTrendsOK) IsClientError

func (o *GetGamificationScorecardsValuesTrendsOK) IsClientError() bool

IsClientError returns true when this get gamification scorecards values trends o k response has a 4xx status code

func (*GetGamificationScorecardsValuesTrendsOK) IsCode

IsCode returns true when this get gamification scorecards values trends o k response a status code equal to that given

func (*GetGamificationScorecardsValuesTrendsOK) IsRedirect

IsRedirect returns true when this get gamification scorecards values trends o k response has a 3xx status code

func (*GetGamificationScorecardsValuesTrendsOK) IsServerError

func (o *GetGamificationScorecardsValuesTrendsOK) IsServerError() bool

IsServerError returns true when this get gamification scorecards values trends o k response has a 5xx status code

func (*GetGamificationScorecardsValuesTrendsOK) IsSuccess

IsSuccess returns true when this get gamification scorecards values trends o k response has a 2xx status code

func (*GetGamificationScorecardsValuesTrendsOK) String

type GetGamificationScorecardsValuesTrendsParams

type GetGamificationScorecardsValuesTrendsParams struct {

	/* EndWorkday.

	   End workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	EndWorkday strfmt.Date

	/* FilterType.

	   Filter type for the query request. If not set, then the request is for the requesting user.
	*/
	FilterType *string

	/* ReferenceWorkday.

	   Reference workday for the trend. Used to determine the profile of the user as of this date. If not set, then the user's current profile will be used. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	ReferenceWorkday *strfmt.Date

	/* StartWorkday.

	   Start workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd

	   Format: date
	*/
	StartWorkday strfmt.Date

	/* TimeZone.

	   Timezone for the workday. Defaults to UTC

	   Default: "UTC"
	*/
	TimeZone *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationScorecardsValuesTrendsParams contains all the parameters to send to the API endpoint

for the get gamification scorecards values trends operation.

Typically these are written to a http.Request.

func NewGetGamificationScorecardsValuesTrendsParams

func NewGetGamificationScorecardsValuesTrendsParams() *GetGamificationScorecardsValuesTrendsParams

NewGetGamificationScorecardsValuesTrendsParams creates a new GetGamificationScorecardsValuesTrendsParams 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 NewGetGamificationScorecardsValuesTrendsParamsWithContext

func NewGetGamificationScorecardsValuesTrendsParamsWithContext(ctx context.Context) *GetGamificationScorecardsValuesTrendsParams

NewGetGamificationScorecardsValuesTrendsParamsWithContext creates a new GetGamificationScorecardsValuesTrendsParams object with the ability to set a context for a request.

func NewGetGamificationScorecardsValuesTrendsParamsWithHTTPClient

func NewGetGamificationScorecardsValuesTrendsParamsWithHTTPClient(client *http.Client) *GetGamificationScorecardsValuesTrendsParams

NewGetGamificationScorecardsValuesTrendsParamsWithHTTPClient creates a new GetGamificationScorecardsValuesTrendsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationScorecardsValuesTrendsParamsWithTimeout

func NewGetGamificationScorecardsValuesTrendsParamsWithTimeout(timeout time.Duration) *GetGamificationScorecardsValuesTrendsParams

NewGetGamificationScorecardsValuesTrendsParamsWithTimeout creates a new GetGamificationScorecardsValuesTrendsParams object with the ability to set a timeout on a request.

func (*GetGamificationScorecardsValuesTrendsParams) SetContext

SetContext adds the context to the get gamification scorecards values trends params

func (*GetGamificationScorecardsValuesTrendsParams) SetDefaults

SetDefaults hydrates default values in the get gamification scorecards values trends params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsValuesTrendsParams) SetEndWorkday

func (o *GetGamificationScorecardsValuesTrendsParams) SetEndWorkday(endWorkday strfmt.Date)

SetEndWorkday adds the endWorkday to the get gamification scorecards values trends params

func (*GetGamificationScorecardsValuesTrendsParams) SetFilterType

func (o *GetGamificationScorecardsValuesTrendsParams) SetFilterType(filterType *string)

SetFilterType adds the filterType to the get gamification scorecards values trends params

func (*GetGamificationScorecardsValuesTrendsParams) SetHTTPClient

func (o *GetGamificationScorecardsValuesTrendsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gamification scorecards values trends params

func (*GetGamificationScorecardsValuesTrendsParams) SetReferenceWorkday

func (o *GetGamificationScorecardsValuesTrendsParams) SetReferenceWorkday(referenceWorkday *strfmt.Date)

SetReferenceWorkday adds the referenceWorkday to the get gamification scorecards values trends params

func (*GetGamificationScorecardsValuesTrendsParams) SetStartWorkday

func (o *GetGamificationScorecardsValuesTrendsParams) SetStartWorkday(startWorkday strfmt.Date)

SetStartWorkday adds the startWorkday to the get gamification scorecards values trends params

func (*GetGamificationScorecardsValuesTrendsParams) SetTimeZone

func (o *GetGamificationScorecardsValuesTrendsParams) SetTimeZone(timeZone *string)

SetTimeZone adds the timeZone to the get gamification scorecards values trends params

func (*GetGamificationScorecardsValuesTrendsParams) SetTimeout

SetTimeout adds the timeout to the get gamification scorecards values trends params

func (*GetGamificationScorecardsValuesTrendsParams) WithContext

WithContext adds the context to the get gamification scorecards values trends params

func (*GetGamificationScorecardsValuesTrendsParams) WithDefaults

WithDefaults hydrates default values in the get gamification scorecards values trends params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationScorecardsValuesTrendsParams) WithEndWorkday

WithEndWorkday adds the endWorkday to the get gamification scorecards values trends params

func (*GetGamificationScorecardsValuesTrendsParams) WithFilterType

WithFilterType adds the filterType to the get gamification scorecards values trends params

func (*GetGamificationScorecardsValuesTrendsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification scorecards values trends params

func (*GetGamificationScorecardsValuesTrendsParams) WithReferenceWorkday

WithReferenceWorkday adds the referenceWorkday to the get gamification scorecards values trends params

func (*GetGamificationScorecardsValuesTrendsParams) WithStartWorkday

WithStartWorkday adds the startWorkday to the get gamification scorecards values trends params

func (*GetGamificationScorecardsValuesTrendsParams) WithTimeZone

WithTimeZone adds the timeZone to the get gamification scorecards values trends params

func (*GetGamificationScorecardsValuesTrendsParams) WithTimeout

WithTimeout adds the timeout to the get gamification scorecards values trends params

func (*GetGamificationScorecardsValuesTrendsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationScorecardsValuesTrendsReader

type GetGamificationScorecardsValuesTrendsReader struct {
	// contains filtered or unexported fields
}

GetGamificationScorecardsValuesTrendsReader is a Reader for the GetGamificationScorecardsValuesTrends structure.

func (*GetGamificationScorecardsValuesTrendsReader) ReadResponse

func (o *GetGamificationScorecardsValuesTrendsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationScorecardsValuesTrendsRequestEntityTooLarge

type GetGamificationScorecardsValuesTrendsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesTrendsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationScorecardsValuesTrendsRequestEntityTooLarge

func NewGetGamificationScorecardsValuesTrendsRequestEntityTooLarge() *GetGamificationScorecardsValuesTrendsRequestEntityTooLarge

NewGetGamificationScorecardsValuesTrendsRequestEntityTooLarge creates a GetGamificationScorecardsValuesTrendsRequestEntityTooLarge with default headers values

func (*GetGamificationScorecardsValuesTrendsRequestEntityTooLarge) Error

func (*GetGamificationScorecardsValuesTrendsRequestEntityTooLarge) GetPayload

func (*GetGamificationScorecardsValuesTrendsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification scorecards values trends request entity too large response has a 4xx status code

func (*GetGamificationScorecardsValuesTrendsRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification scorecards values trends request entity too large response a status code equal to that given

func (*GetGamificationScorecardsValuesTrendsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification scorecards values trends request entity too large response has a 3xx status code

func (*GetGamificationScorecardsValuesTrendsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification scorecards values trends request entity too large response has a 5xx status code

func (*GetGamificationScorecardsValuesTrendsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification scorecards values trends request entity too large response has a 2xx status code

func (*GetGamificationScorecardsValuesTrendsRequestEntityTooLarge) String

type GetGamificationScorecardsValuesTrendsRequestTimeout

type GetGamificationScorecardsValuesTrendsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesTrendsRequestTimeout 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 NewGetGamificationScorecardsValuesTrendsRequestTimeout

func NewGetGamificationScorecardsValuesTrendsRequestTimeout() *GetGamificationScorecardsValuesTrendsRequestTimeout

NewGetGamificationScorecardsValuesTrendsRequestTimeout creates a GetGamificationScorecardsValuesTrendsRequestTimeout with default headers values

func (*GetGamificationScorecardsValuesTrendsRequestTimeout) Error

func (*GetGamificationScorecardsValuesTrendsRequestTimeout) GetPayload

func (*GetGamificationScorecardsValuesTrendsRequestTimeout) IsClientError

IsClientError returns true when this get gamification scorecards values trends request timeout response has a 4xx status code

func (*GetGamificationScorecardsValuesTrendsRequestTimeout) IsCode

IsCode returns true when this get gamification scorecards values trends request timeout response a status code equal to that given

func (*GetGamificationScorecardsValuesTrendsRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification scorecards values trends request timeout response has a 3xx status code

func (*GetGamificationScorecardsValuesTrendsRequestTimeout) IsServerError

IsServerError returns true when this get gamification scorecards values trends request timeout response has a 5xx status code

func (*GetGamificationScorecardsValuesTrendsRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification scorecards values trends request timeout response has a 2xx status code

func (*GetGamificationScorecardsValuesTrendsRequestTimeout) String

type GetGamificationScorecardsValuesTrendsServiceUnavailable

type GetGamificationScorecardsValuesTrendsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesTrendsServiceUnavailable 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 NewGetGamificationScorecardsValuesTrendsServiceUnavailable

func NewGetGamificationScorecardsValuesTrendsServiceUnavailable() *GetGamificationScorecardsValuesTrendsServiceUnavailable

NewGetGamificationScorecardsValuesTrendsServiceUnavailable creates a GetGamificationScorecardsValuesTrendsServiceUnavailable with default headers values

func (*GetGamificationScorecardsValuesTrendsServiceUnavailable) Error

func (*GetGamificationScorecardsValuesTrendsServiceUnavailable) GetPayload

func (*GetGamificationScorecardsValuesTrendsServiceUnavailable) IsClientError

IsClientError returns true when this get gamification scorecards values trends service unavailable response has a 4xx status code

func (*GetGamificationScorecardsValuesTrendsServiceUnavailable) IsCode

IsCode returns true when this get gamification scorecards values trends service unavailable response a status code equal to that given

func (*GetGamificationScorecardsValuesTrendsServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification scorecards values trends service unavailable response has a 3xx status code

func (*GetGamificationScorecardsValuesTrendsServiceUnavailable) IsServerError

IsServerError returns true when this get gamification scorecards values trends service unavailable response has a 5xx status code

func (*GetGamificationScorecardsValuesTrendsServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification scorecards values trends service unavailable response has a 2xx status code

func (*GetGamificationScorecardsValuesTrendsServiceUnavailable) String

type GetGamificationScorecardsValuesTrendsTooManyRequests

type GetGamificationScorecardsValuesTrendsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesTrendsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationScorecardsValuesTrendsTooManyRequests

func NewGetGamificationScorecardsValuesTrendsTooManyRequests() *GetGamificationScorecardsValuesTrendsTooManyRequests

NewGetGamificationScorecardsValuesTrendsTooManyRequests creates a GetGamificationScorecardsValuesTrendsTooManyRequests with default headers values

func (*GetGamificationScorecardsValuesTrendsTooManyRequests) Error

func (*GetGamificationScorecardsValuesTrendsTooManyRequests) GetPayload

func (*GetGamificationScorecardsValuesTrendsTooManyRequests) IsClientError

IsClientError returns true when this get gamification scorecards values trends too many requests response has a 4xx status code

func (*GetGamificationScorecardsValuesTrendsTooManyRequests) IsCode

IsCode returns true when this get gamification scorecards values trends too many requests response a status code equal to that given

func (*GetGamificationScorecardsValuesTrendsTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification scorecards values trends too many requests response has a 3xx status code

func (*GetGamificationScorecardsValuesTrendsTooManyRequests) IsServerError

IsServerError returns true when this get gamification scorecards values trends too many requests response has a 5xx status code

func (*GetGamificationScorecardsValuesTrendsTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification scorecards values trends too many requests response has a 2xx status code

func (*GetGamificationScorecardsValuesTrendsTooManyRequests) String

type GetGamificationScorecardsValuesTrendsUnauthorized

type GetGamificationScorecardsValuesTrendsUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesTrendsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationScorecardsValuesTrendsUnauthorized

func NewGetGamificationScorecardsValuesTrendsUnauthorized() *GetGamificationScorecardsValuesTrendsUnauthorized

NewGetGamificationScorecardsValuesTrendsUnauthorized creates a GetGamificationScorecardsValuesTrendsUnauthorized with default headers values

func (*GetGamificationScorecardsValuesTrendsUnauthorized) Error

func (*GetGamificationScorecardsValuesTrendsUnauthorized) GetPayload

func (*GetGamificationScorecardsValuesTrendsUnauthorized) IsClientError

IsClientError returns true when this get gamification scorecards values trends unauthorized response has a 4xx status code

func (*GetGamificationScorecardsValuesTrendsUnauthorized) IsCode

IsCode returns true when this get gamification scorecards values trends unauthorized response a status code equal to that given

func (*GetGamificationScorecardsValuesTrendsUnauthorized) IsRedirect

IsRedirect returns true when this get gamification scorecards values trends unauthorized response has a 3xx status code

func (*GetGamificationScorecardsValuesTrendsUnauthorized) IsServerError

IsServerError returns true when this get gamification scorecards values trends unauthorized response has a 5xx status code

func (*GetGamificationScorecardsValuesTrendsUnauthorized) IsSuccess

IsSuccess returns true when this get gamification scorecards values trends unauthorized response has a 2xx status code

func (*GetGamificationScorecardsValuesTrendsUnauthorized) String

type GetGamificationScorecardsValuesTrendsUnsupportedMediaType

type GetGamificationScorecardsValuesTrendsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationScorecardsValuesTrendsUnsupportedMediaType 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 NewGetGamificationScorecardsValuesTrendsUnsupportedMediaType

func NewGetGamificationScorecardsValuesTrendsUnsupportedMediaType() *GetGamificationScorecardsValuesTrendsUnsupportedMediaType

NewGetGamificationScorecardsValuesTrendsUnsupportedMediaType creates a GetGamificationScorecardsValuesTrendsUnsupportedMediaType with default headers values

func (*GetGamificationScorecardsValuesTrendsUnsupportedMediaType) Error

func (*GetGamificationScorecardsValuesTrendsUnsupportedMediaType) GetPayload

func (*GetGamificationScorecardsValuesTrendsUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification scorecards values trends unsupported media type response has a 4xx status code

func (*GetGamificationScorecardsValuesTrendsUnsupportedMediaType) IsCode

IsCode returns true when this get gamification scorecards values trends unsupported media type response a status code equal to that given

func (*GetGamificationScorecardsValuesTrendsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification scorecards values trends unsupported media type response has a 3xx status code

func (*GetGamificationScorecardsValuesTrendsUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification scorecards values trends unsupported media type response has a 5xx status code

func (*GetGamificationScorecardsValuesTrendsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification scorecards values trends unsupported media type response has a 2xx status code

func (*GetGamificationScorecardsValuesTrendsUnsupportedMediaType) String

type GetGamificationStatusBadRequest

type GetGamificationStatusBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationStatusBadRequest 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 NewGetGamificationStatusBadRequest

func NewGetGamificationStatusBadRequest() *GetGamificationStatusBadRequest

NewGetGamificationStatusBadRequest creates a GetGamificationStatusBadRequest with default headers values

func (*GetGamificationStatusBadRequest) Error

func (*GetGamificationStatusBadRequest) GetPayload

func (*GetGamificationStatusBadRequest) IsClientError

func (o *GetGamificationStatusBadRequest) IsClientError() bool

IsClientError returns true when this get gamification status bad request response has a 4xx status code

func (*GetGamificationStatusBadRequest) IsCode

func (o *GetGamificationStatusBadRequest) IsCode(code int) bool

IsCode returns true when this get gamification status bad request response a status code equal to that given

func (*GetGamificationStatusBadRequest) IsRedirect

func (o *GetGamificationStatusBadRequest) IsRedirect() bool

IsRedirect returns true when this get gamification status bad request response has a 3xx status code

func (*GetGamificationStatusBadRequest) IsServerError

func (o *GetGamificationStatusBadRequest) IsServerError() bool

IsServerError returns true when this get gamification status bad request response has a 5xx status code

func (*GetGamificationStatusBadRequest) IsSuccess

func (o *GetGamificationStatusBadRequest) IsSuccess() bool

IsSuccess returns true when this get gamification status bad request response has a 2xx status code

func (*GetGamificationStatusBadRequest) String

type GetGamificationStatusForbidden

type GetGamificationStatusForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationStatusForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationStatusForbidden

func NewGetGamificationStatusForbidden() *GetGamificationStatusForbidden

NewGetGamificationStatusForbidden creates a GetGamificationStatusForbidden with default headers values

func (*GetGamificationStatusForbidden) Error

func (*GetGamificationStatusForbidden) GetPayload

func (*GetGamificationStatusForbidden) IsClientError

func (o *GetGamificationStatusForbidden) IsClientError() bool

IsClientError returns true when this get gamification status forbidden response has a 4xx status code

func (*GetGamificationStatusForbidden) IsCode

func (o *GetGamificationStatusForbidden) IsCode(code int) bool

IsCode returns true when this get gamification status forbidden response a status code equal to that given

func (*GetGamificationStatusForbidden) IsRedirect

func (o *GetGamificationStatusForbidden) IsRedirect() bool

IsRedirect returns true when this get gamification status forbidden response has a 3xx status code

func (*GetGamificationStatusForbidden) IsServerError

func (o *GetGamificationStatusForbidden) IsServerError() bool

IsServerError returns true when this get gamification status forbidden response has a 5xx status code

func (*GetGamificationStatusForbidden) IsSuccess

func (o *GetGamificationStatusForbidden) IsSuccess() bool

IsSuccess returns true when this get gamification status forbidden response has a 2xx status code

func (*GetGamificationStatusForbidden) String

type GetGamificationStatusGatewayTimeout

type GetGamificationStatusGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationStatusGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationStatusGatewayTimeout

func NewGetGamificationStatusGatewayTimeout() *GetGamificationStatusGatewayTimeout

NewGetGamificationStatusGatewayTimeout creates a GetGamificationStatusGatewayTimeout with default headers values

func (*GetGamificationStatusGatewayTimeout) Error

func (*GetGamificationStatusGatewayTimeout) GetPayload

func (*GetGamificationStatusGatewayTimeout) IsClientError

func (o *GetGamificationStatusGatewayTimeout) IsClientError() bool

IsClientError returns true when this get gamification status gateway timeout response has a 4xx status code

func (*GetGamificationStatusGatewayTimeout) IsCode

IsCode returns true when this get gamification status gateway timeout response a status code equal to that given

func (*GetGamificationStatusGatewayTimeout) IsRedirect

func (o *GetGamificationStatusGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get gamification status gateway timeout response has a 3xx status code

func (*GetGamificationStatusGatewayTimeout) IsServerError

func (o *GetGamificationStatusGatewayTimeout) IsServerError() bool

IsServerError returns true when this get gamification status gateway timeout response has a 5xx status code

func (*GetGamificationStatusGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification status gateway timeout response has a 2xx status code

func (*GetGamificationStatusGatewayTimeout) String

type GetGamificationStatusInternalServerError

type GetGamificationStatusInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationStatusInternalServerError 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 NewGetGamificationStatusInternalServerError

func NewGetGamificationStatusInternalServerError() *GetGamificationStatusInternalServerError

NewGetGamificationStatusInternalServerError creates a GetGamificationStatusInternalServerError with default headers values

func (*GetGamificationStatusInternalServerError) Error

func (*GetGamificationStatusInternalServerError) GetPayload

func (*GetGamificationStatusInternalServerError) IsClientError

IsClientError returns true when this get gamification status internal server error response has a 4xx status code

func (*GetGamificationStatusInternalServerError) IsCode

IsCode returns true when this get gamification status internal server error response a status code equal to that given

func (*GetGamificationStatusInternalServerError) IsRedirect

IsRedirect returns true when this get gamification status internal server error response has a 3xx status code

func (*GetGamificationStatusInternalServerError) IsServerError

IsServerError returns true when this get gamification status internal server error response has a 5xx status code

func (*GetGamificationStatusInternalServerError) IsSuccess

IsSuccess returns true when this get gamification status internal server error response has a 2xx status code

func (*GetGamificationStatusInternalServerError) String

type GetGamificationStatusNotFound

type GetGamificationStatusNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationStatusNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationStatusNotFound

func NewGetGamificationStatusNotFound() *GetGamificationStatusNotFound

NewGetGamificationStatusNotFound creates a GetGamificationStatusNotFound with default headers values

func (*GetGamificationStatusNotFound) Error

func (*GetGamificationStatusNotFound) GetPayload

func (*GetGamificationStatusNotFound) IsClientError

func (o *GetGamificationStatusNotFound) IsClientError() bool

IsClientError returns true when this get gamification status not found response has a 4xx status code

func (*GetGamificationStatusNotFound) IsCode

func (o *GetGamificationStatusNotFound) IsCode(code int) bool

IsCode returns true when this get gamification status not found response a status code equal to that given

func (*GetGamificationStatusNotFound) IsRedirect

func (o *GetGamificationStatusNotFound) IsRedirect() bool

IsRedirect returns true when this get gamification status not found response has a 3xx status code

func (*GetGamificationStatusNotFound) IsServerError

func (o *GetGamificationStatusNotFound) IsServerError() bool

IsServerError returns true when this get gamification status not found response has a 5xx status code

func (*GetGamificationStatusNotFound) IsSuccess

func (o *GetGamificationStatusNotFound) IsSuccess() bool

IsSuccess returns true when this get gamification status not found response has a 2xx status code

func (*GetGamificationStatusNotFound) String

type GetGamificationStatusOK

type GetGamificationStatusOK struct {
	Payload *models.GamificationStatus
}

GetGamificationStatusOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationStatusOK

func NewGetGamificationStatusOK() *GetGamificationStatusOK

NewGetGamificationStatusOK creates a GetGamificationStatusOK with default headers values

func (*GetGamificationStatusOK) Error

func (o *GetGamificationStatusOK) Error() string

func (*GetGamificationStatusOK) GetPayload

func (*GetGamificationStatusOK) IsClientError

func (o *GetGamificationStatusOK) IsClientError() bool

IsClientError returns true when this get gamification status o k response has a 4xx status code

func (*GetGamificationStatusOK) IsCode

func (o *GetGamificationStatusOK) IsCode(code int) bool

IsCode returns true when this get gamification status o k response a status code equal to that given

func (*GetGamificationStatusOK) IsRedirect

func (o *GetGamificationStatusOK) IsRedirect() bool

IsRedirect returns true when this get gamification status o k response has a 3xx status code

func (*GetGamificationStatusOK) IsServerError

func (o *GetGamificationStatusOK) IsServerError() bool

IsServerError returns true when this get gamification status o k response has a 5xx status code

func (*GetGamificationStatusOK) IsSuccess

func (o *GetGamificationStatusOK) IsSuccess() bool

IsSuccess returns true when this get gamification status o k response has a 2xx status code

func (*GetGamificationStatusOK) String

func (o *GetGamificationStatusOK) String() string

type GetGamificationStatusParams

type GetGamificationStatusParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationStatusParams contains all the parameters to send to the API endpoint

for the get gamification status operation.

Typically these are written to a http.Request.

func NewGetGamificationStatusParams

func NewGetGamificationStatusParams() *GetGamificationStatusParams

NewGetGamificationStatusParams creates a new GetGamificationStatusParams 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 NewGetGamificationStatusParamsWithContext

func NewGetGamificationStatusParamsWithContext(ctx context.Context) *GetGamificationStatusParams

NewGetGamificationStatusParamsWithContext creates a new GetGamificationStatusParams object with the ability to set a context for a request.

func NewGetGamificationStatusParamsWithHTTPClient

func NewGetGamificationStatusParamsWithHTTPClient(client *http.Client) *GetGamificationStatusParams

NewGetGamificationStatusParamsWithHTTPClient creates a new GetGamificationStatusParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationStatusParamsWithTimeout

func NewGetGamificationStatusParamsWithTimeout(timeout time.Duration) *GetGamificationStatusParams

NewGetGamificationStatusParamsWithTimeout creates a new GetGamificationStatusParams object with the ability to set a timeout on a request.

func (*GetGamificationStatusParams) SetContext

func (o *GetGamificationStatusParams) SetContext(ctx context.Context)

SetContext adds the context to the get gamification status params

func (*GetGamificationStatusParams) SetDefaults

func (o *GetGamificationStatusParams) SetDefaults()

SetDefaults hydrates default values in the get gamification status params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationStatusParams) SetHTTPClient

func (o *GetGamificationStatusParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gamification status params

func (*GetGamificationStatusParams) SetTimeout

func (o *GetGamificationStatusParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get gamification status params

func (*GetGamificationStatusParams) WithContext

WithContext adds the context to the get gamification status params

func (*GetGamificationStatusParams) WithDefaults

WithDefaults hydrates default values in the get gamification status params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification status params

func (*GetGamificationStatusParams) WithTimeout

WithTimeout adds the timeout to the get gamification status params

func (*GetGamificationStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationStatusReader

type GetGamificationStatusReader struct {
	// contains filtered or unexported fields
}

GetGamificationStatusReader is a Reader for the GetGamificationStatus structure.

func (*GetGamificationStatusReader) ReadResponse

func (o *GetGamificationStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationStatusRequestEntityTooLarge

type GetGamificationStatusRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationStatusRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationStatusRequestEntityTooLarge

func NewGetGamificationStatusRequestEntityTooLarge() *GetGamificationStatusRequestEntityTooLarge

NewGetGamificationStatusRequestEntityTooLarge creates a GetGamificationStatusRequestEntityTooLarge with default headers values

func (*GetGamificationStatusRequestEntityTooLarge) Error

func (*GetGamificationStatusRequestEntityTooLarge) GetPayload

func (*GetGamificationStatusRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification status request entity too large response has a 4xx status code

func (*GetGamificationStatusRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification status request entity too large response a status code equal to that given

func (*GetGamificationStatusRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification status request entity too large response has a 3xx status code

func (*GetGamificationStatusRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification status request entity too large response has a 5xx status code

func (*GetGamificationStatusRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification status request entity too large response has a 2xx status code

func (*GetGamificationStatusRequestEntityTooLarge) String

type GetGamificationStatusRequestTimeout

type GetGamificationStatusRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationStatusRequestTimeout 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 NewGetGamificationStatusRequestTimeout

func NewGetGamificationStatusRequestTimeout() *GetGamificationStatusRequestTimeout

NewGetGamificationStatusRequestTimeout creates a GetGamificationStatusRequestTimeout with default headers values

func (*GetGamificationStatusRequestTimeout) Error

func (*GetGamificationStatusRequestTimeout) GetPayload

func (*GetGamificationStatusRequestTimeout) IsClientError

func (o *GetGamificationStatusRequestTimeout) IsClientError() bool

IsClientError returns true when this get gamification status request timeout response has a 4xx status code

func (*GetGamificationStatusRequestTimeout) IsCode

IsCode returns true when this get gamification status request timeout response a status code equal to that given

func (*GetGamificationStatusRequestTimeout) IsRedirect

func (o *GetGamificationStatusRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get gamification status request timeout response has a 3xx status code

func (*GetGamificationStatusRequestTimeout) IsServerError

func (o *GetGamificationStatusRequestTimeout) IsServerError() bool

IsServerError returns true when this get gamification status request timeout response has a 5xx status code

func (*GetGamificationStatusRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification status request timeout response has a 2xx status code

func (*GetGamificationStatusRequestTimeout) String

type GetGamificationStatusServiceUnavailable

type GetGamificationStatusServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationStatusServiceUnavailable 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 NewGetGamificationStatusServiceUnavailable

func NewGetGamificationStatusServiceUnavailable() *GetGamificationStatusServiceUnavailable

NewGetGamificationStatusServiceUnavailable creates a GetGamificationStatusServiceUnavailable with default headers values

func (*GetGamificationStatusServiceUnavailable) Error

func (*GetGamificationStatusServiceUnavailable) GetPayload

func (*GetGamificationStatusServiceUnavailable) IsClientError

func (o *GetGamificationStatusServiceUnavailable) IsClientError() bool

IsClientError returns true when this get gamification status service unavailable response has a 4xx status code

func (*GetGamificationStatusServiceUnavailable) IsCode

IsCode returns true when this get gamification status service unavailable response a status code equal to that given

func (*GetGamificationStatusServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification status service unavailable response has a 3xx status code

func (*GetGamificationStatusServiceUnavailable) IsServerError

func (o *GetGamificationStatusServiceUnavailable) IsServerError() bool

IsServerError returns true when this get gamification status service unavailable response has a 5xx status code

func (*GetGamificationStatusServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification status service unavailable response has a 2xx status code

func (*GetGamificationStatusServiceUnavailable) String

type GetGamificationStatusTooManyRequests

type GetGamificationStatusTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationStatusTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationStatusTooManyRequests

func NewGetGamificationStatusTooManyRequests() *GetGamificationStatusTooManyRequests

NewGetGamificationStatusTooManyRequests creates a GetGamificationStatusTooManyRequests with default headers values

func (*GetGamificationStatusTooManyRequests) Error

func (*GetGamificationStatusTooManyRequests) GetPayload

func (*GetGamificationStatusTooManyRequests) IsClientError

func (o *GetGamificationStatusTooManyRequests) IsClientError() bool

IsClientError returns true when this get gamification status too many requests response has a 4xx status code

func (*GetGamificationStatusTooManyRequests) IsCode

IsCode returns true when this get gamification status too many requests response a status code equal to that given

func (*GetGamificationStatusTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification status too many requests response has a 3xx status code

func (*GetGamificationStatusTooManyRequests) IsServerError

func (o *GetGamificationStatusTooManyRequests) IsServerError() bool

IsServerError returns true when this get gamification status too many requests response has a 5xx status code

func (*GetGamificationStatusTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification status too many requests response has a 2xx status code

func (*GetGamificationStatusTooManyRequests) String

type GetGamificationStatusUnauthorized

type GetGamificationStatusUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationStatusUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationStatusUnauthorized

func NewGetGamificationStatusUnauthorized() *GetGamificationStatusUnauthorized

NewGetGamificationStatusUnauthorized creates a GetGamificationStatusUnauthorized with default headers values

func (*GetGamificationStatusUnauthorized) Error

func (*GetGamificationStatusUnauthorized) GetPayload

func (*GetGamificationStatusUnauthorized) IsClientError

func (o *GetGamificationStatusUnauthorized) IsClientError() bool

IsClientError returns true when this get gamification status unauthorized response has a 4xx status code

func (*GetGamificationStatusUnauthorized) IsCode

func (o *GetGamificationStatusUnauthorized) IsCode(code int) bool

IsCode returns true when this get gamification status unauthorized response a status code equal to that given

func (*GetGamificationStatusUnauthorized) IsRedirect

func (o *GetGamificationStatusUnauthorized) IsRedirect() bool

IsRedirect returns true when this get gamification status unauthorized response has a 3xx status code

func (*GetGamificationStatusUnauthorized) IsServerError

func (o *GetGamificationStatusUnauthorized) IsServerError() bool

IsServerError returns true when this get gamification status unauthorized response has a 5xx status code

func (*GetGamificationStatusUnauthorized) IsSuccess

func (o *GetGamificationStatusUnauthorized) IsSuccess() bool

IsSuccess returns true when this get gamification status unauthorized response has a 2xx status code

func (*GetGamificationStatusUnauthorized) String

type GetGamificationStatusUnsupportedMediaType

type GetGamificationStatusUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationStatusUnsupportedMediaType 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 NewGetGamificationStatusUnsupportedMediaType

func NewGetGamificationStatusUnsupportedMediaType() *GetGamificationStatusUnsupportedMediaType

NewGetGamificationStatusUnsupportedMediaType creates a GetGamificationStatusUnsupportedMediaType with default headers values

func (*GetGamificationStatusUnsupportedMediaType) Error

func (*GetGamificationStatusUnsupportedMediaType) GetPayload

func (*GetGamificationStatusUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification status unsupported media type response has a 4xx status code

func (*GetGamificationStatusUnsupportedMediaType) IsCode

IsCode returns true when this get gamification status unsupported media type response a status code equal to that given

func (*GetGamificationStatusUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification status unsupported media type response has a 3xx status code

func (*GetGamificationStatusUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification status unsupported media type response has a 5xx status code

func (*GetGamificationStatusUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification status unsupported media type response has a 2xx status code

func (*GetGamificationStatusUnsupportedMediaType) String

type GetGamificationTemplateBadRequest

type GetGamificationTemplateBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationTemplateBadRequest 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 NewGetGamificationTemplateBadRequest

func NewGetGamificationTemplateBadRequest() *GetGamificationTemplateBadRequest

NewGetGamificationTemplateBadRequest creates a GetGamificationTemplateBadRequest with default headers values

func (*GetGamificationTemplateBadRequest) Error

func (*GetGamificationTemplateBadRequest) GetPayload

func (*GetGamificationTemplateBadRequest) IsClientError

func (o *GetGamificationTemplateBadRequest) IsClientError() bool

IsClientError returns true when this get gamification template bad request response has a 4xx status code

func (*GetGamificationTemplateBadRequest) IsCode

func (o *GetGamificationTemplateBadRequest) IsCode(code int) bool

IsCode returns true when this get gamification template bad request response a status code equal to that given

func (*GetGamificationTemplateBadRequest) IsRedirect

func (o *GetGamificationTemplateBadRequest) IsRedirect() bool

IsRedirect returns true when this get gamification template bad request response has a 3xx status code

func (*GetGamificationTemplateBadRequest) IsServerError

func (o *GetGamificationTemplateBadRequest) IsServerError() bool

IsServerError returns true when this get gamification template bad request response has a 5xx status code

func (*GetGamificationTemplateBadRequest) IsSuccess

func (o *GetGamificationTemplateBadRequest) IsSuccess() bool

IsSuccess returns true when this get gamification template bad request response has a 2xx status code

func (*GetGamificationTemplateBadRequest) String

type GetGamificationTemplateForbidden

type GetGamificationTemplateForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationTemplateForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationTemplateForbidden

func NewGetGamificationTemplateForbidden() *GetGamificationTemplateForbidden

NewGetGamificationTemplateForbidden creates a GetGamificationTemplateForbidden with default headers values

func (*GetGamificationTemplateForbidden) Error

func (*GetGamificationTemplateForbidden) GetPayload

func (*GetGamificationTemplateForbidden) IsClientError

func (o *GetGamificationTemplateForbidden) IsClientError() bool

IsClientError returns true when this get gamification template forbidden response has a 4xx status code

func (*GetGamificationTemplateForbidden) IsCode

func (o *GetGamificationTemplateForbidden) IsCode(code int) bool

IsCode returns true when this get gamification template forbidden response a status code equal to that given

func (*GetGamificationTemplateForbidden) IsRedirect

func (o *GetGamificationTemplateForbidden) IsRedirect() bool

IsRedirect returns true when this get gamification template forbidden response has a 3xx status code

func (*GetGamificationTemplateForbidden) IsServerError

func (o *GetGamificationTemplateForbidden) IsServerError() bool

IsServerError returns true when this get gamification template forbidden response has a 5xx status code

func (*GetGamificationTemplateForbidden) IsSuccess

func (o *GetGamificationTemplateForbidden) IsSuccess() bool

IsSuccess returns true when this get gamification template forbidden response has a 2xx status code

func (*GetGamificationTemplateForbidden) String

type GetGamificationTemplateGatewayTimeout

type GetGamificationTemplateGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationTemplateGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationTemplateGatewayTimeout

func NewGetGamificationTemplateGatewayTimeout() *GetGamificationTemplateGatewayTimeout

NewGetGamificationTemplateGatewayTimeout creates a GetGamificationTemplateGatewayTimeout with default headers values

func (*GetGamificationTemplateGatewayTimeout) Error

func (*GetGamificationTemplateGatewayTimeout) GetPayload

func (*GetGamificationTemplateGatewayTimeout) IsClientError

func (o *GetGamificationTemplateGatewayTimeout) IsClientError() bool

IsClientError returns true when this get gamification template gateway timeout response has a 4xx status code

func (*GetGamificationTemplateGatewayTimeout) IsCode

IsCode returns true when this get gamification template gateway timeout response a status code equal to that given

func (*GetGamificationTemplateGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification template gateway timeout response has a 3xx status code

func (*GetGamificationTemplateGatewayTimeout) IsServerError

func (o *GetGamificationTemplateGatewayTimeout) IsServerError() bool

IsServerError returns true when this get gamification template gateway timeout response has a 5xx status code

func (*GetGamificationTemplateGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification template gateway timeout response has a 2xx status code

func (*GetGamificationTemplateGatewayTimeout) String

type GetGamificationTemplateInternalServerError

type GetGamificationTemplateInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationTemplateInternalServerError 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 NewGetGamificationTemplateInternalServerError

func NewGetGamificationTemplateInternalServerError() *GetGamificationTemplateInternalServerError

NewGetGamificationTemplateInternalServerError creates a GetGamificationTemplateInternalServerError with default headers values

func (*GetGamificationTemplateInternalServerError) Error

func (*GetGamificationTemplateInternalServerError) GetPayload

func (*GetGamificationTemplateInternalServerError) IsClientError

IsClientError returns true when this get gamification template internal server error response has a 4xx status code

func (*GetGamificationTemplateInternalServerError) IsCode

IsCode returns true when this get gamification template internal server error response a status code equal to that given

func (*GetGamificationTemplateInternalServerError) IsRedirect

IsRedirect returns true when this get gamification template internal server error response has a 3xx status code

func (*GetGamificationTemplateInternalServerError) IsServerError

IsServerError returns true when this get gamification template internal server error response has a 5xx status code

func (*GetGamificationTemplateInternalServerError) IsSuccess

IsSuccess returns true when this get gamification template internal server error response has a 2xx status code

func (*GetGamificationTemplateInternalServerError) String

type GetGamificationTemplateNotFound

type GetGamificationTemplateNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationTemplateNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationTemplateNotFound

func NewGetGamificationTemplateNotFound() *GetGamificationTemplateNotFound

NewGetGamificationTemplateNotFound creates a GetGamificationTemplateNotFound with default headers values

func (*GetGamificationTemplateNotFound) Error

func (*GetGamificationTemplateNotFound) GetPayload

func (*GetGamificationTemplateNotFound) IsClientError

func (o *GetGamificationTemplateNotFound) IsClientError() bool

IsClientError returns true when this get gamification template not found response has a 4xx status code

func (*GetGamificationTemplateNotFound) IsCode

func (o *GetGamificationTemplateNotFound) IsCode(code int) bool

IsCode returns true when this get gamification template not found response a status code equal to that given

func (*GetGamificationTemplateNotFound) IsRedirect

func (o *GetGamificationTemplateNotFound) IsRedirect() bool

IsRedirect returns true when this get gamification template not found response has a 3xx status code

func (*GetGamificationTemplateNotFound) IsServerError

func (o *GetGamificationTemplateNotFound) IsServerError() bool

IsServerError returns true when this get gamification template not found response has a 5xx status code

func (*GetGamificationTemplateNotFound) IsSuccess

func (o *GetGamificationTemplateNotFound) IsSuccess() bool

IsSuccess returns true when this get gamification template not found response has a 2xx status code

func (*GetGamificationTemplateNotFound) String

type GetGamificationTemplateOK

type GetGamificationTemplateOK struct {
	Payload *models.ObjectiveTemplate
}

GetGamificationTemplateOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationTemplateOK

func NewGetGamificationTemplateOK() *GetGamificationTemplateOK

NewGetGamificationTemplateOK creates a GetGamificationTemplateOK with default headers values

func (*GetGamificationTemplateOK) Error

func (o *GetGamificationTemplateOK) Error() string

func (*GetGamificationTemplateOK) GetPayload

func (*GetGamificationTemplateOK) IsClientError

func (o *GetGamificationTemplateOK) IsClientError() bool

IsClientError returns true when this get gamification template o k response has a 4xx status code

func (*GetGamificationTemplateOK) IsCode

func (o *GetGamificationTemplateOK) IsCode(code int) bool

IsCode returns true when this get gamification template o k response a status code equal to that given

func (*GetGamificationTemplateOK) IsRedirect

func (o *GetGamificationTemplateOK) IsRedirect() bool

IsRedirect returns true when this get gamification template o k response has a 3xx status code

func (*GetGamificationTemplateOK) IsServerError

func (o *GetGamificationTemplateOK) IsServerError() bool

IsServerError returns true when this get gamification template o k response has a 5xx status code

func (*GetGamificationTemplateOK) IsSuccess

func (o *GetGamificationTemplateOK) IsSuccess() bool

IsSuccess returns true when this get gamification template o k response has a 2xx status code

func (*GetGamificationTemplateOK) String

func (o *GetGamificationTemplateOK) String() string

type GetGamificationTemplateParams

type GetGamificationTemplateParams struct {

	/* TemplateID.

	   template id
	*/
	TemplateID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationTemplateParams contains all the parameters to send to the API endpoint

for the get gamification template operation.

Typically these are written to a http.Request.

func NewGetGamificationTemplateParams

func NewGetGamificationTemplateParams() *GetGamificationTemplateParams

NewGetGamificationTemplateParams creates a new GetGamificationTemplateParams 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 NewGetGamificationTemplateParamsWithContext

func NewGetGamificationTemplateParamsWithContext(ctx context.Context) *GetGamificationTemplateParams

NewGetGamificationTemplateParamsWithContext creates a new GetGamificationTemplateParams object with the ability to set a context for a request.

func NewGetGamificationTemplateParamsWithHTTPClient

func NewGetGamificationTemplateParamsWithHTTPClient(client *http.Client) *GetGamificationTemplateParams

NewGetGamificationTemplateParamsWithHTTPClient creates a new GetGamificationTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationTemplateParamsWithTimeout

func NewGetGamificationTemplateParamsWithTimeout(timeout time.Duration) *GetGamificationTemplateParams

NewGetGamificationTemplateParamsWithTimeout creates a new GetGamificationTemplateParams object with the ability to set a timeout on a request.

func (*GetGamificationTemplateParams) SetContext

func (o *GetGamificationTemplateParams) SetContext(ctx context.Context)

SetContext adds the context to the get gamification template params

func (*GetGamificationTemplateParams) SetDefaults

func (o *GetGamificationTemplateParams) SetDefaults()

SetDefaults hydrates default values in the get gamification template params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationTemplateParams) SetHTTPClient

func (o *GetGamificationTemplateParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gamification template params

func (*GetGamificationTemplateParams) SetTemplateID

func (o *GetGamificationTemplateParams) SetTemplateID(templateID string)

SetTemplateID adds the templateId to the get gamification template params

func (*GetGamificationTemplateParams) SetTimeout

func (o *GetGamificationTemplateParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get gamification template params

func (*GetGamificationTemplateParams) WithContext

WithContext adds the context to the get gamification template params

func (*GetGamificationTemplateParams) WithDefaults

WithDefaults hydrates default values in the get gamification template params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification template params

func (*GetGamificationTemplateParams) WithTemplateID

WithTemplateID adds the templateID to the get gamification template params

func (*GetGamificationTemplateParams) WithTimeout

WithTimeout adds the timeout to the get gamification template params

func (*GetGamificationTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationTemplateReader

type GetGamificationTemplateReader struct {
	// contains filtered or unexported fields
}

GetGamificationTemplateReader is a Reader for the GetGamificationTemplate structure.

func (*GetGamificationTemplateReader) ReadResponse

func (o *GetGamificationTemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationTemplateRequestEntityTooLarge

type GetGamificationTemplateRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationTemplateRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationTemplateRequestEntityTooLarge

func NewGetGamificationTemplateRequestEntityTooLarge() *GetGamificationTemplateRequestEntityTooLarge

NewGetGamificationTemplateRequestEntityTooLarge creates a GetGamificationTemplateRequestEntityTooLarge with default headers values

func (*GetGamificationTemplateRequestEntityTooLarge) Error

func (*GetGamificationTemplateRequestEntityTooLarge) GetPayload

func (*GetGamificationTemplateRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification template request entity too large response has a 4xx status code

func (*GetGamificationTemplateRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification template request entity too large response a status code equal to that given

func (*GetGamificationTemplateRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification template request entity too large response has a 3xx status code

func (*GetGamificationTemplateRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification template request entity too large response has a 5xx status code

func (*GetGamificationTemplateRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification template request entity too large response has a 2xx status code

func (*GetGamificationTemplateRequestEntityTooLarge) String

type GetGamificationTemplateRequestTimeout

type GetGamificationTemplateRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationTemplateRequestTimeout 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 NewGetGamificationTemplateRequestTimeout

func NewGetGamificationTemplateRequestTimeout() *GetGamificationTemplateRequestTimeout

NewGetGamificationTemplateRequestTimeout creates a GetGamificationTemplateRequestTimeout with default headers values

func (*GetGamificationTemplateRequestTimeout) Error

func (*GetGamificationTemplateRequestTimeout) GetPayload

func (*GetGamificationTemplateRequestTimeout) IsClientError

func (o *GetGamificationTemplateRequestTimeout) IsClientError() bool

IsClientError returns true when this get gamification template request timeout response has a 4xx status code

func (*GetGamificationTemplateRequestTimeout) IsCode

IsCode returns true when this get gamification template request timeout response a status code equal to that given

func (*GetGamificationTemplateRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification template request timeout response has a 3xx status code

func (*GetGamificationTemplateRequestTimeout) IsServerError

func (o *GetGamificationTemplateRequestTimeout) IsServerError() bool

IsServerError returns true when this get gamification template request timeout response has a 5xx status code

func (*GetGamificationTemplateRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification template request timeout response has a 2xx status code

func (*GetGamificationTemplateRequestTimeout) String

type GetGamificationTemplateServiceUnavailable

type GetGamificationTemplateServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationTemplateServiceUnavailable 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 NewGetGamificationTemplateServiceUnavailable

func NewGetGamificationTemplateServiceUnavailable() *GetGamificationTemplateServiceUnavailable

NewGetGamificationTemplateServiceUnavailable creates a GetGamificationTemplateServiceUnavailable with default headers values

func (*GetGamificationTemplateServiceUnavailable) Error

func (*GetGamificationTemplateServiceUnavailable) GetPayload

func (*GetGamificationTemplateServiceUnavailable) IsClientError

IsClientError returns true when this get gamification template service unavailable response has a 4xx status code

func (*GetGamificationTemplateServiceUnavailable) IsCode

IsCode returns true when this get gamification template service unavailable response a status code equal to that given

func (*GetGamificationTemplateServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification template service unavailable response has a 3xx status code

func (*GetGamificationTemplateServiceUnavailable) IsServerError

IsServerError returns true when this get gamification template service unavailable response has a 5xx status code

func (*GetGamificationTemplateServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification template service unavailable response has a 2xx status code

func (*GetGamificationTemplateServiceUnavailable) String

type GetGamificationTemplateTooManyRequests

type GetGamificationTemplateTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationTemplateTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationTemplateTooManyRequests

func NewGetGamificationTemplateTooManyRequests() *GetGamificationTemplateTooManyRequests

NewGetGamificationTemplateTooManyRequests creates a GetGamificationTemplateTooManyRequests with default headers values

func (*GetGamificationTemplateTooManyRequests) Error

func (*GetGamificationTemplateTooManyRequests) GetPayload

func (*GetGamificationTemplateTooManyRequests) IsClientError

func (o *GetGamificationTemplateTooManyRequests) IsClientError() bool

IsClientError returns true when this get gamification template too many requests response has a 4xx status code

func (*GetGamificationTemplateTooManyRequests) IsCode

IsCode returns true when this get gamification template too many requests response a status code equal to that given

func (*GetGamificationTemplateTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification template too many requests response has a 3xx status code

func (*GetGamificationTemplateTooManyRequests) IsServerError

func (o *GetGamificationTemplateTooManyRequests) IsServerError() bool

IsServerError returns true when this get gamification template too many requests response has a 5xx status code

func (*GetGamificationTemplateTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification template too many requests response has a 2xx status code

func (*GetGamificationTemplateTooManyRequests) String

type GetGamificationTemplateUnauthorized

type GetGamificationTemplateUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationTemplateUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationTemplateUnauthorized

func NewGetGamificationTemplateUnauthorized() *GetGamificationTemplateUnauthorized

NewGetGamificationTemplateUnauthorized creates a GetGamificationTemplateUnauthorized with default headers values

func (*GetGamificationTemplateUnauthorized) Error

func (*GetGamificationTemplateUnauthorized) GetPayload

func (*GetGamificationTemplateUnauthorized) IsClientError

func (o *GetGamificationTemplateUnauthorized) IsClientError() bool

IsClientError returns true when this get gamification template unauthorized response has a 4xx status code

func (*GetGamificationTemplateUnauthorized) IsCode

IsCode returns true when this get gamification template unauthorized response a status code equal to that given

func (*GetGamificationTemplateUnauthorized) IsRedirect

func (o *GetGamificationTemplateUnauthorized) IsRedirect() bool

IsRedirect returns true when this get gamification template unauthorized response has a 3xx status code

func (*GetGamificationTemplateUnauthorized) IsServerError

func (o *GetGamificationTemplateUnauthorized) IsServerError() bool

IsServerError returns true when this get gamification template unauthorized response has a 5xx status code

func (*GetGamificationTemplateUnauthorized) IsSuccess

IsSuccess returns true when this get gamification template unauthorized response has a 2xx status code

func (*GetGamificationTemplateUnauthorized) String

type GetGamificationTemplateUnsupportedMediaType

type GetGamificationTemplateUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationTemplateUnsupportedMediaType 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 NewGetGamificationTemplateUnsupportedMediaType

func NewGetGamificationTemplateUnsupportedMediaType() *GetGamificationTemplateUnsupportedMediaType

NewGetGamificationTemplateUnsupportedMediaType creates a GetGamificationTemplateUnsupportedMediaType with default headers values

func (*GetGamificationTemplateUnsupportedMediaType) Error

func (*GetGamificationTemplateUnsupportedMediaType) GetPayload

func (*GetGamificationTemplateUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification template unsupported media type response has a 4xx status code

func (*GetGamificationTemplateUnsupportedMediaType) IsCode

IsCode returns true when this get gamification template unsupported media type response a status code equal to that given

func (*GetGamificationTemplateUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification template unsupported media type response has a 3xx status code

func (*GetGamificationTemplateUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification template unsupported media type response has a 5xx status code

func (*GetGamificationTemplateUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification template unsupported media type response has a 2xx status code

func (*GetGamificationTemplateUnsupportedMediaType) String

type GetGamificationTemplatesBadRequest

type GetGamificationTemplatesBadRequest struct {
	Payload *models.ErrorBody
}

GetGamificationTemplatesBadRequest 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 NewGetGamificationTemplatesBadRequest

func NewGetGamificationTemplatesBadRequest() *GetGamificationTemplatesBadRequest

NewGetGamificationTemplatesBadRequest creates a GetGamificationTemplatesBadRequest with default headers values

func (*GetGamificationTemplatesBadRequest) Error

func (*GetGamificationTemplatesBadRequest) GetPayload

func (*GetGamificationTemplatesBadRequest) IsClientError

func (o *GetGamificationTemplatesBadRequest) IsClientError() bool

IsClientError returns true when this get gamification templates bad request response has a 4xx status code

func (*GetGamificationTemplatesBadRequest) IsCode

IsCode returns true when this get gamification templates bad request response a status code equal to that given

func (*GetGamificationTemplatesBadRequest) IsRedirect

func (o *GetGamificationTemplatesBadRequest) IsRedirect() bool

IsRedirect returns true when this get gamification templates bad request response has a 3xx status code

func (*GetGamificationTemplatesBadRequest) IsServerError

func (o *GetGamificationTemplatesBadRequest) IsServerError() bool

IsServerError returns true when this get gamification templates bad request response has a 5xx status code

func (*GetGamificationTemplatesBadRequest) IsSuccess

IsSuccess returns true when this get gamification templates bad request response has a 2xx status code

func (*GetGamificationTemplatesBadRequest) String

type GetGamificationTemplatesForbidden

type GetGamificationTemplatesForbidden struct {
	Payload *models.ErrorBody
}

GetGamificationTemplatesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetGamificationTemplatesForbidden

func NewGetGamificationTemplatesForbidden() *GetGamificationTemplatesForbidden

NewGetGamificationTemplatesForbidden creates a GetGamificationTemplatesForbidden with default headers values

func (*GetGamificationTemplatesForbidden) Error

func (*GetGamificationTemplatesForbidden) GetPayload

func (*GetGamificationTemplatesForbidden) IsClientError

func (o *GetGamificationTemplatesForbidden) IsClientError() bool

IsClientError returns true when this get gamification templates forbidden response has a 4xx status code

func (*GetGamificationTemplatesForbidden) IsCode

func (o *GetGamificationTemplatesForbidden) IsCode(code int) bool

IsCode returns true when this get gamification templates forbidden response a status code equal to that given

func (*GetGamificationTemplatesForbidden) IsRedirect

func (o *GetGamificationTemplatesForbidden) IsRedirect() bool

IsRedirect returns true when this get gamification templates forbidden response has a 3xx status code

func (*GetGamificationTemplatesForbidden) IsServerError

func (o *GetGamificationTemplatesForbidden) IsServerError() bool

IsServerError returns true when this get gamification templates forbidden response has a 5xx status code

func (*GetGamificationTemplatesForbidden) IsSuccess

func (o *GetGamificationTemplatesForbidden) IsSuccess() bool

IsSuccess returns true when this get gamification templates forbidden response has a 2xx status code

func (*GetGamificationTemplatesForbidden) String

type GetGamificationTemplatesGatewayTimeout

type GetGamificationTemplatesGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationTemplatesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetGamificationTemplatesGatewayTimeout

func NewGetGamificationTemplatesGatewayTimeout() *GetGamificationTemplatesGatewayTimeout

NewGetGamificationTemplatesGatewayTimeout creates a GetGamificationTemplatesGatewayTimeout with default headers values

func (*GetGamificationTemplatesGatewayTimeout) Error

func (*GetGamificationTemplatesGatewayTimeout) GetPayload

func (*GetGamificationTemplatesGatewayTimeout) IsClientError

func (o *GetGamificationTemplatesGatewayTimeout) IsClientError() bool

IsClientError returns true when this get gamification templates gateway timeout response has a 4xx status code

func (*GetGamificationTemplatesGatewayTimeout) IsCode

IsCode returns true when this get gamification templates gateway timeout response a status code equal to that given

func (*GetGamificationTemplatesGatewayTimeout) IsRedirect

IsRedirect returns true when this get gamification templates gateway timeout response has a 3xx status code

func (*GetGamificationTemplatesGatewayTimeout) IsServerError

func (o *GetGamificationTemplatesGatewayTimeout) IsServerError() bool

IsServerError returns true when this get gamification templates gateway timeout response has a 5xx status code

func (*GetGamificationTemplatesGatewayTimeout) IsSuccess

IsSuccess returns true when this get gamification templates gateway timeout response has a 2xx status code

func (*GetGamificationTemplatesGatewayTimeout) String

type GetGamificationTemplatesInternalServerError

type GetGamificationTemplatesInternalServerError struct {
	Payload *models.ErrorBody
}

GetGamificationTemplatesInternalServerError 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 NewGetGamificationTemplatesInternalServerError

func NewGetGamificationTemplatesInternalServerError() *GetGamificationTemplatesInternalServerError

NewGetGamificationTemplatesInternalServerError creates a GetGamificationTemplatesInternalServerError with default headers values

func (*GetGamificationTemplatesInternalServerError) Error

func (*GetGamificationTemplatesInternalServerError) GetPayload

func (*GetGamificationTemplatesInternalServerError) IsClientError

IsClientError returns true when this get gamification templates internal server error response has a 4xx status code

func (*GetGamificationTemplatesInternalServerError) IsCode

IsCode returns true when this get gamification templates internal server error response a status code equal to that given

func (*GetGamificationTemplatesInternalServerError) IsRedirect

IsRedirect returns true when this get gamification templates internal server error response has a 3xx status code

func (*GetGamificationTemplatesInternalServerError) IsServerError

IsServerError returns true when this get gamification templates internal server error response has a 5xx status code

func (*GetGamificationTemplatesInternalServerError) IsSuccess

IsSuccess returns true when this get gamification templates internal server error response has a 2xx status code

func (*GetGamificationTemplatesInternalServerError) String

type GetGamificationTemplatesNotFound

type GetGamificationTemplatesNotFound struct {
	Payload *models.ErrorBody
}

GetGamificationTemplatesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetGamificationTemplatesNotFound

func NewGetGamificationTemplatesNotFound() *GetGamificationTemplatesNotFound

NewGetGamificationTemplatesNotFound creates a GetGamificationTemplatesNotFound with default headers values

func (*GetGamificationTemplatesNotFound) Error

func (*GetGamificationTemplatesNotFound) GetPayload

func (*GetGamificationTemplatesNotFound) IsClientError

func (o *GetGamificationTemplatesNotFound) IsClientError() bool

IsClientError returns true when this get gamification templates not found response has a 4xx status code

func (*GetGamificationTemplatesNotFound) IsCode

func (o *GetGamificationTemplatesNotFound) IsCode(code int) bool

IsCode returns true when this get gamification templates not found response a status code equal to that given

func (*GetGamificationTemplatesNotFound) IsRedirect

func (o *GetGamificationTemplatesNotFound) IsRedirect() bool

IsRedirect returns true when this get gamification templates not found response has a 3xx status code

func (*GetGamificationTemplatesNotFound) IsServerError

func (o *GetGamificationTemplatesNotFound) IsServerError() bool

IsServerError returns true when this get gamification templates not found response has a 5xx status code

func (*GetGamificationTemplatesNotFound) IsSuccess

func (o *GetGamificationTemplatesNotFound) IsSuccess() bool

IsSuccess returns true when this get gamification templates not found response has a 2xx status code

func (*GetGamificationTemplatesNotFound) String

type GetGamificationTemplatesOK

type GetGamificationTemplatesOK struct {
	Payload *models.GetTemplatesResponse
}

GetGamificationTemplatesOK describes a response with status code 200, with default header values.

successful operation

func NewGetGamificationTemplatesOK

func NewGetGamificationTemplatesOK() *GetGamificationTemplatesOK

NewGetGamificationTemplatesOK creates a GetGamificationTemplatesOK with default headers values

func (*GetGamificationTemplatesOK) Error

func (*GetGamificationTemplatesOK) GetPayload

func (*GetGamificationTemplatesOK) IsClientError

func (o *GetGamificationTemplatesOK) IsClientError() bool

IsClientError returns true when this get gamification templates o k response has a 4xx status code

func (*GetGamificationTemplatesOK) IsCode

func (o *GetGamificationTemplatesOK) IsCode(code int) bool

IsCode returns true when this get gamification templates o k response a status code equal to that given

func (*GetGamificationTemplatesOK) IsRedirect

func (o *GetGamificationTemplatesOK) IsRedirect() bool

IsRedirect returns true when this get gamification templates o k response has a 3xx status code

func (*GetGamificationTemplatesOK) IsServerError

func (o *GetGamificationTemplatesOK) IsServerError() bool

IsServerError returns true when this get gamification templates o k response has a 5xx status code

func (*GetGamificationTemplatesOK) IsSuccess

func (o *GetGamificationTemplatesOK) IsSuccess() bool

IsSuccess returns true when this get gamification templates o k response has a 2xx status code

func (*GetGamificationTemplatesOK) String

func (o *GetGamificationTemplatesOK) String() string

type GetGamificationTemplatesParams

type GetGamificationTemplatesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGamificationTemplatesParams contains all the parameters to send to the API endpoint

for the get gamification templates operation.

Typically these are written to a http.Request.

func NewGetGamificationTemplatesParams

func NewGetGamificationTemplatesParams() *GetGamificationTemplatesParams

NewGetGamificationTemplatesParams creates a new GetGamificationTemplatesParams 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 NewGetGamificationTemplatesParamsWithContext

func NewGetGamificationTemplatesParamsWithContext(ctx context.Context) *GetGamificationTemplatesParams

NewGetGamificationTemplatesParamsWithContext creates a new GetGamificationTemplatesParams object with the ability to set a context for a request.

func NewGetGamificationTemplatesParamsWithHTTPClient

func NewGetGamificationTemplatesParamsWithHTTPClient(client *http.Client) *GetGamificationTemplatesParams

NewGetGamificationTemplatesParamsWithHTTPClient creates a new GetGamificationTemplatesParams object with the ability to set a custom HTTPClient for a request.

func NewGetGamificationTemplatesParamsWithTimeout

func NewGetGamificationTemplatesParamsWithTimeout(timeout time.Duration) *GetGamificationTemplatesParams

NewGetGamificationTemplatesParamsWithTimeout creates a new GetGamificationTemplatesParams object with the ability to set a timeout on a request.

func (*GetGamificationTemplatesParams) SetContext

func (o *GetGamificationTemplatesParams) SetContext(ctx context.Context)

SetContext adds the context to the get gamification templates params

func (*GetGamificationTemplatesParams) SetDefaults

func (o *GetGamificationTemplatesParams) SetDefaults()

SetDefaults hydrates default values in the get gamification templates params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationTemplatesParams) SetHTTPClient

func (o *GetGamificationTemplatesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gamification templates params

func (*GetGamificationTemplatesParams) SetTimeout

func (o *GetGamificationTemplatesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get gamification templates params

func (*GetGamificationTemplatesParams) WithContext

WithContext adds the context to the get gamification templates params

func (*GetGamificationTemplatesParams) WithDefaults

WithDefaults hydrates default values in the get gamification templates params (not the query body).

All values with no default are reset to their zero value.

func (*GetGamificationTemplatesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gamification templates params

func (*GetGamificationTemplatesParams) WithTimeout

WithTimeout adds the timeout to the get gamification templates params

func (*GetGamificationTemplatesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGamificationTemplatesReader

type GetGamificationTemplatesReader struct {
	// contains filtered or unexported fields
}

GetGamificationTemplatesReader is a Reader for the GetGamificationTemplates structure.

func (*GetGamificationTemplatesReader) ReadResponse

func (o *GetGamificationTemplatesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGamificationTemplatesRequestEntityTooLarge

type GetGamificationTemplatesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetGamificationTemplatesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetGamificationTemplatesRequestEntityTooLarge

func NewGetGamificationTemplatesRequestEntityTooLarge() *GetGamificationTemplatesRequestEntityTooLarge

NewGetGamificationTemplatesRequestEntityTooLarge creates a GetGamificationTemplatesRequestEntityTooLarge with default headers values

func (*GetGamificationTemplatesRequestEntityTooLarge) Error

func (*GetGamificationTemplatesRequestEntityTooLarge) GetPayload

func (*GetGamificationTemplatesRequestEntityTooLarge) IsClientError

IsClientError returns true when this get gamification templates request entity too large response has a 4xx status code

func (*GetGamificationTemplatesRequestEntityTooLarge) IsCode

IsCode returns true when this get gamification templates request entity too large response a status code equal to that given

func (*GetGamificationTemplatesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get gamification templates request entity too large response has a 3xx status code

func (*GetGamificationTemplatesRequestEntityTooLarge) IsServerError

IsServerError returns true when this get gamification templates request entity too large response has a 5xx status code

func (*GetGamificationTemplatesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get gamification templates request entity too large response has a 2xx status code

func (*GetGamificationTemplatesRequestEntityTooLarge) String

type GetGamificationTemplatesRequestTimeout

type GetGamificationTemplatesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGamificationTemplatesRequestTimeout 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 NewGetGamificationTemplatesRequestTimeout

func NewGetGamificationTemplatesRequestTimeout() *GetGamificationTemplatesRequestTimeout

NewGetGamificationTemplatesRequestTimeout creates a GetGamificationTemplatesRequestTimeout with default headers values

func (*GetGamificationTemplatesRequestTimeout) Error

func (*GetGamificationTemplatesRequestTimeout) GetPayload

func (*GetGamificationTemplatesRequestTimeout) IsClientError

func (o *GetGamificationTemplatesRequestTimeout) IsClientError() bool

IsClientError returns true when this get gamification templates request timeout response has a 4xx status code

func (*GetGamificationTemplatesRequestTimeout) IsCode

IsCode returns true when this get gamification templates request timeout response a status code equal to that given

func (*GetGamificationTemplatesRequestTimeout) IsRedirect

IsRedirect returns true when this get gamification templates request timeout response has a 3xx status code

func (*GetGamificationTemplatesRequestTimeout) IsServerError

func (o *GetGamificationTemplatesRequestTimeout) IsServerError() bool

IsServerError returns true when this get gamification templates request timeout response has a 5xx status code

func (*GetGamificationTemplatesRequestTimeout) IsSuccess

IsSuccess returns true when this get gamification templates request timeout response has a 2xx status code

func (*GetGamificationTemplatesRequestTimeout) String

type GetGamificationTemplatesServiceUnavailable

type GetGamificationTemplatesServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGamificationTemplatesServiceUnavailable 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 NewGetGamificationTemplatesServiceUnavailable

func NewGetGamificationTemplatesServiceUnavailable() *GetGamificationTemplatesServiceUnavailable

NewGetGamificationTemplatesServiceUnavailable creates a GetGamificationTemplatesServiceUnavailable with default headers values

func (*GetGamificationTemplatesServiceUnavailable) Error

func (*GetGamificationTemplatesServiceUnavailable) GetPayload

func (*GetGamificationTemplatesServiceUnavailable) IsClientError

IsClientError returns true when this get gamification templates service unavailable response has a 4xx status code

func (*GetGamificationTemplatesServiceUnavailable) IsCode

IsCode returns true when this get gamification templates service unavailable response a status code equal to that given

func (*GetGamificationTemplatesServiceUnavailable) IsRedirect

IsRedirect returns true when this get gamification templates service unavailable response has a 3xx status code

func (*GetGamificationTemplatesServiceUnavailable) IsServerError

IsServerError returns true when this get gamification templates service unavailable response has a 5xx status code

func (*GetGamificationTemplatesServiceUnavailable) IsSuccess

IsSuccess returns true when this get gamification templates service unavailable response has a 2xx status code

func (*GetGamificationTemplatesServiceUnavailable) String

type GetGamificationTemplatesTooManyRequests

type GetGamificationTemplatesTooManyRequests struct {
	Payload *models.ErrorBody
}

GetGamificationTemplatesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetGamificationTemplatesTooManyRequests

func NewGetGamificationTemplatesTooManyRequests() *GetGamificationTemplatesTooManyRequests

NewGetGamificationTemplatesTooManyRequests creates a GetGamificationTemplatesTooManyRequests with default headers values

func (*GetGamificationTemplatesTooManyRequests) Error

func (*GetGamificationTemplatesTooManyRequests) GetPayload

func (*GetGamificationTemplatesTooManyRequests) IsClientError

func (o *GetGamificationTemplatesTooManyRequests) IsClientError() bool

IsClientError returns true when this get gamification templates too many requests response has a 4xx status code

func (*GetGamificationTemplatesTooManyRequests) IsCode

IsCode returns true when this get gamification templates too many requests response a status code equal to that given

func (*GetGamificationTemplatesTooManyRequests) IsRedirect

IsRedirect returns true when this get gamification templates too many requests response has a 3xx status code

func (*GetGamificationTemplatesTooManyRequests) IsServerError

func (o *GetGamificationTemplatesTooManyRequests) IsServerError() bool

IsServerError returns true when this get gamification templates too many requests response has a 5xx status code

func (*GetGamificationTemplatesTooManyRequests) IsSuccess

IsSuccess returns true when this get gamification templates too many requests response has a 2xx status code

func (*GetGamificationTemplatesTooManyRequests) String

type GetGamificationTemplatesUnauthorized

type GetGamificationTemplatesUnauthorized struct {
	Payload *models.ErrorBody
}

GetGamificationTemplatesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetGamificationTemplatesUnauthorized

func NewGetGamificationTemplatesUnauthorized() *GetGamificationTemplatesUnauthorized

NewGetGamificationTemplatesUnauthorized creates a GetGamificationTemplatesUnauthorized with default headers values

func (*GetGamificationTemplatesUnauthorized) Error

func (*GetGamificationTemplatesUnauthorized) GetPayload

func (*GetGamificationTemplatesUnauthorized) IsClientError

func (o *GetGamificationTemplatesUnauthorized) IsClientError() bool

IsClientError returns true when this get gamification templates unauthorized response has a 4xx status code

func (*GetGamificationTemplatesUnauthorized) IsCode

IsCode returns true when this get gamification templates unauthorized response a status code equal to that given

func (*GetGamificationTemplatesUnauthorized) IsRedirect

IsRedirect returns true when this get gamification templates unauthorized response has a 3xx status code

func (*GetGamificationTemplatesUnauthorized) IsServerError

func (o *GetGamificationTemplatesUnauthorized) IsServerError() bool

IsServerError returns true when this get gamification templates unauthorized response has a 5xx status code

func (*GetGamificationTemplatesUnauthorized) IsSuccess

IsSuccess returns true when this get gamification templates unauthorized response has a 2xx status code

func (*GetGamificationTemplatesUnauthorized) String

type GetGamificationTemplatesUnsupportedMediaType

type GetGamificationTemplatesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGamificationTemplatesUnsupportedMediaType 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 NewGetGamificationTemplatesUnsupportedMediaType

func NewGetGamificationTemplatesUnsupportedMediaType() *GetGamificationTemplatesUnsupportedMediaType

NewGetGamificationTemplatesUnsupportedMediaType creates a GetGamificationTemplatesUnsupportedMediaType with default headers values

func (*GetGamificationTemplatesUnsupportedMediaType) Error

func (*GetGamificationTemplatesUnsupportedMediaType) GetPayload

func (*GetGamificationTemplatesUnsupportedMediaType) IsClientError

IsClientError returns true when this get gamification templates unsupported media type response has a 4xx status code

func (*GetGamificationTemplatesUnsupportedMediaType) IsCode

IsCode returns true when this get gamification templates unsupported media type response a status code equal to that given

func (*GetGamificationTemplatesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get gamification templates unsupported media type response has a 3xx status code

func (*GetGamificationTemplatesUnsupportedMediaType) IsServerError

IsServerError returns true when this get gamification templates unsupported media type response has a 5xx status code

func (*GetGamificationTemplatesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get gamification templates unsupported media type response has a 2xx status code

func (*GetGamificationTemplatesUnsupportedMediaType) String

type PatchEmployeeperformanceExternalmetricsDefinitionBadRequest

type PatchEmployeeperformanceExternalmetricsDefinitionBadRequest struct {
	Payload *models.ErrorBody
}

PatchEmployeeperformanceExternalmetricsDefinitionBadRequest 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 NewPatchEmployeeperformanceExternalmetricsDefinitionBadRequest

func NewPatchEmployeeperformanceExternalmetricsDefinitionBadRequest() *PatchEmployeeperformanceExternalmetricsDefinitionBadRequest

NewPatchEmployeeperformanceExternalmetricsDefinitionBadRequest creates a PatchEmployeeperformanceExternalmetricsDefinitionBadRequest with default headers values

func (*PatchEmployeeperformanceExternalmetricsDefinitionBadRequest) Error

func (*PatchEmployeeperformanceExternalmetricsDefinitionBadRequest) GetPayload

func (*PatchEmployeeperformanceExternalmetricsDefinitionBadRequest) IsClientError

IsClientError returns true when this patch employeeperformance externalmetrics definition bad request response has a 4xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionBadRequest) IsCode

IsCode returns true when this patch employeeperformance externalmetrics definition bad request response a status code equal to that given

func (*PatchEmployeeperformanceExternalmetricsDefinitionBadRequest) IsRedirect

IsRedirect returns true when this patch employeeperformance externalmetrics definition bad request response has a 3xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionBadRequest) IsServerError

IsServerError returns true when this patch employeeperformance externalmetrics definition bad request response has a 5xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionBadRequest) IsSuccess

IsSuccess returns true when this patch employeeperformance externalmetrics definition bad request response has a 2xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionBadRequest) String

type PatchEmployeeperformanceExternalmetricsDefinitionConflict

type PatchEmployeeperformanceExternalmetricsDefinitionConflict struct {
	Payload *models.ErrorBody
}

PatchEmployeeperformanceExternalmetricsDefinitionConflict describes a response with status code 409, with default header values.

Conflict

func NewPatchEmployeeperformanceExternalmetricsDefinitionConflict

func NewPatchEmployeeperformanceExternalmetricsDefinitionConflict() *PatchEmployeeperformanceExternalmetricsDefinitionConflict

NewPatchEmployeeperformanceExternalmetricsDefinitionConflict creates a PatchEmployeeperformanceExternalmetricsDefinitionConflict with default headers values

func (*PatchEmployeeperformanceExternalmetricsDefinitionConflict) Error

func (*PatchEmployeeperformanceExternalmetricsDefinitionConflict) GetPayload

func (*PatchEmployeeperformanceExternalmetricsDefinitionConflict) IsClientError

IsClientError returns true when this patch employeeperformance externalmetrics definition conflict response has a 4xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionConflict) IsCode

IsCode returns true when this patch employeeperformance externalmetrics definition conflict response a status code equal to that given

func (*PatchEmployeeperformanceExternalmetricsDefinitionConflict) IsRedirect

IsRedirect returns true when this patch employeeperformance externalmetrics definition conflict response has a 3xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionConflict) IsServerError

IsServerError returns true when this patch employeeperformance externalmetrics definition conflict response has a 5xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionConflict) IsSuccess

IsSuccess returns true when this patch employeeperformance externalmetrics definition conflict response has a 2xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionConflict) String

type PatchEmployeeperformanceExternalmetricsDefinitionForbidden

type PatchEmployeeperformanceExternalmetricsDefinitionForbidden struct {
	Payload *models.ErrorBody
}

PatchEmployeeperformanceExternalmetricsDefinitionForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPatchEmployeeperformanceExternalmetricsDefinitionForbidden

func NewPatchEmployeeperformanceExternalmetricsDefinitionForbidden() *PatchEmployeeperformanceExternalmetricsDefinitionForbidden

NewPatchEmployeeperformanceExternalmetricsDefinitionForbidden creates a PatchEmployeeperformanceExternalmetricsDefinitionForbidden with default headers values

func (*PatchEmployeeperformanceExternalmetricsDefinitionForbidden) Error

func (*PatchEmployeeperformanceExternalmetricsDefinitionForbidden) GetPayload

func (*PatchEmployeeperformanceExternalmetricsDefinitionForbidden) IsClientError

IsClientError returns true when this patch employeeperformance externalmetrics definition forbidden response has a 4xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionForbidden) IsCode

IsCode returns true when this patch employeeperformance externalmetrics definition forbidden response a status code equal to that given

func (*PatchEmployeeperformanceExternalmetricsDefinitionForbidden) IsRedirect

IsRedirect returns true when this patch employeeperformance externalmetrics definition forbidden response has a 3xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionForbidden) IsServerError

IsServerError returns true when this patch employeeperformance externalmetrics definition forbidden response has a 5xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionForbidden) IsSuccess

IsSuccess returns true when this patch employeeperformance externalmetrics definition forbidden response has a 2xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionForbidden) String

type PatchEmployeeperformanceExternalmetricsDefinitionGatewayTimeout

type PatchEmployeeperformanceExternalmetricsDefinitionGatewayTimeout struct {
	Payload *models.ErrorBody
}

PatchEmployeeperformanceExternalmetricsDefinitionGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPatchEmployeeperformanceExternalmetricsDefinitionGatewayTimeout

func NewPatchEmployeeperformanceExternalmetricsDefinitionGatewayTimeout() *PatchEmployeeperformanceExternalmetricsDefinitionGatewayTimeout

NewPatchEmployeeperformanceExternalmetricsDefinitionGatewayTimeout creates a PatchEmployeeperformanceExternalmetricsDefinitionGatewayTimeout with default headers values

func (*PatchEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) Error

func (*PatchEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) GetPayload

func (*PatchEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) IsClientError

IsClientError returns true when this patch employeeperformance externalmetrics definition gateway timeout response has a 4xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) IsCode

IsCode returns true when this patch employeeperformance externalmetrics definition gateway timeout response a status code equal to that given

func (*PatchEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) IsRedirect

IsRedirect returns true when this patch employeeperformance externalmetrics definition gateway timeout response has a 3xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) IsServerError

IsServerError returns true when this patch employeeperformance externalmetrics definition gateway timeout response has a 5xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) IsSuccess

IsSuccess returns true when this patch employeeperformance externalmetrics definition gateway timeout response has a 2xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionGatewayTimeout) String

type PatchEmployeeperformanceExternalmetricsDefinitionInternalServerError

type PatchEmployeeperformanceExternalmetricsDefinitionInternalServerError struct {
	Payload *models.ErrorBody
}

PatchEmployeeperformanceExternalmetricsDefinitionInternalServerError 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 NewPatchEmployeeperformanceExternalmetricsDefinitionInternalServerError

func NewPatchEmployeeperformanceExternalmetricsDefinitionInternalServerError() *PatchEmployeeperformanceExternalmetricsDefinitionInternalServerError

NewPatchEmployeeperformanceExternalmetricsDefinitionInternalServerError creates a PatchEmployeeperformanceExternalmetricsDefinitionInternalServerError with default headers values

func (*PatchEmployeeperformanceExternalmetricsDefinitionInternalServerError) Error

func (*PatchEmployeeperformanceExternalmetricsDefinitionInternalServerError) GetPayload

func (*PatchEmployeeperformanceExternalmetricsDefinitionInternalServerError) IsClientError

IsClientError returns true when this patch employeeperformance externalmetrics definition internal server error response has a 4xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionInternalServerError) IsCode

IsCode returns true when this patch employeeperformance externalmetrics definition internal server error response a status code equal to that given

func (*PatchEmployeeperformanceExternalmetricsDefinitionInternalServerError) IsRedirect

IsRedirect returns true when this patch employeeperformance externalmetrics definition internal server error response has a 3xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionInternalServerError) IsServerError

IsServerError returns true when this patch employeeperformance externalmetrics definition internal server error response has a 5xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionInternalServerError) IsSuccess

IsSuccess returns true when this patch employeeperformance externalmetrics definition internal server error response has a 2xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionInternalServerError) String

type PatchEmployeeperformanceExternalmetricsDefinitionNotFound

type PatchEmployeeperformanceExternalmetricsDefinitionNotFound struct {
	Payload *models.ErrorBody
}

PatchEmployeeperformanceExternalmetricsDefinitionNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPatchEmployeeperformanceExternalmetricsDefinitionNotFound

func NewPatchEmployeeperformanceExternalmetricsDefinitionNotFound() *PatchEmployeeperformanceExternalmetricsDefinitionNotFound

NewPatchEmployeeperformanceExternalmetricsDefinitionNotFound creates a PatchEmployeeperformanceExternalmetricsDefinitionNotFound with default headers values

func (*PatchEmployeeperformanceExternalmetricsDefinitionNotFound) Error

func (*PatchEmployeeperformanceExternalmetricsDefinitionNotFound) GetPayload

func (*PatchEmployeeperformanceExternalmetricsDefinitionNotFound) IsClientError

IsClientError returns true when this patch employeeperformance externalmetrics definition not found response has a 4xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionNotFound) IsCode

IsCode returns true when this patch employeeperformance externalmetrics definition not found response a status code equal to that given

func (*PatchEmployeeperformanceExternalmetricsDefinitionNotFound) IsRedirect

IsRedirect returns true when this patch employeeperformance externalmetrics definition not found response has a 3xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionNotFound) IsServerError

IsServerError returns true when this patch employeeperformance externalmetrics definition not found response has a 5xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionNotFound) IsSuccess

IsSuccess returns true when this patch employeeperformance externalmetrics definition not found response has a 2xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionNotFound) String

type PatchEmployeeperformanceExternalmetricsDefinitionOK

type PatchEmployeeperformanceExternalmetricsDefinitionOK struct {
	Payload *models.ExternalMetricDefinition
}

PatchEmployeeperformanceExternalmetricsDefinitionOK describes a response with status code 200, with default header values.

successful operation

func NewPatchEmployeeperformanceExternalmetricsDefinitionOK

func NewPatchEmployeeperformanceExternalmetricsDefinitionOK() *PatchEmployeeperformanceExternalmetricsDefinitionOK

NewPatchEmployeeperformanceExternalmetricsDefinitionOK creates a PatchEmployeeperformanceExternalmetricsDefinitionOK with default headers values

func (*PatchEmployeeperformanceExternalmetricsDefinitionOK) Error

func (*PatchEmployeeperformanceExternalmetricsDefinitionOK) GetPayload

func (*PatchEmployeeperformanceExternalmetricsDefinitionOK) IsClientError

IsClientError returns true when this patch employeeperformance externalmetrics definition o k response has a 4xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionOK) IsCode

IsCode returns true when this patch employeeperformance externalmetrics definition o k response a status code equal to that given

func (*PatchEmployeeperformanceExternalmetricsDefinitionOK) IsRedirect

IsRedirect returns true when this patch employeeperformance externalmetrics definition o k response has a 3xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionOK) IsServerError

IsServerError returns true when this patch employeeperformance externalmetrics definition o k response has a 5xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionOK) IsSuccess

IsSuccess returns true when this patch employeeperformance externalmetrics definition o k response has a 2xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionOK) String

type PatchEmployeeperformanceExternalmetricsDefinitionParams

type PatchEmployeeperformanceExternalmetricsDefinitionParams struct {

	/* Body.

	   The External Metric Definition parameters to be updated
	*/
	Body *models.ExternalMetricDefinitionUpdateRequest

	/* MetricID.

	   Specifies the metric definition ID
	*/
	MetricID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchEmployeeperformanceExternalmetricsDefinitionParams contains all the parameters to send to the API endpoint

for the patch employeeperformance externalmetrics definition operation.

Typically these are written to a http.Request.

func NewPatchEmployeeperformanceExternalmetricsDefinitionParams

func NewPatchEmployeeperformanceExternalmetricsDefinitionParams() *PatchEmployeeperformanceExternalmetricsDefinitionParams

NewPatchEmployeeperformanceExternalmetricsDefinitionParams creates a new PatchEmployeeperformanceExternalmetricsDefinitionParams 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 NewPatchEmployeeperformanceExternalmetricsDefinitionParamsWithContext

func NewPatchEmployeeperformanceExternalmetricsDefinitionParamsWithContext(ctx context.Context) *PatchEmployeeperformanceExternalmetricsDefinitionParams

NewPatchEmployeeperformanceExternalmetricsDefinitionParamsWithContext creates a new PatchEmployeeperformanceExternalmetricsDefinitionParams object with the ability to set a context for a request.

func NewPatchEmployeeperformanceExternalmetricsDefinitionParamsWithHTTPClient

func NewPatchEmployeeperformanceExternalmetricsDefinitionParamsWithHTTPClient(client *http.Client) *PatchEmployeeperformanceExternalmetricsDefinitionParams

NewPatchEmployeeperformanceExternalmetricsDefinitionParamsWithHTTPClient creates a new PatchEmployeeperformanceExternalmetricsDefinitionParams object with the ability to set a custom HTTPClient for a request.

func NewPatchEmployeeperformanceExternalmetricsDefinitionParamsWithTimeout

func NewPatchEmployeeperformanceExternalmetricsDefinitionParamsWithTimeout(timeout time.Duration) *PatchEmployeeperformanceExternalmetricsDefinitionParams

NewPatchEmployeeperformanceExternalmetricsDefinitionParamsWithTimeout creates a new PatchEmployeeperformanceExternalmetricsDefinitionParams object with the ability to set a timeout on a request.

func (*PatchEmployeeperformanceExternalmetricsDefinitionParams) SetBody

SetBody adds the body to the patch employeeperformance externalmetrics definition params

func (*PatchEmployeeperformanceExternalmetricsDefinitionParams) SetContext

SetContext adds the context to the patch employeeperformance externalmetrics definition params

func (*PatchEmployeeperformanceExternalmetricsDefinitionParams) SetDefaults

SetDefaults hydrates default values in the patch employeeperformance externalmetrics definition params (not the query body).

All values with no default are reset to their zero value.

func (*PatchEmployeeperformanceExternalmetricsDefinitionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch employeeperformance externalmetrics definition params

func (*PatchEmployeeperformanceExternalmetricsDefinitionParams) SetMetricID

SetMetricID adds the metricId to the patch employeeperformance externalmetrics definition params

func (*PatchEmployeeperformanceExternalmetricsDefinitionParams) SetTimeout

SetTimeout adds the timeout to the patch employeeperformance externalmetrics definition params

func (*PatchEmployeeperformanceExternalmetricsDefinitionParams) WithBody

WithBody adds the body to the patch employeeperformance externalmetrics definition params

func (*PatchEmployeeperformanceExternalmetricsDefinitionParams) WithContext

WithContext adds the context to the patch employeeperformance externalmetrics definition params

func (*PatchEmployeeperformanceExternalmetricsDefinitionParams) WithDefaults

WithDefaults hydrates default values in the patch employeeperformance externalmetrics definition params (not the query body).

All values with no default are reset to their zero value.

func (*PatchEmployeeperformanceExternalmetricsDefinitionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch employeeperformance externalmetrics definition params

func (*PatchEmployeeperformanceExternalmetricsDefinitionParams) WithMetricID

WithMetricID adds the metricID to the patch employeeperformance externalmetrics definition params

func (*PatchEmployeeperformanceExternalmetricsDefinitionParams) WithTimeout

WithTimeout adds the timeout to the patch employeeperformance externalmetrics definition params

func (*PatchEmployeeperformanceExternalmetricsDefinitionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchEmployeeperformanceExternalmetricsDefinitionReader

type PatchEmployeeperformanceExternalmetricsDefinitionReader struct {
	// contains filtered or unexported fields
}

PatchEmployeeperformanceExternalmetricsDefinitionReader is a Reader for the PatchEmployeeperformanceExternalmetricsDefinition structure.

func (*PatchEmployeeperformanceExternalmetricsDefinitionReader) ReadResponse

func (o *PatchEmployeeperformanceExternalmetricsDefinitionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge

type PatchEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PatchEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPatchEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge

func NewPatchEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge() *PatchEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge

NewPatchEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge creates a PatchEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge with default headers values

func (*PatchEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) Error

func (*PatchEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) GetPayload

func (*PatchEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch employeeperformance externalmetrics definition request entity too large response has a 4xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) IsCode

IsCode returns true when this patch employeeperformance externalmetrics definition request entity too large response a status code equal to that given

func (*PatchEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch employeeperformance externalmetrics definition request entity too large response has a 3xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch employeeperformance externalmetrics definition request entity too large response has a 5xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch employeeperformance externalmetrics definition request entity too large response has a 2xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionRequestEntityTooLarge) String

type PatchEmployeeperformanceExternalmetricsDefinitionRequestTimeout

type PatchEmployeeperformanceExternalmetricsDefinitionRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchEmployeeperformanceExternalmetricsDefinitionRequestTimeout 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 NewPatchEmployeeperformanceExternalmetricsDefinitionRequestTimeout

func NewPatchEmployeeperformanceExternalmetricsDefinitionRequestTimeout() *PatchEmployeeperformanceExternalmetricsDefinitionRequestTimeout

NewPatchEmployeeperformanceExternalmetricsDefinitionRequestTimeout creates a PatchEmployeeperformanceExternalmetricsDefinitionRequestTimeout with default headers values

func (*PatchEmployeeperformanceExternalmetricsDefinitionRequestTimeout) Error

func (*PatchEmployeeperformanceExternalmetricsDefinitionRequestTimeout) GetPayload

func (*PatchEmployeeperformanceExternalmetricsDefinitionRequestTimeout) IsClientError

IsClientError returns true when this patch employeeperformance externalmetrics definition request timeout response has a 4xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionRequestTimeout) IsCode

IsCode returns true when this patch employeeperformance externalmetrics definition request timeout response a status code equal to that given

func (*PatchEmployeeperformanceExternalmetricsDefinitionRequestTimeout) IsRedirect

IsRedirect returns true when this patch employeeperformance externalmetrics definition request timeout response has a 3xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionRequestTimeout) IsServerError

IsServerError returns true when this patch employeeperformance externalmetrics definition request timeout response has a 5xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionRequestTimeout) IsSuccess

IsSuccess returns true when this patch employeeperformance externalmetrics definition request timeout response has a 2xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionRequestTimeout) String

type PatchEmployeeperformanceExternalmetricsDefinitionServiceUnavailable

type PatchEmployeeperformanceExternalmetricsDefinitionServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchEmployeeperformanceExternalmetricsDefinitionServiceUnavailable 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 NewPatchEmployeeperformanceExternalmetricsDefinitionServiceUnavailable

func NewPatchEmployeeperformanceExternalmetricsDefinitionServiceUnavailable() *PatchEmployeeperformanceExternalmetricsDefinitionServiceUnavailable

NewPatchEmployeeperformanceExternalmetricsDefinitionServiceUnavailable creates a PatchEmployeeperformanceExternalmetricsDefinitionServiceUnavailable with default headers values

func (*PatchEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) Error

func (*PatchEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) GetPayload

func (*PatchEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) IsClientError

IsClientError returns true when this patch employeeperformance externalmetrics definition service unavailable response has a 4xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) IsCode

IsCode returns true when this patch employeeperformance externalmetrics definition service unavailable response a status code equal to that given

func (*PatchEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) IsRedirect

IsRedirect returns true when this patch employeeperformance externalmetrics definition service unavailable response has a 3xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) IsServerError

IsServerError returns true when this patch employeeperformance externalmetrics definition service unavailable response has a 5xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) IsSuccess

IsSuccess returns true when this patch employeeperformance externalmetrics definition service unavailable response has a 2xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionServiceUnavailable) String

type PatchEmployeeperformanceExternalmetricsDefinitionTooManyRequests

type PatchEmployeeperformanceExternalmetricsDefinitionTooManyRequests struct {
	Payload *models.ErrorBody
}

PatchEmployeeperformanceExternalmetricsDefinitionTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPatchEmployeeperformanceExternalmetricsDefinitionTooManyRequests

func NewPatchEmployeeperformanceExternalmetricsDefinitionTooManyRequests() *PatchEmployeeperformanceExternalmetricsDefinitionTooManyRequests

NewPatchEmployeeperformanceExternalmetricsDefinitionTooManyRequests creates a PatchEmployeeperformanceExternalmetricsDefinitionTooManyRequests with default headers values

func (*PatchEmployeeperformanceExternalmetricsDefinitionTooManyRequests) Error

func (*PatchEmployeeperformanceExternalmetricsDefinitionTooManyRequests) GetPayload

func (*PatchEmployeeperformanceExternalmetricsDefinitionTooManyRequests) IsClientError

IsClientError returns true when this patch employeeperformance externalmetrics definition too many requests response has a 4xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionTooManyRequests) IsCode

IsCode returns true when this patch employeeperformance externalmetrics definition too many requests response a status code equal to that given

func (*PatchEmployeeperformanceExternalmetricsDefinitionTooManyRequests) IsRedirect

IsRedirect returns true when this patch employeeperformance externalmetrics definition too many requests response has a 3xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionTooManyRequests) IsServerError

IsServerError returns true when this patch employeeperformance externalmetrics definition too many requests response has a 5xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionTooManyRequests) IsSuccess

IsSuccess returns true when this patch employeeperformance externalmetrics definition too many requests response has a 2xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionTooManyRequests) String

type PatchEmployeeperformanceExternalmetricsDefinitionUnauthorized

type PatchEmployeeperformanceExternalmetricsDefinitionUnauthorized struct {
	Payload *models.ErrorBody
}

PatchEmployeeperformanceExternalmetricsDefinitionUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPatchEmployeeperformanceExternalmetricsDefinitionUnauthorized

func NewPatchEmployeeperformanceExternalmetricsDefinitionUnauthorized() *PatchEmployeeperformanceExternalmetricsDefinitionUnauthorized

NewPatchEmployeeperformanceExternalmetricsDefinitionUnauthorized creates a PatchEmployeeperformanceExternalmetricsDefinitionUnauthorized with default headers values

func (*PatchEmployeeperformanceExternalmetricsDefinitionUnauthorized) Error

func (*PatchEmployeeperformanceExternalmetricsDefinitionUnauthorized) GetPayload

func (*PatchEmployeeperformanceExternalmetricsDefinitionUnauthorized) IsClientError

IsClientError returns true when this patch employeeperformance externalmetrics definition unauthorized response has a 4xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionUnauthorized) IsCode

IsCode returns true when this patch employeeperformance externalmetrics definition unauthorized response a status code equal to that given

func (*PatchEmployeeperformanceExternalmetricsDefinitionUnauthorized) IsRedirect

IsRedirect returns true when this patch employeeperformance externalmetrics definition unauthorized response has a 3xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionUnauthorized) IsServerError

IsServerError returns true when this patch employeeperformance externalmetrics definition unauthorized response has a 5xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionUnauthorized) IsSuccess

IsSuccess returns true when this patch employeeperformance externalmetrics definition unauthorized response has a 2xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionUnauthorized) String

type PatchEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType

type PatchEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType 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 NewPatchEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType

func NewPatchEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType() *PatchEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType

NewPatchEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType creates a PatchEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType with default headers values

func (*PatchEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) Error

func (*PatchEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) GetPayload

func (*PatchEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) IsClientError

IsClientError returns true when this patch employeeperformance externalmetrics definition unsupported media type response has a 4xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) IsCode

IsCode returns true when this patch employeeperformance externalmetrics definition unsupported media type response a status code equal to that given

func (*PatchEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch employeeperformance externalmetrics definition unsupported media type response has a 3xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) IsServerError

IsServerError returns true when this patch employeeperformance externalmetrics definition unsupported media type response has a 5xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch employeeperformance externalmetrics definition unsupported media type response has a 2xx status code

func (*PatchEmployeeperformanceExternalmetricsDefinitionUnsupportedMediaType) String

type PostEmployeeperformanceExternalmetricsDataBadRequest

type PostEmployeeperformanceExternalmetricsDataBadRequest struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDataBadRequest 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 NewPostEmployeeperformanceExternalmetricsDataBadRequest

func NewPostEmployeeperformanceExternalmetricsDataBadRequest() *PostEmployeeperformanceExternalmetricsDataBadRequest

NewPostEmployeeperformanceExternalmetricsDataBadRequest creates a PostEmployeeperformanceExternalmetricsDataBadRequest with default headers values

func (*PostEmployeeperformanceExternalmetricsDataBadRequest) Error

func (*PostEmployeeperformanceExternalmetricsDataBadRequest) GetPayload

func (*PostEmployeeperformanceExternalmetricsDataBadRequest) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics data bad request response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDataBadRequest) IsCode

IsCode returns true when this post employeeperformance externalmetrics data bad request response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDataBadRequest) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics data bad request response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDataBadRequest) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics data bad request response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDataBadRequest) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics data bad request response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDataBadRequest) String

type PostEmployeeperformanceExternalmetricsDataForbidden

type PostEmployeeperformanceExternalmetricsDataForbidden struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDataForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostEmployeeperformanceExternalmetricsDataForbidden

func NewPostEmployeeperformanceExternalmetricsDataForbidden() *PostEmployeeperformanceExternalmetricsDataForbidden

NewPostEmployeeperformanceExternalmetricsDataForbidden creates a PostEmployeeperformanceExternalmetricsDataForbidden with default headers values

func (*PostEmployeeperformanceExternalmetricsDataForbidden) Error

func (*PostEmployeeperformanceExternalmetricsDataForbidden) GetPayload

func (*PostEmployeeperformanceExternalmetricsDataForbidden) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics data forbidden response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDataForbidden) IsCode

IsCode returns true when this post employeeperformance externalmetrics data forbidden response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDataForbidden) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics data forbidden response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDataForbidden) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics data forbidden response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDataForbidden) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics data forbidden response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDataForbidden) String

type PostEmployeeperformanceExternalmetricsDataGatewayTimeout

type PostEmployeeperformanceExternalmetricsDataGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDataGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostEmployeeperformanceExternalmetricsDataGatewayTimeout

func NewPostEmployeeperformanceExternalmetricsDataGatewayTimeout() *PostEmployeeperformanceExternalmetricsDataGatewayTimeout

NewPostEmployeeperformanceExternalmetricsDataGatewayTimeout creates a PostEmployeeperformanceExternalmetricsDataGatewayTimeout with default headers values

func (*PostEmployeeperformanceExternalmetricsDataGatewayTimeout) Error

func (*PostEmployeeperformanceExternalmetricsDataGatewayTimeout) GetPayload

func (*PostEmployeeperformanceExternalmetricsDataGatewayTimeout) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics data gateway timeout response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDataGatewayTimeout) IsCode

IsCode returns true when this post employeeperformance externalmetrics data gateway timeout response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDataGatewayTimeout) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics data gateway timeout response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDataGatewayTimeout) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics data gateway timeout response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDataGatewayTimeout) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics data gateway timeout response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDataGatewayTimeout) String

type PostEmployeeperformanceExternalmetricsDataInternalServerError

type PostEmployeeperformanceExternalmetricsDataInternalServerError struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDataInternalServerError 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 NewPostEmployeeperformanceExternalmetricsDataInternalServerError

func NewPostEmployeeperformanceExternalmetricsDataInternalServerError() *PostEmployeeperformanceExternalmetricsDataInternalServerError

NewPostEmployeeperformanceExternalmetricsDataInternalServerError creates a PostEmployeeperformanceExternalmetricsDataInternalServerError with default headers values

func (*PostEmployeeperformanceExternalmetricsDataInternalServerError) Error

func (*PostEmployeeperformanceExternalmetricsDataInternalServerError) GetPayload

func (*PostEmployeeperformanceExternalmetricsDataInternalServerError) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics data internal server error response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDataInternalServerError) IsCode

IsCode returns true when this post employeeperformance externalmetrics data internal server error response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDataInternalServerError) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics data internal server error response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDataInternalServerError) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics data internal server error response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDataInternalServerError) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics data internal server error response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDataInternalServerError) String

type PostEmployeeperformanceExternalmetricsDataNotFound

type PostEmployeeperformanceExternalmetricsDataNotFound struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDataNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostEmployeeperformanceExternalmetricsDataNotFound

func NewPostEmployeeperformanceExternalmetricsDataNotFound() *PostEmployeeperformanceExternalmetricsDataNotFound

NewPostEmployeeperformanceExternalmetricsDataNotFound creates a PostEmployeeperformanceExternalmetricsDataNotFound with default headers values

func (*PostEmployeeperformanceExternalmetricsDataNotFound) Error

func (*PostEmployeeperformanceExternalmetricsDataNotFound) GetPayload

func (*PostEmployeeperformanceExternalmetricsDataNotFound) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics data not found response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDataNotFound) IsCode

IsCode returns true when this post employeeperformance externalmetrics data not found response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDataNotFound) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics data not found response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDataNotFound) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics data not found response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDataNotFound) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics data not found response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDataNotFound) String

type PostEmployeeperformanceExternalmetricsDataOK

type PostEmployeeperformanceExternalmetricsDataOK struct {
	Payload *models.ExternalMetricDataWriteResponse
}

PostEmployeeperformanceExternalmetricsDataOK describes a response with status code 200, with default header values.

successful operation

func NewPostEmployeeperformanceExternalmetricsDataOK

func NewPostEmployeeperformanceExternalmetricsDataOK() *PostEmployeeperformanceExternalmetricsDataOK

NewPostEmployeeperformanceExternalmetricsDataOK creates a PostEmployeeperformanceExternalmetricsDataOK with default headers values

func (*PostEmployeeperformanceExternalmetricsDataOK) Error

func (*PostEmployeeperformanceExternalmetricsDataOK) GetPayload

func (*PostEmployeeperformanceExternalmetricsDataOK) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics data o k response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDataOK) IsCode

IsCode returns true when this post employeeperformance externalmetrics data o k response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDataOK) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics data o k response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDataOK) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics data o k response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDataOK) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics data o k response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDataOK) String

type PostEmployeeperformanceExternalmetricsDataParams

type PostEmployeeperformanceExternalmetricsDataParams struct {

	/* Body.

	   The External Metric Data to be added
	*/
	Body *models.ExternalMetricDataWriteRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostEmployeeperformanceExternalmetricsDataParams contains all the parameters to send to the API endpoint

for the post employeeperformance externalmetrics data operation.

Typically these are written to a http.Request.

func NewPostEmployeeperformanceExternalmetricsDataParams

func NewPostEmployeeperformanceExternalmetricsDataParams() *PostEmployeeperformanceExternalmetricsDataParams

NewPostEmployeeperformanceExternalmetricsDataParams creates a new PostEmployeeperformanceExternalmetricsDataParams 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 NewPostEmployeeperformanceExternalmetricsDataParamsWithContext

func NewPostEmployeeperformanceExternalmetricsDataParamsWithContext(ctx context.Context) *PostEmployeeperformanceExternalmetricsDataParams

NewPostEmployeeperformanceExternalmetricsDataParamsWithContext creates a new PostEmployeeperformanceExternalmetricsDataParams object with the ability to set a context for a request.

func NewPostEmployeeperformanceExternalmetricsDataParamsWithHTTPClient

func NewPostEmployeeperformanceExternalmetricsDataParamsWithHTTPClient(client *http.Client) *PostEmployeeperformanceExternalmetricsDataParams

NewPostEmployeeperformanceExternalmetricsDataParamsWithHTTPClient creates a new PostEmployeeperformanceExternalmetricsDataParams object with the ability to set a custom HTTPClient for a request.

func NewPostEmployeeperformanceExternalmetricsDataParamsWithTimeout

func NewPostEmployeeperformanceExternalmetricsDataParamsWithTimeout(timeout time.Duration) *PostEmployeeperformanceExternalmetricsDataParams

NewPostEmployeeperformanceExternalmetricsDataParamsWithTimeout creates a new PostEmployeeperformanceExternalmetricsDataParams object with the ability to set a timeout on a request.

func (*PostEmployeeperformanceExternalmetricsDataParams) SetBody

SetBody adds the body to the post employeeperformance externalmetrics data params

func (*PostEmployeeperformanceExternalmetricsDataParams) SetContext

SetContext adds the context to the post employeeperformance externalmetrics data params

func (*PostEmployeeperformanceExternalmetricsDataParams) SetDefaults

SetDefaults hydrates default values in the post employeeperformance externalmetrics data params (not the query body).

All values with no default are reset to their zero value.

func (*PostEmployeeperformanceExternalmetricsDataParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post employeeperformance externalmetrics data params

func (*PostEmployeeperformanceExternalmetricsDataParams) SetTimeout

SetTimeout adds the timeout to the post employeeperformance externalmetrics data params

func (*PostEmployeeperformanceExternalmetricsDataParams) WithBody

WithBody adds the body to the post employeeperformance externalmetrics data params

func (*PostEmployeeperformanceExternalmetricsDataParams) WithContext

WithContext adds the context to the post employeeperformance externalmetrics data params

func (*PostEmployeeperformanceExternalmetricsDataParams) WithDefaults

WithDefaults hydrates default values in the post employeeperformance externalmetrics data params (not the query body).

All values with no default are reset to their zero value.

func (*PostEmployeeperformanceExternalmetricsDataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post employeeperformance externalmetrics data params

func (*PostEmployeeperformanceExternalmetricsDataParams) WithTimeout

WithTimeout adds the timeout to the post employeeperformance externalmetrics data params

func (*PostEmployeeperformanceExternalmetricsDataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostEmployeeperformanceExternalmetricsDataReader

type PostEmployeeperformanceExternalmetricsDataReader struct {
	// contains filtered or unexported fields
}

PostEmployeeperformanceExternalmetricsDataReader is a Reader for the PostEmployeeperformanceExternalmetricsData structure.

func (*PostEmployeeperformanceExternalmetricsDataReader) ReadResponse

func (o *PostEmployeeperformanceExternalmetricsDataReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostEmployeeperformanceExternalmetricsDataRequestEntityTooLarge

type PostEmployeeperformanceExternalmetricsDataRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDataRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostEmployeeperformanceExternalmetricsDataRequestEntityTooLarge

func NewPostEmployeeperformanceExternalmetricsDataRequestEntityTooLarge() *PostEmployeeperformanceExternalmetricsDataRequestEntityTooLarge

NewPostEmployeeperformanceExternalmetricsDataRequestEntityTooLarge creates a PostEmployeeperformanceExternalmetricsDataRequestEntityTooLarge with default headers values

func (*PostEmployeeperformanceExternalmetricsDataRequestEntityTooLarge) Error

func (*PostEmployeeperformanceExternalmetricsDataRequestEntityTooLarge) GetPayload

func (*PostEmployeeperformanceExternalmetricsDataRequestEntityTooLarge) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics data request entity too large response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDataRequestEntityTooLarge) IsCode

IsCode returns true when this post employeeperformance externalmetrics data request entity too large response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDataRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics data request entity too large response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDataRequestEntityTooLarge) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics data request entity too large response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDataRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics data request entity too large response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDataRequestEntityTooLarge) String

type PostEmployeeperformanceExternalmetricsDataRequestTimeout

type PostEmployeeperformanceExternalmetricsDataRequestTimeout struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDataRequestTimeout 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 NewPostEmployeeperformanceExternalmetricsDataRequestTimeout

func NewPostEmployeeperformanceExternalmetricsDataRequestTimeout() *PostEmployeeperformanceExternalmetricsDataRequestTimeout

NewPostEmployeeperformanceExternalmetricsDataRequestTimeout creates a PostEmployeeperformanceExternalmetricsDataRequestTimeout with default headers values

func (*PostEmployeeperformanceExternalmetricsDataRequestTimeout) Error

func (*PostEmployeeperformanceExternalmetricsDataRequestTimeout) GetPayload

func (*PostEmployeeperformanceExternalmetricsDataRequestTimeout) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics data request timeout response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDataRequestTimeout) IsCode

IsCode returns true when this post employeeperformance externalmetrics data request timeout response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDataRequestTimeout) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics data request timeout response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDataRequestTimeout) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics data request timeout response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDataRequestTimeout) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics data request timeout response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDataRequestTimeout) String

type PostEmployeeperformanceExternalmetricsDataServiceUnavailable

type PostEmployeeperformanceExternalmetricsDataServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDataServiceUnavailable 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 NewPostEmployeeperformanceExternalmetricsDataServiceUnavailable

func NewPostEmployeeperformanceExternalmetricsDataServiceUnavailable() *PostEmployeeperformanceExternalmetricsDataServiceUnavailable

NewPostEmployeeperformanceExternalmetricsDataServiceUnavailable creates a PostEmployeeperformanceExternalmetricsDataServiceUnavailable with default headers values

func (*PostEmployeeperformanceExternalmetricsDataServiceUnavailable) Error

func (*PostEmployeeperformanceExternalmetricsDataServiceUnavailable) GetPayload

func (*PostEmployeeperformanceExternalmetricsDataServiceUnavailable) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics data service unavailable response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDataServiceUnavailable) IsCode

IsCode returns true when this post employeeperformance externalmetrics data service unavailable response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDataServiceUnavailable) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics data service unavailable response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDataServiceUnavailable) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics data service unavailable response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDataServiceUnavailable) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics data service unavailable response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDataServiceUnavailable) String

type PostEmployeeperformanceExternalmetricsDataTooManyRequests

type PostEmployeeperformanceExternalmetricsDataTooManyRequests struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDataTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostEmployeeperformanceExternalmetricsDataTooManyRequests

func NewPostEmployeeperformanceExternalmetricsDataTooManyRequests() *PostEmployeeperformanceExternalmetricsDataTooManyRequests

NewPostEmployeeperformanceExternalmetricsDataTooManyRequests creates a PostEmployeeperformanceExternalmetricsDataTooManyRequests with default headers values

func (*PostEmployeeperformanceExternalmetricsDataTooManyRequests) Error

func (*PostEmployeeperformanceExternalmetricsDataTooManyRequests) GetPayload

func (*PostEmployeeperformanceExternalmetricsDataTooManyRequests) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics data too many requests response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDataTooManyRequests) IsCode

IsCode returns true when this post employeeperformance externalmetrics data too many requests response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDataTooManyRequests) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics data too many requests response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDataTooManyRequests) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics data too many requests response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDataTooManyRequests) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics data too many requests response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDataTooManyRequests) String

type PostEmployeeperformanceExternalmetricsDataUnauthorized

type PostEmployeeperformanceExternalmetricsDataUnauthorized struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDataUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostEmployeeperformanceExternalmetricsDataUnauthorized

func NewPostEmployeeperformanceExternalmetricsDataUnauthorized() *PostEmployeeperformanceExternalmetricsDataUnauthorized

NewPostEmployeeperformanceExternalmetricsDataUnauthorized creates a PostEmployeeperformanceExternalmetricsDataUnauthorized with default headers values

func (*PostEmployeeperformanceExternalmetricsDataUnauthorized) Error

func (*PostEmployeeperformanceExternalmetricsDataUnauthorized) GetPayload

func (*PostEmployeeperformanceExternalmetricsDataUnauthorized) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics data unauthorized response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDataUnauthorized) IsCode

IsCode returns true when this post employeeperformance externalmetrics data unauthorized response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDataUnauthorized) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics data unauthorized response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDataUnauthorized) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics data unauthorized response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDataUnauthorized) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics data unauthorized response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDataUnauthorized) String

type PostEmployeeperformanceExternalmetricsDataUnsupportedMediaType

type PostEmployeeperformanceExternalmetricsDataUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDataUnsupportedMediaType 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 NewPostEmployeeperformanceExternalmetricsDataUnsupportedMediaType

func NewPostEmployeeperformanceExternalmetricsDataUnsupportedMediaType() *PostEmployeeperformanceExternalmetricsDataUnsupportedMediaType

NewPostEmployeeperformanceExternalmetricsDataUnsupportedMediaType creates a PostEmployeeperformanceExternalmetricsDataUnsupportedMediaType with default headers values

func (*PostEmployeeperformanceExternalmetricsDataUnsupportedMediaType) Error

func (*PostEmployeeperformanceExternalmetricsDataUnsupportedMediaType) GetPayload

func (*PostEmployeeperformanceExternalmetricsDataUnsupportedMediaType) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics data unsupported media type response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDataUnsupportedMediaType) IsCode

IsCode returns true when this post employeeperformance externalmetrics data unsupported media type response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDataUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics data unsupported media type response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDataUnsupportedMediaType) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics data unsupported media type response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDataUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics data unsupported media type response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDataUnsupportedMediaType) String

type PostEmployeeperformanceExternalmetricsDefinitionsBadRequest

type PostEmployeeperformanceExternalmetricsDefinitionsBadRequest struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDefinitionsBadRequest 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 NewPostEmployeeperformanceExternalmetricsDefinitionsBadRequest

func NewPostEmployeeperformanceExternalmetricsDefinitionsBadRequest() *PostEmployeeperformanceExternalmetricsDefinitionsBadRequest

NewPostEmployeeperformanceExternalmetricsDefinitionsBadRequest creates a PostEmployeeperformanceExternalmetricsDefinitionsBadRequest with default headers values

func (*PostEmployeeperformanceExternalmetricsDefinitionsBadRequest) Error

func (*PostEmployeeperformanceExternalmetricsDefinitionsBadRequest) GetPayload

func (*PostEmployeeperformanceExternalmetricsDefinitionsBadRequest) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics definitions bad request response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsBadRequest) IsCode

IsCode returns true when this post employeeperformance externalmetrics definitions bad request response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDefinitionsBadRequest) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics definitions bad request response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsBadRequest) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics definitions bad request response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsBadRequest) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics definitions bad request response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsBadRequest) String

type PostEmployeeperformanceExternalmetricsDefinitionsCreated

type PostEmployeeperformanceExternalmetricsDefinitionsCreated struct {
	Payload *models.ExternalMetricDefinition
}

PostEmployeeperformanceExternalmetricsDefinitionsCreated describes a response with status code 201, with default header values.

The External Metric Definition was successfully created

func NewPostEmployeeperformanceExternalmetricsDefinitionsCreated

func NewPostEmployeeperformanceExternalmetricsDefinitionsCreated() *PostEmployeeperformanceExternalmetricsDefinitionsCreated

NewPostEmployeeperformanceExternalmetricsDefinitionsCreated creates a PostEmployeeperformanceExternalmetricsDefinitionsCreated with default headers values

func (*PostEmployeeperformanceExternalmetricsDefinitionsCreated) Error

func (*PostEmployeeperformanceExternalmetricsDefinitionsCreated) GetPayload

func (*PostEmployeeperformanceExternalmetricsDefinitionsCreated) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics definitions created response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsCreated) IsCode

IsCode returns true when this post employeeperformance externalmetrics definitions created response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDefinitionsCreated) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics definitions created response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsCreated) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics definitions created response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsCreated) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics definitions created response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsCreated) String

type PostEmployeeperformanceExternalmetricsDefinitionsForbidden

type PostEmployeeperformanceExternalmetricsDefinitionsForbidden struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDefinitionsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostEmployeeperformanceExternalmetricsDefinitionsForbidden

func NewPostEmployeeperformanceExternalmetricsDefinitionsForbidden() *PostEmployeeperformanceExternalmetricsDefinitionsForbidden

NewPostEmployeeperformanceExternalmetricsDefinitionsForbidden creates a PostEmployeeperformanceExternalmetricsDefinitionsForbidden with default headers values

func (*PostEmployeeperformanceExternalmetricsDefinitionsForbidden) Error

func (*PostEmployeeperformanceExternalmetricsDefinitionsForbidden) GetPayload

func (*PostEmployeeperformanceExternalmetricsDefinitionsForbidden) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics definitions forbidden response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsForbidden) IsCode

IsCode returns true when this post employeeperformance externalmetrics definitions forbidden response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDefinitionsForbidden) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics definitions forbidden response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsForbidden) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics definitions forbidden response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsForbidden) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics definitions forbidden response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsForbidden) String

type PostEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout

type PostEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout

func NewPostEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout() *PostEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout

NewPostEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout creates a PostEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout with default headers values

func (*PostEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout) Error

func (*PostEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout) GetPayload

func (*PostEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics definitions gateway timeout response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout) IsCode

IsCode returns true when this post employeeperformance externalmetrics definitions gateway timeout response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics definitions gateway timeout response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics definitions gateway timeout response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics definitions gateway timeout response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsGatewayTimeout) String

type PostEmployeeperformanceExternalmetricsDefinitionsInternalServerError

type PostEmployeeperformanceExternalmetricsDefinitionsInternalServerError struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDefinitionsInternalServerError 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 NewPostEmployeeperformanceExternalmetricsDefinitionsInternalServerError

func NewPostEmployeeperformanceExternalmetricsDefinitionsInternalServerError() *PostEmployeeperformanceExternalmetricsDefinitionsInternalServerError

NewPostEmployeeperformanceExternalmetricsDefinitionsInternalServerError creates a PostEmployeeperformanceExternalmetricsDefinitionsInternalServerError with default headers values

func (*PostEmployeeperformanceExternalmetricsDefinitionsInternalServerError) Error

func (*PostEmployeeperformanceExternalmetricsDefinitionsInternalServerError) GetPayload

func (*PostEmployeeperformanceExternalmetricsDefinitionsInternalServerError) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics definitions internal server error response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsInternalServerError) IsCode

IsCode returns true when this post employeeperformance externalmetrics definitions internal server error response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDefinitionsInternalServerError) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics definitions internal server error response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsInternalServerError) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics definitions internal server error response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsInternalServerError) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics definitions internal server error response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsInternalServerError) String

type PostEmployeeperformanceExternalmetricsDefinitionsNotFound

type PostEmployeeperformanceExternalmetricsDefinitionsNotFound struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDefinitionsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostEmployeeperformanceExternalmetricsDefinitionsNotFound

func NewPostEmployeeperformanceExternalmetricsDefinitionsNotFound() *PostEmployeeperformanceExternalmetricsDefinitionsNotFound

NewPostEmployeeperformanceExternalmetricsDefinitionsNotFound creates a PostEmployeeperformanceExternalmetricsDefinitionsNotFound with default headers values

func (*PostEmployeeperformanceExternalmetricsDefinitionsNotFound) Error

func (*PostEmployeeperformanceExternalmetricsDefinitionsNotFound) GetPayload

func (*PostEmployeeperformanceExternalmetricsDefinitionsNotFound) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics definitions not found response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsNotFound) IsCode

IsCode returns true when this post employeeperformance externalmetrics definitions not found response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDefinitionsNotFound) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics definitions not found response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsNotFound) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics definitions not found response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsNotFound) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics definitions not found response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsNotFound) String

type PostEmployeeperformanceExternalmetricsDefinitionsOK

type PostEmployeeperformanceExternalmetricsDefinitionsOK struct {
	Payload *models.ExternalMetricDefinition
}

PostEmployeeperformanceExternalmetricsDefinitionsOK describes a response with status code 200, with default header values.

successful operation

func NewPostEmployeeperformanceExternalmetricsDefinitionsOK

func NewPostEmployeeperformanceExternalmetricsDefinitionsOK() *PostEmployeeperformanceExternalmetricsDefinitionsOK

NewPostEmployeeperformanceExternalmetricsDefinitionsOK creates a PostEmployeeperformanceExternalmetricsDefinitionsOK with default headers values

func (*PostEmployeeperformanceExternalmetricsDefinitionsOK) Error

func (*PostEmployeeperformanceExternalmetricsDefinitionsOK) GetPayload

func (*PostEmployeeperformanceExternalmetricsDefinitionsOK) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics definitions o k response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsOK) IsCode

IsCode returns true when this post employeeperformance externalmetrics definitions o k response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDefinitionsOK) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics definitions o k response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsOK) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics definitions o k response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsOK) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics definitions o k response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsOK) String

type PostEmployeeperformanceExternalmetricsDefinitionsParams

type PostEmployeeperformanceExternalmetricsDefinitionsParams struct {

	/* Body.

	   The External Metric Definition to be created
	*/
	Body *models.ExternalMetricDefinitionCreateRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostEmployeeperformanceExternalmetricsDefinitionsParams contains all the parameters to send to the API endpoint

for the post employeeperformance externalmetrics definitions operation.

Typically these are written to a http.Request.

func NewPostEmployeeperformanceExternalmetricsDefinitionsParams

func NewPostEmployeeperformanceExternalmetricsDefinitionsParams() *PostEmployeeperformanceExternalmetricsDefinitionsParams

NewPostEmployeeperformanceExternalmetricsDefinitionsParams creates a new PostEmployeeperformanceExternalmetricsDefinitionsParams 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 NewPostEmployeeperformanceExternalmetricsDefinitionsParamsWithContext

func NewPostEmployeeperformanceExternalmetricsDefinitionsParamsWithContext(ctx context.Context) *PostEmployeeperformanceExternalmetricsDefinitionsParams

NewPostEmployeeperformanceExternalmetricsDefinitionsParamsWithContext creates a new PostEmployeeperformanceExternalmetricsDefinitionsParams object with the ability to set a context for a request.

func NewPostEmployeeperformanceExternalmetricsDefinitionsParamsWithHTTPClient

func NewPostEmployeeperformanceExternalmetricsDefinitionsParamsWithHTTPClient(client *http.Client) *PostEmployeeperformanceExternalmetricsDefinitionsParams

NewPostEmployeeperformanceExternalmetricsDefinitionsParamsWithHTTPClient creates a new PostEmployeeperformanceExternalmetricsDefinitionsParams object with the ability to set a custom HTTPClient for a request.

func NewPostEmployeeperformanceExternalmetricsDefinitionsParamsWithTimeout

func NewPostEmployeeperformanceExternalmetricsDefinitionsParamsWithTimeout(timeout time.Duration) *PostEmployeeperformanceExternalmetricsDefinitionsParams

NewPostEmployeeperformanceExternalmetricsDefinitionsParamsWithTimeout creates a new PostEmployeeperformanceExternalmetricsDefinitionsParams object with the ability to set a timeout on a request.

func (*PostEmployeeperformanceExternalmetricsDefinitionsParams) SetBody

SetBody adds the body to the post employeeperformance externalmetrics definitions params

func (*PostEmployeeperformanceExternalmetricsDefinitionsParams) SetContext

SetContext adds the context to the post employeeperformance externalmetrics definitions params

func (*PostEmployeeperformanceExternalmetricsDefinitionsParams) SetDefaults

SetDefaults hydrates default values in the post employeeperformance externalmetrics definitions params (not the query body).

All values with no default are reset to their zero value.

func (*PostEmployeeperformanceExternalmetricsDefinitionsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post employeeperformance externalmetrics definitions params

func (*PostEmployeeperformanceExternalmetricsDefinitionsParams) SetTimeout

SetTimeout adds the timeout to the post employeeperformance externalmetrics definitions params

func (*PostEmployeeperformanceExternalmetricsDefinitionsParams) WithBody

WithBody adds the body to the post employeeperformance externalmetrics definitions params

func (*PostEmployeeperformanceExternalmetricsDefinitionsParams) WithContext

WithContext adds the context to the post employeeperformance externalmetrics definitions params

func (*PostEmployeeperformanceExternalmetricsDefinitionsParams) WithDefaults

WithDefaults hydrates default values in the post employeeperformance externalmetrics definitions params (not the query body).

All values with no default are reset to their zero value.

func (*PostEmployeeperformanceExternalmetricsDefinitionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post employeeperformance externalmetrics definitions params

func (*PostEmployeeperformanceExternalmetricsDefinitionsParams) WithTimeout

WithTimeout adds the timeout to the post employeeperformance externalmetrics definitions params

func (*PostEmployeeperformanceExternalmetricsDefinitionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostEmployeeperformanceExternalmetricsDefinitionsReader

type PostEmployeeperformanceExternalmetricsDefinitionsReader struct {
	// contains filtered or unexported fields
}

PostEmployeeperformanceExternalmetricsDefinitionsReader is a Reader for the PostEmployeeperformanceExternalmetricsDefinitions structure.

func (*PostEmployeeperformanceExternalmetricsDefinitionsReader) ReadResponse

func (o *PostEmployeeperformanceExternalmetricsDefinitionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge

type PostEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge

func NewPostEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge() *PostEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge

NewPostEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge creates a PostEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge with default headers values

func (*PostEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge) Error

func (*PostEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge) GetPayload

func (*PostEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics definitions request entity too large response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge) IsCode

IsCode returns true when this post employeeperformance externalmetrics definitions request entity too large response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics definitions request entity too large response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics definitions request entity too large response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics definitions request entity too large response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsRequestEntityTooLarge) String

type PostEmployeeperformanceExternalmetricsDefinitionsRequestTimeout

type PostEmployeeperformanceExternalmetricsDefinitionsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDefinitionsRequestTimeout 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 NewPostEmployeeperformanceExternalmetricsDefinitionsRequestTimeout

func NewPostEmployeeperformanceExternalmetricsDefinitionsRequestTimeout() *PostEmployeeperformanceExternalmetricsDefinitionsRequestTimeout

NewPostEmployeeperformanceExternalmetricsDefinitionsRequestTimeout creates a PostEmployeeperformanceExternalmetricsDefinitionsRequestTimeout with default headers values

func (*PostEmployeeperformanceExternalmetricsDefinitionsRequestTimeout) Error

func (*PostEmployeeperformanceExternalmetricsDefinitionsRequestTimeout) GetPayload

func (*PostEmployeeperformanceExternalmetricsDefinitionsRequestTimeout) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics definitions request timeout response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsRequestTimeout) IsCode

IsCode returns true when this post employeeperformance externalmetrics definitions request timeout response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDefinitionsRequestTimeout) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics definitions request timeout response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsRequestTimeout) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics definitions request timeout response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsRequestTimeout) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics definitions request timeout response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsRequestTimeout) String

type PostEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable

type PostEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable 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 NewPostEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable

func NewPostEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable() *PostEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable

NewPostEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable creates a PostEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable with default headers values

func (*PostEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable) Error

func (*PostEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable) GetPayload

func (*PostEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics definitions service unavailable response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable) IsCode

IsCode returns true when this post employeeperformance externalmetrics definitions service unavailable response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics definitions service unavailable response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics definitions service unavailable response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics definitions service unavailable response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsServiceUnavailable) String

type PostEmployeeperformanceExternalmetricsDefinitionsTooManyRequests

type PostEmployeeperformanceExternalmetricsDefinitionsTooManyRequests struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDefinitionsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostEmployeeperformanceExternalmetricsDefinitionsTooManyRequests

func NewPostEmployeeperformanceExternalmetricsDefinitionsTooManyRequests() *PostEmployeeperformanceExternalmetricsDefinitionsTooManyRequests

NewPostEmployeeperformanceExternalmetricsDefinitionsTooManyRequests creates a PostEmployeeperformanceExternalmetricsDefinitionsTooManyRequests with default headers values

func (*PostEmployeeperformanceExternalmetricsDefinitionsTooManyRequests) Error

func (*PostEmployeeperformanceExternalmetricsDefinitionsTooManyRequests) GetPayload

func (*PostEmployeeperformanceExternalmetricsDefinitionsTooManyRequests) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics definitions too many requests response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsTooManyRequests) IsCode

IsCode returns true when this post employeeperformance externalmetrics definitions too many requests response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDefinitionsTooManyRequests) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics definitions too many requests response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsTooManyRequests) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics definitions too many requests response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsTooManyRequests) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics definitions too many requests response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsTooManyRequests) String

type PostEmployeeperformanceExternalmetricsDefinitionsUnauthorized

type PostEmployeeperformanceExternalmetricsDefinitionsUnauthorized struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDefinitionsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostEmployeeperformanceExternalmetricsDefinitionsUnauthorized

func NewPostEmployeeperformanceExternalmetricsDefinitionsUnauthorized() *PostEmployeeperformanceExternalmetricsDefinitionsUnauthorized

NewPostEmployeeperformanceExternalmetricsDefinitionsUnauthorized creates a PostEmployeeperformanceExternalmetricsDefinitionsUnauthorized with default headers values

func (*PostEmployeeperformanceExternalmetricsDefinitionsUnauthorized) Error

func (*PostEmployeeperformanceExternalmetricsDefinitionsUnauthorized) GetPayload

func (*PostEmployeeperformanceExternalmetricsDefinitionsUnauthorized) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics definitions unauthorized response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsUnauthorized) IsCode

IsCode returns true when this post employeeperformance externalmetrics definitions unauthorized response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDefinitionsUnauthorized) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics definitions unauthorized response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsUnauthorized) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics definitions unauthorized response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsUnauthorized) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics definitions unauthorized response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsUnauthorized) String

type PostEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType

type PostEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType 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 NewPostEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType

func NewPostEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType() *PostEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType

NewPostEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType creates a PostEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType with default headers values

func (*PostEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType) Error

func (*PostEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType) GetPayload

func (*PostEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType) IsClientError

IsClientError returns true when this post employeeperformance externalmetrics definitions unsupported media type response has a 4xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType) IsCode

IsCode returns true when this post employeeperformance externalmetrics definitions unsupported media type response a status code equal to that given

func (*PostEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post employeeperformance externalmetrics definitions unsupported media type response has a 3xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType) IsServerError

IsServerError returns true when this post employeeperformance externalmetrics definitions unsupported media type response has a 5xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post employeeperformance externalmetrics definitions unsupported media type response has a 2xx status code

func (*PostEmployeeperformanceExternalmetricsDefinitionsUnsupportedMediaType) String

type PostGamificationProfileActivateBadRequest

type PostGamificationProfileActivateBadRequest struct {
	Payload *models.ErrorBody
}

PostGamificationProfileActivateBadRequest 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 NewPostGamificationProfileActivateBadRequest

func NewPostGamificationProfileActivateBadRequest() *PostGamificationProfileActivateBadRequest

NewPostGamificationProfileActivateBadRequest creates a PostGamificationProfileActivateBadRequest with default headers values

func (*PostGamificationProfileActivateBadRequest) Error

func (*PostGamificationProfileActivateBadRequest) GetPayload

func (*PostGamificationProfileActivateBadRequest) IsClientError

IsClientError returns true when this post gamification profile activate bad request response has a 4xx status code

func (*PostGamificationProfileActivateBadRequest) IsCode

IsCode returns true when this post gamification profile activate bad request response a status code equal to that given

func (*PostGamificationProfileActivateBadRequest) IsRedirect

IsRedirect returns true when this post gamification profile activate bad request response has a 3xx status code

func (*PostGamificationProfileActivateBadRequest) IsServerError

IsServerError returns true when this post gamification profile activate bad request response has a 5xx status code

func (*PostGamificationProfileActivateBadRequest) IsSuccess

IsSuccess returns true when this post gamification profile activate bad request response has a 2xx status code

func (*PostGamificationProfileActivateBadRequest) String

type PostGamificationProfileActivateForbidden

type PostGamificationProfileActivateForbidden struct {
	Payload *models.ErrorBody
}

PostGamificationProfileActivateForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostGamificationProfileActivateForbidden

func NewPostGamificationProfileActivateForbidden() *PostGamificationProfileActivateForbidden

NewPostGamificationProfileActivateForbidden creates a PostGamificationProfileActivateForbidden with default headers values

func (*PostGamificationProfileActivateForbidden) Error

func (*PostGamificationProfileActivateForbidden) GetPayload

func (*PostGamificationProfileActivateForbidden) IsClientError

IsClientError returns true when this post gamification profile activate forbidden response has a 4xx status code

func (*PostGamificationProfileActivateForbidden) IsCode

IsCode returns true when this post gamification profile activate forbidden response a status code equal to that given

func (*PostGamificationProfileActivateForbidden) IsRedirect

IsRedirect returns true when this post gamification profile activate forbidden response has a 3xx status code

func (*PostGamificationProfileActivateForbidden) IsServerError

IsServerError returns true when this post gamification profile activate forbidden response has a 5xx status code

func (*PostGamificationProfileActivateForbidden) IsSuccess

IsSuccess returns true when this post gamification profile activate forbidden response has a 2xx status code

func (*PostGamificationProfileActivateForbidden) String

type PostGamificationProfileActivateGatewayTimeout

type PostGamificationProfileActivateGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostGamificationProfileActivateGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostGamificationProfileActivateGatewayTimeout

func NewPostGamificationProfileActivateGatewayTimeout() *PostGamificationProfileActivateGatewayTimeout

NewPostGamificationProfileActivateGatewayTimeout creates a PostGamificationProfileActivateGatewayTimeout with default headers values

func (*PostGamificationProfileActivateGatewayTimeout) Error

func (*PostGamificationProfileActivateGatewayTimeout) GetPayload

func (*PostGamificationProfileActivateGatewayTimeout) IsClientError

IsClientError returns true when this post gamification profile activate gateway timeout response has a 4xx status code

func (*PostGamificationProfileActivateGatewayTimeout) IsCode

IsCode returns true when this post gamification profile activate gateway timeout response a status code equal to that given

func (*PostGamificationProfileActivateGatewayTimeout) IsRedirect

IsRedirect returns true when this post gamification profile activate gateway timeout response has a 3xx status code

func (*PostGamificationProfileActivateGatewayTimeout) IsServerError

IsServerError returns true when this post gamification profile activate gateway timeout response has a 5xx status code

func (*PostGamificationProfileActivateGatewayTimeout) IsSuccess

IsSuccess returns true when this post gamification profile activate gateway timeout response has a 2xx status code

func (*PostGamificationProfileActivateGatewayTimeout) String

type PostGamificationProfileActivateInternalServerError

type PostGamificationProfileActivateInternalServerError struct {
	Payload *models.ErrorBody
}

PostGamificationProfileActivateInternalServerError 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 NewPostGamificationProfileActivateInternalServerError

func NewPostGamificationProfileActivateInternalServerError() *PostGamificationProfileActivateInternalServerError

NewPostGamificationProfileActivateInternalServerError creates a PostGamificationProfileActivateInternalServerError with default headers values

func (*PostGamificationProfileActivateInternalServerError) Error

func (*PostGamificationProfileActivateInternalServerError) GetPayload

func (*PostGamificationProfileActivateInternalServerError) IsClientError

IsClientError returns true when this post gamification profile activate internal server error response has a 4xx status code

func (*PostGamificationProfileActivateInternalServerError) IsCode

IsCode returns true when this post gamification profile activate internal server error response a status code equal to that given

func (*PostGamificationProfileActivateInternalServerError) IsRedirect

IsRedirect returns true when this post gamification profile activate internal server error response has a 3xx status code

func (*PostGamificationProfileActivateInternalServerError) IsServerError

IsServerError returns true when this post gamification profile activate internal server error response has a 5xx status code

func (*PostGamificationProfileActivateInternalServerError) IsSuccess

IsSuccess returns true when this post gamification profile activate internal server error response has a 2xx status code

func (*PostGamificationProfileActivateInternalServerError) String

type PostGamificationProfileActivateNotFound

type PostGamificationProfileActivateNotFound struct {
	Payload *models.ErrorBody
}

PostGamificationProfileActivateNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostGamificationProfileActivateNotFound

func NewPostGamificationProfileActivateNotFound() *PostGamificationProfileActivateNotFound

NewPostGamificationProfileActivateNotFound creates a PostGamificationProfileActivateNotFound with default headers values

func (*PostGamificationProfileActivateNotFound) Error

func (*PostGamificationProfileActivateNotFound) GetPayload

func (*PostGamificationProfileActivateNotFound) IsClientError

func (o *PostGamificationProfileActivateNotFound) IsClientError() bool

IsClientError returns true when this post gamification profile activate not found response has a 4xx status code

func (*PostGamificationProfileActivateNotFound) IsCode

IsCode returns true when this post gamification profile activate not found response a status code equal to that given

func (*PostGamificationProfileActivateNotFound) IsRedirect

IsRedirect returns true when this post gamification profile activate not found response has a 3xx status code

func (*PostGamificationProfileActivateNotFound) IsServerError

func (o *PostGamificationProfileActivateNotFound) IsServerError() bool

IsServerError returns true when this post gamification profile activate not found response has a 5xx status code

func (*PostGamificationProfileActivateNotFound) IsSuccess

IsSuccess returns true when this post gamification profile activate not found response has a 2xx status code

func (*PostGamificationProfileActivateNotFound) String

type PostGamificationProfileActivateOK

type PostGamificationProfileActivateOK struct {
	Payload *models.PerformanceProfile
}

PostGamificationProfileActivateOK describes a response with status code 200, with default header values.

successful operation

func NewPostGamificationProfileActivateOK

func NewPostGamificationProfileActivateOK() *PostGamificationProfileActivateOK

NewPostGamificationProfileActivateOK creates a PostGamificationProfileActivateOK with default headers values

func (*PostGamificationProfileActivateOK) Error

func (*PostGamificationProfileActivateOK) GetPayload

func (*PostGamificationProfileActivateOK) IsClientError

func (o *PostGamificationProfileActivateOK) IsClientError() bool

IsClientError returns true when this post gamification profile activate o k response has a 4xx status code

func (*PostGamificationProfileActivateOK) IsCode

func (o *PostGamificationProfileActivateOK) IsCode(code int) bool

IsCode returns true when this post gamification profile activate o k response a status code equal to that given

func (*PostGamificationProfileActivateOK) IsRedirect

func (o *PostGamificationProfileActivateOK) IsRedirect() bool

IsRedirect returns true when this post gamification profile activate o k response has a 3xx status code

func (*PostGamificationProfileActivateOK) IsServerError

func (o *PostGamificationProfileActivateOK) IsServerError() bool

IsServerError returns true when this post gamification profile activate o k response has a 5xx status code

func (*PostGamificationProfileActivateOK) IsSuccess

func (o *PostGamificationProfileActivateOK) IsSuccess() bool

IsSuccess returns true when this post gamification profile activate o k response has a 2xx status code

func (*PostGamificationProfileActivateOK) String

type PostGamificationProfileActivateParams

type PostGamificationProfileActivateParams struct {

	/* ProfileID.

	   performanceProfileId
	*/
	ProfileID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostGamificationProfileActivateParams contains all the parameters to send to the API endpoint

for the post gamification profile activate operation.

Typically these are written to a http.Request.

func NewPostGamificationProfileActivateParams

func NewPostGamificationProfileActivateParams() *PostGamificationProfileActivateParams

NewPostGamificationProfileActivateParams creates a new PostGamificationProfileActivateParams 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 NewPostGamificationProfileActivateParamsWithContext

func NewPostGamificationProfileActivateParamsWithContext(ctx context.Context) *PostGamificationProfileActivateParams

NewPostGamificationProfileActivateParamsWithContext creates a new PostGamificationProfileActivateParams object with the ability to set a context for a request.

func NewPostGamificationProfileActivateParamsWithHTTPClient

func NewPostGamificationProfileActivateParamsWithHTTPClient(client *http.Client) *PostGamificationProfileActivateParams

NewPostGamificationProfileActivateParamsWithHTTPClient creates a new PostGamificationProfileActivateParams object with the ability to set a custom HTTPClient for a request.

func NewPostGamificationProfileActivateParamsWithTimeout

func NewPostGamificationProfileActivateParamsWithTimeout(timeout time.Duration) *PostGamificationProfileActivateParams

NewPostGamificationProfileActivateParamsWithTimeout creates a new PostGamificationProfileActivateParams object with the ability to set a timeout on a request.

func (*PostGamificationProfileActivateParams) SetContext

SetContext adds the context to the post gamification profile activate params

func (*PostGamificationProfileActivateParams) SetDefaults

func (o *PostGamificationProfileActivateParams) SetDefaults()

SetDefaults hydrates default values in the post gamification profile activate params (not the query body).

All values with no default are reset to their zero value.

func (*PostGamificationProfileActivateParams) SetHTTPClient

func (o *PostGamificationProfileActivateParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post gamification profile activate params

func (*PostGamificationProfileActivateParams) SetProfileID

func (o *PostGamificationProfileActivateParams) SetProfileID(profileID string)

SetProfileID adds the profileId to the post gamification profile activate params

func (*PostGamificationProfileActivateParams) SetTimeout

func (o *PostGamificationProfileActivateParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post gamification profile activate params

func (*PostGamificationProfileActivateParams) WithContext

WithContext adds the context to the post gamification profile activate params

func (*PostGamificationProfileActivateParams) WithDefaults

WithDefaults hydrates default values in the post gamification profile activate params (not the query body).

All values with no default are reset to their zero value.

func (*PostGamificationProfileActivateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post gamification profile activate params

func (*PostGamificationProfileActivateParams) WithProfileID

WithProfileID adds the profileID to the post gamification profile activate params

func (*PostGamificationProfileActivateParams) WithTimeout

WithTimeout adds the timeout to the post gamification profile activate params

func (*PostGamificationProfileActivateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostGamificationProfileActivateReader

type PostGamificationProfileActivateReader struct {
	// contains filtered or unexported fields
}

PostGamificationProfileActivateReader is a Reader for the PostGamificationProfileActivate structure.

func (*PostGamificationProfileActivateReader) ReadResponse

func (o *PostGamificationProfileActivateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostGamificationProfileActivateRequestEntityTooLarge

type PostGamificationProfileActivateRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostGamificationProfileActivateRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostGamificationProfileActivateRequestEntityTooLarge

func NewPostGamificationProfileActivateRequestEntityTooLarge() *PostGamificationProfileActivateRequestEntityTooLarge

NewPostGamificationProfileActivateRequestEntityTooLarge creates a PostGamificationProfileActivateRequestEntityTooLarge with default headers values

func (*PostGamificationProfileActivateRequestEntityTooLarge) Error

func (*PostGamificationProfileActivateRequestEntityTooLarge) GetPayload

func (*PostGamificationProfileActivateRequestEntityTooLarge) IsClientError

IsClientError returns true when this post gamification profile activate request entity too large response has a 4xx status code

func (*PostGamificationProfileActivateRequestEntityTooLarge) IsCode

IsCode returns true when this post gamification profile activate request entity too large response a status code equal to that given

func (*PostGamificationProfileActivateRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post gamification profile activate request entity too large response has a 3xx status code

func (*PostGamificationProfileActivateRequestEntityTooLarge) IsServerError

IsServerError returns true when this post gamification profile activate request entity too large response has a 5xx status code

func (*PostGamificationProfileActivateRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post gamification profile activate request entity too large response has a 2xx status code

func (*PostGamificationProfileActivateRequestEntityTooLarge) String

type PostGamificationProfileActivateRequestTimeout

type PostGamificationProfileActivateRequestTimeout struct {
	Payload *models.ErrorBody
}

PostGamificationProfileActivateRequestTimeout 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 NewPostGamificationProfileActivateRequestTimeout

func NewPostGamificationProfileActivateRequestTimeout() *PostGamificationProfileActivateRequestTimeout

NewPostGamificationProfileActivateRequestTimeout creates a PostGamificationProfileActivateRequestTimeout with default headers values

func (*PostGamificationProfileActivateRequestTimeout) Error

func (*PostGamificationProfileActivateRequestTimeout) GetPayload

func (*PostGamificationProfileActivateRequestTimeout) IsClientError

IsClientError returns true when this post gamification profile activate request timeout response has a 4xx status code

func (*PostGamificationProfileActivateRequestTimeout) IsCode

IsCode returns true when this post gamification profile activate request timeout response a status code equal to that given

func (*PostGamificationProfileActivateRequestTimeout) IsRedirect

IsRedirect returns true when this post gamification profile activate request timeout response has a 3xx status code

func (*PostGamificationProfileActivateRequestTimeout) IsServerError

IsServerError returns true when this post gamification profile activate request timeout response has a 5xx status code

func (*PostGamificationProfileActivateRequestTimeout) IsSuccess

IsSuccess returns true when this post gamification profile activate request timeout response has a 2xx status code

func (*PostGamificationProfileActivateRequestTimeout) String

type PostGamificationProfileActivateServiceUnavailable

type PostGamificationProfileActivateServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostGamificationProfileActivateServiceUnavailable 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 NewPostGamificationProfileActivateServiceUnavailable

func NewPostGamificationProfileActivateServiceUnavailable() *PostGamificationProfileActivateServiceUnavailable

NewPostGamificationProfileActivateServiceUnavailable creates a PostGamificationProfileActivateServiceUnavailable with default headers values

func (*PostGamificationProfileActivateServiceUnavailable) Error

func (*PostGamificationProfileActivateServiceUnavailable) GetPayload

func (*PostGamificationProfileActivateServiceUnavailable) IsClientError

IsClientError returns true when this post gamification profile activate service unavailable response has a 4xx status code

func (*PostGamificationProfileActivateServiceUnavailable) IsCode

IsCode returns true when this post gamification profile activate service unavailable response a status code equal to that given

func (*PostGamificationProfileActivateServiceUnavailable) IsRedirect

IsRedirect returns true when this post gamification profile activate service unavailable response has a 3xx status code

func (*PostGamificationProfileActivateServiceUnavailable) IsServerError

IsServerError returns true when this post gamification profile activate service unavailable response has a 5xx status code

func (*PostGamificationProfileActivateServiceUnavailable) IsSuccess

IsSuccess returns true when this post gamification profile activate service unavailable response has a 2xx status code

func (*PostGamificationProfileActivateServiceUnavailable) String

type PostGamificationProfileActivateTooManyRequests

type PostGamificationProfileActivateTooManyRequests struct {
	Payload *models.ErrorBody
}

PostGamificationProfileActivateTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostGamificationProfileActivateTooManyRequests

func NewPostGamificationProfileActivateTooManyRequests() *PostGamificationProfileActivateTooManyRequests

NewPostGamificationProfileActivateTooManyRequests creates a PostGamificationProfileActivateTooManyRequests with default headers values

func (*PostGamificationProfileActivateTooManyRequests) Error

func (*PostGamificationProfileActivateTooManyRequests) GetPayload

func (*PostGamificationProfileActivateTooManyRequests) IsClientError

IsClientError returns true when this post gamification profile activate too many requests response has a 4xx status code

func (*PostGamificationProfileActivateTooManyRequests) IsCode

IsCode returns true when this post gamification profile activate too many requests response a status code equal to that given

func (*PostGamificationProfileActivateTooManyRequests) IsRedirect

IsRedirect returns true when this post gamification profile activate too many requests response has a 3xx status code

func (*PostGamificationProfileActivateTooManyRequests) IsServerError

IsServerError returns true when this post gamification profile activate too many requests response has a 5xx status code

func (*PostGamificationProfileActivateTooManyRequests) IsSuccess

IsSuccess returns true when this post gamification profile activate too many requests response has a 2xx status code

func (*PostGamificationProfileActivateTooManyRequests) String

type PostGamificationProfileActivateUnauthorized

type PostGamificationProfileActivateUnauthorized struct {
	Payload *models.ErrorBody
}

PostGamificationProfileActivateUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostGamificationProfileActivateUnauthorized

func NewPostGamificationProfileActivateUnauthorized() *PostGamificationProfileActivateUnauthorized

NewPostGamificationProfileActivateUnauthorized creates a PostGamificationProfileActivateUnauthorized with default headers values

func (*PostGamificationProfileActivateUnauthorized) Error

func (*PostGamificationProfileActivateUnauthorized) GetPayload

func (*PostGamificationProfileActivateUnauthorized) IsClientError

IsClientError returns true when this post gamification profile activate unauthorized response has a 4xx status code

func (*PostGamificationProfileActivateUnauthorized) IsCode

IsCode returns true when this post gamification profile activate unauthorized response a status code equal to that given

func (*PostGamificationProfileActivateUnauthorized) IsRedirect

IsRedirect returns true when this post gamification profile activate unauthorized response has a 3xx status code

func (*PostGamificationProfileActivateUnauthorized) IsServerError

IsServerError returns true when this post gamification profile activate unauthorized response has a 5xx status code

func (*PostGamificationProfileActivateUnauthorized) IsSuccess

IsSuccess returns true when this post gamification profile activate unauthorized response has a 2xx status code

func (*PostGamificationProfileActivateUnauthorized) String

type PostGamificationProfileActivateUnsupportedMediaType

type PostGamificationProfileActivateUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostGamificationProfileActivateUnsupportedMediaType 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 NewPostGamificationProfileActivateUnsupportedMediaType

func NewPostGamificationProfileActivateUnsupportedMediaType() *PostGamificationProfileActivateUnsupportedMediaType

NewPostGamificationProfileActivateUnsupportedMediaType creates a PostGamificationProfileActivateUnsupportedMediaType with default headers values

func (*PostGamificationProfileActivateUnsupportedMediaType) Error

func (*PostGamificationProfileActivateUnsupportedMediaType) GetPayload

func (*PostGamificationProfileActivateUnsupportedMediaType) IsClientError

IsClientError returns true when this post gamification profile activate unsupported media type response has a 4xx status code

func (*PostGamificationProfileActivateUnsupportedMediaType) IsCode

IsCode returns true when this post gamification profile activate unsupported media type response a status code equal to that given

func (*PostGamificationProfileActivateUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post gamification profile activate unsupported media type response has a 3xx status code

func (*PostGamificationProfileActivateUnsupportedMediaType) IsServerError

IsServerError returns true when this post gamification profile activate unsupported media type response has a 5xx status code

func (*PostGamificationProfileActivateUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post gamification profile activate unsupported media type response has a 2xx status code

func (*PostGamificationProfileActivateUnsupportedMediaType) String

type PostGamificationProfileDeactivateBadRequest

type PostGamificationProfileDeactivateBadRequest struct {
	Payload *models.ErrorBody
}

PostGamificationProfileDeactivateBadRequest 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 NewPostGamificationProfileDeactivateBadRequest

func NewPostGamificationProfileDeactivateBadRequest() *PostGamificationProfileDeactivateBadRequest

NewPostGamificationProfileDeactivateBadRequest creates a PostGamificationProfileDeactivateBadRequest with default headers values

func (*PostGamificationProfileDeactivateBadRequest) Error

func (*PostGamificationProfileDeactivateBadRequest) GetPayload

func (*PostGamificationProfileDeactivateBadRequest) IsClientError

IsClientError returns true when this post gamification profile deactivate bad request response has a 4xx status code

func (*PostGamificationProfileDeactivateBadRequest) IsCode

IsCode returns true when this post gamification profile deactivate bad request response a status code equal to that given

func (*PostGamificationProfileDeactivateBadRequest) IsRedirect

IsRedirect returns true when this post gamification profile deactivate bad request response has a 3xx status code

func (*PostGamificationProfileDeactivateBadRequest) IsServerError

IsServerError returns true when this post gamification profile deactivate bad request response has a 5xx status code

func (*PostGamificationProfileDeactivateBadRequest) IsSuccess

IsSuccess returns true when this post gamification profile deactivate bad request response has a 2xx status code

func (*PostGamificationProfileDeactivateBadRequest) String

type PostGamificationProfileDeactivateForbidden

type PostGamificationProfileDeactivateForbidden struct {
	Payload *models.ErrorBody
}

PostGamificationProfileDeactivateForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostGamificationProfileDeactivateForbidden

func NewPostGamificationProfileDeactivateForbidden() *PostGamificationProfileDeactivateForbidden

NewPostGamificationProfileDeactivateForbidden creates a PostGamificationProfileDeactivateForbidden with default headers values

func (*PostGamificationProfileDeactivateForbidden) Error

func (*PostGamificationProfileDeactivateForbidden) GetPayload

func (*PostGamificationProfileDeactivateForbidden) IsClientError

IsClientError returns true when this post gamification profile deactivate forbidden response has a 4xx status code

func (*PostGamificationProfileDeactivateForbidden) IsCode

IsCode returns true when this post gamification profile deactivate forbidden response a status code equal to that given

func (*PostGamificationProfileDeactivateForbidden) IsRedirect

IsRedirect returns true when this post gamification profile deactivate forbidden response has a 3xx status code

func (*PostGamificationProfileDeactivateForbidden) IsServerError

IsServerError returns true when this post gamification profile deactivate forbidden response has a 5xx status code

func (*PostGamificationProfileDeactivateForbidden) IsSuccess

IsSuccess returns true when this post gamification profile deactivate forbidden response has a 2xx status code

func (*PostGamificationProfileDeactivateForbidden) String

type PostGamificationProfileDeactivateGatewayTimeout

type PostGamificationProfileDeactivateGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostGamificationProfileDeactivateGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostGamificationProfileDeactivateGatewayTimeout

func NewPostGamificationProfileDeactivateGatewayTimeout() *PostGamificationProfileDeactivateGatewayTimeout

NewPostGamificationProfileDeactivateGatewayTimeout creates a PostGamificationProfileDeactivateGatewayTimeout with default headers values

func (*PostGamificationProfileDeactivateGatewayTimeout) Error

func (*PostGamificationProfileDeactivateGatewayTimeout) GetPayload

func (*PostGamificationProfileDeactivateGatewayTimeout) IsClientError

IsClientError returns true when this post gamification profile deactivate gateway timeout response has a 4xx status code

func (*PostGamificationProfileDeactivateGatewayTimeout) IsCode

IsCode returns true when this post gamification profile deactivate gateway timeout response a status code equal to that given

func (*PostGamificationProfileDeactivateGatewayTimeout) IsRedirect

IsRedirect returns true when this post gamification profile deactivate gateway timeout response has a 3xx status code

func (*PostGamificationProfileDeactivateGatewayTimeout) IsServerError

IsServerError returns true when this post gamification profile deactivate gateway timeout response has a 5xx status code

func (*PostGamificationProfileDeactivateGatewayTimeout) IsSuccess

IsSuccess returns true when this post gamification profile deactivate gateway timeout response has a 2xx status code

func (*PostGamificationProfileDeactivateGatewayTimeout) String

type PostGamificationProfileDeactivateInternalServerError

type PostGamificationProfileDeactivateInternalServerError struct {
	Payload *models.ErrorBody
}

PostGamificationProfileDeactivateInternalServerError 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 NewPostGamificationProfileDeactivateInternalServerError

func NewPostGamificationProfileDeactivateInternalServerError() *PostGamificationProfileDeactivateInternalServerError

NewPostGamificationProfileDeactivateInternalServerError creates a PostGamificationProfileDeactivateInternalServerError with default headers values

func (*PostGamificationProfileDeactivateInternalServerError) Error

func (*PostGamificationProfileDeactivateInternalServerError) GetPayload

func (*PostGamificationProfileDeactivateInternalServerError) IsClientError

IsClientError returns true when this post gamification profile deactivate internal server error response has a 4xx status code

func (*PostGamificationProfileDeactivateInternalServerError) IsCode

IsCode returns true when this post gamification profile deactivate internal server error response a status code equal to that given

func (*PostGamificationProfileDeactivateInternalServerError) IsRedirect

IsRedirect returns true when this post gamification profile deactivate internal server error response has a 3xx status code

func (*PostGamificationProfileDeactivateInternalServerError) IsServerError

IsServerError returns true when this post gamification profile deactivate internal server error response has a 5xx status code

func (*PostGamificationProfileDeactivateInternalServerError) IsSuccess

IsSuccess returns true when this post gamification profile deactivate internal server error response has a 2xx status code

func (*PostGamificationProfileDeactivateInternalServerError) String

type PostGamificationProfileDeactivateNotFound

type PostGamificationProfileDeactivateNotFound struct {
	Payload *models.ErrorBody
}

PostGamificationProfileDeactivateNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostGamificationProfileDeactivateNotFound

func NewPostGamificationProfileDeactivateNotFound() *PostGamificationProfileDeactivateNotFound

NewPostGamificationProfileDeactivateNotFound creates a PostGamificationProfileDeactivateNotFound with default headers values

func (*PostGamificationProfileDeactivateNotFound) Error

func (*PostGamificationProfileDeactivateNotFound) GetPayload

func (*PostGamificationProfileDeactivateNotFound) IsClientError

IsClientError returns true when this post gamification profile deactivate not found response has a 4xx status code

func (*PostGamificationProfileDeactivateNotFound) IsCode

IsCode returns true when this post gamification profile deactivate not found response a status code equal to that given

func (*PostGamificationProfileDeactivateNotFound) IsRedirect

IsRedirect returns true when this post gamification profile deactivate not found response has a 3xx status code

func (*PostGamificationProfileDeactivateNotFound) IsServerError

IsServerError returns true when this post gamification profile deactivate not found response has a 5xx status code

func (*PostGamificationProfileDeactivateNotFound) IsSuccess

IsSuccess returns true when this post gamification profile deactivate not found response has a 2xx status code

func (*PostGamificationProfileDeactivateNotFound) String

type PostGamificationProfileDeactivateOK

type PostGamificationProfileDeactivateOK struct {
	Payload *models.PerformanceProfile
}

PostGamificationProfileDeactivateOK describes a response with status code 200, with default header values.

successful operation

func NewPostGamificationProfileDeactivateOK

func NewPostGamificationProfileDeactivateOK() *PostGamificationProfileDeactivateOK

NewPostGamificationProfileDeactivateOK creates a PostGamificationProfileDeactivateOK with default headers values

func (*PostGamificationProfileDeactivateOK) Error

func (*PostGamificationProfileDeactivateOK) GetPayload

func (*PostGamificationProfileDeactivateOK) IsClientError

func (o *PostGamificationProfileDeactivateOK) IsClientError() bool

IsClientError returns true when this post gamification profile deactivate o k response has a 4xx status code

func (*PostGamificationProfileDeactivateOK) IsCode

IsCode returns true when this post gamification profile deactivate o k response a status code equal to that given

func (*PostGamificationProfileDeactivateOK) IsRedirect

func (o *PostGamificationProfileDeactivateOK) IsRedirect() bool

IsRedirect returns true when this post gamification profile deactivate o k response has a 3xx status code

func (*PostGamificationProfileDeactivateOK) IsServerError

func (o *PostGamificationProfileDeactivateOK) IsServerError() bool

IsServerError returns true when this post gamification profile deactivate o k response has a 5xx status code

func (*PostGamificationProfileDeactivateOK) IsSuccess

IsSuccess returns true when this post gamification profile deactivate o k response has a 2xx status code

func (*PostGamificationProfileDeactivateOK) String

type PostGamificationProfileDeactivateParams

type PostGamificationProfileDeactivateParams struct {

	/* ProfileID.

	   performanceProfileId
	*/
	ProfileID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostGamificationProfileDeactivateParams contains all the parameters to send to the API endpoint

for the post gamification profile deactivate operation.

Typically these are written to a http.Request.

func NewPostGamificationProfileDeactivateParams

func NewPostGamificationProfileDeactivateParams() *PostGamificationProfileDeactivateParams

NewPostGamificationProfileDeactivateParams creates a new PostGamificationProfileDeactivateParams 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 NewPostGamificationProfileDeactivateParamsWithContext

func NewPostGamificationProfileDeactivateParamsWithContext(ctx context.Context) *PostGamificationProfileDeactivateParams

NewPostGamificationProfileDeactivateParamsWithContext creates a new PostGamificationProfileDeactivateParams object with the ability to set a context for a request.

func NewPostGamificationProfileDeactivateParamsWithHTTPClient

func NewPostGamificationProfileDeactivateParamsWithHTTPClient(client *http.Client) *PostGamificationProfileDeactivateParams

NewPostGamificationProfileDeactivateParamsWithHTTPClient creates a new PostGamificationProfileDeactivateParams object with the ability to set a custom HTTPClient for a request.

func NewPostGamificationProfileDeactivateParamsWithTimeout

func NewPostGamificationProfileDeactivateParamsWithTimeout(timeout time.Duration) *PostGamificationProfileDeactivateParams

NewPostGamificationProfileDeactivateParamsWithTimeout creates a new PostGamificationProfileDeactivateParams object with the ability to set a timeout on a request.

func (*PostGamificationProfileDeactivateParams) SetContext

SetContext adds the context to the post gamification profile deactivate params

func (*PostGamificationProfileDeactivateParams) SetDefaults

func (o *PostGamificationProfileDeactivateParams) SetDefaults()

SetDefaults hydrates default values in the post gamification profile deactivate params (not the query body).

All values with no default are reset to their zero value.

func (*PostGamificationProfileDeactivateParams) SetHTTPClient

func (o *PostGamificationProfileDeactivateParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post gamification profile deactivate params

func (*PostGamificationProfileDeactivateParams) SetProfileID

func (o *PostGamificationProfileDeactivateParams) SetProfileID(profileID string)

SetProfileID adds the profileId to the post gamification profile deactivate params

func (*PostGamificationProfileDeactivateParams) SetTimeout

func (o *PostGamificationProfileDeactivateParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post gamification profile deactivate params

func (*PostGamificationProfileDeactivateParams) WithContext

WithContext adds the context to the post gamification profile deactivate params

func (*PostGamificationProfileDeactivateParams) WithDefaults

WithDefaults hydrates default values in the post gamification profile deactivate params (not the query body).

All values with no default are reset to their zero value.

func (*PostGamificationProfileDeactivateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post gamification profile deactivate params

func (*PostGamificationProfileDeactivateParams) WithProfileID

WithProfileID adds the profileID to the post gamification profile deactivate params

func (*PostGamificationProfileDeactivateParams) WithTimeout

WithTimeout adds the timeout to the post gamification profile deactivate params

func (*PostGamificationProfileDeactivateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostGamificationProfileDeactivateReader

type PostGamificationProfileDeactivateReader struct {
	// contains filtered or unexported fields
}

PostGamificationProfileDeactivateReader is a Reader for the PostGamificationProfileDeactivate structure.

func (*PostGamificationProfileDeactivateReader) ReadResponse

func (o *PostGamificationProfileDeactivateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostGamificationProfileDeactivateRequestEntityTooLarge

type PostGamificationProfileDeactivateRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostGamificationProfileDeactivateRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostGamificationProfileDeactivateRequestEntityTooLarge

func NewPostGamificationProfileDeactivateRequestEntityTooLarge() *PostGamificationProfileDeactivateRequestEntityTooLarge

NewPostGamificationProfileDeactivateRequestEntityTooLarge creates a PostGamificationProfileDeactivateRequestEntityTooLarge with default headers values

func (*PostGamificationProfileDeactivateRequestEntityTooLarge) Error

func (*PostGamificationProfileDeactivateRequestEntityTooLarge) GetPayload

func (*PostGamificationProfileDeactivateRequestEntityTooLarge) IsClientError

IsClientError returns true when this post gamification profile deactivate request entity too large response has a 4xx status code

func (*PostGamificationProfileDeactivateRequestEntityTooLarge) IsCode

IsCode returns true when this post gamification profile deactivate request entity too large response a status code equal to that given

func (*PostGamificationProfileDeactivateRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post gamification profile deactivate request entity too large response has a 3xx status code

func (*PostGamificationProfileDeactivateRequestEntityTooLarge) IsServerError

IsServerError returns true when this post gamification profile deactivate request entity too large response has a 5xx status code

func (*PostGamificationProfileDeactivateRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post gamification profile deactivate request entity too large response has a 2xx status code

func (*PostGamificationProfileDeactivateRequestEntityTooLarge) String

type PostGamificationProfileDeactivateRequestTimeout

type PostGamificationProfileDeactivateRequestTimeout struct {
	Payload *models.ErrorBody
}

PostGamificationProfileDeactivateRequestTimeout 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 NewPostGamificationProfileDeactivateRequestTimeout

func NewPostGamificationProfileDeactivateRequestTimeout() *PostGamificationProfileDeactivateRequestTimeout

NewPostGamificationProfileDeactivateRequestTimeout creates a PostGamificationProfileDeactivateRequestTimeout with default headers values

func (*PostGamificationProfileDeactivateRequestTimeout) Error

func (*PostGamificationProfileDeactivateRequestTimeout) GetPayload

func (*PostGamificationProfileDeactivateRequestTimeout) IsClientError

IsClientError returns true when this post gamification profile deactivate request timeout response has a 4xx status code

func (*PostGamificationProfileDeactivateRequestTimeout) IsCode

IsCode returns true when this post gamification profile deactivate request timeout response a status code equal to that given

func (*PostGamificationProfileDeactivateRequestTimeout) IsRedirect

IsRedirect returns true when this post gamification profile deactivate request timeout response has a 3xx status code

func (*PostGamificationProfileDeactivateRequestTimeout) IsServerError

IsServerError returns true when this post gamification profile deactivate request timeout response has a 5xx status code

func (*PostGamificationProfileDeactivateRequestTimeout) IsSuccess

IsSuccess returns true when this post gamification profile deactivate request timeout response has a 2xx status code

func (*PostGamificationProfileDeactivateRequestTimeout) String

type PostGamificationProfileDeactivateServiceUnavailable

type PostGamificationProfileDeactivateServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostGamificationProfileDeactivateServiceUnavailable 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 NewPostGamificationProfileDeactivateServiceUnavailable

func NewPostGamificationProfileDeactivateServiceUnavailable() *PostGamificationProfileDeactivateServiceUnavailable

NewPostGamificationProfileDeactivateServiceUnavailable creates a PostGamificationProfileDeactivateServiceUnavailable with default headers values

func (*PostGamificationProfileDeactivateServiceUnavailable) Error

func (*PostGamificationProfileDeactivateServiceUnavailable) GetPayload

func (*PostGamificationProfileDeactivateServiceUnavailable) IsClientError

IsClientError returns true when this post gamification profile deactivate service unavailable response has a 4xx status code

func (*PostGamificationProfileDeactivateServiceUnavailable) IsCode

IsCode returns true when this post gamification profile deactivate service unavailable response a status code equal to that given

func (*PostGamificationProfileDeactivateServiceUnavailable) IsRedirect

IsRedirect returns true when this post gamification profile deactivate service unavailable response has a 3xx status code

func (*PostGamificationProfileDeactivateServiceUnavailable) IsServerError

IsServerError returns true when this post gamification profile deactivate service unavailable response has a 5xx status code

func (*PostGamificationProfileDeactivateServiceUnavailable) IsSuccess

IsSuccess returns true when this post gamification profile deactivate service unavailable response has a 2xx status code

func (*PostGamificationProfileDeactivateServiceUnavailable) String

type PostGamificationProfileDeactivateTooManyRequests

type PostGamificationProfileDeactivateTooManyRequests struct {
	Payload *models.ErrorBody
}

PostGamificationProfileDeactivateTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostGamificationProfileDeactivateTooManyRequests

func NewPostGamificationProfileDeactivateTooManyRequests() *PostGamificationProfileDeactivateTooManyRequests

NewPostGamificationProfileDeactivateTooManyRequests creates a PostGamificationProfileDeactivateTooManyRequests with default headers values

func (*PostGamificationProfileDeactivateTooManyRequests) Error

func (*PostGamificationProfileDeactivateTooManyRequests) GetPayload

func (*PostGamificationProfileDeactivateTooManyRequests) IsClientError

IsClientError returns true when this post gamification profile deactivate too many requests response has a 4xx status code

func (*PostGamificationProfileDeactivateTooManyRequests) IsCode

IsCode returns true when this post gamification profile deactivate too many requests response a status code equal to that given

func (*PostGamificationProfileDeactivateTooManyRequests) IsRedirect

IsRedirect returns true when this post gamification profile deactivate too many requests response has a 3xx status code

func (*PostGamificationProfileDeactivateTooManyRequests) IsServerError

IsServerError returns true when this post gamification profile deactivate too many requests response has a 5xx status code

func (*PostGamificationProfileDeactivateTooManyRequests) IsSuccess

IsSuccess returns true when this post gamification profile deactivate too many requests response has a 2xx status code

func (*PostGamificationProfileDeactivateTooManyRequests) String

type PostGamificationProfileDeactivateUnauthorized

type PostGamificationProfileDeactivateUnauthorized struct {
	Payload *models.ErrorBody
}

PostGamificationProfileDeactivateUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostGamificationProfileDeactivateUnauthorized

func NewPostGamificationProfileDeactivateUnauthorized() *PostGamificationProfileDeactivateUnauthorized

NewPostGamificationProfileDeactivateUnauthorized creates a PostGamificationProfileDeactivateUnauthorized with default headers values

func (*PostGamificationProfileDeactivateUnauthorized) Error

func (*PostGamificationProfileDeactivateUnauthorized) GetPayload

func (*PostGamificationProfileDeactivateUnauthorized) IsClientError

IsClientError returns true when this post gamification profile deactivate unauthorized response has a 4xx status code

func (*PostGamificationProfileDeactivateUnauthorized) IsCode

IsCode returns true when this post gamification profile deactivate unauthorized response a status code equal to that given

func (*PostGamificationProfileDeactivateUnauthorized) IsRedirect

IsRedirect returns true when this post gamification profile deactivate unauthorized response has a 3xx status code

func (*PostGamificationProfileDeactivateUnauthorized) IsServerError

IsServerError returns true when this post gamification profile deactivate unauthorized response has a 5xx status code

func (*PostGamificationProfileDeactivateUnauthorized) IsSuccess

IsSuccess returns true when this post gamification profile deactivate unauthorized response has a 2xx status code

func (*PostGamificationProfileDeactivateUnauthorized) String

type PostGamificationProfileDeactivateUnsupportedMediaType

type PostGamificationProfileDeactivateUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostGamificationProfileDeactivateUnsupportedMediaType 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 NewPostGamificationProfileDeactivateUnsupportedMediaType

func NewPostGamificationProfileDeactivateUnsupportedMediaType() *PostGamificationProfileDeactivateUnsupportedMediaType

NewPostGamificationProfileDeactivateUnsupportedMediaType creates a PostGamificationProfileDeactivateUnsupportedMediaType with default headers values

func (*PostGamificationProfileDeactivateUnsupportedMediaType) Error

func (*PostGamificationProfileDeactivateUnsupportedMediaType) GetPayload

func (*PostGamificationProfileDeactivateUnsupportedMediaType) IsClientError

IsClientError returns true when this post gamification profile deactivate unsupported media type response has a 4xx status code

func (*PostGamificationProfileDeactivateUnsupportedMediaType) IsCode

IsCode returns true when this post gamification profile deactivate unsupported media type response a status code equal to that given

func (*PostGamificationProfileDeactivateUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post gamification profile deactivate unsupported media type response has a 3xx status code

func (*PostGamificationProfileDeactivateUnsupportedMediaType) IsServerError

IsServerError returns true when this post gamification profile deactivate unsupported media type response has a 5xx status code

func (*PostGamificationProfileDeactivateUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post gamification profile deactivate unsupported media type response has a 2xx status code

func (*PostGamificationProfileDeactivateUnsupportedMediaType) String

type PostGamificationProfileMembersBadRequest

type PostGamificationProfileMembersBadRequest struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersBadRequest 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 NewPostGamificationProfileMembersBadRequest

func NewPostGamificationProfileMembersBadRequest() *PostGamificationProfileMembersBadRequest

NewPostGamificationProfileMembersBadRequest creates a PostGamificationProfileMembersBadRequest with default headers values

func (*PostGamificationProfileMembersBadRequest) Error

func (*PostGamificationProfileMembersBadRequest) GetPayload

func (*PostGamificationProfileMembersBadRequest) IsClientError

IsClientError returns true when this post gamification profile members bad request response has a 4xx status code

func (*PostGamificationProfileMembersBadRequest) IsCode

IsCode returns true when this post gamification profile members bad request response a status code equal to that given

func (*PostGamificationProfileMembersBadRequest) IsRedirect

IsRedirect returns true when this post gamification profile members bad request response has a 3xx status code

func (*PostGamificationProfileMembersBadRequest) IsServerError

IsServerError returns true when this post gamification profile members bad request response has a 5xx status code

func (*PostGamificationProfileMembersBadRequest) IsSuccess

IsSuccess returns true when this post gamification profile members bad request response has a 2xx status code

func (*PostGamificationProfileMembersBadRequest) String

type PostGamificationProfileMembersForbidden

type PostGamificationProfileMembersForbidden struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostGamificationProfileMembersForbidden

func NewPostGamificationProfileMembersForbidden() *PostGamificationProfileMembersForbidden

NewPostGamificationProfileMembersForbidden creates a PostGamificationProfileMembersForbidden with default headers values

func (*PostGamificationProfileMembersForbidden) Error

func (*PostGamificationProfileMembersForbidden) GetPayload

func (*PostGamificationProfileMembersForbidden) IsClientError

func (o *PostGamificationProfileMembersForbidden) IsClientError() bool

IsClientError returns true when this post gamification profile members forbidden response has a 4xx status code

func (*PostGamificationProfileMembersForbidden) IsCode

IsCode returns true when this post gamification profile members forbidden response a status code equal to that given

func (*PostGamificationProfileMembersForbidden) IsRedirect

IsRedirect returns true when this post gamification profile members forbidden response has a 3xx status code

func (*PostGamificationProfileMembersForbidden) IsServerError

func (o *PostGamificationProfileMembersForbidden) IsServerError() bool

IsServerError returns true when this post gamification profile members forbidden response has a 5xx status code

func (*PostGamificationProfileMembersForbidden) IsSuccess

IsSuccess returns true when this post gamification profile members forbidden response has a 2xx status code

func (*PostGamificationProfileMembersForbidden) String

type PostGamificationProfileMembersGatewayTimeout

type PostGamificationProfileMembersGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostGamificationProfileMembersGatewayTimeout

func NewPostGamificationProfileMembersGatewayTimeout() *PostGamificationProfileMembersGatewayTimeout

NewPostGamificationProfileMembersGatewayTimeout creates a PostGamificationProfileMembersGatewayTimeout with default headers values

func (*PostGamificationProfileMembersGatewayTimeout) Error

func (*PostGamificationProfileMembersGatewayTimeout) GetPayload

func (*PostGamificationProfileMembersGatewayTimeout) IsClientError

IsClientError returns true when this post gamification profile members gateway timeout response has a 4xx status code

func (*PostGamificationProfileMembersGatewayTimeout) IsCode

IsCode returns true when this post gamification profile members gateway timeout response a status code equal to that given

func (*PostGamificationProfileMembersGatewayTimeout) IsRedirect

IsRedirect returns true when this post gamification profile members gateway timeout response has a 3xx status code

func (*PostGamificationProfileMembersGatewayTimeout) IsServerError

IsServerError returns true when this post gamification profile members gateway timeout response has a 5xx status code

func (*PostGamificationProfileMembersGatewayTimeout) IsSuccess

IsSuccess returns true when this post gamification profile members gateway timeout response has a 2xx status code

func (*PostGamificationProfileMembersGatewayTimeout) String

type PostGamificationProfileMembersInternalServerError

type PostGamificationProfileMembersInternalServerError struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersInternalServerError 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 NewPostGamificationProfileMembersInternalServerError

func NewPostGamificationProfileMembersInternalServerError() *PostGamificationProfileMembersInternalServerError

NewPostGamificationProfileMembersInternalServerError creates a PostGamificationProfileMembersInternalServerError with default headers values

func (*PostGamificationProfileMembersInternalServerError) Error

func (*PostGamificationProfileMembersInternalServerError) GetPayload

func (*PostGamificationProfileMembersInternalServerError) IsClientError

IsClientError returns true when this post gamification profile members internal server error response has a 4xx status code

func (*PostGamificationProfileMembersInternalServerError) IsCode

IsCode returns true when this post gamification profile members internal server error response a status code equal to that given

func (*PostGamificationProfileMembersInternalServerError) IsRedirect

IsRedirect returns true when this post gamification profile members internal server error response has a 3xx status code

func (*PostGamificationProfileMembersInternalServerError) IsServerError

IsServerError returns true when this post gamification profile members internal server error response has a 5xx status code

func (*PostGamificationProfileMembersInternalServerError) IsSuccess

IsSuccess returns true when this post gamification profile members internal server error response has a 2xx status code

func (*PostGamificationProfileMembersInternalServerError) String

type PostGamificationProfileMembersNotFound

type PostGamificationProfileMembersNotFound struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostGamificationProfileMembersNotFound

func NewPostGamificationProfileMembersNotFound() *PostGamificationProfileMembersNotFound

NewPostGamificationProfileMembersNotFound creates a PostGamificationProfileMembersNotFound with default headers values

func (*PostGamificationProfileMembersNotFound) Error

func (*PostGamificationProfileMembersNotFound) GetPayload

func (*PostGamificationProfileMembersNotFound) IsClientError

func (o *PostGamificationProfileMembersNotFound) IsClientError() bool

IsClientError returns true when this post gamification profile members not found response has a 4xx status code

func (*PostGamificationProfileMembersNotFound) IsCode

IsCode returns true when this post gamification profile members not found response a status code equal to that given

func (*PostGamificationProfileMembersNotFound) IsRedirect

IsRedirect returns true when this post gamification profile members not found response has a 3xx status code

func (*PostGamificationProfileMembersNotFound) IsServerError

func (o *PostGamificationProfileMembersNotFound) IsServerError() bool

IsServerError returns true when this post gamification profile members not found response has a 5xx status code

func (*PostGamificationProfileMembersNotFound) IsSuccess

IsSuccess returns true when this post gamification profile members not found response has a 2xx status code

func (*PostGamificationProfileMembersNotFound) String

type PostGamificationProfileMembersOK

type PostGamificationProfileMembersOK struct {
	Payload *models.Assignment
}

PostGamificationProfileMembersOK describes a response with status code 200, with default header values.

successful operation

func NewPostGamificationProfileMembersOK

func NewPostGamificationProfileMembersOK() *PostGamificationProfileMembersOK

NewPostGamificationProfileMembersOK creates a PostGamificationProfileMembersOK with default headers values

func (*PostGamificationProfileMembersOK) Error

func (*PostGamificationProfileMembersOK) GetPayload

func (*PostGamificationProfileMembersOK) IsClientError

func (o *PostGamificationProfileMembersOK) IsClientError() bool

IsClientError returns true when this post gamification profile members o k response has a 4xx status code

func (*PostGamificationProfileMembersOK) IsCode

func (o *PostGamificationProfileMembersOK) IsCode(code int) bool

IsCode returns true when this post gamification profile members o k response a status code equal to that given

func (*PostGamificationProfileMembersOK) IsRedirect

func (o *PostGamificationProfileMembersOK) IsRedirect() bool

IsRedirect returns true when this post gamification profile members o k response has a 3xx status code

func (*PostGamificationProfileMembersOK) IsServerError

func (o *PostGamificationProfileMembersOK) IsServerError() bool

IsServerError returns true when this post gamification profile members o k response has a 5xx status code

func (*PostGamificationProfileMembersOK) IsSuccess

func (o *PostGamificationProfileMembersOK) IsSuccess() bool

IsSuccess returns true when this post gamification profile members o k response has a 2xx status code

func (*PostGamificationProfileMembersOK) String

type PostGamificationProfileMembersParams

type PostGamificationProfileMembersParams struct {

	/* Body.

	   assignUsers
	*/
	Body *models.AssignUsers

	/* ProfileID.

	   Profile Id
	*/
	ProfileID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostGamificationProfileMembersParams contains all the parameters to send to the API endpoint

for the post gamification profile members operation.

Typically these are written to a http.Request.

func NewPostGamificationProfileMembersParams

func NewPostGamificationProfileMembersParams() *PostGamificationProfileMembersParams

NewPostGamificationProfileMembersParams creates a new PostGamificationProfileMembersParams 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 NewPostGamificationProfileMembersParamsWithContext

func NewPostGamificationProfileMembersParamsWithContext(ctx context.Context) *PostGamificationProfileMembersParams

NewPostGamificationProfileMembersParamsWithContext creates a new PostGamificationProfileMembersParams object with the ability to set a context for a request.

func NewPostGamificationProfileMembersParamsWithHTTPClient

func NewPostGamificationProfileMembersParamsWithHTTPClient(client *http.Client) *PostGamificationProfileMembersParams

NewPostGamificationProfileMembersParamsWithHTTPClient creates a new PostGamificationProfileMembersParams object with the ability to set a custom HTTPClient for a request.

func NewPostGamificationProfileMembersParamsWithTimeout

func NewPostGamificationProfileMembersParamsWithTimeout(timeout time.Duration) *PostGamificationProfileMembersParams

NewPostGamificationProfileMembersParamsWithTimeout creates a new PostGamificationProfileMembersParams object with the ability to set a timeout on a request.

func (*PostGamificationProfileMembersParams) SetBody

SetBody adds the body to the post gamification profile members params

func (*PostGamificationProfileMembersParams) SetContext

SetContext adds the context to the post gamification profile members params

func (*PostGamificationProfileMembersParams) SetDefaults

func (o *PostGamificationProfileMembersParams) SetDefaults()

SetDefaults hydrates default values in the post gamification profile members params (not the query body).

All values with no default are reset to their zero value.

func (*PostGamificationProfileMembersParams) SetHTTPClient

func (o *PostGamificationProfileMembersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post gamification profile members params

func (*PostGamificationProfileMembersParams) SetProfileID

func (o *PostGamificationProfileMembersParams) SetProfileID(profileID string)

SetProfileID adds the profileId to the post gamification profile members params

func (*PostGamificationProfileMembersParams) SetTimeout

func (o *PostGamificationProfileMembersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post gamification profile members params

func (*PostGamificationProfileMembersParams) WithBody

WithBody adds the body to the post gamification profile members params

func (*PostGamificationProfileMembersParams) WithContext

WithContext adds the context to the post gamification profile members params

func (*PostGamificationProfileMembersParams) WithDefaults

WithDefaults hydrates default values in the post gamification profile members params (not the query body).

All values with no default are reset to their zero value.

func (*PostGamificationProfileMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post gamification profile members params

func (*PostGamificationProfileMembersParams) WithProfileID

WithProfileID adds the profileID to the post gamification profile members params

func (*PostGamificationProfileMembersParams) WithTimeout

WithTimeout adds the timeout to the post gamification profile members params

func (*PostGamificationProfileMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostGamificationProfileMembersReader

type PostGamificationProfileMembersReader struct {
	// contains filtered or unexported fields
}

PostGamificationProfileMembersReader is a Reader for the PostGamificationProfileMembers structure.

func (*PostGamificationProfileMembersReader) ReadResponse

func (o *PostGamificationProfileMembersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostGamificationProfileMembersRequestEntityTooLarge

type PostGamificationProfileMembersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostGamificationProfileMembersRequestEntityTooLarge

func NewPostGamificationProfileMembersRequestEntityTooLarge() *PostGamificationProfileMembersRequestEntityTooLarge

NewPostGamificationProfileMembersRequestEntityTooLarge creates a PostGamificationProfileMembersRequestEntityTooLarge with default headers values

func (*PostGamificationProfileMembersRequestEntityTooLarge) Error

func (*PostGamificationProfileMembersRequestEntityTooLarge) GetPayload

func (*PostGamificationProfileMembersRequestEntityTooLarge) IsClientError

IsClientError returns true when this post gamification profile members request entity too large response has a 4xx status code

func (*PostGamificationProfileMembersRequestEntityTooLarge) IsCode

IsCode returns true when this post gamification profile members request entity too large response a status code equal to that given

func (*PostGamificationProfileMembersRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post gamification profile members request entity too large response has a 3xx status code

func (*PostGamificationProfileMembersRequestEntityTooLarge) IsServerError

IsServerError returns true when this post gamification profile members request entity too large response has a 5xx status code

func (*PostGamificationProfileMembersRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post gamification profile members request entity too large response has a 2xx status code

func (*PostGamificationProfileMembersRequestEntityTooLarge) String

type PostGamificationProfileMembersRequestTimeout

type PostGamificationProfileMembersRequestTimeout struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersRequestTimeout 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 NewPostGamificationProfileMembersRequestTimeout

func NewPostGamificationProfileMembersRequestTimeout() *PostGamificationProfileMembersRequestTimeout

NewPostGamificationProfileMembersRequestTimeout creates a PostGamificationProfileMembersRequestTimeout with default headers values

func (*PostGamificationProfileMembersRequestTimeout) Error

func (*PostGamificationProfileMembersRequestTimeout) GetPayload

func (*PostGamificationProfileMembersRequestTimeout) IsClientError

IsClientError returns true when this post gamification profile members request timeout response has a 4xx status code

func (*PostGamificationProfileMembersRequestTimeout) IsCode

IsCode returns true when this post gamification profile members request timeout response a status code equal to that given

func (*PostGamificationProfileMembersRequestTimeout) IsRedirect

IsRedirect returns true when this post gamification profile members request timeout response has a 3xx status code

func (*PostGamificationProfileMembersRequestTimeout) IsServerError

IsServerError returns true when this post gamification profile members request timeout response has a 5xx status code

func (*PostGamificationProfileMembersRequestTimeout) IsSuccess

IsSuccess returns true when this post gamification profile members request timeout response has a 2xx status code

func (*PostGamificationProfileMembersRequestTimeout) String

type PostGamificationProfileMembersServiceUnavailable

type PostGamificationProfileMembersServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersServiceUnavailable 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 NewPostGamificationProfileMembersServiceUnavailable

func NewPostGamificationProfileMembersServiceUnavailable() *PostGamificationProfileMembersServiceUnavailable

NewPostGamificationProfileMembersServiceUnavailable creates a PostGamificationProfileMembersServiceUnavailable with default headers values

func (*PostGamificationProfileMembersServiceUnavailable) Error

func (*PostGamificationProfileMembersServiceUnavailable) GetPayload

func (*PostGamificationProfileMembersServiceUnavailable) IsClientError

IsClientError returns true when this post gamification profile members service unavailable response has a 4xx status code

func (*PostGamificationProfileMembersServiceUnavailable) IsCode

IsCode returns true when this post gamification profile members service unavailable response a status code equal to that given

func (*PostGamificationProfileMembersServiceUnavailable) IsRedirect

IsRedirect returns true when this post gamification profile members service unavailable response has a 3xx status code

func (*PostGamificationProfileMembersServiceUnavailable) IsServerError

IsServerError returns true when this post gamification profile members service unavailable response has a 5xx status code

func (*PostGamificationProfileMembersServiceUnavailable) IsSuccess

IsSuccess returns true when this post gamification profile members service unavailable response has a 2xx status code

func (*PostGamificationProfileMembersServiceUnavailable) String

type PostGamificationProfileMembersTooManyRequests

type PostGamificationProfileMembersTooManyRequests struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostGamificationProfileMembersTooManyRequests

func NewPostGamificationProfileMembersTooManyRequests() *PostGamificationProfileMembersTooManyRequests

NewPostGamificationProfileMembersTooManyRequests creates a PostGamificationProfileMembersTooManyRequests with default headers values

func (*PostGamificationProfileMembersTooManyRequests) Error

func (*PostGamificationProfileMembersTooManyRequests) GetPayload

func (*PostGamificationProfileMembersTooManyRequests) IsClientError

IsClientError returns true when this post gamification profile members too many requests response has a 4xx status code

func (*PostGamificationProfileMembersTooManyRequests) IsCode

IsCode returns true when this post gamification profile members too many requests response a status code equal to that given

func (*PostGamificationProfileMembersTooManyRequests) IsRedirect

IsRedirect returns true when this post gamification profile members too many requests response has a 3xx status code

func (*PostGamificationProfileMembersTooManyRequests) IsServerError

IsServerError returns true when this post gamification profile members too many requests response has a 5xx status code

func (*PostGamificationProfileMembersTooManyRequests) IsSuccess

IsSuccess returns true when this post gamification profile members too many requests response has a 2xx status code

func (*PostGamificationProfileMembersTooManyRequests) String

type PostGamificationProfileMembersUnauthorized

type PostGamificationProfileMembersUnauthorized struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostGamificationProfileMembersUnauthorized

func NewPostGamificationProfileMembersUnauthorized() *PostGamificationProfileMembersUnauthorized

NewPostGamificationProfileMembersUnauthorized creates a PostGamificationProfileMembersUnauthorized with default headers values

func (*PostGamificationProfileMembersUnauthorized) Error

func (*PostGamificationProfileMembersUnauthorized) GetPayload

func (*PostGamificationProfileMembersUnauthorized) IsClientError

IsClientError returns true when this post gamification profile members unauthorized response has a 4xx status code

func (*PostGamificationProfileMembersUnauthorized) IsCode

IsCode returns true when this post gamification profile members unauthorized response a status code equal to that given

func (*PostGamificationProfileMembersUnauthorized) IsRedirect

IsRedirect returns true when this post gamification profile members unauthorized response has a 3xx status code

func (*PostGamificationProfileMembersUnauthorized) IsServerError

IsServerError returns true when this post gamification profile members unauthorized response has a 5xx status code

func (*PostGamificationProfileMembersUnauthorized) IsSuccess

IsSuccess returns true when this post gamification profile members unauthorized response has a 2xx status code

func (*PostGamificationProfileMembersUnauthorized) String

type PostGamificationProfileMembersUnsupportedMediaType

type PostGamificationProfileMembersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersUnsupportedMediaType 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 NewPostGamificationProfileMembersUnsupportedMediaType

func NewPostGamificationProfileMembersUnsupportedMediaType() *PostGamificationProfileMembersUnsupportedMediaType

NewPostGamificationProfileMembersUnsupportedMediaType creates a PostGamificationProfileMembersUnsupportedMediaType with default headers values

func (*PostGamificationProfileMembersUnsupportedMediaType) Error

func (*PostGamificationProfileMembersUnsupportedMediaType) GetPayload

func (*PostGamificationProfileMembersUnsupportedMediaType) IsClientError

IsClientError returns true when this post gamification profile members unsupported media type response has a 4xx status code

func (*PostGamificationProfileMembersUnsupportedMediaType) IsCode

IsCode returns true when this post gamification profile members unsupported media type response a status code equal to that given

func (*PostGamificationProfileMembersUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post gamification profile members unsupported media type response has a 3xx status code

func (*PostGamificationProfileMembersUnsupportedMediaType) IsServerError

IsServerError returns true when this post gamification profile members unsupported media type response has a 5xx status code

func (*PostGamificationProfileMembersUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post gamification profile members unsupported media type response has a 2xx status code

func (*PostGamificationProfileMembersUnsupportedMediaType) String

type PostGamificationProfileMembersValidateBadRequest

type PostGamificationProfileMembersValidateBadRequest struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersValidateBadRequest 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 NewPostGamificationProfileMembersValidateBadRequest

func NewPostGamificationProfileMembersValidateBadRequest() *PostGamificationProfileMembersValidateBadRequest

NewPostGamificationProfileMembersValidateBadRequest creates a PostGamificationProfileMembersValidateBadRequest with default headers values

func (*PostGamificationProfileMembersValidateBadRequest) Error

func (*PostGamificationProfileMembersValidateBadRequest) GetPayload

func (*PostGamificationProfileMembersValidateBadRequest) IsClientError

IsClientError returns true when this post gamification profile members validate bad request response has a 4xx status code

func (*PostGamificationProfileMembersValidateBadRequest) IsCode

IsCode returns true when this post gamification profile members validate bad request response a status code equal to that given

func (*PostGamificationProfileMembersValidateBadRequest) IsRedirect

IsRedirect returns true when this post gamification profile members validate bad request response has a 3xx status code

func (*PostGamificationProfileMembersValidateBadRequest) IsServerError

IsServerError returns true when this post gamification profile members validate bad request response has a 5xx status code

func (*PostGamificationProfileMembersValidateBadRequest) IsSuccess

IsSuccess returns true when this post gamification profile members validate bad request response has a 2xx status code

func (*PostGamificationProfileMembersValidateBadRequest) String

type PostGamificationProfileMembersValidateForbidden

type PostGamificationProfileMembersValidateForbidden struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersValidateForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostGamificationProfileMembersValidateForbidden

func NewPostGamificationProfileMembersValidateForbidden() *PostGamificationProfileMembersValidateForbidden

NewPostGamificationProfileMembersValidateForbidden creates a PostGamificationProfileMembersValidateForbidden with default headers values

func (*PostGamificationProfileMembersValidateForbidden) Error

func (*PostGamificationProfileMembersValidateForbidden) GetPayload

func (*PostGamificationProfileMembersValidateForbidden) IsClientError

IsClientError returns true when this post gamification profile members validate forbidden response has a 4xx status code

func (*PostGamificationProfileMembersValidateForbidden) IsCode

IsCode returns true when this post gamification profile members validate forbidden response a status code equal to that given

func (*PostGamificationProfileMembersValidateForbidden) IsRedirect

IsRedirect returns true when this post gamification profile members validate forbidden response has a 3xx status code

func (*PostGamificationProfileMembersValidateForbidden) IsServerError

IsServerError returns true when this post gamification profile members validate forbidden response has a 5xx status code

func (*PostGamificationProfileMembersValidateForbidden) IsSuccess

IsSuccess returns true when this post gamification profile members validate forbidden response has a 2xx status code

func (*PostGamificationProfileMembersValidateForbidden) String

type PostGamificationProfileMembersValidateGatewayTimeout

type PostGamificationProfileMembersValidateGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersValidateGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostGamificationProfileMembersValidateGatewayTimeout

func NewPostGamificationProfileMembersValidateGatewayTimeout() *PostGamificationProfileMembersValidateGatewayTimeout

NewPostGamificationProfileMembersValidateGatewayTimeout creates a PostGamificationProfileMembersValidateGatewayTimeout with default headers values

func (*PostGamificationProfileMembersValidateGatewayTimeout) Error

func (*PostGamificationProfileMembersValidateGatewayTimeout) GetPayload

func (*PostGamificationProfileMembersValidateGatewayTimeout) IsClientError

IsClientError returns true when this post gamification profile members validate gateway timeout response has a 4xx status code

func (*PostGamificationProfileMembersValidateGatewayTimeout) IsCode

IsCode returns true when this post gamification profile members validate gateway timeout response a status code equal to that given

func (*PostGamificationProfileMembersValidateGatewayTimeout) IsRedirect

IsRedirect returns true when this post gamification profile members validate gateway timeout response has a 3xx status code

func (*PostGamificationProfileMembersValidateGatewayTimeout) IsServerError

IsServerError returns true when this post gamification profile members validate gateway timeout response has a 5xx status code

func (*PostGamificationProfileMembersValidateGatewayTimeout) IsSuccess

IsSuccess returns true when this post gamification profile members validate gateway timeout response has a 2xx status code

func (*PostGamificationProfileMembersValidateGatewayTimeout) String

type PostGamificationProfileMembersValidateInternalServerError

type PostGamificationProfileMembersValidateInternalServerError struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersValidateInternalServerError 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 NewPostGamificationProfileMembersValidateInternalServerError

func NewPostGamificationProfileMembersValidateInternalServerError() *PostGamificationProfileMembersValidateInternalServerError

NewPostGamificationProfileMembersValidateInternalServerError creates a PostGamificationProfileMembersValidateInternalServerError with default headers values

func (*PostGamificationProfileMembersValidateInternalServerError) Error

func (*PostGamificationProfileMembersValidateInternalServerError) GetPayload

func (*PostGamificationProfileMembersValidateInternalServerError) IsClientError

IsClientError returns true when this post gamification profile members validate internal server error response has a 4xx status code

func (*PostGamificationProfileMembersValidateInternalServerError) IsCode

IsCode returns true when this post gamification profile members validate internal server error response a status code equal to that given

func (*PostGamificationProfileMembersValidateInternalServerError) IsRedirect

IsRedirect returns true when this post gamification profile members validate internal server error response has a 3xx status code

func (*PostGamificationProfileMembersValidateInternalServerError) IsServerError

IsServerError returns true when this post gamification profile members validate internal server error response has a 5xx status code

func (*PostGamificationProfileMembersValidateInternalServerError) IsSuccess

IsSuccess returns true when this post gamification profile members validate internal server error response has a 2xx status code

func (*PostGamificationProfileMembersValidateInternalServerError) String

type PostGamificationProfileMembersValidateNotFound

type PostGamificationProfileMembersValidateNotFound struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersValidateNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostGamificationProfileMembersValidateNotFound

func NewPostGamificationProfileMembersValidateNotFound() *PostGamificationProfileMembersValidateNotFound

NewPostGamificationProfileMembersValidateNotFound creates a PostGamificationProfileMembersValidateNotFound with default headers values

func (*PostGamificationProfileMembersValidateNotFound) Error

func (*PostGamificationProfileMembersValidateNotFound) GetPayload

func (*PostGamificationProfileMembersValidateNotFound) IsClientError

IsClientError returns true when this post gamification profile members validate not found response has a 4xx status code

func (*PostGamificationProfileMembersValidateNotFound) IsCode

IsCode returns true when this post gamification profile members validate not found response a status code equal to that given

func (*PostGamificationProfileMembersValidateNotFound) IsRedirect

IsRedirect returns true when this post gamification profile members validate not found response has a 3xx status code

func (*PostGamificationProfileMembersValidateNotFound) IsServerError

IsServerError returns true when this post gamification profile members validate not found response has a 5xx status code

func (*PostGamificationProfileMembersValidateNotFound) IsSuccess

IsSuccess returns true when this post gamification profile members validate not found response has a 2xx status code

func (*PostGamificationProfileMembersValidateNotFound) String

type PostGamificationProfileMembersValidateOK

type PostGamificationProfileMembersValidateOK struct {
	Payload *models.AssignmentValidation
}

PostGamificationProfileMembersValidateOK describes a response with status code 200, with default header values.

successful operation

func NewPostGamificationProfileMembersValidateOK

func NewPostGamificationProfileMembersValidateOK() *PostGamificationProfileMembersValidateOK

NewPostGamificationProfileMembersValidateOK creates a PostGamificationProfileMembersValidateOK with default headers values

func (*PostGamificationProfileMembersValidateOK) Error

func (*PostGamificationProfileMembersValidateOK) GetPayload

func (*PostGamificationProfileMembersValidateOK) IsClientError

IsClientError returns true when this post gamification profile members validate o k response has a 4xx status code

func (*PostGamificationProfileMembersValidateOK) IsCode

IsCode returns true when this post gamification profile members validate o k response a status code equal to that given

func (*PostGamificationProfileMembersValidateOK) IsRedirect

IsRedirect returns true when this post gamification profile members validate o k response has a 3xx status code

func (*PostGamificationProfileMembersValidateOK) IsServerError

IsServerError returns true when this post gamification profile members validate o k response has a 5xx status code

func (*PostGamificationProfileMembersValidateOK) IsSuccess

IsSuccess returns true when this post gamification profile members validate o k response has a 2xx status code

func (*PostGamificationProfileMembersValidateOK) String

type PostGamificationProfileMembersValidateParams

type PostGamificationProfileMembersValidateParams struct {

	/* Body.

	   memberAssignments
	*/
	Body *models.ValidateAssignUsers

	/* ProfileID.

	   Profile Id
	*/
	ProfileID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostGamificationProfileMembersValidateParams contains all the parameters to send to the API endpoint

for the post gamification profile members validate operation.

Typically these are written to a http.Request.

func NewPostGamificationProfileMembersValidateParams

func NewPostGamificationProfileMembersValidateParams() *PostGamificationProfileMembersValidateParams

NewPostGamificationProfileMembersValidateParams creates a new PostGamificationProfileMembersValidateParams 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 NewPostGamificationProfileMembersValidateParamsWithContext

func NewPostGamificationProfileMembersValidateParamsWithContext(ctx context.Context) *PostGamificationProfileMembersValidateParams

NewPostGamificationProfileMembersValidateParamsWithContext creates a new PostGamificationProfileMembersValidateParams object with the ability to set a context for a request.

func NewPostGamificationProfileMembersValidateParamsWithHTTPClient

func NewPostGamificationProfileMembersValidateParamsWithHTTPClient(client *http.Client) *PostGamificationProfileMembersValidateParams

NewPostGamificationProfileMembersValidateParamsWithHTTPClient creates a new PostGamificationProfileMembersValidateParams object with the ability to set a custom HTTPClient for a request.

func NewPostGamificationProfileMembersValidateParamsWithTimeout

func NewPostGamificationProfileMembersValidateParamsWithTimeout(timeout time.Duration) *PostGamificationProfileMembersValidateParams

NewPostGamificationProfileMembersValidateParamsWithTimeout creates a new PostGamificationProfileMembersValidateParams object with the ability to set a timeout on a request.

func (*PostGamificationProfileMembersValidateParams) SetBody

SetBody adds the body to the post gamification profile members validate params

func (*PostGamificationProfileMembersValidateParams) SetContext

SetContext adds the context to the post gamification profile members validate params

func (*PostGamificationProfileMembersValidateParams) SetDefaults

SetDefaults hydrates default values in the post gamification profile members validate params (not the query body).

All values with no default are reset to their zero value.

func (*PostGamificationProfileMembersValidateParams) SetHTTPClient

func (o *PostGamificationProfileMembersValidateParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post gamification profile members validate params

func (*PostGamificationProfileMembersValidateParams) SetProfileID

func (o *PostGamificationProfileMembersValidateParams) SetProfileID(profileID string)

SetProfileID adds the profileId to the post gamification profile members validate params

func (*PostGamificationProfileMembersValidateParams) SetTimeout

SetTimeout adds the timeout to the post gamification profile members validate params

func (*PostGamificationProfileMembersValidateParams) WithBody

WithBody adds the body to the post gamification profile members validate params

func (*PostGamificationProfileMembersValidateParams) WithContext

WithContext adds the context to the post gamification profile members validate params

func (*PostGamificationProfileMembersValidateParams) WithDefaults

WithDefaults hydrates default values in the post gamification profile members validate params (not the query body).

All values with no default are reset to their zero value.

func (*PostGamificationProfileMembersValidateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post gamification profile members validate params

func (*PostGamificationProfileMembersValidateParams) WithProfileID

WithProfileID adds the profileID to the post gamification profile members validate params

func (*PostGamificationProfileMembersValidateParams) WithTimeout

WithTimeout adds the timeout to the post gamification profile members validate params

func (*PostGamificationProfileMembersValidateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostGamificationProfileMembersValidateReader

type PostGamificationProfileMembersValidateReader struct {
	// contains filtered or unexported fields
}

PostGamificationProfileMembersValidateReader is a Reader for the PostGamificationProfileMembersValidate structure.

func (*PostGamificationProfileMembersValidateReader) ReadResponse

func (o *PostGamificationProfileMembersValidateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostGamificationProfileMembersValidateRequestEntityTooLarge

type PostGamificationProfileMembersValidateRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersValidateRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostGamificationProfileMembersValidateRequestEntityTooLarge

func NewPostGamificationProfileMembersValidateRequestEntityTooLarge() *PostGamificationProfileMembersValidateRequestEntityTooLarge

NewPostGamificationProfileMembersValidateRequestEntityTooLarge creates a PostGamificationProfileMembersValidateRequestEntityTooLarge with default headers values

func (*PostGamificationProfileMembersValidateRequestEntityTooLarge) Error

func (*PostGamificationProfileMembersValidateRequestEntityTooLarge) GetPayload

func (*PostGamificationProfileMembersValidateRequestEntityTooLarge) IsClientError

IsClientError returns true when this post gamification profile members validate request entity too large response has a 4xx status code

func (*PostGamificationProfileMembersValidateRequestEntityTooLarge) IsCode

IsCode returns true when this post gamification profile members validate request entity too large response a status code equal to that given

func (*PostGamificationProfileMembersValidateRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post gamification profile members validate request entity too large response has a 3xx status code

func (*PostGamificationProfileMembersValidateRequestEntityTooLarge) IsServerError

IsServerError returns true when this post gamification profile members validate request entity too large response has a 5xx status code

func (*PostGamificationProfileMembersValidateRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post gamification profile members validate request entity too large response has a 2xx status code

func (*PostGamificationProfileMembersValidateRequestEntityTooLarge) String

type PostGamificationProfileMembersValidateRequestTimeout

type PostGamificationProfileMembersValidateRequestTimeout struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersValidateRequestTimeout 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 NewPostGamificationProfileMembersValidateRequestTimeout

func NewPostGamificationProfileMembersValidateRequestTimeout() *PostGamificationProfileMembersValidateRequestTimeout

NewPostGamificationProfileMembersValidateRequestTimeout creates a PostGamificationProfileMembersValidateRequestTimeout with default headers values

func (*PostGamificationProfileMembersValidateRequestTimeout) Error

func (*PostGamificationProfileMembersValidateRequestTimeout) GetPayload

func (*PostGamificationProfileMembersValidateRequestTimeout) IsClientError

IsClientError returns true when this post gamification profile members validate request timeout response has a 4xx status code

func (*PostGamificationProfileMembersValidateRequestTimeout) IsCode

IsCode returns true when this post gamification profile members validate request timeout response a status code equal to that given

func (*PostGamificationProfileMembersValidateRequestTimeout) IsRedirect

IsRedirect returns true when this post gamification profile members validate request timeout response has a 3xx status code

func (*PostGamificationProfileMembersValidateRequestTimeout) IsServerError

IsServerError returns true when this post gamification profile members validate request timeout response has a 5xx status code

func (*PostGamificationProfileMembersValidateRequestTimeout) IsSuccess

IsSuccess returns true when this post gamification profile members validate request timeout response has a 2xx status code

func (*PostGamificationProfileMembersValidateRequestTimeout) String

type PostGamificationProfileMembersValidateServiceUnavailable

type PostGamificationProfileMembersValidateServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersValidateServiceUnavailable 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 NewPostGamificationProfileMembersValidateServiceUnavailable

func NewPostGamificationProfileMembersValidateServiceUnavailable() *PostGamificationProfileMembersValidateServiceUnavailable

NewPostGamificationProfileMembersValidateServiceUnavailable creates a PostGamificationProfileMembersValidateServiceUnavailable with default headers values

func (*PostGamificationProfileMembersValidateServiceUnavailable) Error

func (*PostGamificationProfileMembersValidateServiceUnavailable) GetPayload

func (*PostGamificationProfileMembersValidateServiceUnavailable) IsClientError

IsClientError returns true when this post gamification profile members validate service unavailable response has a 4xx status code

func (*PostGamificationProfileMembersValidateServiceUnavailable) IsCode

IsCode returns true when this post gamification profile members validate service unavailable response a status code equal to that given

func (*PostGamificationProfileMembersValidateServiceUnavailable) IsRedirect

IsRedirect returns true when this post gamification profile members validate service unavailable response has a 3xx status code

func (*PostGamificationProfileMembersValidateServiceUnavailable) IsServerError

IsServerError returns true when this post gamification profile members validate service unavailable response has a 5xx status code

func (*PostGamificationProfileMembersValidateServiceUnavailable) IsSuccess

IsSuccess returns true when this post gamification profile members validate service unavailable response has a 2xx status code

func (*PostGamificationProfileMembersValidateServiceUnavailable) String

type PostGamificationProfileMembersValidateTooManyRequests

type PostGamificationProfileMembersValidateTooManyRequests struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersValidateTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostGamificationProfileMembersValidateTooManyRequests

func NewPostGamificationProfileMembersValidateTooManyRequests() *PostGamificationProfileMembersValidateTooManyRequests

NewPostGamificationProfileMembersValidateTooManyRequests creates a PostGamificationProfileMembersValidateTooManyRequests with default headers values

func (*PostGamificationProfileMembersValidateTooManyRequests) Error

func (*PostGamificationProfileMembersValidateTooManyRequests) GetPayload

func (*PostGamificationProfileMembersValidateTooManyRequests) IsClientError

IsClientError returns true when this post gamification profile members validate too many requests response has a 4xx status code

func (*PostGamificationProfileMembersValidateTooManyRequests) IsCode

IsCode returns true when this post gamification profile members validate too many requests response a status code equal to that given

func (*PostGamificationProfileMembersValidateTooManyRequests) IsRedirect

IsRedirect returns true when this post gamification profile members validate too many requests response has a 3xx status code

func (*PostGamificationProfileMembersValidateTooManyRequests) IsServerError

IsServerError returns true when this post gamification profile members validate too many requests response has a 5xx status code

func (*PostGamificationProfileMembersValidateTooManyRequests) IsSuccess

IsSuccess returns true when this post gamification profile members validate too many requests response has a 2xx status code

func (*PostGamificationProfileMembersValidateTooManyRequests) String

type PostGamificationProfileMembersValidateUnauthorized

type PostGamificationProfileMembersValidateUnauthorized struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersValidateUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostGamificationProfileMembersValidateUnauthorized

func NewPostGamificationProfileMembersValidateUnauthorized() *PostGamificationProfileMembersValidateUnauthorized

NewPostGamificationProfileMembersValidateUnauthorized creates a PostGamificationProfileMembersValidateUnauthorized with default headers values

func (*PostGamificationProfileMembersValidateUnauthorized) Error

func (*PostGamificationProfileMembersValidateUnauthorized) GetPayload

func (*PostGamificationProfileMembersValidateUnauthorized) IsClientError

IsClientError returns true when this post gamification profile members validate unauthorized response has a 4xx status code

func (*PostGamificationProfileMembersValidateUnauthorized) IsCode

IsCode returns true when this post gamification profile members validate unauthorized response a status code equal to that given

func (*PostGamificationProfileMembersValidateUnauthorized) IsRedirect

IsRedirect returns true when this post gamification profile members validate unauthorized response has a 3xx status code

func (*PostGamificationProfileMembersValidateUnauthorized) IsServerError

IsServerError returns true when this post gamification profile members validate unauthorized response has a 5xx status code

func (*PostGamificationProfileMembersValidateUnauthorized) IsSuccess

IsSuccess returns true when this post gamification profile members validate unauthorized response has a 2xx status code

func (*PostGamificationProfileMembersValidateUnauthorized) String

type PostGamificationProfileMembersValidateUnsupportedMediaType

type PostGamificationProfileMembersValidateUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMembersValidateUnsupportedMediaType 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 NewPostGamificationProfileMembersValidateUnsupportedMediaType

func NewPostGamificationProfileMembersValidateUnsupportedMediaType() *PostGamificationProfileMembersValidateUnsupportedMediaType

NewPostGamificationProfileMembersValidateUnsupportedMediaType creates a PostGamificationProfileMembersValidateUnsupportedMediaType with default headers values

func (*PostGamificationProfileMembersValidateUnsupportedMediaType) Error

func (*PostGamificationProfileMembersValidateUnsupportedMediaType) GetPayload

func (*PostGamificationProfileMembersValidateUnsupportedMediaType) IsClientError

IsClientError returns true when this post gamification profile members validate unsupported media type response has a 4xx status code

func (*PostGamificationProfileMembersValidateUnsupportedMediaType) IsCode

IsCode returns true when this post gamification profile members validate unsupported media type response a status code equal to that given

func (*PostGamificationProfileMembersValidateUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post gamification profile members validate unsupported media type response has a 3xx status code

func (*PostGamificationProfileMembersValidateUnsupportedMediaType) IsServerError

IsServerError returns true when this post gamification profile members validate unsupported media type response has a 5xx status code

func (*PostGamificationProfileMembersValidateUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post gamification profile members validate unsupported media type response has a 2xx status code

func (*PostGamificationProfileMembersValidateUnsupportedMediaType) String

type PostGamificationProfileMetricLinkBadRequest

type PostGamificationProfileMetricLinkBadRequest struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricLinkBadRequest 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 NewPostGamificationProfileMetricLinkBadRequest

func NewPostGamificationProfileMetricLinkBadRequest() *PostGamificationProfileMetricLinkBadRequest

NewPostGamificationProfileMetricLinkBadRequest creates a PostGamificationProfileMetricLinkBadRequest with default headers values

func (*PostGamificationProfileMetricLinkBadRequest) Error

func (*PostGamificationProfileMetricLinkBadRequest) GetPayload

func (*PostGamificationProfileMetricLinkBadRequest) IsClientError

IsClientError returns true when this post gamification profile metric link bad request response has a 4xx status code

func (*PostGamificationProfileMetricLinkBadRequest) IsCode

IsCode returns true when this post gamification profile metric link bad request response a status code equal to that given

func (*PostGamificationProfileMetricLinkBadRequest) IsRedirect

IsRedirect returns true when this post gamification profile metric link bad request response has a 3xx status code

func (*PostGamificationProfileMetricLinkBadRequest) IsServerError

IsServerError returns true when this post gamification profile metric link bad request response has a 5xx status code

func (*PostGamificationProfileMetricLinkBadRequest) IsSuccess

IsSuccess returns true when this post gamification profile metric link bad request response has a 2xx status code

func (*PostGamificationProfileMetricLinkBadRequest) String

type PostGamificationProfileMetricLinkCreated

type PostGamificationProfileMetricLinkCreated struct {
	Payload *models.Metric
}

PostGamificationProfileMetricLinkCreated describes a response with status code 201, with default header values.

Linked Metric successfully created

func NewPostGamificationProfileMetricLinkCreated

func NewPostGamificationProfileMetricLinkCreated() *PostGamificationProfileMetricLinkCreated

NewPostGamificationProfileMetricLinkCreated creates a PostGamificationProfileMetricLinkCreated with default headers values

func (*PostGamificationProfileMetricLinkCreated) Error

func (*PostGamificationProfileMetricLinkCreated) GetPayload

func (*PostGamificationProfileMetricLinkCreated) IsClientError

IsClientError returns true when this post gamification profile metric link created response has a 4xx status code

func (*PostGamificationProfileMetricLinkCreated) IsCode

IsCode returns true when this post gamification profile metric link created response a status code equal to that given

func (*PostGamificationProfileMetricLinkCreated) IsRedirect

IsRedirect returns true when this post gamification profile metric link created response has a 3xx status code

func (*PostGamificationProfileMetricLinkCreated) IsServerError

IsServerError returns true when this post gamification profile metric link created response has a 5xx status code

func (*PostGamificationProfileMetricLinkCreated) IsSuccess

IsSuccess returns true when this post gamification profile metric link created response has a 2xx status code

func (*PostGamificationProfileMetricLinkCreated) String

type PostGamificationProfileMetricLinkForbidden

type PostGamificationProfileMetricLinkForbidden struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricLinkForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostGamificationProfileMetricLinkForbidden

func NewPostGamificationProfileMetricLinkForbidden() *PostGamificationProfileMetricLinkForbidden

NewPostGamificationProfileMetricLinkForbidden creates a PostGamificationProfileMetricLinkForbidden with default headers values

func (*PostGamificationProfileMetricLinkForbidden) Error

func (*PostGamificationProfileMetricLinkForbidden) GetPayload

func (*PostGamificationProfileMetricLinkForbidden) IsClientError

IsClientError returns true when this post gamification profile metric link forbidden response has a 4xx status code

func (*PostGamificationProfileMetricLinkForbidden) IsCode

IsCode returns true when this post gamification profile metric link forbidden response a status code equal to that given

func (*PostGamificationProfileMetricLinkForbidden) IsRedirect

IsRedirect returns true when this post gamification profile metric link forbidden response has a 3xx status code

func (*PostGamificationProfileMetricLinkForbidden) IsServerError

IsServerError returns true when this post gamification profile metric link forbidden response has a 5xx status code

func (*PostGamificationProfileMetricLinkForbidden) IsSuccess

IsSuccess returns true when this post gamification profile metric link forbidden response has a 2xx status code

func (*PostGamificationProfileMetricLinkForbidden) String

type PostGamificationProfileMetricLinkGatewayTimeout

type PostGamificationProfileMetricLinkGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricLinkGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostGamificationProfileMetricLinkGatewayTimeout

func NewPostGamificationProfileMetricLinkGatewayTimeout() *PostGamificationProfileMetricLinkGatewayTimeout

NewPostGamificationProfileMetricLinkGatewayTimeout creates a PostGamificationProfileMetricLinkGatewayTimeout with default headers values

func (*PostGamificationProfileMetricLinkGatewayTimeout) Error

func (*PostGamificationProfileMetricLinkGatewayTimeout) GetPayload

func (*PostGamificationProfileMetricLinkGatewayTimeout) IsClientError

IsClientError returns true when this post gamification profile metric link gateway timeout response has a 4xx status code

func (*PostGamificationProfileMetricLinkGatewayTimeout) IsCode

IsCode returns true when this post gamification profile metric link gateway timeout response a status code equal to that given

func (*PostGamificationProfileMetricLinkGatewayTimeout) IsRedirect

IsRedirect returns true when this post gamification profile metric link gateway timeout response has a 3xx status code

func (*PostGamificationProfileMetricLinkGatewayTimeout) IsServerError

IsServerError returns true when this post gamification profile metric link gateway timeout response has a 5xx status code

func (*PostGamificationProfileMetricLinkGatewayTimeout) IsSuccess

IsSuccess returns true when this post gamification profile metric link gateway timeout response has a 2xx status code

func (*PostGamificationProfileMetricLinkGatewayTimeout) String

type PostGamificationProfileMetricLinkInternalServerError

type PostGamificationProfileMetricLinkInternalServerError struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricLinkInternalServerError 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 NewPostGamificationProfileMetricLinkInternalServerError

func NewPostGamificationProfileMetricLinkInternalServerError() *PostGamificationProfileMetricLinkInternalServerError

NewPostGamificationProfileMetricLinkInternalServerError creates a PostGamificationProfileMetricLinkInternalServerError with default headers values

func (*PostGamificationProfileMetricLinkInternalServerError) Error

func (*PostGamificationProfileMetricLinkInternalServerError) GetPayload

func (*PostGamificationProfileMetricLinkInternalServerError) IsClientError

IsClientError returns true when this post gamification profile metric link internal server error response has a 4xx status code

func (*PostGamificationProfileMetricLinkInternalServerError) IsCode

IsCode returns true when this post gamification profile metric link internal server error response a status code equal to that given

func (*PostGamificationProfileMetricLinkInternalServerError) IsRedirect

IsRedirect returns true when this post gamification profile metric link internal server error response has a 3xx status code

func (*PostGamificationProfileMetricLinkInternalServerError) IsServerError

IsServerError returns true when this post gamification profile metric link internal server error response has a 5xx status code

func (*PostGamificationProfileMetricLinkInternalServerError) IsSuccess

IsSuccess returns true when this post gamification profile metric link internal server error response has a 2xx status code

func (*PostGamificationProfileMetricLinkInternalServerError) String

type PostGamificationProfileMetricLinkNotFound

type PostGamificationProfileMetricLinkNotFound struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricLinkNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostGamificationProfileMetricLinkNotFound

func NewPostGamificationProfileMetricLinkNotFound() *PostGamificationProfileMetricLinkNotFound

NewPostGamificationProfileMetricLinkNotFound creates a PostGamificationProfileMetricLinkNotFound with default headers values

func (*PostGamificationProfileMetricLinkNotFound) Error

func (*PostGamificationProfileMetricLinkNotFound) GetPayload

func (*PostGamificationProfileMetricLinkNotFound) IsClientError

IsClientError returns true when this post gamification profile metric link not found response has a 4xx status code

func (*PostGamificationProfileMetricLinkNotFound) IsCode

IsCode returns true when this post gamification profile metric link not found response a status code equal to that given

func (*PostGamificationProfileMetricLinkNotFound) IsRedirect

IsRedirect returns true when this post gamification profile metric link not found response has a 3xx status code

func (*PostGamificationProfileMetricLinkNotFound) IsServerError

IsServerError returns true when this post gamification profile metric link not found response has a 5xx status code

func (*PostGamificationProfileMetricLinkNotFound) IsSuccess

IsSuccess returns true when this post gamification profile metric link not found response has a 2xx status code

func (*PostGamificationProfileMetricLinkNotFound) String

type PostGamificationProfileMetricLinkParams

type PostGamificationProfileMetricLinkParams struct {

	/* Body.

	   linkedMetric
	*/
	Body *models.TargetPerformanceProfile

	/* SourceMetricID.

	   Source Metric Id
	*/
	SourceMetricID string

	/* SourceProfileID.

	   Source Performance Profile Id
	*/
	SourceProfileID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostGamificationProfileMetricLinkParams contains all the parameters to send to the API endpoint

for the post gamification profile metric link operation.

Typically these are written to a http.Request.

func NewPostGamificationProfileMetricLinkParams

func NewPostGamificationProfileMetricLinkParams() *PostGamificationProfileMetricLinkParams

NewPostGamificationProfileMetricLinkParams creates a new PostGamificationProfileMetricLinkParams 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 NewPostGamificationProfileMetricLinkParamsWithContext

func NewPostGamificationProfileMetricLinkParamsWithContext(ctx context.Context) *PostGamificationProfileMetricLinkParams

NewPostGamificationProfileMetricLinkParamsWithContext creates a new PostGamificationProfileMetricLinkParams object with the ability to set a context for a request.

func NewPostGamificationProfileMetricLinkParamsWithHTTPClient

func NewPostGamificationProfileMetricLinkParamsWithHTTPClient(client *http.Client) *PostGamificationProfileMetricLinkParams

NewPostGamificationProfileMetricLinkParamsWithHTTPClient creates a new PostGamificationProfileMetricLinkParams object with the ability to set a custom HTTPClient for a request.

func NewPostGamificationProfileMetricLinkParamsWithTimeout

func NewPostGamificationProfileMetricLinkParamsWithTimeout(timeout time.Duration) *PostGamificationProfileMetricLinkParams

NewPostGamificationProfileMetricLinkParamsWithTimeout creates a new PostGamificationProfileMetricLinkParams object with the ability to set a timeout on a request.

func (*PostGamificationProfileMetricLinkParams) SetBody

SetBody adds the body to the post gamification profile metric link params

func (*PostGamificationProfileMetricLinkParams) SetContext

SetContext adds the context to the post gamification profile metric link params

func (*PostGamificationProfileMetricLinkParams) SetDefaults

func (o *PostGamificationProfileMetricLinkParams) SetDefaults()

SetDefaults hydrates default values in the post gamification profile metric link params (not the query body).

All values with no default are reset to their zero value.

func (*PostGamificationProfileMetricLinkParams) SetHTTPClient

func (o *PostGamificationProfileMetricLinkParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post gamification profile metric link params

func (*PostGamificationProfileMetricLinkParams) SetSourceMetricID

func (o *PostGamificationProfileMetricLinkParams) SetSourceMetricID(sourceMetricID string)

SetSourceMetricID adds the sourceMetricId to the post gamification profile metric link params

func (*PostGamificationProfileMetricLinkParams) SetSourceProfileID

func (o *PostGamificationProfileMetricLinkParams) SetSourceProfileID(sourceProfileID string)

SetSourceProfileID adds the sourceProfileId to the post gamification profile metric link params

func (*PostGamificationProfileMetricLinkParams) SetTimeout

func (o *PostGamificationProfileMetricLinkParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post gamification profile metric link params

func (*PostGamificationProfileMetricLinkParams) WithBody

WithBody adds the body to the post gamification profile metric link params

func (*PostGamificationProfileMetricLinkParams) WithContext

WithContext adds the context to the post gamification profile metric link params

func (*PostGamificationProfileMetricLinkParams) WithDefaults

WithDefaults hydrates default values in the post gamification profile metric link params (not the query body).

All values with no default are reset to their zero value.

func (*PostGamificationProfileMetricLinkParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post gamification profile metric link params

func (*PostGamificationProfileMetricLinkParams) WithSourceMetricID

WithSourceMetricID adds the sourceMetricID to the post gamification profile metric link params

func (*PostGamificationProfileMetricLinkParams) WithSourceProfileID

WithSourceProfileID adds the sourceProfileID to the post gamification profile metric link params

func (*PostGamificationProfileMetricLinkParams) WithTimeout

WithTimeout adds the timeout to the post gamification profile metric link params

func (*PostGamificationProfileMetricLinkParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostGamificationProfileMetricLinkReader

type PostGamificationProfileMetricLinkReader struct {
	// contains filtered or unexported fields
}

PostGamificationProfileMetricLinkReader is a Reader for the PostGamificationProfileMetricLink structure.

func (*PostGamificationProfileMetricLinkReader) ReadResponse

func (o *PostGamificationProfileMetricLinkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostGamificationProfileMetricLinkRequestEntityTooLarge

type PostGamificationProfileMetricLinkRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricLinkRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostGamificationProfileMetricLinkRequestEntityTooLarge

func NewPostGamificationProfileMetricLinkRequestEntityTooLarge() *PostGamificationProfileMetricLinkRequestEntityTooLarge

NewPostGamificationProfileMetricLinkRequestEntityTooLarge creates a PostGamificationProfileMetricLinkRequestEntityTooLarge with default headers values

func (*PostGamificationProfileMetricLinkRequestEntityTooLarge) Error

func (*PostGamificationProfileMetricLinkRequestEntityTooLarge) GetPayload

func (*PostGamificationProfileMetricLinkRequestEntityTooLarge) IsClientError

IsClientError returns true when this post gamification profile metric link request entity too large response has a 4xx status code

func (*PostGamificationProfileMetricLinkRequestEntityTooLarge) IsCode

IsCode returns true when this post gamification profile metric link request entity too large response a status code equal to that given

func (*PostGamificationProfileMetricLinkRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post gamification profile metric link request entity too large response has a 3xx status code

func (*PostGamificationProfileMetricLinkRequestEntityTooLarge) IsServerError

IsServerError returns true when this post gamification profile metric link request entity too large response has a 5xx status code

func (*PostGamificationProfileMetricLinkRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post gamification profile metric link request entity too large response has a 2xx status code

func (*PostGamificationProfileMetricLinkRequestEntityTooLarge) String

type PostGamificationProfileMetricLinkRequestTimeout

type PostGamificationProfileMetricLinkRequestTimeout struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricLinkRequestTimeout 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 NewPostGamificationProfileMetricLinkRequestTimeout

func NewPostGamificationProfileMetricLinkRequestTimeout() *PostGamificationProfileMetricLinkRequestTimeout

NewPostGamificationProfileMetricLinkRequestTimeout creates a PostGamificationProfileMetricLinkRequestTimeout with default headers values

func (*PostGamificationProfileMetricLinkRequestTimeout) Error

func (*PostGamificationProfileMetricLinkRequestTimeout) GetPayload

func (*PostGamificationProfileMetricLinkRequestTimeout) IsClientError

IsClientError returns true when this post gamification profile metric link request timeout response has a 4xx status code

func (*PostGamificationProfileMetricLinkRequestTimeout) IsCode

IsCode returns true when this post gamification profile metric link request timeout response a status code equal to that given

func (*PostGamificationProfileMetricLinkRequestTimeout) IsRedirect

IsRedirect returns true when this post gamification profile metric link request timeout response has a 3xx status code

func (*PostGamificationProfileMetricLinkRequestTimeout) IsServerError

IsServerError returns true when this post gamification profile metric link request timeout response has a 5xx status code

func (*PostGamificationProfileMetricLinkRequestTimeout) IsSuccess

IsSuccess returns true when this post gamification profile metric link request timeout response has a 2xx status code

func (*PostGamificationProfileMetricLinkRequestTimeout) String

type PostGamificationProfileMetricLinkServiceUnavailable

type PostGamificationProfileMetricLinkServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricLinkServiceUnavailable 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 NewPostGamificationProfileMetricLinkServiceUnavailable

func NewPostGamificationProfileMetricLinkServiceUnavailable() *PostGamificationProfileMetricLinkServiceUnavailable

NewPostGamificationProfileMetricLinkServiceUnavailable creates a PostGamificationProfileMetricLinkServiceUnavailable with default headers values

func (*PostGamificationProfileMetricLinkServiceUnavailable) Error

func (*PostGamificationProfileMetricLinkServiceUnavailable) GetPayload

func (*PostGamificationProfileMetricLinkServiceUnavailable) IsClientError

IsClientError returns true when this post gamification profile metric link service unavailable response has a 4xx status code

func (*PostGamificationProfileMetricLinkServiceUnavailable) IsCode

IsCode returns true when this post gamification profile metric link service unavailable response a status code equal to that given

func (*PostGamificationProfileMetricLinkServiceUnavailable) IsRedirect

IsRedirect returns true when this post gamification profile metric link service unavailable response has a 3xx status code

func (*PostGamificationProfileMetricLinkServiceUnavailable) IsServerError

IsServerError returns true when this post gamification profile metric link service unavailable response has a 5xx status code

func (*PostGamificationProfileMetricLinkServiceUnavailable) IsSuccess

IsSuccess returns true when this post gamification profile metric link service unavailable response has a 2xx status code

func (*PostGamificationProfileMetricLinkServiceUnavailable) String

type PostGamificationProfileMetricLinkTooManyRequests

type PostGamificationProfileMetricLinkTooManyRequests struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricLinkTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostGamificationProfileMetricLinkTooManyRequests

func NewPostGamificationProfileMetricLinkTooManyRequests() *PostGamificationProfileMetricLinkTooManyRequests

NewPostGamificationProfileMetricLinkTooManyRequests creates a PostGamificationProfileMetricLinkTooManyRequests with default headers values

func (*PostGamificationProfileMetricLinkTooManyRequests) Error

func (*PostGamificationProfileMetricLinkTooManyRequests) GetPayload

func (*PostGamificationProfileMetricLinkTooManyRequests) IsClientError

IsClientError returns true when this post gamification profile metric link too many requests response has a 4xx status code

func (*PostGamificationProfileMetricLinkTooManyRequests) IsCode

IsCode returns true when this post gamification profile metric link too many requests response a status code equal to that given

func (*PostGamificationProfileMetricLinkTooManyRequests) IsRedirect

IsRedirect returns true when this post gamification profile metric link too many requests response has a 3xx status code

func (*PostGamificationProfileMetricLinkTooManyRequests) IsServerError

IsServerError returns true when this post gamification profile metric link too many requests response has a 5xx status code

func (*PostGamificationProfileMetricLinkTooManyRequests) IsSuccess

IsSuccess returns true when this post gamification profile metric link too many requests response has a 2xx status code

func (*PostGamificationProfileMetricLinkTooManyRequests) String

type PostGamificationProfileMetricLinkUnauthorized

type PostGamificationProfileMetricLinkUnauthorized struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricLinkUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostGamificationProfileMetricLinkUnauthorized

func NewPostGamificationProfileMetricLinkUnauthorized() *PostGamificationProfileMetricLinkUnauthorized

NewPostGamificationProfileMetricLinkUnauthorized creates a PostGamificationProfileMetricLinkUnauthorized with default headers values

func (*PostGamificationProfileMetricLinkUnauthorized) Error

func (*PostGamificationProfileMetricLinkUnauthorized) GetPayload

func (*PostGamificationProfileMetricLinkUnauthorized) IsClientError

IsClientError returns true when this post gamification profile metric link unauthorized response has a 4xx status code

func (*PostGamificationProfileMetricLinkUnauthorized) IsCode

IsCode returns true when this post gamification profile metric link unauthorized response a status code equal to that given

func (*PostGamificationProfileMetricLinkUnauthorized) IsRedirect

IsRedirect returns true when this post gamification profile metric link unauthorized response has a 3xx status code

func (*PostGamificationProfileMetricLinkUnauthorized) IsServerError

IsServerError returns true when this post gamification profile metric link unauthorized response has a 5xx status code

func (*PostGamificationProfileMetricLinkUnauthorized) IsSuccess

IsSuccess returns true when this post gamification profile metric link unauthorized response has a 2xx status code

func (*PostGamificationProfileMetricLinkUnauthorized) String

type PostGamificationProfileMetricLinkUnsupportedMediaType

type PostGamificationProfileMetricLinkUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricLinkUnsupportedMediaType 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 NewPostGamificationProfileMetricLinkUnsupportedMediaType

func NewPostGamificationProfileMetricLinkUnsupportedMediaType() *PostGamificationProfileMetricLinkUnsupportedMediaType

NewPostGamificationProfileMetricLinkUnsupportedMediaType creates a PostGamificationProfileMetricLinkUnsupportedMediaType with default headers values

func (*PostGamificationProfileMetricLinkUnsupportedMediaType) Error

func (*PostGamificationProfileMetricLinkUnsupportedMediaType) GetPayload

func (*PostGamificationProfileMetricLinkUnsupportedMediaType) IsClientError

IsClientError returns true when this post gamification profile metric link unsupported media type response has a 4xx status code

func (*PostGamificationProfileMetricLinkUnsupportedMediaType) IsCode

IsCode returns true when this post gamification profile metric link unsupported media type response a status code equal to that given

func (*PostGamificationProfileMetricLinkUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post gamification profile metric link unsupported media type response has a 3xx status code

func (*PostGamificationProfileMetricLinkUnsupportedMediaType) IsServerError

IsServerError returns true when this post gamification profile metric link unsupported media type response has a 5xx status code

func (*PostGamificationProfileMetricLinkUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post gamification profile metric link unsupported media type response has a 2xx status code

func (*PostGamificationProfileMetricLinkUnsupportedMediaType) String

type PostGamificationProfileMetricsBadRequest

type PostGamificationProfileMetricsBadRequest struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricsBadRequest 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 NewPostGamificationProfileMetricsBadRequest

func NewPostGamificationProfileMetricsBadRequest() *PostGamificationProfileMetricsBadRequest

NewPostGamificationProfileMetricsBadRequest creates a PostGamificationProfileMetricsBadRequest with default headers values

func (*PostGamificationProfileMetricsBadRequest) Error

func (*PostGamificationProfileMetricsBadRequest) GetPayload

func (*PostGamificationProfileMetricsBadRequest) IsClientError

IsClientError returns true when this post gamification profile metrics bad request response has a 4xx status code

func (*PostGamificationProfileMetricsBadRequest) IsCode

IsCode returns true when this post gamification profile metrics bad request response a status code equal to that given

func (*PostGamificationProfileMetricsBadRequest) IsRedirect

IsRedirect returns true when this post gamification profile metrics bad request response has a 3xx status code

func (*PostGamificationProfileMetricsBadRequest) IsServerError

IsServerError returns true when this post gamification profile metrics bad request response has a 5xx status code

func (*PostGamificationProfileMetricsBadRequest) IsSuccess

IsSuccess returns true when this post gamification profile metrics bad request response has a 2xx status code

func (*PostGamificationProfileMetricsBadRequest) String

type PostGamificationProfileMetricsCreated

type PostGamificationProfileMetricsCreated struct {
	Payload *models.Metric
}

PostGamificationProfileMetricsCreated describes a response with status code 201, with default header values.

Metric successfully created

func NewPostGamificationProfileMetricsCreated

func NewPostGamificationProfileMetricsCreated() *PostGamificationProfileMetricsCreated

NewPostGamificationProfileMetricsCreated creates a PostGamificationProfileMetricsCreated with default headers values

func (*PostGamificationProfileMetricsCreated) Error

func (*PostGamificationProfileMetricsCreated) GetPayload

func (*PostGamificationProfileMetricsCreated) IsClientError

func (o *PostGamificationProfileMetricsCreated) IsClientError() bool

IsClientError returns true when this post gamification profile metrics created response has a 4xx status code

func (*PostGamificationProfileMetricsCreated) IsCode

IsCode returns true when this post gamification profile metrics created response a status code equal to that given

func (*PostGamificationProfileMetricsCreated) IsRedirect

IsRedirect returns true when this post gamification profile metrics created response has a 3xx status code

func (*PostGamificationProfileMetricsCreated) IsServerError

func (o *PostGamificationProfileMetricsCreated) IsServerError() bool

IsServerError returns true when this post gamification profile metrics created response has a 5xx status code

func (*PostGamificationProfileMetricsCreated) IsSuccess

IsSuccess returns true when this post gamification profile metrics created response has a 2xx status code

func (*PostGamificationProfileMetricsCreated) String

type PostGamificationProfileMetricsForbidden

type PostGamificationProfileMetricsForbidden struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostGamificationProfileMetricsForbidden

func NewPostGamificationProfileMetricsForbidden() *PostGamificationProfileMetricsForbidden

NewPostGamificationProfileMetricsForbidden creates a PostGamificationProfileMetricsForbidden with default headers values

func (*PostGamificationProfileMetricsForbidden) Error

func (*PostGamificationProfileMetricsForbidden) GetPayload

func (*PostGamificationProfileMetricsForbidden) IsClientError

func (o *PostGamificationProfileMetricsForbidden) IsClientError() bool

IsClientError returns true when this post gamification profile metrics forbidden response has a 4xx status code

func (*PostGamificationProfileMetricsForbidden) IsCode

IsCode returns true when this post gamification profile metrics forbidden response a status code equal to that given

func (*PostGamificationProfileMetricsForbidden) IsRedirect

IsRedirect returns true when this post gamification profile metrics forbidden response has a 3xx status code

func (*PostGamificationProfileMetricsForbidden) IsServerError

func (o *PostGamificationProfileMetricsForbidden) IsServerError() bool

IsServerError returns true when this post gamification profile metrics forbidden response has a 5xx status code

func (*PostGamificationProfileMetricsForbidden) IsSuccess

IsSuccess returns true when this post gamification profile metrics forbidden response has a 2xx status code

func (*PostGamificationProfileMetricsForbidden) String

type PostGamificationProfileMetricsGatewayTimeout

type PostGamificationProfileMetricsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostGamificationProfileMetricsGatewayTimeout

func NewPostGamificationProfileMetricsGatewayTimeout() *PostGamificationProfileMetricsGatewayTimeout

NewPostGamificationProfileMetricsGatewayTimeout creates a PostGamificationProfileMetricsGatewayTimeout with default headers values

func (*PostGamificationProfileMetricsGatewayTimeout) Error

func (*PostGamificationProfileMetricsGatewayTimeout) GetPayload

func (*PostGamificationProfileMetricsGatewayTimeout) IsClientError

IsClientError returns true when this post gamification profile metrics gateway timeout response has a 4xx status code

func (*PostGamificationProfileMetricsGatewayTimeout) IsCode

IsCode returns true when this post gamification profile metrics gateway timeout response a status code equal to that given

func (*PostGamificationProfileMetricsGatewayTimeout) IsRedirect

IsRedirect returns true when this post gamification profile metrics gateway timeout response has a 3xx status code

func (*PostGamificationProfileMetricsGatewayTimeout) IsServerError

IsServerError returns true when this post gamification profile metrics gateway timeout response has a 5xx status code

func (*PostGamificationProfileMetricsGatewayTimeout) IsSuccess

IsSuccess returns true when this post gamification profile metrics gateway timeout response has a 2xx status code

func (*PostGamificationProfileMetricsGatewayTimeout) String

type PostGamificationProfileMetricsInternalServerError

type PostGamificationProfileMetricsInternalServerError struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricsInternalServerError 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 NewPostGamificationProfileMetricsInternalServerError

func NewPostGamificationProfileMetricsInternalServerError() *PostGamificationProfileMetricsInternalServerError

NewPostGamificationProfileMetricsInternalServerError creates a PostGamificationProfileMetricsInternalServerError with default headers values

func (*PostGamificationProfileMetricsInternalServerError) Error

func (*PostGamificationProfileMetricsInternalServerError) GetPayload

func (*PostGamificationProfileMetricsInternalServerError) IsClientError

IsClientError returns true when this post gamification profile metrics internal server error response has a 4xx status code

func (*PostGamificationProfileMetricsInternalServerError) IsCode

IsCode returns true when this post gamification profile metrics internal server error response a status code equal to that given

func (*PostGamificationProfileMetricsInternalServerError) IsRedirect

IsRedirect returns true when this post gamification profile metrics internal server error response has a 3xx status code

func (*PostGamificationProfileMetricsInternalServerError) IsServerError

IsServerError returns true when this post gamification profile metrics internal server error response has a 5xx status code

func (*PostGamificationProfileMetricsInternalServerError) IsSuccess

IsSuccess returns true when this post gamification profile metrics internal server error response has a 2xx status code

func (*PostGamificationProfileMetricsInternalServerError) String

type PostGamificationProfileMetricsNotFound

type PostGamificationProfileMetricsNotFound struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostGamificationProfileMetricsNotFound

func NewPostGamificationProfileMetricsNotFound() *PostGamificationProfileMetricsNotFound

NewPostGamificationProfileMetricsNotFound creates a PostGamificationProfileMetricsNotFound with default headers values

func (*PostGamificationProfileMetricsNotFound) Error

func (*PostGamificationProfileMetricsNotFound) GetPayload

func (*PostGamificationProfileMetricsNotFound) IsClientError

func (o *PostGamificationProfileMetricsNotFound) IsClientError() bool

IsClientError returns true when this post gamification profile metrics not found response has a 4xx status code

func (*PostGamificationProfileMetricsNotFound) IsCode

IsCode returns true when this post gamification profile metrics not found response a status code equal to that given

func (*PostGamificationProfileMetricsNotFound) IsRedirect

IsRedirect returns true when this post gamification profile metrics not found response has a 3xx status code

func (*PostGamificationProfileMetricsNotFound) IsServerError

func (o *PostGamificationProfileMetricsNotFound) IsServerError() bool

IsServerError returns true when this post gamification profile metrics not found response has a 5xx status code

func (*PostGamificationProfileMetricsNotFound) IsSuccess

IsSuccess returns true when this post gamification profile metrics not found response has a 2xx status code

func (*PostGamificationProfileMetricsNotFound) String

type PostGamificationProfileMetricsParams

type PostGamificationProfileMetricsParams struct {

	/* Body.

	   Metric
	*/
	Body *models.CreateMetric

	/* ProfileID.

	   Performance Profile Id
	*/
	ProfileID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostGamificationProfileMetricsParams contains all the parameters to send to the API endpoint

for the post gamification profile metrics operation.

Typically these are written to a http.Request.

func NewPostGamificationProfileMetricsParams

func NewPostGamificationProfileMetricsParams() *PostGamificationProfileMetricsParams

NewPostGamificationProfileMetricsParams creates a new PostGamificationProfileMetricsParams 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 NewPostGamificationProfileMetricsParamsWithContext

func NewPostGamificationProfileMetricsParamsWithContext(ctx context.Context) *PostGamificationProfileMetricsParams

NewPostGamificationProfileMetricsParamsWithContext creates a new PostGamificationProfileMetricsParams object with the ability to set a context for a request.

func NewPostGamificationProfileMetricsParamsWithHTTPClient

func NewPostGamificationProfileMetricsParamsWithHTTPClient(client *http.Client) *PostGamificationProfileMetricsParams

NewPostGamificationProfileMetricsParamsWithHTTPClient creates a new PostGamificationProfileMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewPostGamificationProfileMetricsParamsWithTimeout

func NewPostGamificationProfileMetricsParamsWithTimeout(timeout time.Duration) *PostGamificationProfileMetricsParams

NewPostGamificationProfileMetricsParamsWithTimeout creates a new PostGamificationProfileMetricsParams object with the ability to set a timeout on a request.

func (*PostGamificationProfileMetricsParams) SetBody

SetBody adds the body to the post gamification profile metrics params

func (*PostGamificationProfileMetricsParams) SetContext

SetContext adds the context to the post gamification profile metrics params

func (*PostGamificationProfileMetricsParams) SetDefaults

func (o *PostGamificationProfileMetricsParams) SetDefaults()

SetDefaults hydrates default values in the post gamification profile metrics params (not the query body).

All values with no default are reset to their zero value.

func (*PostGamificationProfileMetricsParams) SetHTTPClient

func (o *PostGamificationProfileMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post gamification profile metrics params

func (*PostGamificationProfileMetricsParams) SetProfileID

func (o *PostGamificationProfileMetricsParams) SetProfileID(profileID string)

SetProfileID adds the profileId to the post gamification profile metrics params

func (*PostGamificationProfileMetricsParams) SetTimeout

func (o *PostGamificationProfileMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post gamification profile metrics params

func (*PostGamificationProfileMetricsParams) WithBody

WithBody adds the body to the post gamification profile metrics params

func (*PostGamificationProfileMetricsParams) WithContext

WithContext adds the context to the post gamification profile metrics params

func (*PostGamificationProfileMetricsParams) WithDefaults

WithDefaults hydrates default values in the post gamification profile metrics params (not the query body).

All values with no default are reset to their zero value.

func (*PostGamificationProfileMetricsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post gamification profile metrics params

func (*PostGamificationProfileMetricsParams) WithProfileID

WithProfileID adds the profileID to the post gamification profile metrics params

func (*PostGamificationProfileMetricsParams) WithTimeout

WithTimeout adds the timeout to the post gamification profile metrics params

func (*PostGamificationProfileMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostGamificationProfileMetricsReader

type PostGamificationProfileMetricsReader struct {
	// contains filtered or unexported fields
}

PostGamificationProfileMetricsReader is a Reader for the PostGamificationProfileMetrics structure.

func (*PostGamificationProfileMetricsReader) ReadResponse

func (o *PostGamificationProfileMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostGamificationProfileMetricsRequestEntityTooLarge

type PostGamificationProfileMetricsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostGamificationProfileMetricsRequestEntityTooLarge

func NewPostGamificationProfileMetricsRequestEntityTooLarge() *PostGamificationProfileMetricsRequestEntityTooLarge

NewPostGamificationProfileMetricsRequestEntityTooLarge creates a PostGamificationProfileMetricsRequestEntityTooLarge with default headers values

func (*PostGamificationProfileMetricsRequestEntityTooLarge) Error

func (*PostGamificationProfileMetricsRequestEntityTooLarge) GetPayload

func (*PostGamificationProfileMetricsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post gamification profile metrics request entity too large response has a 4xx status code

func (*PostGamificationProfileMetricsRequestEntityTooLarge) IsCode

IsCode returns true when this post gamification profile metrics request entity too large response a status code equal to that given

func (*PostGamificationProfileMetricsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post gamification profile metrics request entity too large response has a 3xx status code

func (*PostGamificationProfileMetricsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post gamification profile metrics request entity too large response has a 5xx status code

func (*PostGamificationProfileMetricsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post gamification profile metrics request entity too large response has a 2xx status code

func (*PostGamificationProfileMetricsRequestEntityTooLarge) String

type PostGamificationProfileMetricsRequestTimeout

type PostGamificationProfileMetricsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricsRequestTimeout 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 NewPostGamificationProfileMetricsRequestTimeout

func NewPostGamificationProfileMetricsRequestTimeout() *PostGamificationProfileMetricsRequestTimeout

NewPostGamificationProfileMetricsRequestTimeout creates a PostGamificationProfileMetricsRequestTimeout with default headers values

func (*PostGamificationProfileMetricsRequestTimeout) Error

func (*PostGamificationProfileMetricsRequestTimeout) GetPayload

func (*PostGamificationProfileMetricsRequestTimeout) IsClientError

IsClientError returns true when this post gamification profile metrics request timeout response has a 4xx status code

func (*PostGamificationProfileMetricsRequestTimeout) IsCode

IsCode returns true when this post gamification profile metrics request timeout response a status code equal to that given

func (*PostGamificationProfileMetricsRequestTimeout) IsRedirect

IsRedirect returns true when this post gamification profile metrics request timeout response has a 3xx status code

func (*PostGamificationProfileMetricsRequestTimeout) IsServerError

IsServerError returns true when this post gamification profile metrics request timeout response has a 5xx status code

func (*PostGamificationProfileMetricsRequestTimeout) IsSuccess

IsSuccess returns true when this post gamification profile metrics request timeout response has a 2xx status code

func (*PostGamificationProfileMetricsRequestTimeout) String

type PostGamificationProfileMetricsServiceUnavailable

type PostGamificationProfileMetricsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricsServiceUnavailable 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 NewPostGamificationProfileMetricsServiceUnavailable

func NewPostGamificationProfileMetricsServiceUnavailable() *PostGamificationProfileMetricsServiceUnavailable

NewPostGamificationProfileMetricsServiceUnavailable creates a PostGamificationProfileMetricsServiceUnavailable with default headers values

func (*PostGamificationProfileMetricsServiceUnavailable) Error

func (*PostGamificationProfileMetricsServiceUnavailable) GetPayload

func (*PostGamificationProfileMetricsServiceUnavailable) IsClientError

IsClientError returns true when this post gamification profile metrics service unavailable response has a 4xx status code

func (*PostGamificationProfileMetricsServiceUnavailable) IsCode

IsCode returns true when this post gamification profile metrics service unavailable response a status code equal to that given

func (*PostGamificationProfileMetricsServiceUnavailable) IsRedirect

IsRedirect returns true when this post gamification profile metrics service unavailable response has a 3xx status code

func (*PostGamificationProfileMetricsServiceUnavailable) IsServerError

IsServerError returns true when this post gamification profile metrics service unavailable response has a 5xx status code

func (*PostGamificationProfileMetricsServiceUnavailable) IsSuccess

IsSuccess returns true when this post gamification profile metrics service unavailable response has a 2xx status code

func (*PostGamificationProfileMetricsServiceUnavailable) String

type PostGamificationProfileMetricsTooManyRequests

type PostGamificationProfileMetricsTooManyRequests struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostGamificationProfileMetricsTooManyRequests

func NewPostGamificationProfileMetricsTooManyRequests() *PostGamificationProfileMetricsTooManyRequests

NewPostGamificationProfileMetricsTooManyRequests creates a PostGamificationProfileMetricsTooManyRequests with default headers values

func (*PostGamificationProfileMetricsTooManyRequests) Error

func (*PostGamificationProfileMetricsTooManyRequests) GetPayload

func (*PostGamificationProfileMetricsTooManyRequests) IsClientError

IsClientError returns true when this post gamification profile metrics too many requests response has a 4xx status code

func (*PostGamificationProfileMetricsTooManyRequests) IsCode

IsCode returns true when this post gamification profile metrics too many requests response a status code equal to that given

func (*PostGamificationProfileMetricsTooManyRequests) IsRedirect

IsRedirect returns true when this post gamification profile metrics too many requests response has a 3xx status code

func (*PostGamificationProfileMetricsTooManyRequests) IsServerError

IsServerError returns true when this post gamification profile metrics too many requests response has a 5xx status code

func (*PostGamificationProfileMetricsTooManyRequests) IsSuccess

IsSuccess returns true when this post gamification profile metrics too many requests response has a 2xx status code

func (*PostGamificationProfileMetricsTooManyRequests) String

type PostGamificationProfileMetricsUnauthorized

type PostGamificationProfileMetricsUnauthorized struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostGamificationProfileMetricsUnauthorized

func NewPostGamificationProfileMetricsUnauthorized() *PostGamificationProfileMetricsUnauthorized

NewPostGamificationProfileMetricsUnauthorized creates a PostGamificationProfileMetricsUnauthorized with default headers values

func (*PostGamificationProfileMetricsUnauthorized) Error

func (*PostGamificationProfileMetricsUnauthorized) GetPayload

func (*PostGamificationProfileMetricsUnauthorized) IsClientError

IsClientError returns true when this post gamification profile metrics unauthorized response has a 4xx status code

func (*PostGamificationProfileMetricsUnauthorized) IsCode

IsCode returns true when this post gamification profile metrics unauthorized response a status code equal to that given

func (*PostGamificationProfileMetricsUnauthorized) IsRedirect

IsRedirect returns true when this post gamification profile metrics unauthorized response has a 3xx status code

func (*PostGamificationProfileMetricsUnauthorized) IsServerError

IsServerError returns true when this post gamification profile metrics unauthorized response has a 5xx status code

func (*PostGamificationProfileMetricsUnauthorized) IsSuccess

IsSuccess returns true when this post gamification profile metrics unauthorized response has a 2xx status code

func (*PostGamificationProfileMetricsUnauthorized) String

type PostGamificationProfileMetricsUnsupportedMediaType

type PostGamificationProfileMetricsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostGamificationProfileMetricsUnsupportedMediaType 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 NewPostGamificationProfileMetricsUnsupportedMediaType

func NewPostGamificationProfileMetricsUnsupportedMediaType() *PostGamificationProfileMetricsUnsupportedMediaType

NewPostGamificationProfileMetricsUnsupportedMediaType creates a PostGamificationProfileMetricsUnsupportedMediaType with default headers values

func (*PostGamificationProfileMetricsUnsupportedMediaType) Error

func (*PostGamificationProfileMetricsUnsupportedMediaType) GetPayload

func (*PostGamificationProfileMetricsUnsupportedMediaType) IsClientError

IsClientError returns true when this post gamification profile metrics unsupported media type response has a 4xx status code

func (*PostGamificationProfileMetricsUnsupportedMediaType) IsCode

IsCode returns true when this post gamification profile metrics unsupported media type response a status code equal to that given

func (*PostGamificationProfileMetricsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post gamification profile metrics unsupported media type response has a 3xx status code

func (*PostGamificationProfileMetricsUnsupportedMediaType) IsServerError

IsServerError returns true when this post gamification profile metrics unsupported media type response has a 5xx status code

func (*PostGamificationProfileMetricsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post gamification profile metrics unsupported media type response has a 2xx status code

func (*PostGamificationProfileMetricsUnsupportedMediaType) String

type PostGamificationProfilesBadRequest

type PostGamificationProfilesBadRequest struct {
	Payload *models.ErrorBody
}

PostGamificationProfilesBadRequest 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 NewPostGamificationProfilesBadRequest

func NewPostGamificationProfilesBadRequest() *PostGamificationProfilesBadRequest

NewPostGamificationProfilesBadRequest creates a PostGamificationProfilesBadRequest with default headers values

func (*PostGamificationProfilesBadRequest) Error

func (*PostGamificationProfilesBadRequest) GetPayload

func (*PostGamificationProfilesBadRequest) IsClientError

func (o *PostGamificationProfilesBadRequest) IsClientError() bool

IsClientError returns true when this post gamification profiles bad request response has a 4xx status code

func (*PostGamificationProfilesBadRequest) IsCode

IsCode returns true when this post gamification profiles bad request response a status code equal to that given

func (*PostGamificationProfilesBadRequest) IsRedirect

func (o *PostGamificationProfilesBadRequest) IsRedirect() bool

IsRedirect returns true when this post gamification profiles bad request response has a 3xx status code

func (*PostGamificationProfilesBadRequest) IsServerError

func (o *PostGamificationProfilesBadRequest) IsServerError() bool

IsServerError returns true when this post gamification profiles bad request response has a 5xx status code

func (*PostGamificationProfilesBadRequest) IsSuccess

IsSuccess returns true when this post gamification profiles bad request response has a 2xx status code

func (*PostGamificationProfilesBadRequest) String

type PostGamificationProfilesCreated

type PostGamificationProfilesCreated struct {
	Payload *models.PerformanceProfile
}

PostGamificationProfilesCreated describes a response with status code 201, with default header values.

Performance Profile successfully created

func NewPostGamificationProfilesCreated

func NewPostGamificationProfilesCreated() *PostGamificationProfilesCreated

NewPostGamificationProfilesCreated creates a PostGamificationProfilesCreated with default headers values

func (*PostGamificationProfilesCreated) Error

func (*PostGamificationProfilesCreated) GetPayload

func (*PostGamificationProfilesCreated) IsClientError

func (o *PostGamificationProfilesCreated) IsClientError() bool

IsClientError returns true when this post gamification profiles created response has a 4xx status code

func (*PostGamificationProfilesCreated) IsCode

func (o *PostGamificationProfilesCreated) IsCode(code int) bool

IsCode returns true when this post gamification profiles created response a status code equal to that given

func (*PostGamificationProfilesCreated) IsRedirect

func (o *PostGamificationProfilesCreated) IsRedirect() bool

IsRedirect returns true when this post gamification profiles created response has a 3xx status code

func (*PostGamificationProfilesCreated) IsServerError

func (o *PostGamificationProfilesCreated) IsServerError() bool

IsServerError returns true when this post gamification profiles created response has a 5xx status code

func (*PostGamificationProfilesCreated) IsSuccess

func (o *PostGamificationProfilesCreated) IsSuccess() bool

IsSuccess returns true when this post gamification profiles created response has a 2xx status code

func (*PostGamificationProfilesCreated) String

type PostGamificationProfilesForbidden

type PostGamificationProfilesForbidden struct {
	Payload *models.ErrorBody
}

PostGamificationProfilesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostGamificationProfilesForbidden

func NewPostGamificationProfilesForbidden() *PostGamificationProfilesForbidden

NewPostGamificationProfilesForbidden creates a PostGamificationProfilesForbidden with default headers values

func (*PostGamificationProfilesForbidden) Error

func (*PostGamificationProfilesForbidden) GetPayload

func (*PostGamificationProfilesForbidden) IsClientError

func (o *PostGamificationProfilesForbidden) IsClientError() bool

IsClientError returns true when this post gamification profiles forbidden response has a 4xx status code

func (*PostGamificationProfilesForbidden) IsCode

func (o *PostGamificationProfilesForbidden) IsCode(code int) bool

IsCode returns true when this post gamification profiles forbidden response a status code equal to that given

func (*PostGamificationProfilesForbidden) IsRedirect

func (o *PostGamificationProfilesForbidden) IsRedirect() bool

IsRedirect returns true when this post gamification profiles forbidden response has a 3xx status code

func (*PostGamificationProfilesForbidden) IsServerError

func (o *PostGamificationProfilesForbidden) IsServerError() bool

IsServerError returns true when this post gamification profiles forbidden response has a 5xx status code

func (*PostGamificationProfilesForbidden) IsSuccess

func (o *PostGamificationProfilesForbidden) IsSuccess() bool

IsSuccess returns true when this post gamification profiles forbidden response has a 2xx status code

func (*PostGamificationProfilesForbidden) String

type PostGamificationProfilesGatewayTimeout

type PostGamificationProfilesGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostGamificationProfilesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostGamificationProfilesGatewayTimeout

func NewPostGamificationProfilesGatewayTimeout() *PostGamificationProfilesGatewayTimeout

NewPostGamificationProfilesGatewayTimeout creates a PostGamificationProfilesGatewayTimeout with default headers values

func (*PostGamificationProfilesGatewayTimeout) Error

func (*PostGamificationProfilesGatewayTimeout) GetPayload

func (*PostGamificationProfilesGatewayTimeout) IsClientError

func (o *PostGamificationProfilesGatewayTimeout) IsClientError() bool

IsClientError returns true when this post gamification profiles gateway timeout response has a 4xx status code

func (*PostGamificationProfilesGatewayTimeout) IsCode

IsCode returns true when this post gamification profiles gateway timeout response a status code equal to that given

func (*PostGamificationProfilesGatewayTimeout) IsRedirect

IsRedirect returns true when this post gamification profiles gateway timeout response has a 3xx status code

func (*PostGamificationProfilesGatewayTimeout) IsServerError

func (o *PostGamificationProfilesGatewayTimeout) IsServerError() bool

IsServerError returns true when this post gamification profiles gateway timeout response has a 5xx status code

func (*PostGamificationProfilesGatewayTimeout) IsSuccess

IsSuccess returns true when this post gamification profiles gateway timeout response has a 2xx status code

func (*PostGamificationProfilesGatewayTimeout) String

type PostGamificationProfilesInternalServerError

type PostGamificationProfilesInternalServerError struct {
	Payload *models.ErrorBody
}

PostGamificationProfilesInternalServerError 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 NewPostGamificationProfilesInternalServerError

func NewPostGamificationProfilesInternalServerError() *PostGamificationProfilesInternalServerError

NewPostGamificationProfilesInternalServerError creates a PostGamificationProfilesInternalServerError with default headers values

func (*PostGamificationProfilesInternalServerError) Error

func (*PostGamificationProfilesInternalServerError) GetPayload

func (*PostGamificationProfilesInternalServerError) IsClientError

IsClientError returns true when this post gamification profiles internal server error response has a 4xx status code

func (*PostGamificationProfilesInternalServerError) IsCode

IsCode returns true when this post gamification profiles internal server error response a status code equal to that given

func (*PostGamificationProfilesInternalServerError) IsRedirect

IsRedirect returns true when this post gamification profiles internal server error response has a 3xx status code

func (*PostGamificationProfilesInternalServerError) IsServerError

IsServerError returns true when this post gamification profiles internal server error response has a 5xx status code

func (*PostGamificationProfilesInternalServerError) IsSuccess

IsSuccess returns true when this post gamification profiles internal server error response has a 2xx status code

func (*PostGamificationProfilesInternalServerError) String

type PostGamificationProfilesNotFound

type PostGamificationProfilesNotFound struct {
	Payload *models.ErrorBody
}

PostGamificationProfilesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostGamificationProfilesNotFound

func NewPostGamificationProfilesNotFound() *PostGamificationProfilesNotFound

NewPostGamificationProfilesNotFound creates a PostGamificationProfilesNotFound with default headers values

func (*PostGamificationProfilesNotFound) Error

func (*PostGamificationProfilesNotFound) GetPayload

func (*PostGamificationProfilesNotFound) IsClientError

func (o *PostGamificationProfilesNotFound) IsClientError() bool

IsClientError returns true when this post gamification profiles not found response has a 4xx status code

func (*PostGamificationProfilesNotFound) IsCode

func (o *PostGamificationProfilesNotFound) IsCode(code int) bool

IsCode returns true when this post gamification profiles not found response a status code equal to that given

func (*PostGamificationProfilesNotFound) IsRedirect

func (o *PostGamificationProfilesNotFound) IsRedirect() bool

IsRedirect returns true when this post gamification profiles not found response has a 3xx status code

func (*PostGamificationProfilesNotFound) IsServerError

func (o *PostGamificationProfilesNotFound) IsServerError() bool

IsServerError returns true when this post gamification profiles not found response has a 5xx status code

func (*PostGamificationProfilesNotFound) IsSuccess

func (o *PostGamificationProfilesNotFound) IsSuccess() bool

IsSuccess returns true when this post gamification profiles not found response has a 2xx status code

func (*PostGamificationProfilesNotFound) String

type PostGamificationProfilesParams

type PostGamificationProfilesParams struct {

	/* Body.

	   performanceProfile
	*/
	Body *models.CreatePerformanceProfile

	/* CopyMetrics.

	   Flag to copy metrics. If set to false, there will be no metrics associated with the new profile. If set to true or is absent (the default behavior), all metrics from the default profile will be copied over into the new profile.

	   Default: true
	*/
	CopyMetrics *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostGamificationProfilesParams contains all the parameters to send to the API endpoint

for the post gamification profiles operation.

Typically these are written to a http.Request.

func NewPostGamificationProfilesParams

func NewPostGamificationProfilesParams() *PostGamificationProfilesParams

NewPostGamificationProfilesParams creates a new PostGamificationProfilesParams 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 NewPostGamificationProfilesParamsWithContext

func NewPostGamificationProfilesParamsWithContext(ctx context.Context) *PostGamificationProfilesParams

NewPostGamificationProfilesParamsWithContext creates a new PostGamificationProfilesParams object with the ability to set a context for a request.

func NewPostGamificationProfilesParamsWithHTTPClient

func NewPostGamificationProfilesParamsWithHTTPClient(client *http.Client) *PostGamificationProfilesParams

NewPostGamificationProfilesParamsWithHTTPClient creates a new PostGamificationProfilesParams object with the ability to set a custom HTTPClient for a request.

func NewPostGamificationProfilesParamsWithTimeout

func NewPostGamificationProfilesParamsWithTimeout(timeout time.Duration) *PostGamificationProfilesParams

NewPostGamificationProfilesParamsWithTimeout creates a new PostGamificationProfilesParams object with the ability to set a timeout on a request.

func (*PostGamificationProfilesParams) SetBody

SetBody adds the body to the post gamification profiles params

func (*PostGamificationProfilesParams) SetContext

func (o *PostGamificationProfilesParams) SetContext(ctx context.Context)

SetContext adds the context to the post gamification profiles params

func (*PostGamificationProfilesParams) SetCopyMetrics

func (o *PostGamificationProfilesParams) SetCopyMetrics(copyMetrics *bool)

SetCopyMetrics adds the copyMetrics to the post gamification profiles params

func (*PostGamificationProfilesParams) SetDefaults

func (o *PostGamificationProfilesParams) SetDefaults()

SetDefaults hydrates default values in the post gamification profiles params (not the query body).

All values with no default are reset to their zero value.

func (*PostGamificationProfilesParams) SetHTTPClient

func (o *PostGamificationProfilesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post gamification profiles params

func (*PostGamificationProfilesParams) SetTimeout

func (o *PostGamificationProfilesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post gamification profiles params

func (*PostGamificationProfilesParams) WithBody

WithBody adds the body to the post gamification profiles params

func (*PostGamificationProfilesParams) WithContext

WithContext adds the context to the post gamification profiles params

func (*PostGamificationProfilesParams) WithCopyMetrics

func (o *PostGamificationProfilesParams) WithCopyMetrics(copyMetrics *bool) *PostGamificationProfilesParams

WithCopyMetrics adds the copyMetrics to the post gamification profiles params

func (*PostGamificationProfilesParams) WithDefaults

WithDefaults hydrates default values in the post gamification profiles params (not the query body).

All values with no default are reset to their zero value.

func (*PostGamificationProfilesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post gamification profiles params

func (*PostGamificationProfilesParams) WithTimeout

WithTimeout adds the timeout to the post gamification profiles params

func (*PostGamificationProfilesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostGamificationProfilesReader

type PostGamificationProfilesReader struct {
	// contains filtered or unexported fields
}

PostGamificationProfilesReader is a Reader for the PostGamificationProfiles structure.

func (*PostGamificationProfilesReader) ReadResponse

func (o *PostGamificationProfilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostGamificationProfilesRequestEntityTooLarge

type PostGamificationProfilesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostGamificationProfilesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostGamificationProfilesRequestEntityTooLarge

func NewPostGamificationProfilesRequestEntityTooLarge() *PostGamificationProfilesRequestEntityTooLarge

NewPostGamificationProfilesRequestEntityTooLarge creates a PostGamificationProfilesRequestEntityTooLarge with default headers values

func (*PostGamificationProfilesRequestEntityTooLarge) Error

func (*PostGamificationProfilesRequestEntityTooLarge) GetPayload

func (*PostGamificationProfilesRequestEntityTooLarge) IsClientError

IsClientError returns true when this post gamification profiles request entity too large response has a 4xx status code

func (*PostGamificationProfilesRequestEntityTooLarge) IsCode

IsCode returns true when this post gamification profiles request entity too large response a status code equal to that given

func (*PostGamificationProfilesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post gamification profiles request entity too large response has a 3xx status code

func (*PostGamificationProfilesRequestEntityTooLarge) IsServerError

IsServerError returns true when this post gamification profiles request entity too large response has a 5xx status code

func (*PostGamificationProfilesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post gamification profiles request entity too large response has a 2xx status code

func (*PostGamificationProfilesRequestEntityTooLarge) String

type PostGamificationProfilesRequestTimeout

type PostGamificationProfilesRequestTimeout struct {
	Payload *models.ErrorBody
}

PostGamificationProfilesRequestTimeout 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 NewPostGamificationProfilesRequestTimeout

func NewPostGamificationProfilesRequestTimeout() *PostGamificationProfilesRequestTimeout

NewPostGamificationProfilesRequestTimeout creates a PostGamificationProfilesRequestTimeout with default headers values

func (*PostGamificationProfilesRequestTimeout) Error

func (*PostGamificationProfilesRequestTimeout) GetPayload

func (*PostGamificationProfilesRequestTimeout) IsClientError

func (o *PostGamificationProfilesRequestTimeout) IsClientError() bool

IsClientError returns true when this post gamification profiles request timeout response has a 4xx status code

func (*PostGamificationProfilesRequestTimeout) IsCode

IsCode returns true when this post gamification profiles request timeout response a status code equal to that given

func (*PostGamificationProfilesRequestTimeout) IsRedirect

IsRedirect returns true when this post gamification profiles request timeout response has a 3xx status code

func (*PostGamificationProfilesRequestTimeout) IsServerError

func (o *PostGamificationProfilesRequestTimeout) IsServerError() bool

IsServerError returns true when this post gamification profiles request timeout response has a 5xx status code

func (*PostGamificationProfilesRequestTimeout) IsSuccess

IsSuccess returns true when this post gamification profiles request timeout response has a 2xx status code

func (*PostGamificationProfilesRequestTimeout) String

type PostGamificationProfilesServiceUnavailable

type PostGamificationProfilesServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostGamificationProfilesServiceUnavailable 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 NewPostGamificationProfilesServiceUnavailable

func NewPostGamificationProfilesServiceUnavailable() *PostGamificationProfilesServiceUnavailable

NewPostGamificationProfilesServiceUnavailable creates a PostGamificationProfilesServiceUnavailable with default headers values

func (*PostGamificationProfilesServiceUnavailable) Error

func (*PostGamificationProfilesServiceUnavailable) GetPayload

func (*PostGamificationProfilesServiceUnavailable) IsClientError

IsClientError returns true when this post gamification profiles service unavailable response has a 4xx status code

func (*PostGamificationProfilesServiceUnavailable) IsCode

IsCode returns true when this post gamification profiles service unavailable response a status code equal to that given

func (*PostGamificationProfilesServiceUnavailable) IsRedirect

IsRedirect returns true when this post gamification profiles service unavailable response has a 3xx status code

func (*PostGamificationProfilesServiceUnavailable) IsServerError

IsServerError returns true when this post gamification profiles service unavailable response has a 5xx status code

func (*PostGamificationProfilesServiceUnavailable) IsSuccess

IsSuccess returns true when this post gamification profiles service unavailable response has a 2xx status code

func (*PostGamificationProfilesServiceUnavailable) String

type PostGamificationProfilesTooManyRequests

type PostGamificationProfilesTooManyRequests struct {
	Payload *models.ErrorBody
}

PostGamificationProfilesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostGamificationProfilesTooManyRequests

func NewPostGamificationProfilesTooManyRequests() *PostGamificationProfilesTooManyRequests

NewPostGamificationProfilesTooManyRequests creates a PostGamificationProfilesTooManyRequests with default headers values

func (*PostGamificationProfilesTooManyRequests) Error

func (*PostGamificationProfilesTooManyRequests) GetPayload

func (*PostGamificationProfilesTooManyRequests) IsClientError

func (o *PostGamificationProfilesTooManyRequests) IsClientError() bool

IsClientError returns true when this post gamification profiles too many requests response has a 4xx status code

func (*PostGamificationProfilesTooManyRequests) IsCode

IsCode returns true when this post gamification profiles too many requests response a status code equal to that given

func (*PostGamificationProfilesTooManyRequests) IsRedirect

IsRedirect returns true when this post gamification profiles too many requests response has a 3xx status code

func (*PostGamificationProfilesTooManyRequests) IsServerError

func (o *PostGamificationProfilesTooManyRequests) IsServerError() bool

IsServerError returns true when this post gamification profiles too many requests response has a 5xx status code

func (*PostGamificationProfilesTooManyRequests) IsSuccess

IsSuccess returns true when this post gamification profiles too many requests response has a 2xx status code

func (*PostGamificationProfilesTooManyRequests) String

type PostGamificationProfilesUnauthorized

type PostGamificationProfilesUnauthorized struct {
	Payload *models.ErrorBody
}

PostGamificationProfilesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostGamificationProfilesUnauthorized

func NewPostGamificationProfilesUnauthorized() *PostGamificationProfilesUnauthorized

NewPostGamificationProfilesUnauthorized creates a PostGamificationProfilesUnauthorized with default headers values

func (*PostGamificationProfilesUnauthorized) Error

func (*PostGamificationProfilesUnauthorized) GetPayload

func (*PostGamificationProfilesUnauthorized) IsClientError

func (o *PostGamificationProfilesUnauthorized) IsClientError() bool

IsClientError returns true when this post gamification profiles unauthorized response has a 4xx status code

func (*PostGamificationProfilesUnauthorized) IsCode

IsCode returns true when this post gamification profiles unauthorized response a status code equal to that given

func (*PostGamificationProfilesUnauthorized) IsRedirect

IsRedirect returns true when this post gamification profiles unauthorized response has a 3xx status code

func (*PostGamificationProfilesUnauthorized) IsServerError

func (o *PostGamificationProfilesUnauthorized) IsServerError() bool

IsServerError returns true when this post gamification profiles unauthorized response has a 5xx status code

func (*PostGamificationProfilesUnauthorized) IsSuccess

IsSuccess returns true when this post gamification profiles unauthorized response has a 2xx status code

func (*PostGamificationProfilesUnauthorized) String

type PostGamificationProfilesUnsupportedMediaType

type PostGamificationProfilesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostGamificationProfilesUnsupportedMediaType 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 NewPostGamificationProfilesUnsupportedMediaType

func NewPostGamificationProfilesUnsupportedMediaType() *PostGamificationProfilesUnsupportedMediaType

NewPostGamificationProfilesUnsupportedMediaType creates a PostGamificationProfilesUnsupportedMediaType with default headers values

func (*PostGamificationProfilesUnsupportedMediaType) Error

func (*PostGamificationProfilesUnsupportedMediaType) GetPayload

func (*PostGamificationProfilesUnsupportedMediaType) IsClientError

IsClientError returns true when this post gamification profiles unsupported media type response has a 4xx status code

func (*PostGamificationProfilesUnsupportedMediaType) IsCode

IsCode returns true when this post gamification profiles unsupported media type response a status code equal to that given

func (*PostGamificationProfilesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post gamification profiles unsupported media type response has a 3xx status code

func (*PostGamificationProfilesUnsupportedMediaType) IsServerError

IsServerError returns true when this post gamification profiles unsupported media type response has a 5xx status code

func (*PostGamificationProfilesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post gamification profiles unsupported media type response has a 2xx status code

func (*PostGamificationProfilesUnsupportedMediaType) String

type PutGamificationProfileBadRequest

type PutGamificationProfileBadRequest struct {
	Payload *models.ErrorBody
}

PutGamificationProfileBadRequest 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 NewPutGamificationProfileBadRequest

func NewPutGamificationProfileBadRequest() *PutGamificationProfileBadRequest

NewPutGamificationProfileBadRequest creates a PutGamificationProfileBadRequest with default headers values

func (*PutGamificationProfileBadRequest) Error

func (*PutGamificationProfileBadRequest) GetPayload

func (*PutGamificationProfileBadRequest) IsClientError

func (o *PutGamificationProfileBadRequest) IsClientError() bool

IsClientError returns true when this put gamification profile bad request response has a 4xx status code

func (*PutGamificationProfileBadRequest) IsCode

func (o *PutGamificationProfileBadRequest) IsCode(code int) bool

IsCode returns true when this put gamification profile bad request response a status code equal to that given

func (*PutGamificationProfileBadRequest) IsRedirect

func (o *PutGamificationProfileBadRequest) IsRedirect() bool

IsRedirect returns true when this put gamification profile bad request response has a 3xx status code

func (*PutGamificationProfileBadRequest) IsServerError

func (o *PutGamificationProfileBadRequest) IsServerError() bool

IsServerError returns true when this put gamification profile bad request response has a 5xx status code

func (*PutGamificationProfileBadRequest) IsSuccess

func (o *PutGamificationProfileBadRequest) IsSuccess() bool

IsSuccess returns true when this put gamification profile bad request response has a 2xx status code

func (*PutGamificationProfileBadRequest) String

type PutGamificationProfileForbidden

type PutGamificationProfileForbidden struct {
	Payload *models.ErrorBody
}

PutGamificationProfileForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutGamificationProfileForbidden

func NewPutGamificationProfileForbidden() *PutGamificationProfileForbidden

NewPutGamificationProfileForbidden creates a PutGamificationProfileForbidden with default headers values

func (*PutGamificationProfileForbidden) Error

func (*PutGamificationProfileForbidden) GetPayload

func (*PutGamificationProfileForbidden) IsClientError

func (o *PutGamificationProfileForbidden) IsClientError() bool

IsClientError returns true when this put gamification profile forbidden response has a 4xx status code

func (*PutGamificationProfileForbidden) IsCode

func (o *PutGamificationProfileForbidden) IsCode(code int) bool

IsCode returns true when this put gamification profile forbidden response a status code equal to that given

func (*PutGamificationProfileForbidden) IsRedirect

func (o *PutGamificationProfileForbidden) IsRedirect() bool

IsRedirect returns true when this put gamification profile forbidden response has a 3xx status code

func (*PutGamificationProfileForbidden) IsServerError

func (o *PutGamificationProfileForbidden) IsServerError() bool

IsServerError returns true when this put gamification profile forbidden response has a 5xx status code

func (*PutGamificationProfileForbidden) IsSuccess

func (o *PutGamificationProfileForbidden) IsSuccess() bool

IsSuccess returns true when this put gamification profile forbidden response has a 2xx status code

func (*PutGamificationProfileForbidden) String

type PutGamificationProfileGatewayTimeout

type PutGamificationProfileGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutGamificationProfileGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutGamificationProfileGatewayTimeout

func NewPutGamificationProfileGatewayTimeout() *PutGamificationProfileGatewayTimeout

NewPutGamificationProfileGatewayTimeout creates a PutGamificationProfileGatewayTimeout with default headers values

func (*PutGamificationProfileGatewayTimeout) Error

func (*PutGamificationProfileGatewayTimeout) GetPayload

func (*PutGamificationProfileGatewayTimeout) IsClientError

func (o *PutGamificationProfileGatewayTimeout) IsClientError() bool

IsClientError returns true when this put gamification profile gateway timeout response has a 4xx status code

func (*PutGamificationProfileGatewayTimeout) IsCode

IsCode returns true when this put gamification profile gateway timeout response a status code equal to that given

func (*PutGamificationProfileGatewayTimeout) IsRedirect

IsRedirect returns true when this put gamification profile gateway timeout response has a 3xx status code

func (*PutGamificationProfileGatewayTimeout) IsServerError

func (o *PutGamificationProfileGatewayTimeout) IsServerError() bool

IsServerError returns true when this put gamification profile gateway timeout response has a 5xx status code

func (*PutGamificationProfileGatewayTimeout) IsSuccess

IsSuccess returns true when this put gamification profile gateway timeout response has a 2xx status code

func (*PutGamificationProfileGatewayTimeout) String

type PutGamificationProfileInternalServerError

type PutGamificationProfileInternalServerError struct {
	Payload *models.ErrorBody
}

PutGamificationProfileInternalServerError 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 NewPutGamificationProfileInternalServerError

func NewPutGamificationProfileInternalServerError() *PutGamificationProfileInternalServerError

NewPutGamificationProfileInternalServerError creates a PutGamificationProfileInternalServerError with default headers values

func (*PutGamificationProfileInternalServerError) Error

func (*PutGamificationProfileInternalServerError) GetPayload

func (*PutGamificationProfileInternalServerError) IsClientError

IsClientError returns true when this put gamification profile internal server error response has a 4xx status code

func (*PutGamificationProfileInternalServerError) IsCode

IsCode returns true when this put gamification profile internal server error response a status code equal to that given

func (*PutGamificationProfileInternalServerError) IsRedirect

IsRedirect returns true when this put gamification profile internal server error response has a 3xx status code

func (*PutGamificationProfileInternalServerError) IsServerError

IsServerError returns true when this put gamification profile internal server error response has a 5xx status code

func (*PutGamificationProfileInternalServerError) IsSuccess

IsSuccess returns true when this put gamification profile internal server error response has a 2xx status code

func (*PutGamificationProfileInternalServerError) String

type PutGamificationProfileMetricBadRequest

type PutGamificationProfileMetricBadRequest struct {
	Payload *models.ErrorBody
}

PutGamificationProfileMetricBadRequest 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 NewPutGamificationProfileMetricBadRequest

func NewPutGamificationProfileMetricBadRequest() *PutGamificationProfileMetricBadRequest

NewPutGamificationProfileMetricBadRequest creates a PutGamificationProfileMetricBadRequest with default headers values

func (*PutGamificationProfileMetricBadRequest) Error

func (*PutGamificationProfileMetricBadRequest) GetPayload

func (*PutGamificationProfileMetricBadRequest) IsClientError

func (o *PutGamificationProfileMetricBadRequest) IsClientError() bool

IsClientError returns true when this put gamification profile metric bad request response has a 4xx status code

func (*PutGamificationProfileMetricBadRequest) IsCode

IsCode returns true when this put gamification profile metric bad request response a status code equal to that given

func (*PutGamificationProfileMetricBadRequest) IsRedirect

IsRedirect returns true when this put gamification profile metric bad request response has a 3xx status code

func (*PutGamificationProfileMetricBadRequest) IsServerError

func (o *PutGamificationProfileMetricBadRequest) IsServerError() bool

IsServerError returns true when this put gamification profile metric bad request response has a 5xx status code

func (*PutGamificationProfileMetricBadRequest) IsSuccess

IsSuccess returns true when this put gamification profile metric bad request response has a 2xx status code

func (*PutGamificationProfileMetricBadRequest) String

type PutGamificationProfileMetricForbidden

type PutGamificationProfileMetricForbidden struct {
	Payload *models.ErrorBody
}

PutGamificationProfileMetricForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutGamificationProfileMetricForbidden

func NewPutGamificationProfileMetricForbidden() *PutGamificationProfileMetricForbidden

NewPutGamificationProfileMetricForbidden creates a PutGamificationProfileMetricForbidden with default headers values

func (*PutGamificationProfileMetricForbidden) Error

func (*PutGamificationProfileMetricForbidden) GetPayload

func (*PutGamificationProfileMetricForbidden) IsClientError

func (o *PutGamificationProfileMetricForbidden) IsClientError() bool

IsClientError returns true when this put gamification profile metric forbidden response has a 4xx status code

func (*PutGamificationProfileMetricForbidden) IsCode

IsCode returns true when this put gamification profile metric forbidden response a status code equal to that given

func (*PutGamificationProfileMetricForbidden) IsRedirect

IsRedirect returns true when this put gamification profile metric forbidden response has a 3xx status code

func (*PutGamificationProfileMetricForbidden) IsServerError

func (o *PutGamificationProfileMetricForbidden) IsServerError() bool

IsServerError returns true when this put gamification profile metric forbidden response has a 5xx status code

func (*PutGamificationProfileMetricForbidden) IsSuccess

IsSuccess returns true when this put gamification profile metric forbidden response has a 2xx status code

func (*PutGamificationProfileMetricForbidden) String

type PutGamificationProfileMetricGatewayTimeout

type PutGamificationProfileMetricGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutGamificationProfileMetricGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutGamificationProfileMetricGatewayTimeout

func NewPutGamificationProfileMetricGatewayTimeout() *PutGamificationProfileMetricGatewayTimeout

NewPutGamificationProfileMetricGatewayTimeout creates a PutGamificationProfileMetricGatewayTimeout with default headers values

func (*PutGamificationProfileMetricGatewayTimeout) Error

func (*PutGamificationProfileMetricGatewayTimeout) GetPayload

func (*PutGamificationProfileMetricGatewayTimeout) IsClientError

IsClientError returns true when this put gamification profile metric gateway timeout response has a 4xx status code

func (*PutGamificationProfileMetricGatewayTimeout) IsCode

IsCode returns true when this put gamification profile metric gateway timeout response a status code equal to that given

func (*PutGamificationProfileMetricGatewayTimeout) IsRedirect

IsRedirect returns true when this put gamification profile metric gateway timeout response has a 3xx status code

func (*PutGamificationProfileMetricGatewayTimeout) IsServerError

IsServerError returns true when this put gamification profile metric gateway timeout response has a 5xx status code

func (*PutGamificationProfileMetricGatewayTimeout) IsSuccess

IsSuccess returns true when this put gamification profile metric gateway timeout response has a 2xx status code

func (*PutGamificationProfileMetricGatewayTimeout) String

type PutGamificationProfileMetricInternalServerError

type PutGamificationProfileMetricInternalServerError struct {
	Payload *models.ErrorBody
}

PutGamificationProfileMetricInternalServerError 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 NewPutGamificationProfileMetricInternalServerError

func NewPutGamificationProfileMetricInternalServerError() *PutGamificationProfileMetricInternalServerError

NewPutGamificationProfileMetricInternalServerError creates a PutGamificationProfileMetricInternalServerError with default headers values

func (*PutGamificationProfileMetricInternalServerError) Error

func (*PutGamificationProfileMetricInternalServerError) GetPayload

func (*PutGamificationProfileMetricInternalServerError) IsClientError

IsClientError returns true when this put gamification profile metric internal server error response has a 4xx status code

func (*PutGamificationProfileMetricInternalServerError) IsCode

IsCode returns true when this put gamification profile metric internal server error response a status code equal to that given

func (*PutGamificationProfileMetricInternalServerError) IsRedirect

IsRedirect returns true when this put gamification profile metric internal server error response has a 3xx status code

func (*PutGamificationProfileMetricInternalServerError) IsServerError

IsServerError returns true when this put gamification profile metric internal server error response has a 5xx status code

func (*PutGamificationProfileMetricInternalServerError) IsSuccess

IsSuccess returns true when this put gamification profile metric internal server error response has a 2xx status code

func (*PutGamificationProfileMetricInternalServerError) String

type PutGamificationProfileMetricNotFound

type PutGamificationProfileMetricNotFound struct {
	Payload *models.ErrorBody
}

PutGamificationProfileMetricNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutGamificationProfileMetricNotFound

func NewPutGamificationProfileMetricNotFound() *PutGamificationProfileMetricNotFound

NewPutGamificationProfileMetricNotFound creates a PutGamificationProfileMetricNotFound with default headers values

func (*PutGamificationProfileMetricNotFound) Error

func (*PutGamificationProfileMetricNotFound) GetPayload

func (*PutGamificationProfileMetricNotFound) IsClientError

func (o *PutGamificationProfileMetricNotFound) IsClientError() bool

IsClientError returns true when this put gamification profile metric not found response has a 4xx status code

func (*PutGamificationProfileMetricNotFound) IsCode

IsCode returns true when this put gamification profile metric not found response a status code equal to that given

func (*PutGamificationProfileMetricNotFound) IsRedirect

IsRedirect returns true when this put gamification profile metric not found response has a 3xx status code

func (*PutGamificationProfileMetricNotFound) IsServerError

func (o *PutGamificationProfileMetricNotFound) IsServerError() bool

IsServerError returns true when this put gamification profile metric not found response has a 5xx status code

func (*PutGamificationProfileMetricNotFound) IsSuccess

IsSuccess returns true when this put gamification profile metric not found response has a 2xx status code

func (*PutGamificationProfileMetricNotFound) String

type PutGamificationProfileMetricOK

type PutGamificationProfileMetricOK struct {
	Payload *models.Metric
}

PutGamificationProfileMetricOK describes a response with status code 200, with default header values.

successful operation

func NewPutGamificationProfileMetricOK

func NewPutGamificationProfileMetricOK() *PutGamificationProfileMetricOK

NewPutGamificationProfileMetricOK creates a PutGamificationProfileMetricOK with default headers values

func (*PutGamificationProfileMetricOK) Error

func (*PutGamificationProfileMetricOK) GetPayload

func (o *PutGamificationProfileMetricOK) GetPayload() *models.Metric

func (*PutGamificationProfileMetricOK) IsClientError

func (o *PutGamificationProfileMetricOK) IsClientError() bool

IsClientError returns true when this put gamification profile metric o k response has a 4xx status code

func (*PutGamificationProfileMetricOK) IsCode

func (o *PutGamificationProfileMetricOK) IsCode(code int) bool

IsCode returns true when this put gamification profile metric o k response a status code equal to that given

func (*PutGamificationProfileMetricOK) IsRedirect

func (o *PutGamificationProfileMetricOK) IsRedirect() bool

IsRedirect returns true when this put gamification profile metric o k response has a 3xx status code

func (*PutGamificationProfileMetricOK) IsServerError

func (o *PutGamificationProfileMetricOK) IsServerError() bool

IsServerError returns true when this put gamification profile metric o k response has a 5xx status code

func (*PutGamificationProfileMetricOK) IsSuccess

func (o *PutGamificationProfileMetricOK) IsSuccess() bool

IsSuccess returns true when this put gamification profile metric o k response has a 2xx status code

func (*PutGamificationProfileMetricOK) String

type PutGamificationProfileMetricParams

type PutGamificationProfileMetricParams struct {

	/* Body.

	   Metric
	*/
	Body *models.CreateMetric

	/* MetricID.

	   Metric Id
	*/
	MetricID string

	/* ProfileID.

	   Performance Profile Id
	*/
	ProfileID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutGamificationProfileMetricParams contains all the parameters to send to the API endpoint

for the put gamification profile metric operation.

Typically these are written to a http.Request.

func NewPutGamificationProfileMetricParams

func NewPutGamificationProfileMetricParams() *PutGamificationProfileMetricParams

NewPutGamificationProfileMetricParams creates a new PutGamificationProfileMetricParams 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 NewPutGamificationProfileMetricParamsWithContext

func NewPutGamificationProfileMetricParamsWithContext(ctx context.Context) *PutGamificationProfileMetricParams

NewPutGamificationProfileMetricParamsWithContext creates a new PutGamificationProfileMetricParams object with the ability to set a context for a request.

func NewPutGamificationProfileMetricParamsWithHTTPClient

func NewPutGamificationProfileMetricParamsWithHTTPClient(client *http.Client) *PutGamificationProfileMetricParams

NewPutGamificationProfileMetricParamsWithHTTPClient creates a new PutGamificationProfileMetricParams object with the ability to set a custom HTTPClient for a request.

func NewPutGamificationProfileMetricParamsWithTimeout

func NewPutGamificationProfileMetricParamsWithTimeout(timeout time.Duration) *PutGamificationProfileMetricParams

NewPutGamificationProfileMetricParamsWithTimeout creates a new PutGamificationProfileMetricParams object with the ability to set a timeout on a request.

func (*PutGamificationProfileMetricParams) SetBody

SetBody adds the body to the put gamification profile metric params

func (*PutGamificationProfileMetricParams) SetContext

SetContext adds the context to the put gamification profile metric params

func (*PutGamificationProfileMetricParams) SetDefaults

func (o *PutGamificationProfileMetricParams) SetDefaults()

SetDefaults hydrates default values in the put gamification profile metric params (not the query body).

All values with no default are reset to their zero value.

func (*PutGamificationProfileMetricParams) SetHTTPClient

func (o *PutGamificationProfileMetricParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put gamification profile metric params

func (*PutGamificationProfileMetricParams) SetMetricID

func (o *PutGamificationProfileMetricParams) SetMetricID(metricID string)

SetMetricID adds the metricId to the put gamification profile metric params

func (*PutGamificationProfileMetricParams) SetProfileID

func (o *PutGamificationProfileMetricParams) SetProfileID(profileID string)

SetProfileID adds the profileId to the put gamification profile metric params

func (*PutGamificationProfileMetricParams) SetTimeout

func (o *PutGamificationProfileMetricParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put gamification profile metric params

func (*PutGamificationProfileMetricParams) WithBody

WithBody adds the body to the put gamification profile metric params

func (*PutGamificationProfileMetricParams) WithContext

WithContext adds the context to the put gamification profile metric params

func (*PutGamificationProfileMetricParams) WithDefaults

WithDefaults hydrates default values in the put gamification profile metric params (not the query body).

All values with no default are reset to their zero value.

func (*PutGamificationProfileMetricParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put gamification profile metric params

func (*PutGamificationProfileMetricParams) WithMetricID

WithMetricID adds the metricID to the put gamification profile metric params

func (*PutGamificationProfileMetricParams) WithProfileID

WithProfileID adds the profileID to the put gamification profile metric params

func (*PutGamificationProfileMetricParams) WithTimeout

WithTimeout adds the timeout to the put gamification profile metric params

func (*PutGamificationProfileMetricParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutGamificationProfileMetricReader

type PutGamificationProfileMetricReader struct {
	// contains filtered or unexported fields
}

PutGamificationProfileMetricReader is a Reader for the PutGamificationProfileMetric structure.

func (*PutGamificationProfileMetricReader) ReadResponse

func (o *PutGamificationProfileMetricReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutGamificationProfileMetricRequestEntityTooLarge

type PutGamificationProfileMetricRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutGamificationProfileMetricRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutGamificationProfileMetricRequestEntityTooLarge

func NewPutGamificationProfileMetricRequestEntityTooLarge() *PutGamificationProfileMetricRequestEntityTooLarge

NewPutGamificationProfileMetricRequestEntityTooLarge creates a PutGamificationProfileMetricRequestEntityTooLarge with default headers values

func (*PutGamificationProfileMetricRequestEntityTooLarge) Error

func (*PutGamificationProfileMetricRequestEntityTooLarge) GetPayload

func (*PutGamificationProfileMetricRequestEntityTooLarge) IsClientError

IsClientError returns true when this put gamification profile metric request entity too large response has a 4xx status code

func (*PutGamificationProfileMetricRequestEntityTooLarge) IsCode

IsCode returns true when this put gamification profile metric request entity too large response a status code equal to that given

func (*PutGamificationProfileMetricRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put gamification profile metric request entity too large response has a 3xx status code

func (*PutGamificationProfileMetricRequestEntityTooLarge) IsServerError

IsServerError returns true when this put gamification profile metric request entity too large response has a 5xx status code

func (*PutGamificationProfileMetricRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put gamification profile metric request entity too large response has a 2xx status code

func (*PutGamificationProfileMetricRequestEntityTooLarge) String

type PutGamificationProfileMetricRequestTimeout

type PutGamificationProfileMetricRequestTimeout struct {
	Payload *models.ErrorBody
}

PutGamificationProfileMetricRequestTimeout 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 NewPutGamificationProfileMetricRequestTimeout

func NewPutGamificationProfileMetricRequestTimeout() *PutGamificationProfileMetricRequestTimeout

NewPutGamificationProfileMetricRequestTimeout creates a PutGamificationProfileMetricRequestTimeout with default headers values

func (*PutGamificationProfileMetricRequestTimeout) Error

func (*PutGamificationProfileMetricRequestTimeout) GetPayload

func (*PutGamificationProfileMetricRequestTimeout) IsClientError

IsClientError returns true when this put gamification profile metric request timeout response has a 4xx status code

func (*PutGamificationProfileMetricRequestTimeout) IsCode

IsCode returns true when this put gamification profile metric request timeout response a status code equal to that given

func (*PutGamificationProfileMetricRequestTimeout) IsRedirect

IsRedirect returns true when this put gamification profile metric request timeout response has a 3xx status code

func (*PutGamificationProfileMetricRequestTimeout) IsServerError

IsServerError returns true when this put gamification profile metric request timeout response has a 5xx status code

func (*PutGamificationProfileMetricRequestTimeout) IsSuccess

IsSuccess returns true when this put gamification profile metric request timeout response has a 2xx status code

func (*PutGamificationProfileMetricRequestTimeout) String

type PutGamificationProfileMetricServiceUnavailable

type PutGamificationProfileMetricServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutGamificationProfileMetricServiceUnavailable 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 NewPutGamificationProfileMetricServiceUnavailable

func NewPutGamificationProfileMetricServiceUnavailable() *PutGamificationProfileMetricServiceUnavailable

NewPutGamificationProfileMetricServiceUnavailable creates a PutGamificationProfileMetricServiceUnavailable with default headers values

func (*PutGamificationProfileMetricServiceUnavailable) Error

func (*PutGamificationProfileMetricServiceUnavailable) GetPayload

func (*PutGamificationProfileMetricServiceUnavailable) IsClientError

IsClientError returns true when this put gamification profile metric service unavailable response has a 4xx status code

func (*PutGamificationProfileMetricServiceUnavailable) IsCode

IsCode returns true when this put gamification profile metric service unavailable response a status code equal to that given

func (*PutGamificationProfileMetricServiceUnavailable) IsRedirect

IsRedirect returns true when this put gamification profile metric service unavailable response has a 3xx status code

func (*PutGamificationProfileMetricServiceUnavailable) IsServerError

IsServerError returns true when this put gamification profile metric service unavailable response has a 5xx status code

func (*PutGamificationProfileMetricServiceUnavailable) IsSuccess

IsSuccess returns true when this put gamification profile metric service unavailable response has a 2xx status code

func (*PutGamificationProfileMetricServiceUnavailable) String

type PutGamificationProfileMetricTooManyRequests

type PutGamificationProfileMetricTooManyRequests struct {
	Payload *models.ErrorBody
}

PutGamificationProfileMetricTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutGamificationProfileMetricTooManyRequests

func NewPutGamificationProfileMetricTooManyRequests() *PutGamificationProfileMetricTooManyRequests

NewPutGamificationProfileMetricTooManyRequests creates a PutGamificationProfileMetricTooManyRequests with default headers values

func (*PutGamificationProfileMetricTooManyRequests) Error

func (*PutGamificationProfileMetricTooManyRequests) GetPayload

func (*PutGamificationProfileMetricTooManyRequests) IsClientError

IsClientError returns true when this put gamification profile metric too many requests response has a 4xx status code

func (*PutGamificationProfileMetricTooManyRequests) IsCode

IsCode returns true when this put gamification profile metric too many requests response a status code equal to that given

func (*PutGamificationProfileMetricTooManyRequests) IsRedirect

IsRedirect returns true when this put gamification profile metric too many requests response has a 3xx status code

func (*PutGamificationProfileMetricTooManyRequests) IsServerError

IsServerError returns true when this put gamification profile metric too many requests response has a 5xx status code

func (*PutGamificationProfileMetricTooManyRequests) IsSuccess

IsSuccess returns true when this put gamification profile metric too many requests response has a 2xx status code

func (*PutGamificationProfileMetricTooManyRequests) String

type PutGamificationProfileMetricUnauthorized

type PutGamificationProfileMetricUnauthorized struct {
	Payload *models.ErrorBody
}

PutGamificationProfileMetricUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutGamificationProfileMetricUnauthorized

func NewPutGamificationProfileMetricUnauthorized() *PutGamificationProfileMetricUnauthorized

NewPutGamificationProfileMetricUnauthorized creates a PutGamificationProfileMetricUnauthorized with default headers values

func (*PutGamificationProfileMetricUnauthorized) Error

func (*PutGamificationProfileMetricUnauthorized) GetPayload

func (*PutGamificationProfileMetricUnauthorized) IsClientError

IsClientError returns true when this put gamification profile metric unauthorized response has a 4xx status code

func (*PutGamificationProfileMetricUnauthorized) IsCode

IsCode returns true when this put gamification profile metric unauthorized response a status code equal to that given

func (*PutGamificationProfileMetricUnauthorized) IsRedirect

IsRedirect returns true when this put gamification profile metric unauthorized response has a 3xx status code

func (*PutGamificationProfileMetricUnauthorized) IsServerError

IsServerError returns true when this put gamification profile metric unauthorized response has a 5xx status code

func (*PutGamificationProfileMetricUnauthorized) IsSuccess

IsSuccess returns true when this put gamification profile metric unauthorized response has a 2xx status code

func (*PutGamificationProfileMetricUnauthorized) String

type PutGamificationProfileMetricUnsupportedMediaType

type PutGamificationProfileMetricUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutGamificationProfileMetricUnsupportedMediaType 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 NewPutGamificationProfileMetricUnsupportedMediaType

func NewPutGamificationProfileMetricUnsupportedMediaType() *PutGamificationProfileMetricUnsupportedMediaType

NewPutGamificationProfileMetricUnsupportedMediaType creates a PutGamificationProfileMetricUnsupportedMediaType with default headers values

func (*PutGamificationProfileMetricUnsupportedMediaType) Error

func (*PutGamificationProfileMetricUnsupportedMediaType) GetPayload

func (*PutGamificationProfileMetricUnsupportedMediaType) IsClientError

IsClientError returns true when this put gamification profile metric unsupported media type response has a 4xx status code

func (*PutGamificationProfileMetricUnsupportedMediaType) IsCode

IsCode returns true when this put gamification profile metric unsupported media type response a status code equal to that given

func (*PutGamificationProfileMetricUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put gamification profile metric unsupported media type response has a 3xx status code

func (*PutGamificationProfileMetricUnsupportedMediaType) IsServerError

IsServerError returns true when this put gamification profile metric unsupported media type response has a 5xx status code

func (*PutGamificationProfileMetricUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put gamification profile metric unsupported media type response has a 2xx status code

func (*PutGamificationProfileMetricUnsupportedMediaType) String

type PutGamificationProfileNotFound

type PutGamificationProfileNotFound struct {
	Payload *models.ErrorBody
}

PutGamificationProfileNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutGamificationProfileNotFound

func NewPutGamificationProfileNotFound() *PutGamificationProfileNotFound

NewPutGamificationProfileNotFound creates a PutGamificationProfileNotFound with default headers values

func (*PutGamificationProfileNotFound) Error

func (*PutGamificationProfileNotFound) GetPayload

func (*PutGamificationProfileNotFound) IsClientError

func (o *PutGamificationProfileNotFound) IsClientError() bool

IsClientError returns true when this put gamification profile not found response has a 4xx status code

func (*PutGamificationProfileNotFound) IsCode

func (o *PutGamificationProfileNotFound) IsCode(code int) bool

IsCode returns true when this put gamification profile not found response a status code equal to that given

func (*PutGamificationProfileNotFound) IsRedirect

func (o *PutGamificationProfileNotFound) IsRedirect() bool

IsRedirect returns true when this put gamification profile not found response has a 3xx status code

func (*PutGamificationProfileNotFound) IsServerError

func (o *PutGamificationProfileNotFound) IsServerError() bool

IsServerError returns true when this put gamification profile not found response has a 5xx status code

func (*PutGamificationProfileNotFound) IsSuccess

func (o *PutGamificationProfileNotFound) IsSuccess() bool

IsSuccess returns true when this put gamification profile not found response has a 2xx status code

func (*PutGamificationProfileNotFound) String

type PutGamificationProfileOK

type PutGamificationProfileOK struct {
	Payload *models.PerformanceProfile
}

PutGamificationProfileOK describes a response with status code 200, with default header values.

successful operation

func NewPutGamificationProfileOK

func NewPutGamificationProfileOK() *PutGamificationProfileOK

NewPutGamificationProfileOK creates a PutGamificationProfileOK with default headers values

func (*PutGamificationProfileOK) Error

func (o *PutGamificationProfileOK) Error() string

func (*PutGamificationProfileOK) GetPayload

func (*PutGamificationProfileOK) IsClientError

func (o *PutGamificationProfileOK) IsClientError() bool

IsClientError returns true when this put gamification profile o k response has a 4xx status code

func (*PutGamificationProfileOK) IsCode

func (o *PutGamificationProfileOK) IsCode(code int) bool

IsCode returns true when this put gamification profile o k response a status code equal to that given

func (*PutGamificationProfileOK) IsRedirect

func (o *PutGamificationProfileOK) IsRedirect() bool

IsRedirect returns true when this put gamification profile o k response has a 3xx status code

func (*PutGamificationProfileOK) IsServerError

func (o *PutGamificationProfileOK) IsServerError() bool

IsServerError returns true when this put gamification profile o k response has a 5xx status code

func (*PutGamificationProfileOK) IsSuccess

func (o *PutGamificationProfileOK) IsSuccess() bool

IsSuccess returns true when this put gamification profile o k response has a 2xx status code

func (*PutGamificationProfileOK) String

func (o *PutGamificationProfileOK) String() string

type PutGamificationProfileParams

type PutGamificationProfileParams struct {

	/* Body.

	   performanceProfile
	*/
	Body *models.PerformanceProfile

	/* ProfileID.

	   performanceProfileId
	*/
	ProfileID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutGamificationProfileParams contains all the parameters to send to the API endpoint

for the put gamification profile operation.

Typically these are written to a http.Request.

func NewPutGamificationProfileParams

func NewPutGamificationProfileParams() *PutGamificationProfileParams

NewPutGamificationProfileParams creates a new PutGamificationProfileParams 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 NewPutGamificationProfileParamsWithContext

func NewPutGamificationProfileParamsWithContext(ctx context.Context) *PutGamificationProfileParams

NewPutGamificationProfileParamsWithContext creates a new PutGamificationProfileParams object with the ability to set a context for a request.

func NewPutGamificationProfileParamsWithHTTPClient

func NewPutGamificationProfileParamsWithHTTPClient(client *http.Client) *PutGamificationProfileParams

NewPutGamificationProfileParamsWithHTTPClient creates a new PutGamificationProfileParams object with the ability to set a custom HTTPClient for a request.

func NewPutGamificationProfileParamsWithTimeout

func NewPutGamificationProfileParamsWithTimeout(timeout time.Duration) *PutGamificationProfileParams

NewPutGamificationProfileParamsWithTimeout creates a new PutGamificationProfileParams object with the ability to set a timeout on a request.

func (*PutGamificationProfileParams) SetBody

SetBody adds the body to the put gamification profile params

func (*PutGamificationProfileParams) SetContext

func (o *PutGamificationProfileParams) SetContext(ctx context.Context)

SetContext adds the context to the put gamification profile params

func (*PutGamificationProfileParams) SetDefaults

func (o *PutGamificationProfileParams) SetDefaults()

SetDefaults hydrates default values in the put gamification profile params (not the query body).

All values with no default are reset to their zero value.

func (*PutGamificationProfileParams) SetHTTPClient

func (o *PutGamificationProfileParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put gamification profile params

func (*PutGamificationProfileParams) SetProfileID

func (o *PutGamificationProfileParams) SetProfileID(profileID string)

SetProfileID adds the profileId to the put gamification profile params

func (*PutGamificationProfileParams) SetTimeout

func (o *PutGamificationProfileParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put gamification profile params

func (*PutGamificationProfileParams) WithBody

WithBody adds the body to the put gamification profile params

func (*PutGamificationProfileParams) WithContext

WithContext adds the context to the put gamification profile params

func (*PutGamificationProfileParams) WithDefaults

WithDefaults hydrates default values in the put gamification profile params (not the query body).

All values with no default are reset to their zero value.

func (*PutGamificationProfileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put gamification profile params

func (*PutGamificationProfileParams) WithProfileID

WithProfileID adds the profileID to the put gamification profile params

func (*PutGamificationProfileParams) WithTimeout

WithTimeout adds the timeout to the put gamification profile params

func (*PutGamificationProfileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutGamificationProfileReader

type PutGamificationProfileReader struct {
	// contains filtered or unexported fields
}

PutGamificationProfileReader is a Reader for the PutGamificationProfile structure.

func (*PutGamificationProfileReader) ReadResponse

func (o *PutGamificationProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutGamificationProfileRequestEntityTooLarge

type PutGamificationProfileRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutGamificationProfileRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutGamificationProfileRequestEntityTooLarge

func NewPutGamificationProfileRequestEntityTooLarge() *PutGamificationProfileRequestEntityTooLarge

NewPutGamificationProfileRequestEntityTooLarge creates a PutGamificationProfileRequestEntityTooLarge with default headers values

func (*PutGamificationProfileRequestEntityTooLarge) Error

func (*PutGamificationProfileRequestEntityTooLarge) GetPayload

func (*PutGamificationProfileRequestEntityTooLarge) IsClientError

IsClientError returns true when this put gamification profile request entity too large response has a 4xx status code

func (*PutGamificationProfileRequestEntityTooLarge) IsCode

IsCode returns true when this put gamification profile request entity too large response a status code equal to that given

func (*PutGamificationProfileRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put gamification profile request entity too large response has a 3xx status code

func (*PutGamificationProfileRequestEntityTooLarge) IsServerError

IsServerError returns true when this put gamification profile request entity too large response has a 5xx status code

func (*PutGamificationProfileRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put gamification profile request entity too large response has a 2xx status code

func (*PutGamificationProfileRequestEntityTooLarge) String

type PutGamificationProfileRequestTimeout

type PutGamificationProfileRequestTimeout struct {
	Payload *models.ErrorBody
}

PutGamificationProfileRequestTimeout 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 NewPutGamificationProfileRequestTimeout

func NewPutGamificationProfileRequestTimeout() *PutGamificationProfileRequestTimeout

NewPutGamificationProfileRequestTimeout creates a PutGamificationProfileRequestTimeout with default headers values

func (*PutGamificationProfileRequestTimeout) Error

func (*PutGamificationProfileRequestTimeout) GetPayload

func (*PutGamificationProfileRequestTimeout) IsClientError

func (o *PutGamificationProfileRequestTimeout) IsClientError() bool

IsClientError returns true when this put gamification profile request timeout response has a 4xx status code

func (*PutGamificationProfileRequestTimeout) IsCode

IsCode returns true when this put gamification profile request timeout response a status code equal to that given

func (*PutGamificationProfileRequestTimeout) IsRedirect

IsRedirect returns true when this put gamification profile request timeout response has a 3xx status code

func (*PutGamificationProfileRequestTimeout) IsServerError

func (o *PutGamificationProfileRequestTimeout) IsServerError() bool

IsServerError returns true when this put gamification profile request timeout response has a 5xx status code

func (*PutGamificationProfileRequestTimeout) IsSuccess

IsSuccess returns true when this put gamification profile request timeout response has a 2xx status code

func (*PutGamificationProfileRequestTimeout) String

type PutGamificationProfileServiceUnavailable

type PutGamificationProfileServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutGamificationProfileServiceUnavailable 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 NewPutGamificationProfileServiceUnavailable

func NewPutGamificationProfileServiceUnavailable() *PutGamificationProfileServiceUnavailable

NewPutGamificationProfileServiceUnavailable creates a PutGamificationProfileServiceUnavailable with default headers values

func (*PutGamificationProfileServiceUnavailable) Error

func (*PutGamificationProfileServiceUnavailable) GetPayload

func (*PutGamificationProfileServiceUnavailable) IsClientError

IsClientError returns true when this put gamification profile service unavailable response has a 4xx status code

func (*PutGamificationProfileServiceUnavailable) IsCode

IsCode returns true when this put gamification profile service unavailable response a status code equal to that given

func (*PutGamificationProfileServiceUnavailable) IsRedirect

IsRedirect returns true when this put gamification profile service unavailable response has a 3xx status code

func (*PutGamificationProfileServiceUnavailable) IsServerError

IsServerError returns true when this put gamification profile service unavailable response has a 5xx status code

func (*PutGamificationProfileServiceUnavailable) IsSuccess

IsSuccess returns true when this put gamification profile service unavailable response has a 2xx status code

func (*PutGamificationProfileServiceUnavailable) String

type PutGamificationProfileTooManyRequests

type PutGamificationProfileTooManyRequests struct {
	Payload *models.ErrorBody
}

PutGamificationProfileTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutGamificationProfileTooManyRequests

func NewPutGamificationProfileTooManyRequests() *PutGamificationProfileTooManyRequests

NewPutGamificationProfileTooManyRequests creates a PutGamificationProfileTooManyRequests with default headers values

func (*PutGamificationProfileTooManyRequests) Error

func (*PutGamificationProfileTooManyRequests) GetPayload

func (*PutGamificationProfileTooManyRequests) IsClientError

func (o *PutGamificationProfileTooManyRequests) IsClientError() bool

IsClientError returns true when this put gamification profile too many requests response has a 4xx status code

func (*PutGamificationProfileTooManyRequests) IsCode

IsCode returns true when this put gamification profile too many requests response a status code equal to that given

func (*PutGamificationProfileTooManyRequests) IsRedirect

IsRedirect returns true when this put gamification profile too many requests response has a 3xx status code

func (*PutGamificationProfileTooManyRequests) IsServerError

func (o *PutGamificationProfileTooManyRequests) IsServerError() bool

IsServerError returns true when this put gamification profile too many requests response has a 5xx status code

func (*PutGamificationProfileTooManyRequests) IsSuccess

IsSuccess returns true when this put gamification profile too many requests response has a 2xx status code

func (*PutGamificationProfileTooManyRequests) String

type PutGamificationProfileUnauthorized

type PutGamificationProfileUnauthorized struct {
	Payload *models.ErrorBody
}

PutGamificationProfileUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutGamificationProfileUnauthorized

func NewPutGamificationProfileUnauthorized() *PutGamificationProfileUnauthorized

NewPutGamificationProfileUnauthorized creates a PutGamificationProfileUnauthorized with default headers values

func (*PutGamificationProfileUnauthorized) Error

func (*PutGamificationProfileUnauthorized) GetPayload

func (*PutGamificationProfileUnauthorized) IsClientError

func (o *PutGamificationProfileUnauthorized) IsClientError() bool

IsClientError returns true when this put gamification profile unauthorized response has a 4xx status code

func (*PutGamificationProfileUnauthorized) IsCode

IsCode returns true when this put gamification profile unauthorized response a status code equal to that given

func (*PutGamificationProfileUnauthorized) IsRedirect

func (o *PutGamificationProfileUnauthorized) IsRedirect() bool

IsRedirect returns true when this put gamification profile unauthorized response has a 3xx status code

func (*PutGamificationProfileUnauthorized) IsServerError

func (o *PutGamificationProfileUnauthorized) IsServerError() bool

IsServerError returns true when this put gamification profile unauthorized response has a 5xx status code

func (*PutGamificationProfileUnauthorized) IsSuccess

IsSuccess returns true when this put gamification profile unauthorized response has a 2xx status code

func (*PutGamificationProfileUnauthorized) String

type PutGamificationProfileUnsupportedMediaType

type PutGamificationProfileUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutGamificationProfileUnsupportedMediaType 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 NewPutGamificationProfileUnsupportedMediaType

func NewPutGamificationProfileUnsupportedMediaType() *PutGamificationProfileUnsupportedMediaType

NewPutGamificationProfileUnsupportedMediaType creates a PutGamificationProfileUnsupportedMediaType with default headers values

func (*PutGamificationProfileUnsupportedMediaType) Error

func (*PutGamificationProfileUnsupportedMediaType) GetPayload

func (*PutGamificationProfileUnsupportedMediaType) IsClientError

IsClientError returns true when this put gamification profile unsupported media type response has a 4xx status code

func (*PutGamificationProfileUnsupportedMediaType) IsCode

IsCode returns true when this put gamification profile unsupported media type response a status code equal to that given

func (*PutGamificationProfileUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put gamification profile unsupported media type response has a 3xx status code

func (*PutGamificationProfileUnsupportedMediaType) IsServerError

IsServerError returns true when this put gamification profile unsupported media type response has a 5xx status code

func (*PutGamificationProfileUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put gamification profile unsupported media type response has a 2xx status code

func (*PutGamificationProfileUnsupportedMediaType) String

type PutGamificationStatusBadRequest

type PutGamificationStatusBadRequest struct {
	Payload *models.ErrorBody
}

PutGamificationStatusBadRequest 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 NewPutGamificationStatusBadRequest

func NewPutGamificationStatusBadRequest() *PutGamificationStatusBadRequest

NewPutGamificationStatusBadRequest creates a PutGamificationStatusBadRequest with default headers values

func (*PutGamificationStatusBadRequest) Error

func (*PutGamificationStatusBadRequest) GetPayload

func (*PutGamificationStatusBadRequest) IsClientError

func (o *PutGamificationStatusBadRequest) IsClientError() bool

IsClientError returns true when this put gamification status bad request response has a 4xx status code

func (*PutGamificationStatusBadRequest) IsCode

func (o *PutGamificationStatusBadRequest) IsCode(code int) bool

IsCode returns true when this put gamification status bad request response a status code equal to that given

func (*PutGamificationStatusBadRequest) IsRedirect

func (o *PutGamificationStatusBadRequest) IsRedirect() bool

IsRedirect returns true when this put gamification status bad request response has a 3xx status code

func (*PutGamificationStatusBadRequest) IsServerError

func (o *PutGamificationStatusBadRequest) IsServerError() bool

IsServerError returns true when this put gamification status bad request response has a 5xx status code

func (*PutGamificationStatusBadRequest) IsSuccess

func (o *PutGamificationStatusBadRequest) IsSuccess() bool

IsSuccess returns true when this put gamification status bad request response has a 2xx status code

func (*PutGamificationStatusBadRequest) String

type PutGamificationStatusForbidden

type PutGamificationStatusForbidden struct {
	Payload *models.ErrorBody
}

PutGamificationStatusForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutGamificationStatusForbidden

func NewPutGamificationStatusForbidden() *PutGamificationStatusForbidden

NewPutGamificationStatusForbidden creates a PutGamificationStatusForbidden with default headers values

func (*PutGamificationStatusForbidden) Error

func (*PutGamificationStatusForbidden) GetPayload

func (*PutGamificationStatusForbidden) IsClientError

func (o *PutGamificationStatusForbidden) IsClientError() bool

IsClientError returns true when this put gamification status forbidden response has a 4xx status code

func (*PutGamificationStatusForbidden) IsCode

func (o *PutGamificationStatusForbidden) IsCode(code int) bool

IsCode returns true when this put gamification status forbidden response a status code equal to that given

func (*PutGamificationStatusForbidden) IsRedirect

func (o *PutGamificationStatusForbidden) IsRedirect() bool

IsRedirect returns true when this put gamification status forbidden response has a 3xx status code

func (*PutGamificationStatusForbidden) IsServerError

func (o *PutGamificationStatusForbidden) IsServerError() bool

IsServerError returns true when this put gamification status forbidden response has a 5xx status code

func (*PutGamificationStatusForbidden) IsSuccess

func (o *PutGamificationStatusForbidden) IsSuccess() bool

IsSuccess returns true when this put gamification status forbidden response has a 2xx status code

func (*PutGamificationStatusForbidden) String

type PutGamificationStatusGatewayTimeout

type PutGamificationStatusGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutGamificationStatusGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutGamificationStatusGatewayTimeout

func NewPutGamificationStatusGatewayTimeout() *PutGamificationStatusGatewayTimeout

NewPutGamificationStatusGatewayTimeout creates a PutGamificationStatusGatewayTimeout with default headers values

func (*PutGamificationStatusGatewayTimeout) Error

func (*PutGamificationStatusGatewayTimeout) GetPayload

func (*PutGamificationStatusGatewayTimeout) IsClientError

func (o *PutGamificationStatusGatewayTimeout) IsClientError() bool

IsClientError returns true when this put gamification status gateway timeout response has a 4xx status code

func (*PutGamificationStatusGatewayTimeout) IsCode

IsCode returns true when this put gamification status gateway timeout response a status code equal to that given

func (*PutGamificationStatusGatewayTimeout) IsRedirect

func (o *PutGamificationStatusGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put gamification status gateway timeout response has a 3xx status code

func (*PutGamificationStatusGatewayTimeout) IsServerError

func (o *PutGamificationStatusGatewayTimeout) IsServerError() bool

IsServerError returns true when this put gamification status gateway timeout response has a 5xx status code

func (*PutGamificationStatusGatewayTimeout) IsSuccess

IsSuccess returns true when this put gamification status gateway timeout response has a 2xx status code

func (*PutGamificationStatusGatewayTimeout) String

type PutGamificationStatusInternalServerError

type PutGamificationStatusInternalServerError struct {
	Payload *models.ErrorBody
}

PutGamificationStatusInternalServerError 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 NewPutGamificationStatusInternalServerError

func NewPutGamificationStatusInternalServerError() *PutGamificationStatusInternalServerError

NewPutGamificationStatusInternalServerError creates a PutGamificationStatusInternalServerError with default headers values

func (*PutGamificationStatusInternalServerError) Error

func (*PutGamificationStatusInternalServerError) GetPayload

func (*PutGamificationStatusInternalServerError) IsClientError

IsClientError returns true when this put gamification status internal server error response has a 4xx status code

func (*PutGamificationStatusInternalServerError) IsCode

IsCode returns true when this put gamification status internal server error response a status code equal to that given

func (*PutGamificationStatusInternalServerError) IsRedirect

IsRedirect returns true when this put gamification status internal server error response has a 3xx status code

func (*PutGamificationStatusInternalServerError) IsServerError

IsServerError returns true when this put gamification status internal server error response has a 5xx status code

func (*PutGamificationStatusInternalServerError) IsSuccess

IsSuccess returns true when this put gamification status internal server error response has a 2xx status code

func (*PutGamificationStatusInternalServerError) String

type PutGamificationStatusNotFound

type PutGamificationStatusNotFound struct {
	Payload *models.ErrorBody
}

PutGamificationStatusNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutGamificationStatusNotFound

func NewPutGamificationStatusNotFound() *PutGamificationStatusNotFound

NewPutGamificationStatusNotFound creates a PutGamificationStatusNotFound with default headers values

func (*PutGamificationStatusNotFound) Error

func (*PutGamificationStatusNotFound) GetPayload

func (*PutGamificationStatusNotFound) IsClientError

func (o *PutGamificationStatusNotFound) IsClientError() bool

IsClientError returns true when this put gamification status not found response has a 4xx status code

func (*PutGamificationStatusNotFound) IsCode

func (o *PutGamificationStatusNotFound) IsCode(code int) bool

IsCode returns true when this put gamification status not found response a status code equal to that given

func (*PutGamificationStatusNotFound) IsRedirect

func (o *PutGamificationStatusNotFound) IsRedirect() bool

IsRedirect returns true when this put gamification status not found response has a 3xx status code

func (*PutGamificationStatusNotFound) IsServerError

func (o *PutGamificationStatusNotFound) IsServerError() bool

IsServerError returns true when this put gamification status not found response has a 5xx status code

func (*PutGamificationStatusNotFound) IsSuccess

func (o *PutGamificationStatusNotFound) IsSuccess() bool

IsSuccess returns true when this put gamification status not found response has a 2xx status code

func (*PutGamificationStatusNotFound) String

type PutGamificationStatusOK

type PutGamificationStatusOK struct {
	Payload *models.GamificationStatus
}

PutGamificationStatusOK describes a response with status code 200, with default header values.

successful operation

func NewPutGamificationStatusOK

func NewPutGamificationStatusOK() *PutGamificationStatusOK

NewPutGamificationStatusOK creates a PutGamificationStatusOK with default headers values

func (*PutGamificationStatusOK) Error

func (o *PutGamificationStatusOK) Error() string

func (*PutGamificationStatusOK) GetPayload

func (*PutGamificationStatusOK) IsClientError

func (o *PutGamificationStatusOK) IsClientError() bool

IsClientError returns true when this put gamification status o k response has a 4xx status code

func (*PutGamificationStatusOK) IsCode

func (o *PutGamificationStatusOK) IsCode(code int) bool

IsCode returns true when this put gamification status o k response a status code equal to that given

func (*PutGamificationStatusOK) IsRedirect

func (o *PutGamificationStatusOK) IsRedirect() bool

IsRedirect returns true when this put gamification status o k response has a 3xx status code

func (*PutGamificationStatusOK) IsServerError

func (o *PutGamificationStatusOK) IsServerError() bool

IsServerError returns true when this put gamification status o k response has a 5xx status code

func (*PutGamificationStatusOK) IsSuccess

func (o *PutGamificationStatusOK) IsSuccess() bool

IsSuccess returns true when this put gamification status o k response has a 2xx status code

func (*PutGamificationStatusOK) String

func (o *PutGamificationStatusOK) String() string

type PutGamificationStatusParams

type PutGamificationStatusParams struct {

	/* Status.

	   Gamification status
	*/
	Status *models.GamificationStatus

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutGamificationStatusParams contains all the parameters to send to the API endpoint

for the put gamification status operation.

Typically these are written to a http.Request.

func NewPutGamificationStatusParams

func NewPutGamificationStatusParams() *PutGamificationStatusParams

NewPutGamificationStatusParams creates a new PutGamificationStatusParams 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 NewPutGamificationStatusParamsWithContext

func NewPutGamificationStatusParamsWithContext(ctx context.Context) *PutGamificationStatusParams

NewPutGamificationStatusParamsWithContext creates a new PutGamificationStatusParams object with the ability to set a context for a request.

func NewPutGamificationStatusParamsWithHTTPClient

func NewPutGamificationStatusParamsWithHTTPClient(client *http.Client) *PutGamificationStatusParams

NewPutGamificationStatusParamsWithHTTPClient creates a new PutGamificationStatusParams object with the ability to set a custom HTTPClient for a request.

func NewPutGamificationStatusParamsWithTimeout

func NewPutGamificationStatusParamsWithTimeout(timeout time.Duration) *PutGamificationStatusParams

NewPutGamificationStatusParamsWithTimeout creates a new PutGamificationStatusParams object with the ability to set a timeout on a request.

func (*PutGamificationStatusParams) SetContext

func (o *PutGamificationStatusParams) SetContext(ctx context.Context)

SetContext adds the context to the put gamification status params

func (*PutGamificationStatusParams) SetDefaults

func (o *PutGamificationStatusParams) SetDefaults()

SetDefaults hydrates default values in the put gamification status params (not the query body).

All values with no default are reset to their zero value.

func (*PutGamificationStatusParams) SetHTTPClient

func (o *PutGamificationStatusParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put gamification status params

func (*PutGamificationStatusParams) SetStatus

SetStatus adds the status to the put gamification status params

func (*PutGamificationStatusParams) SetTimeout

func (o *PutGamificationStatusParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put gamification status params

func (*PutGamificationStatusParams) WithContext

WithContext adds the context to the put gamification status params

func (*PutGamificationStatusParams) WithDefaults

WithDefaults hydrates default values in the put gamification status params (not the query body).

All values with no default are reset to their zero value.

func (*PutGamificationStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put gamification status params

func (*PutGamificationStatusParams) WithStatus

WithStatus adds the status to the put gamification status params

func (*PutGamificationStatusParams) WithTimeout

WithTimeout adds the timeout to the put gamification status params

func (*PutGamificationStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutGamificationStatusReader

type PutGamificationStatusReader struct {
	// contains filtered or unexported fields
}

PutGamificationStatusReader is a Reader for the PutGamificationStatus structure.

func (*PutGamificationStatusReader) ReadResponse

func (o *PutGamificationStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutGamificationStatusRequestEntityTooLarge

type PutGamificationStatusRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutGamificationStatusRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutGamificationStatusRequestEntityTooLarge

func NewPutGamificationStatusRequestEntityTooLarge() *PutGamificationStatusRequestEntityTooLarge

NewPutGamificationStatusRequestEntityTooLarge creates a PutGamificationStatusRequestEntityTooLarge with default headers values

func (*PutGamificationStatusRequestEntityTooLarge) Error

func (*PutGamificationStatusRequestEntityTooLarge) GetPayload

func (*PutGamificationStatusRequestEntityTooLarge) IsClientError

IsClientError returns true when this put gamification status request entity too large response has a 4xx status code

func (*PutGamificationStatusRequestEntityTooLarge) IsCode

IsCode returns true when this put gamification status request entity too large response a status code equal to that given

func (*PutGamificationStatusRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put gamification status request entity too large response has a 3xx status code

func (*PutGamificationStatusRequestEntityTooLarge) IsServerError

IsServerError returns true when this put gamification status request entity too large response has a 5xx status code

func (*PutGamificationStatusRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put gamification status request entity too large response has a 2xx status code

func (*PutGamificationStatusRequestEntityTooLarge) String

type PutGamificationStatusRequestTimeout

type PutGamificationStatusRequestTimeout struct {
	Payload *models.ErrorBody
}

PutGamificationStatusRequestTimeout 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 NewPutGamificationStatusRequestTimeout

func NewPutGamificationStatusRequestTimeout() *PutGamificationStatusRequestTimeout

NewPutGamificationStatusRequestTimeout creates a PutGamificationStatusRequestTimeout with default headers values

func (*PutGamificationStatusRequestTimeout) Error

func (*PutGamificationStatusRequestTimeout) GetPayload

func (*PutGamificationStatusRequestTimeout) IsClientError

func (o *PutGamificationStatusRequestTimeout) IsClientError() bool

IsClientError returns true when this put gamification status request timeout response has a 4xx status code

func (*PutGamificationStatusRequestTimeout) IsCode

IsCode returns true when this put gamification status request timeout response a status code equal to that given

func (*PutGamificationStatusRequestTimeout) IsRedirect

func (o *PutGamificationStatusRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put gamification status request timeout response has a 3xx status code

func (*PutGamificationStatusRequestTimeout) IsServerError

func (o *PutGamificationStatusRequestTimeout) IsServerError() bool

IsServerError returns true when this put gamification status request timeout response has a 5xx status code

func (*PutGamificationStatusRequestTimeout) IsSuccess

IsSuccess returns true when this put gamification status request timeout response has a 2xx status code

func (*PutGamificationStatusRequestTimeout) String

type PutGamificationStatusServiceUnavailable

type PutGamificationStatusServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutGamificationStatusServiceUnavailable 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 NewPutGamificationStatusServiceUnavailable

func NewPutGamificationStatusServiceUnavailable() *PutGamificationStatusServiceUnavailable

NewPutGamificationStatusServiceUnavailable creates a PutGamificationStatusServiceUnavailable with default headers values

func (*PutGamificationStatusServiceUnavailable) Error

func (*PutGamificationStatusServiceUnavailable) GetPayload

func (*PutGamificationStatusServiceUnavailable) IsClientError

func (o *PutGamificationStatusServiceUnavailable) IsClientError() bool

IsClientError returns true when this put gamification status service unavailable response has a 4xx status code

func (*PutGamificationStatusServiceUnavailable) IsCode

IsCode returns true when this put gamification status service unavailable response a status code equal to that given

func (*PutGamificationStatusServiceUnavailable) IsRedirect

IsRedirect returns true when this put gamification status service unavailable response has a 3xx status code

func (*PutGamificationStatusServiceUnavailable) IsServerError

func (o *PutGamificationStatusServiceUnavailable) IsServerError() bool

IsServerError returns true when this put gamification status service unavailable response has a 5xx status code

func (*PutGamificationStatusServiceUnavailable) IsSuccess

IsSuccess returns true when this put gamification status service unavailable response has a 2xx status code

func (*PutGamificationStatusServiceUnavailable) String

type PutGamificationStatusTooManyRequests

type PutGamificationStatusTooManyRequests struct {
	Payload *models.ErrorBody
}

PutGamificationStatusTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutGamificationStatusTooManyRequests

func NewPutGamificationStatusTooManyRequests() *PutGamificationStatusTooManyRequests

NewPutGamificationStatusTooManyRequests creates a PutGamificationStatusTooManyRequests with default headers values

func (*PutGamificationStatusTooManyRequests) Error

func (*PutGamificationStatusTooManyRequests) GetPayload

func (*PutGamificationStatusTooManyRequests) IsClientError

func (o *PutGamificationStatusTooManyRequests) IsClientError() bool

IsClientError returns true when this put gamification status too many requests response has a 4xx status code

func (*PutGamificationStatusTooManyRequests) IsCode

IsCode returns true when this put gamification status too many requests response a status code equal to that given

func (*PutGamificationStatusTooManyRequests) IsRedirect

IsRedirect returns true when this put gamification status too many requests response has a 3xx status code

func (*PutGamificationStatusTooManyRequests) IsServerError

func (o *PutGamificationStatusTooManyRequests) IsServerError() bool

IsServerError returns true when this put gamification status too many requests response has a 5xx status code

func (*PutGamificationStatusTooManyRequests) IsSuccess

IsSuccess returns true when this put gamification status too many requests response has a 2xx status code

func (*PutGamificationStatusTooManyRequests) String

type PutGamificationStatusUnauthorized

type PutGamificationStatusUnauthorized struct {
	Payload *models.ErrorBody
}

PutGamificationStatusUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutGamificationStatusUnauthorized

func NewPutGamificationStatusUnauthorized() *PutGamificationStatusUnauthorized

NewPutGamificationStatusUnauthorized creates a PutGamificationStatusUnauthorized with default headers values

func (*PutGamificationStatusUnauthorized) Error

func (*PutGamificationStatusUnauthorized) GetPayload

func (*PutGamificationStatusUnauthorized) IsClientError

func (o *PutGamificationStatusUnauthorized) IsClientError() bool

IsClientError returns true when this put gamification status unauthorized response has a 4xx status code

func (*PutGamificationStatusUnauthorized) IsCode

func (o *PutGamificationStatusUnauthorized) IsCode(code int) bool

IsCode returns true when this put gamification status unauthorized response a status code equal to that given

func (*PutGamificationStatusUnauthorized) IsRedirect

func (o *PutGamificationStatusUnauthorized) IsRedirect() bool

IsRedirect returns true when this put gamification status unauthorized response has a 3xx status code

func (*PutGamificationStatusUnauthorized) IsServerError

func (o *PutGamificationStatusUnauthorized) IsServerError() bool

IsServerError returns true when this put gamification status unauthorized response has a 5xx status code

func (*PutGamificationStatusUnauthorized) IsSuccess

func (o *PutGamificationStatusUnauthorized) IsSuccess() bool

IsSuccess returns true when this put gamification status unauthorized response has a 2xx status code

func (*PutGamificationStatusUnauthorized) String

type PutGamificationStatusUnsupportedMediaType

type PutGamificationStatusUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutGamificationStatusUnsupportedMediaType 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 NewPutGamificationStatusUnsupportedMediaType

func NewPutGamificationStatusUnsupportedMediaType() *PutGamificationStatusUnsupportedMediaType

NewPutGamificationStatusUnsupportedMediaType creates a PutGamificationStatusUnsupportedMediaType with default headers values

func (*PutGamificationStatusUnsupportedMediaType) Error

func (*PutGamificationStatusUnsupportedMediaType) GetPayload

func (*PutGamificationStatusUnsupportedMediaType) IsClientError

IsClientError returns true when this put gamification status unsupported media type response has a 4xx status code

func (*PutGamificationStatusUnsupportedMediaType) IsCode

IsCode returns true when this put gamification status unsupported media type response a status code equal to that given

func (*PutGamificationStatusUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put gamification status unsupported media type response has a 3xx status code

func (*PutGamificationStatusUnsupportedMediaType) IsServerError

IsServerError returns true when this put gamification status unsupported media type response has a 5xx status code

func (*PutGamificationStatusUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put gamification status unsupported media type response has a 2xx status code

func (*PutGamificationStatusUnsupportedMediaType) String

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL