dashboard_branding_policies

package
v0.0.0-...-b7c797c Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for dashboard branding policies API

func (*Client) CreateOrganizationBrandingPolicy

CreateOrganizationBrandingPolicy creates organization branding policy

Add a new branding policy to an organization

func (*Client) DeleteOrganizationBrandingPolicy

DeleteOrganizationBrandingPolicy deletes organization branding policy

Delete a branding policy

func (*Client) GetOrganizationBrandingPolicies

func (a *Client) GetOrganizationBrandingPolicies(params *GetOrganizationBrandingPoliciesParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationBrandingPoliciesOK, error)

GetOrganizationBrandingPolicies gets organization branding policies

List the branding policies of an organization

func (*Client) GetOrganizationBrandingPoliciesPriorities

GetOrganizationBrandingPoliciesPriorities gets organization branding policies priorities

Return the branding policy IDs of an organization in priority order. IDs are ordered in ascending order of priority (IDs later in the array have higher priority).

func (*Client) GetOrganizationBrandingPolicy

func (a *Client) GetOrganizationBrandingPolicy(params *GetOrganizationBrandingPolicyParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationBrandingPolicyOK, error)

GetOrganizationBrandingPolicy gets organization branding policy

Return a branding policy

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateOrganizationBrandingPoliciesPriorities

UpdateOrganizationBrandingPoliciesPriorities updates organization branding policies priorities

Update the priority ordering of an organization's branding policies.

func (*Client) UpdateOrganizationBrandingPolicy

UpdateOrganizationBrandingPolicy updates organization branding policy

Update a branding policy

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new dashboard branding policies API client.

type CreateOrganizationBrandingPolicyCreated

type CreateOrganizationBrandingPolicyCreated struct {
	Payload interface{}
}

CreateOrganizationBrandingPolicyCreated handles this case with default header values.

Successful operation

func NewCreateOrganizationBrandingPolicyCreated

func NewCreateOrganizationBrandingPolicyCreated() *CreateOrganizationBrandingPolicyCreated

NewCreateOrganizationBrandingPolicyCreated creates a CreateOrganizationBrandingPolicyCreated with default headers values

func (*CreateOrganizationBrandingPolicyCreated) Error

func (*CreateOrganizationBrandingPolicyCreated) GetPayload

func (o *CreateOrganizationBrandingPolicyCreated) GetPayload() interface{}

type CreateOrganizationBrandingPolicyParams

type CreateOrganizationBrandingPolicyParams struct {

	/*CreateOrganizationBrandingPolicy*/
	CreateOrganizationBrandingPolicy *models.CreateOrganizationBrandingPolicy
	/*OrganizationID*/
	OrganizationID string

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

CreateOrganizationBrandingPolicyParams contains all the parameters to send to the API endpoint for the create organization branding policy operation typically these are written to a http.Request

func NewCreateOrganizationBrandingPolicyParams

func NewCreateOrganizationBrandingPolicyParams() *CreateOrganizationBrandingPolicyParams

NewCreateOrganizationBrandingPolicyParams creates a new CreateOrganizationBrandingPolicyParams object with the default values initialized.

func NewCreateOrganizationBrandingPolicyParamsWithContext

func NewCreateOrganizationBrandingPolicyParamsWithContext(ctx context.Context) *CreateOrganizationBrandingPolicyParams

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

func NewCreateOrganizationBrandingPolicyParamsWithHTTPClient

func NewCreateOrganizationBrandingPolicyParamsWithHTTPClient(client *http.Client) *CreateOrganizationBrandingPolicyParams

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

func NewCreateOrganizationBrandingPolicyParamsWithTimeout

func NewCreateOrganizationBrandingPolicyParamsWithTimeout(timeout time.Duration) *CreateOrganizationBrandingPolicyParams

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

func (*CreateOrganizationBrandingPolicyParams) SetContext

SetContext adds the context to the create organization branding policy params

func (*CreateOrganizationBrandingPolicyParams) SetCreateOrganizationBrandingPolicy

func (o *CreateOrganizationBrandingPolicyParams) SetCreateOrganizationBrandingPolicy(createOrganizationBrandingPolicy *models.CreateOrganizationBrandingPolicy)

SetCreateOrganizationBrandingPolicy adds the createOrganizationBrandingPolicy to the create organization branding policy params

func (*CreateOrganizationBrandingPolicyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create organization branding policy params

func (*CreateOrganizationBrandingPolicyParams) SetOrganizationID

func (o *CreateOrganizationBrandingPolicyParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the create organization branding policy params

func (*CreateOrganizationBrandingPolicyParams) SetTimeout

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

SetTimeout adds the timeout to the create organization branding policy params

func (*CreateOrganizationBrandingPolicyParams) WithContext

WithContext adds the context to the create organization branding policy params

func (*CreateOrganizationBrandingPolicyParams) WithCreateOrganizationBrandingPolicy

func (o *CreateOrganizationBrandingPolicyParams) WithCreateOrganizationBrandingPolicy(createOrganizationBrandingPolicy *models.CreateOrganizationBrandingPolicy) *CreateOrganizationBrandingPolicyParams

WithCreateOrganizationBrandingPolicy adds the createOrganizationBrandingPolicy to the create organization branding policy params

func (*CreateOrganizationBrandingPolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create organization branding policy params

func (*CreateOrganizationBrandingPolicyParams) WithOrganizationID

WithOrganizationID adds the organizationID to the create organization branding policy params

func (*CreateOrganizationBrandingPolicyParams) WithTimeout

WithTimeout adds the timeout to the create organization branding policy params

func (*CreateOrganizationBrandingPolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateOrganizationBrandingPolicyReader

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

CreateOrganizationBrandingPolicyReader is a Reader for the CreateOrganizationBrandingPolicy structure.

func (*CreateOrganizationBrandingPolicyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteOrganizationBrandingPolicyNoContent

type DeleteOrganizationBrandingPolicyNoContent struct {
}

DeleteOrganizationBrandingPolicyNoContent handles this case with default header values.

Successful operation

func NewDeleteOrganizationBrandingPolicyNoContent

func NewDeleteOrganizationBrandingPolicyNoContent() *DeleteOrganizationBrandingPolicyNoContent

NewDeleteOrganizationBrandingPolicyNoContent creates a DeleteOrganizationBrandingPolicyNoContent with default headers values

func (*DeleteOrganizationBrandingPolicyNoContent) Error

type DeleteOrganizationBrandingPolicyParams

type DeleteOrganizationBrandingPolicyParams struct {

	/*BrandingPolicyID*/
	BrandingPolicyID string
	/*OrganizationID*/
	OrganizationID string

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

DeleteOrganizationBrandingPolicyParams contains all the parameters to send to the API endpoint for the delete organization branding policy operation typically these are written to a http.Request

func NewDeleteOrganizationBrandingPolicyParams

func NewDeleteOrganizationBrandingPolicyParams() *DeleteOrganizationBrandingPolicyParams

NewDeleteOrganizationBrandingPolicyParams creates a new DeleteOrganizationBrandingPolicyParams object with the default values initialized.

func NewDeleteOrganizationBrandingPolicyParamsWithContext

func NewDeleteOrganizationBrandingPolicyParamsWithContext(ctx context.Context) *DeleteOrganizationBrandingPolicyParams

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

func NewDeleteOrganizationBrandingPolicyParamsWithHTTPClient

func NewDeleteOrganizationBrandingPolicyParamsWithHTTPClient(client *http.Client) *DeleteOrganizationBrandingPolicyParams

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

func NewDeleteOrganizationBrandingPolicyParamsWithTimeout

func NewDeleteOrganizationBrandingPolicyParamsWithTimeout(timeout time.Duration) *DeleteOrganizationBrandingPolicyParams

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

func (*DeleteOrganizationBrandingPolicyParams) SetBrandingPolicyID

func (o *DeleteOrganizationBrandingPolicyParams) SetBrandingPolicyID(brandingPolicyID string)

SetBrandingPolicyID adds the brandingPolicyId to the delete organization branding policy params

func (*DeleteOrganizationBrandingPolicyParams) SetContext

SetContext adds the context to the delete organization branding policy params

func (*DeleteOrganizationBrandingPolicyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete organization branding policy params

func (*DeleteOrganizationBrandingPolicyParams) SetOrganizationID

func (o *DeleteOrganizationBrandingPolicyParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the delete organization branding policy params

func (*DeleteOrganizationBrandingPolicyParams) SetTimeout

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

SetTimeout adds the timeout to the delete organization branding policy params

func (*DeleteOrganizationBrandingPolicyParams) WithBrandingPolicyID

WithBrandingPolicyID adds the brandingPolicyID to the delete organization branding policy params

func (*DeleteOrganizationBrandingPolicyParams) WithContext

WithContext adds the context to the delete organization branding policy params

func (*DeleteOrganizationBrandingPolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete organization branding policy params

func (*DeleteOrganizationBrandingPolicyParams) WithOrganizationID

WithOrganizationID adds the organizationID to the delete organization branding policy params

func (*DeleteOrganizationBrandingPolicyParams) WithTimeout

WithTimeout adds the timeout to the delete organization branding policy params

func (*DeleteOrganizationBrandingPolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteOrganizationBrandingPolicyReader

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

DeleteOrganizationBrandingPolicyReader is a Reader for the DeleteOrganizationBrandingPolicy structure.

func (*DeleteOrganizationBrandingPolicyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationBrandingPoliciesOK

type GetOrganizationBrandingPoliciesOK struct {
	Payload interface{}
}

GetOrganizationBrandingPoliciesOK handles this case with default header values.

Successful operation

func NewGetOrganizationBrandingPoliciesOK

func NewGetOrganizationBrandingPoliciesOK() *GetOrganizationBrandingPoliciesOK

NewGetOrganizationBrandingPoliciesOK creates a GetOrganizationBrandingPoliciesOK with default headers values

func (*GetOrganizationBrandingPoliciesOK) Error

func (*GetOrganizationBrandingPoliciesOK) GetPayload

func (o *GetOrganizationBrandingPoliciesOK) GetPayload() interface{}

type GetOrganizationBrandingPoliciesParams

type GetOrganizationBrandingPoliciesParams struct {

	/*OrganizationID*/
	OrganizationID string

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

GetOrganizationBrandingPoliciesParams contains all the parameters to send to the API endpoint for the get organization branding policies operation typically these are written to a http.Request

func NewGetOrganizationBrandingPoliciesParams

func NewGetOrganizationBrandingPoliciesParams() *GetOrganizationBrandingPoliciesParams

NewGetOrganizationBrandingPoliciesParams creates a new GetOrganizationBrandingPoliciesParams object with the default values initialized.

func NewGetOrganizationBrandingPoliciesParamsWithContext

func NewGetOrganizationBrandingPoliciesParamsWithContext(ctx context.Context) *GetOrganizationBrandingPoliciesParams

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

func NewGetOrganizationBrandingPoliciesParamsWithHTTPClient

func NewGetOrganizationBrandingPoliciesParamsWithHTTPClient(client *http.Client) *GetOrganizationBrandingPoliciesParams

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

func NewGetOrganizationBrandingPoliciesParamsWithTimeout

func NewGetOrganizationBrandingPoliciesParamsWithTimeout(timeout time.Duration) *GetOrganizationBrandingPoliciesParams

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

func (*GetOrganizationBrandingPoliciesParams) SetContext

SetContext adds the context to the get organization branding policies params

func (*GetOrganizationBrandingPoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization branding policies params

func (*GetOrganizationBrandingPoliciesParams) SetOrganizationID

func (o *GetOrganizationBrandingPoliciesParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the get organization branding policies params

func (*GetOrganizationBrandingPoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the get organization branding policies params

func (*GetOrganizationBrandingPoliciesParams) WithContext

WithContext adds the context to the get organization branding policies params

func (*GetOrganizationBrandingPoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization branding policies params

func (*GetOrganizationBrandingPoliciesParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get organization branding policies params

func (*GetOrganizationBrandingPoliciesParams) WithTimeout

WithTimeout adds the timeout to the get organization branding policies params

func (*GetOrganizationBrandingPoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationBrandingPoliciesPrioritiesOK

type GetOrganizationBrandingPoliciesPrioritiesOK struct {
	Payload interface{}
}

GetOrganizationBrandingPoliciesPrioritiesOK handles this case with default header values.

Successful operation

func NewGetOrganizationBrandingPoliciesPrioritiesOK

func NewGetOrganizationBrandingPoliciesPrioritiesOK() *GetOrganizationBrandingPoliciesPrioritiesOK

NewGetOrganizationBrandingPoliciesPrioritiesOK creates a GetOrganizationBrandingPoliciesPrioritiesOK with default headers values

func (*GetOrganizationBrandingPoliciesPrioritiesOK) Error

func (*GetOrganizationBrandingPoliciesPrioritiesOK) GetPayload

func (o *GetOrganizationBrandingPoliciesPrioritiesOK) GetPayload() interface{}

type GetOrganizationBrandingPoliciesPrioritiesParams

type GetOrganizationBrandingPoliciesPrioritiesParams struct {

	/*OrganizationID*/
	OrganizationID string

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

GetOrganizationBrandingPoliciesPrioritiesParams contains all the parameters to send to the API endpoint for the get organization branding policies priorities operation typically these are written to a http.Request

func NewGetOrganizationBrandingPoliciesPrioritiesParams

func NewGetOrganizationBrandingPoliciesPrioritiesParams() *GetOrganizationBrandingPoliciesPrioritiesParams

NewGetOrganizationBrandingPoliciesPrioritiesParams creates a new GetOrganizationBrandingPoliciesPrioritiesParams object with the default values initialized.

func NewGetOrganizationBrandingPoliciesPrioritiesParamsWithContext

func NewGetOrganizationBrandingPoliciesPrioritiesParamsWithContext(ctx context.Context) *GetOrganizationBrandingPoliciesPrioritiesParams

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

func NewGetOrganizationBrandingPoliciesPrioritiesParamsWithHTTPClient

func NewGetOrganizationBrandingPoliciesPrioritiesParamsWithHTTPClient(client *http.Client) *GetOrganizationBrandingPoliciesPrioritiesParams

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

func NewGetOrganizationBrandingPoliciesPrioritiesParamsWithTimeout

func NewGetOrganizationBrandingPoliciesPrioritiesParamsWithTimeout(timeout time.Duration) *GetOrganizationBrandingPoliciesPrioritiesParams

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

func (*GetOrganizationBrandingPoliciesPrioritiesParams) SetContext

SetContext adds the context to the get organization branding policies priorities params

func (*GetOrganizationBrandingPoliciesPrioritiesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get organization branding policies priorities params

func (*GetOrganizationBrandingPoliciesPrioritiesParams) SetOrganizationID

func (o *GetOrganizationBrandingPoliciesPrioritiesParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the get organization branding policies priorities params

func (*GetOrganizationBrandingPoliciesPrioritiesParams) SetTimeout

SetTimeout adds the timeout to the get organization branding policies priorities params

func (*GetOrganizationBrandingPoliciesPrioritiesParams) WithContext

WithContext adds the context to the get organization branding policies priorities params

func (*GetOrganizationBrandingPoliciesPrioritiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization branding policies priorities params

func (*GetOrganizationBrandingPoliciesPrioritiesParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get organization branding policies priorities params

func (*GetOrganizationBrandingPoliciesPrioritiesParams) WithTimeout

WithTimeout adds the timeout to the get organization branding policies priorities params

func (*GetOrganizationBrandingPoliciesPrioritiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationBrandingPoliciesPrioritiesReader

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

GetOrganizationBrandingPoliciesPrioritiesReader is a Reader for the GetOrganizationBrandingPoliciesPriorities structure.

func (*GetOrganizationBrandingPoliciesPrioritiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationBrandingPoliciesReader

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

GetOrganizationBrandingPoliciesReader is a Reader for the GetOrganizationBrandingPolicies structure.

func (*GetOrganizationBrandingPoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationBrandingPolicyOK

type GetOrganizationBrandingPolicyOK struct {
	Payload interface{}
}

GetOrganizationBrandingPolicyOK handles this case with default header values.

Successful operation

func NewGetOrganizationBrandingPolicyOK

func NewGetOrganizationBrandingPolicyOK() *GetOrganizationBrandingPolicyOK

NewGetOrganizationBrandingPolicyOK creates a GetOrganizationBrandingPolicyOK with default headers values

func (*GetOrganizationBrandingPolicyOK) Error

func (*GetOrganizationBrandingPolicyOK) GetPayload

func (o *GetOrganizationBrandingPolicyOK) GetPayload() interface{}

type GetOrganizationBrandingPolicyParams

type GetOrganizationBrandingPolicyParams struct {

	/*BrandingPolicyID*/
	BrandingPolicyID string
	/*OrganizationID*/
	OrganizationID string

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

GetOrganizationBrandingPolicyParams contains all the parameters to send to the API endpoint for the get organization branding policy operation typically these are written to a http.Request

func NewGetOrganizationBrandingPolicyParams

func NewGetOrganizationBrandingPolicyParams() *GetOrganizationBrandingPolicyParams

NewGetOrganizationBrandingPolicyParams creates a new GetOrganizationBrandingPolicyParams object with the default values initialized.

func NewGetOrganizationBrandingPolicyParamsWithContext

func NewGetOrganizationBrandingPolicyParamsWithContext(ctx context.Context) *GetOrganizationBrandingPolicyParams

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

func NewGetOrganizationBrandingPolicyParamsWithHTTPClient

func NewGetOrganizationBrandingPolicyParamsWithHTTPClient(client *http.Client) *GetOrganizationBrandingPolicyParams

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

func NewGetOrganizationBrandingPolicyParamsWithTimeout

func NewGetOrganizationBrandingPolicyParamsWithTimeout(timeout time.Duration) *GetOrganizationBrandingPolicyParams

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

func (*GetOrganizationBrandingPolicyParams) SetBrandingPolicyID

func (o *GetOrganizationBrandingPolicyParams) SetBrandingPolicyID(brandingPolicyID string)

SetBrandingPolicyID adds the brandingPolicyId to the get organization branding policy params

func (*GetOrganizationBrandingPolicyParams) SetContext

SetContext adds the context to the get organization branding policy params

func (*GetOrganizationBrandingPolicyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization branding policy params

func (*GetOrganizationBrandingPolicyParams) SetOrganizationID

func (o *GetOrganizationBrandingPolicyParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the get organization branding policy params

func (*GetOrganizationBrandingPolicyParams) SetTimeout

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

SetTimeout adds the timeout to the get organization branding policy params

func (*GetOrganizationBrandingPolicyParams) WithBrandingPolicyID

func (o *GetOrganizationBrandingPolicyParams) WithBrandingPolicyID(brandingPolicyID string) *GetOrganizationBrandingPolicyParams

WithBrandingPolicyID adds the brandingPolicyID to the get organization branding policy params

func (*GetOrganizationBrandingPolicyParams) WithContext

WithContext adds the context to the get organization branding policy params

func (*GetOrganizationBrandingPolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization branding policy params

func (*GetOrganizationBrandingPolicyParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get organization branding policy params

func (*GetOrganizationBrandingPolicyParams) WithTimeout

WithTimeout adds the timeout to the get organization branding policy params

func (*GetOrganizationBrandingPolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationBrandingPolicyReader

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

GetOrganizationBrandingPolicyReader is a Reader for the GetOrganizationBrandingPolicy structure.

func (*GetOrganizationBrandingPolicyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateOrganizationBrandingPoliciesPrioritiesOK

type UpdateOrganizationBrandingPoliciesPrioritiesOK struct {
	Payload interface{}
}

UpdateOrganizationBrandingPoliciesPrioritiesOK handles this case with default header values.

Successful operation

func NewUpdateOrganizationBrandingPoliciesPrioritiesOK

func NewUpdateOrganizationBrandingPoliciesPrioritiesOK() *UpdateOrganizationBrandingPoliciesPrioritiesOK

NewUpdateOrganizationBrandingPoliciesPrioritiesOK creates a UpdateOrganizationBrandingPoliciesPrioritiesOK with default headers values

func (*UpdateOrganizationBrandingPoliciesPrioritiesOK) Error

func (*UpdateOrganizationBrandingPoliciesPrioritiesOK) GetPayload

func (o *UpdateOrganizationBrandingPoliciesPrioritiesOK) GetPayload() interface{}

type UpdateOrganizationBrandingPoliciesPrioritiesParams

type UpdateOrganizationBrandingPoliciesPrioritiesParams struct {

	/*OrganizationID*/
	OrganizationID string
	/*UpdateOrganizationBrandingPoliciesPriorities*/
	UpdateOrganizationBrandingPoliciesPriorities *models.UpdateOrganizationBrandingPoliciesPriorities

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

UpdateOrganizationBrandingPoliciesPrioritiesParams contains all the parameters to send to the API endpoint for the update organization branding policies priorities operation typically these are written to a http.Request

func NewUpdateOrganizationBrandingPoliciesPrioritiesParams

func NewUpdateOrganizationBrandingPoliciesPrioritiesParams() *UpdateOrganizationBrandingPoliciesPrioritiesParams

NewUpdateOrganizationBrandingPoliciesPrioritiesParams creates a new UpdateOrganizationBrandingPoliciesPrioritiesParams object with the default values initialized.

func NewUpdateOrganizationBrandingPoliciesPrioritiesParamsWithContext

func NewUpdateOrganizationBrandingPoliciesPrioritiesParamsWithContext(ctx context.Context) *UpdateOrganizationBrandingPoliciesPrioritiesParams

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

func NewUpdateOrganizationBrandingPoliciesPrioritiesParamsWithHTTPClient

func NewUpdateOrganizationBrandingPoliciesPrioritiesParamsWithHTTPClient(client *http.Client) *UpdateOrganizationBrandingPoliciesPrioritiesParams

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

func NewUpdateOrganizationBrandingPoliciesPrioritiesParamsWithTimeout

func NewUpdateOrganizationBrandingPoliciesPrioritiesParamsWithTimeout(timeout time.Duration) *UpdateOrganizationBrandingPoliciesPrioritiesParams

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

func (*UpdateOrganizationBrandingPoliciesPrioritiesParams) SetContext

SetContext adds the context to the update organization branding policies priorities params

func (*UpdateOrganizationBrandingPoliciesPrioritiesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update organization branding policies priorities params

func (*UpdateOrganizationBrandingPoliciesPrioritiesParams) SetOrganizationID

func (o *UpdateOrganizationBrandingPoliciesPrioritiesParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the update organization branding policies priorities params

func (*UpdateOrganizationBrandingPoliciesPrioritiesParams) SetTimeout

SetTimeout adds the timeout to the update organization branding policies priorities params

func (*UpdateOrganizationBrandingPoliciesPrioritiesParams) SetUpdateOrganizationBrandingPoliciesPriorities

func (o *UpdateOrganizationBrandingPoliciesPrioritiesParams) SetUpdateOrganizationBrandingPoliciesPriorities(updateOrganizationBrandingPoliciesPriorities *models.UpdateOrganizationBrandingPoliciesPriorities)

SetUpdateOrganizationBrandingPoliciesPriorities adds the updateOrganizationBrandingPoliciesPriorities to the update organization branding policies priorities params

func (*UpdateOrganizationBrandingPoliciesPrioritiesParams) WithContext

WithContext adds the context to the update organization branding policies priorities params

func (*UpdateOrganizationBrandingPoliciesPrioritiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update organization branding policies priorities params

func (*UpdateOrganizationBrandingPoliciesPrioritiesParams) WithOrganizationID

WithOrganizationID adds the organizationID to the update organization branding policies priorities params

func (*UpdateOrganizationBrandingPoliciesPrioritiesParams) WithTimeout

WithTimeout adds the timeout to the update organization branding policies priorities params

func (*UpdateOrganizationBrandingPoliciesPrioritiesParams) WithUpdateOrganizationBrandingPoliciesPriorities

func (o *UpdateOrganizationBrandingPoliciesPrioritiesParams) WithUpdateOrganizationBrandingPoliciesPriorities(updateOrganizationBrandingPoliciesPriorities *models.UpdateOrganizationBrandingPoliciesPriorities) *UpdateOrganizationBrandingPoliciesPrioritiesParams

WithUpdateOrganizationBrandingPoliciesPriorities adds the updateOrganizationBrandingPoliciesPriorities to the update organization branding policies priorities params

func (*UpdateOrganizationBrandingPoliciesPrioritiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOrganizationBrandingPoliciesPrioritiesReader

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

UpdateOrganizationBrandingPoliciesPrioritiesReader is a Reader for the UpdateOrganizationBrandingPoliciesPriorities structure.

func (*UpdateOrganizationBrandingPoliciesPrioritiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateOrganizationBrandingPolicyOK

type UpdateOrganizationBrandingPolicyOK struct {
	Payload interface{}
}

UpdateOrganizationBrandingPolicyOK handles this case with default header values.

Successful operation

func NewUpdateOrganizationBrandingPolicyOK

func NewUpdateOrganizationBrandingPolicyOK() *UpdateOrganizationBrandingPolicyOK

NewUpdateOrganizationBrandingPolicyOK creates a UpdateOrganizationBrandingPolicyOK with default headers values

func (*UpdateOrganizationBrandingPolicyOK) Error

func (*UpdateOrganizationBrandingPolicyOK) GetPayload

func (o *UpdateOrganizationBrandingPolicyOK) GetPayload() interface{}

type UpdateOrganizationBrandingPolicyParams

type UpdateOrganizationBrandingPolicyParams struct {

	/*BrandingPolicyID*/
	BrandingPolicyID string
	/*OrganizationID*/
	OrganizationID string
	/*UpdateOrganizationBrandingPolicy*/
	UpdateOrganizationBrandingPolicy *models.UpdateOrganizationBrandingPolicy

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

UpdateOrganizationBrandingPolicyParams contains all the parameters to send to the API endpoint for the update organization branding policy operation typically these are written to a http.Request

func NewUpdateOrganizationBrandingPolicyParams

func NewUpdateOrganizationBrandingPolicyParams() *UpdateOrganizationBrandingPolicyParams

NewUpdateOrganizationBrandingPolicyParams creates a new UpdateOrganizationBrandingPolicyParams object with the default values initialized.

func NewUpdateOrganizationBrandingPolicyParamsWithContext

func NewUpdateOrganizationBrandingPolicyParamsWithContext(ctx context.Context) *UpdateOrganizationBrandingPolicyParams

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

func NewUpdateOrganizationBrandingPolicyParamsWithHTTPClient

func NewUpdateOrganizationBrandingPolicyParamsWithHTTPClient(client *http.Client) *UpdateOrganizationBrandingPolicyParams

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

func NewUpdateOrganizationBrandingPolicyParamsWithTimeout

func NewUpdateOrganizationBrandingPolicyParamsWithTimeout(timeout time.Duration) *UpdateOrganizationBrandingPolicyParams

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

func (*UpdateOrganizationBrandingPolicyParams) SetBrandingPolicyID

func (o *UpdateOrganizationBrandingPolicyParams) SetBrandingPolicyID(brandingPolicyID string)

SetBrandingPolicyID adds the brandingPolicyId to the update organization branding policy params

func (*UpdateOrganizationBrandingPolicyParams) SetContext

SetContext adds the context to the update organization branding policy params

func (*UpdateOrganizationBrandingPolicyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update organization branding policy params

func (*UpdateOrganizationBrandingPolicyParams) SetOrganizationID

func (o *UpdateOrganizationBrandingPolicyParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the update organization branding policy params

func (*UpdateOrganizationBrandingPolicyParams) SetTimeout

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

SetTimeout adds the timeout to the update organization branding policy params

func (*UpdateOrganizationBrandingPolicyParams) SetUpdateOrganizationBrandingPolicy

func (o *UpdateOrganizationBrandingPolicyParams) SetUpdateOrganizationBrandingPolicy(updateOrganizationBrandingPolicy *models.UpdateOrganizationBrandingPolicy)

SetUpdateOrganizationBrandingPolicy adds the updateOrganizationBrandingPolicy to the update organization branding policy params

func (*UpdateOrganizationBrandingPolicyParams) WithBrandingPolicyID

WithBrandingPolicyID adds the brandingPolicyID to the update organization branding policy params

func (*UpdateOrganizationBrandingPolicyParams) WithContext

WithContext adds the context to the update organization branding policy params

func (*UpdateOrganizationBrandingPolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update organization branding policy params

func (*UpdateOrganizationBrandingPolicyParams) WithOrganizationID

WithOrganizationID adds the organizationID to the update organization branding policy params

func (*UpdateOrganizationBrandingPolicyParams) WithTimeout

WithTimeout adds the timeout to the update organization branding policy params

func (*UpdateOrganizationBrandingPolicyParams) WithUpdateOrganizationBrandingPolicy

func (o *UpdateOrganizationBrandingPolicyParams) WithUpdateOrganizationBrandingPolicy(updateOrganizationBrandingPolicy *models.UpdateOrganizationBrandingPolicy) *UpdateOrganizationBrandingPolicyParams

WithUpdateOrganizationBrandingPolicy adds the updateOrganizationBrandingPolicy to the update organization branding policy params

func (*UpdateOrganizationBrandingPolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOrganizationBrandingPolicyReader

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

UpdateOrganizationBrandingPolicyReader is a Reader for the UpdateOrganizationBrandingPolicy structure.

func (*UpdateOrganizationBrandingPolicyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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