directory_server_controller

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for directory server controller API

func (*Client) CreateDirectoryServerUsingPOST

CreateDirectoryServerUsingPOST creates a new directory server definition

func (*Client) DeleteDirectoryServerUsingDELETE

DeleteDirectoryServerUsingDELETE deletes a directory server definition

func (*Client) GetDirectoryServerUsingGET

func (a *Client) GetDirectoryServerUsingGET(params *GetDirectoryServerUsingGETParams) (*GetDirectoryServerUsingGETOK, error)

GetDirectoryServerUsingGET retrieves a directory server definition

func (*Client) GetDirectoryServersUsingGET

func (a *Client) GetDirectoryServersUsingGET(params *GetDirectoryServersUsingGETParams) (*GetDirectoryServersUsingGETOK, error)

GetDirectoryServersUsingGET retrieves all directory server definitions

func (*Client) GetPotentialGroupsUsingGET

func (a *Client) GetPotentialGroupsUsingGET(params *GetPotentialGroupsUsingGETParams) (*GetPotentialGroupsUsingGETOK, error)

GetPotentialGroupsUsingGET searches for groups to be imported inside a given directory server

func (*Client) GetPotentialUsersUsingGET

func (a *Client) GetPotentialUsersUsingGET(params *GetPotentialUsersUsingGETParams) (*GetPotentialUsersUsingGETOK, error)

GetPotentialUsersUsingGET searches for users to be imported inside a given directory server

func (*Client) PatchDirectoryServerUsingPATCH

PatchDirectoryServerUsingPATCH patches a directory server definition

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) TestDirectoryServerConnectivityUsingPOST

TestDirectoryServerConnectivityUsingPOST connectivities test for directory server

func (*Client) UpdateDirectoryServerUsingPUT

UpdateDirectoryServerUsingPUT updates a directory server definition

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new directory server controller API client.

type CreateDirectoryServerUsingPOSTCreated

type CreateDirectoryServerUsingPOSTCreated struct {
}

CreateDirectoryServerUsingPOSTCreated handles this case with default header values.

Created

func NewCreateDirectoryServerUsingPOSTCreated

func NewCreateDirectoryServerUsingPOSTCreated() *CreateDirectoryServerUsingPOSTCreated

NewCreateDirectoryServerUsingPOSTCreated creates a CreateDirectoryServerUsingPOSTCreated with default headers values

func (*CreateDirectoryServerUsingPOSTCreated) Error

type CreateDirectoryServerUsingPOSTForbidden

type CreateDirectoryServerUsingPOSTForbidden struct {
}

CreateDirectoryServerUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewCreateDirectoryServerUsingPOSTForbidden

func NewCreateDirectoryServerUsingPOSTForbidden() *CreateDirectoryServerUsingPOSTForbidden

NewCreateDirectoryServerUsingPOSTForbidden creates a CreateDirectoryServerUsingPOSTForbidden with default headers values

func (*CreateDirectoryServerUsingPOSTForbidden) Error

type CreateDirectoryServerUsingPOSTNotFound

type CreateDirectoryServerUsingPOSTNotFound struct {
}

CreateDirectoryServerUsingPOSTNotFound handles this case with default header values.

Not Found

func NewCreateDirectoryServerUsingPOSTNotFound

func NewCreateDirectoryServerUsingPOSTNotFound() *CreateDirectoryServerUsingPOSTNotFound

NewCreateDirectoryServerUsingPOSTNotFound creates a CreateDirectoryServerUsingPOSTNotFound with default headers values

func (*CreateDirectoryServerUsingPOSTNotFound) Error

type CreateDirectoryServerUsingPOSTOK

type CreateDirectoryServerUsingPOSTOK struct {
	Payload *models.DirectoryServerDto
}

CreateDirectoryServerUsingPOSTOK handles this case with default header values.

OK

func NewCreateDirectoryServerUsingPOSTOK

func NewCreateDirectoryServerUsingPOSTOK() *CreateDirectoryServerUsingPOSTOK

NewCreateDirectoryServerUsingPOSTOK creates a CreateDirectoryServerUsingPOSTOK with default headers values

func (*CreateDirectoryServerUsingPOSTOK) Error

func (*CreateDirectoryServerUsingPOSTOK) GetPayload

type CreateDirectoryServerUsingPOSTParams

type CreateDirectoryServerUsingPOSTParams struct {

	/*DirectoryServerDto
	  directoryServerDto

	*/
	DirectoryServerDto *models.DirectoryServerDto

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

CreateDirectoryServerUsingPOSTParams contains all the parameters to send to the API endpoint for the create directory server using p o s t operation typically these are written to a http.Request

func NewCreateDirectoryServerUsingPOSTParams

func NewCreateDirectoryServerUsingPOSTParams() *CreateDirectoryServerUsingPOSTParams

NewCreateDirectoryServerUsingPOSTParams creates a new CreateDirectoryServerUsingPOSTParams object with the default values initialized.

func NewCreateDirectoryServerUsingPOSTParamsWithContext

func NewCreateDirectoryServerUsingPOSTParamsWithContext(ctx context.Context) *CreateDirectoryServerUsingPOSTParams

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

func NewCreateDirectoryServerUsingPOSTParamsWithHTTPClient

func NewCreateDirectoryServerUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateDirectoryServerUsingPOSTParams

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

func NewCreateDirectoryServerUsingPOSTParamsWithTimeout

func NewCreateDirectoryServerUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateDirectoryServerUsingPOSTParams

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

func (*CreateDirectoryServerUsingPOSTParams) SetContext

SetContext adds the context to the create directory server using p o s t params

func (*CreateDirectoryServerUsingPOSTParams) SetDirectoryServerDto

func (o *CreateDirectoryServerUsingPOSTParams) SetDirectoryServerDto(directoryServerDto *models.DirectoryServerDto)

SetDirectoryServerDto adds the directoryServerDto to the create directory server using p o s t params

func (*CreateDirectoryServerUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create directory server using p o s t params

func (*CreateDirectoryServerUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the create directory server using p o s t params

func (*CreateDirectoryServerUsingPOSTParams) WithContext

WithContext adds the context to the create directory server using p o s t params

func (*CreateDirectoryServerUsingPOSTParams) WithDirectoryServerDto

WithDirectoryServerDto adds the directoryServerDto to the create directory server using p o s t params

func (*CreateDirectoryServerUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create directory server using p o s t params

func (*CreateDirectoryServerUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the create directory server using p o s t params

func (*CreateDirectoryServerUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDirectoryServerUsingPOSTReader

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

CreateDirectoryServerUsingPOSTReader is a Reader for the CreateDirectoryServerUsingPOST structure.

func (*CreateDirectoryServerUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDirectoryServerUsingPOSTUnauthorized

type CreateDirectoryServerUsingPOSTUnauthorized struct {
}

CreateDirectoryServerUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewCreateDirectoryServerUsingPOSTUnauthorized

func NewCreateDirectoryServerUsingPOSTUnauthorized() *CreateDirectoryServerUsingPOSTUnauthorized

NewCreateDirectoryServerUsingPOSTUnauthorized creates a CreateDirectoryServerUsingPOSTUnauthorized with default headers values

func (*CreateDirectoryServerUsingPOSTUnauthorized) Error

type DeleteDirectoryServerUsingDELETEForbidden

type DeleteDirectoryServerUsingDELETEForbidden struct {
}

DeleteDirectoryServerUsingDELETEForbidden handles this case with default header values.

Forbidden

func NewDeleteDirectoryServerUsingDELETEForbidden

func NewDeleteDirectoryServerUsingDELETEForbidden() *DeleteDirectoryServerUsingDELETEForbidden

NewDeleteDirectoryServerUsingDELETEForbidden creates a DeleteDirectoryServerUsingDELETEForbidden with default headers values

func (*DeleteDirectoryServerUsingDELETEForbidden) Error

type DeleteDirectoryServerUsingDELETENoContent

type DeleteDirectoryServerUsingDELETENoContent struct {
}

DeleteDirectoryServerUsingDELETENoContent handles this case with default header values.

No Content

func NewDeleteDirectoryServerUsingDELETENoContent

func NewDeleteDirectoryServerUsingDELETENoContent() *DeleteDirectoryServerUsingDELETENoContent

NewDeleteDirectoryServerUsingDELETENoContent creates a DeleteDirectoryServerUsingDELETENoContent with default headers values

func (*DeleteDirectoryServerUsingDELETENoContent) Error

type DeleteDirectoryServerUsingDELETEOK

type DeleteDirectoryServerUsingDELETEOK struct {
}

DeleteDirectoryServerUsingDELETEOK handles this case with default header values.

OK

func NewDeleteDirectoryServerUsingDELETEOK

func NewDeleteDirectoryServerUsingDELETEOK() *DeleteDirectoryServerUsingDELETEOK

NewDeleteDirectoryServerUsingDELETEOK creates a DeleteDirectoryServerUsingDELETEOK with default headers values

func (*DeleteDirectoryServerUsingDELETEOK) Error

type DeleteDirectoryServerUsingDELETEParams

type DeleteDirectoryServerUsingDELETEParams struct {

	/*DirectoryServerID
	  directoryServerId

	*/
	DirectoryServerID int64

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

DeleteDirectoryServerUsingDELETEParams contains all the parameters to send to the API endpoint for the delete directory server using d e l e t e operation typically these are written to a http.Request

func NewDeleteDirectoryServerUsingDELETEParams

func NewDeleteDirectoryServerUsingDELETEParams() *DeleteDirectoryServerUsingDELETEParams

NewDeleteDirectoryServerUsingDELETEParams creates a new DeleteDirectoryServerUsingDELETEParams object with the default values initialized.

func NewDeleteDirectoryServerUsingDELETEParamsWithContext

func NewDeleteDirectoryServerUsingDELETEParamsWithContext(ctx context.Context) *DeleteDirectoryServerUsingDELETEParams

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

func NewDeleteDirectoryServerUsingDELETEParamsWithHTTPClient

func NewDeleteDirectoryServerUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteDirectoryServerUsingDELETEParams

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

func NewDeleteDirectoryServerUsingDELETEParamsWithTimeout

func NewDeleteDirectoryServerUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteDirectoryServerUsingDELETEParams

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

func (*DeleteDirectoryServerUsingDELETEParams) SetContext

SetContext adds the context to the delete directory server using d e l e t e params

func (*DeleteDirectoryServerUsingDELETEParams) SetDirectoryServerID

func (o *DeleteDirectoryServerUsingDELETEParams) SetDirectoryServerID(directoryServerID int64)

SetDirectoryServerID adds the directoryServerId to the delete directory server using d e l e t e params

func (*DeleteDirectoryServerUsingDELETEParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete directory server using d e l e t e params

func (*DeleteDirectoryServerUsingDELETEParams) SetTimeout

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

SetTimeout adds the timeout to the delete directory server using d e l e t e params

func (*DeleteDirectoryServerUsingDELETEParams) WithContext

WithContext adds the context to the delete directory server using d e l e t e params

func (*DeleteDirectoryServerUsingDELETEParams) WithDirectoryServerID

func (o *DeleteDirectoryServerUsingDELETEParams) WithDirectoryServerID(directoryServerID int64) *DeleteDirectoryServerUsingDELETEParams

WithDirectoryServerID adds the directoryServerID to the delete directory server using d e l e t e params

func (*DeleteDirectoryServerUsingDELETEParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete directory server using d e l e t e params

func (*DeleteDirectoryServerUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the delete directory server using d e l e t e params

func (*DeleteDirectoryServerUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDirectoryServerUsingDELETEReader

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

DeleteDirectoryServerUsingDELETEReader is a Reader for the DeleteDirectoryServerUsingDELETE structure.

func (*DeleteDirectoryServerUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDirectoryServerUsingDELETEUnauthorized

type DeleteDirectoryServerUsingDELETEUnauthorized struct {
}

DeleteDirectoryServerUsingDELETEUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteDirectoryServerUsingDELETEUnauthorized

func NewDeleteDirectoryServerUsingDELETEUnauthorized() *DeleteDirectoryServerUsingDELETEUnauthorized

NewDeleteDirectoryServerUsingDELETEUnauthorized creates a DeleteDirectoryServerUsingDELETEUnauthorized with default headers values

func (*DeleteDirectoryServerUsingDELETEUnauthorized) Error

type GetDirectoryServerUsingGETForbidden

type GetDirectoryServerUsingGETForbidden struct {
}

GetDirectoryServerUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetDirectoryServerUsingGETForbidden

func NewGetDirectoryServerUsingGETForbidden() *GetDirectoryServerUsingGETForbidden

NewGetDirectoryServerUsingGETForbidden creates a GetDirectoryServerUsingGETForbidden with default headers values

func (*GetDirectoryServerUsingGETForbidden) Error

type GetDirectoryServerUsingGETNotFound

type GetDirectoryServerUsingGETNotFound struct {
}

GetDirectoryServerUsingGETNotFound handles this case with default header values.

Not Found

func NewGetDirectoryServerUsingGETNotFound

func NewGetDirectoryServerUsingGETNotFound() *GetDirectoryServerUsingGETNotFound

NewGetDirectoryServerUsingGETNotFound creates a GetDirectoryServerUsingGETNotFound with default headers values

func (*GetDirectoryServerUsingGETNotFound) Error

type GetDirectoryServerUsingGETOK

type GetDirectoryServerUsingGETOK struct {
	Payload *models.DirectoryServerDto
}

GetDirectoryServerUsingGETOK handles this case with default header values.

OK

func NewGetDirectoryServerUsingGETOK

func NewGetDirectoryServerUsingGETOK() *GetDirectoryServerUsingGETOK

NewGetDirectoryServerUsingGETOK creates a GetDirectoryServerUsingGETOK with default headers values

func (*GetDirectoryServerUsingGETOK) Error

func (*GetDirectoryServerUsingGETOK) GetPayload

type GetDirectoryServerUsingGETParams

type GetDirectoryServerUsingGETParams struct {

	/*DirectoryServerID
	  directoryServerId

	*/
	DirectoryServerID int64

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

GetDirectoryServerUsingGETParams contains all the parameters to send to the API endpoint for the get directory server using g e t operation typically these are written to a http.Request

func NewGetDirectoryServerUsingGETParams

func NewGetDirectoryServerUsingGETParams() *GetDirectoryServerUsingGETParams

NewGetDirectoryServerUsingGETParams creates a new GetDirectoryServerUsingGETParams object with the default values initialized.

func NewGetDirectoryServerUsingGETParamsWithContext

func NewGetDirectoryServerUsingGETParamsWithContext(ctx context.Context) *GetDirectoryServerUsingGETParams

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

func NewGetDirectoryServerUsingGETParamsWithHTTPClient

func NewGetDirectoryServerUsingGETParamsWithHTTPClient(client *http.Client) *GetDirectoryServerUsingGETParams

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

func NewGetDirectoryServerUsingGETParamsWithTimeout

func NewGetDirectoryServerUsingGETParamsWithTimeout(timeout time.Duration) *GetDirectoryServerUsingGETParams

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

func (*GetDirectoryServerUsingGETParams) SetContext

SetContext adds the context to the get directory server using g e t params

func (*GetDirectoryServerUsingGETParams) SetDirectoryServerID

func (o *GetDirectoryServerUsingGETParams) SetDirectoryServerID(directoryServerID int64)

SetDirectoryServerID adds the directoryServerId to the get directory server using g e t params

func (*GetDirectoryServerUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get directory server using g e t params

func (*GetDirectoryServerUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get directory server using g e t params

func (*GetDirectoryServerUsingGETParams) WithContext

WithContext adds the context to the get directory server using g e t params

func (*GetDirectoryServerUsingGETParams) WithDirectoryServerID

func (o *GetDirectoryServerUsingGETParams) WithDirectoryServerID(directoryServerID int64) *GetDirectoryServerUsingGETParams

WithDirectoryServerID adds the directoryServerID to the get directory server using g e t params

func (*GetDirectoryServerUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get directory server using g e t params

func (*GetDirectoryServerUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get directory server using g e t params

func (*GetDirectoryServerUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDirectoryServerUsingGETReader

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

GetDirectoryServerUsingGETReader is a Reader for the GetDirectoryServerUsingGET structure.

func (*GetDirectoryServerUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDirectoryServerUsingGETUnauthorized

type GetDirectoryServerUsingGETUnauthorized struct {
}

GetDirectoryServerUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetDirectoryServerUsingGETUnauthorized

func NewGetDirectoryServerUsingGETUnauthorized() *GetDirectoryServerUsingGETUnauthorized

NewGetDirectoryServerUsingGETUnauthorized creates a GetDirectoryServerUsingGETUnauthorized with default headers values

func (*GetDirectoryServerUsingGETUnauthorized) Error

type GetDirectoryServersUsingGETForbidden

type GetDirectoryServersUsingGETForbidden struct {
}

GetDirectoryServersUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetDirectoryServersUsingGETForbidden

func NewGetDirectoryServersUsingGETForbidden() *GetDirectoryServersUsingGETForbidden

NewGetDirectoryServersUsingGETForbidden creates a GetDirectoryServersUsingGETForbidden with default headers values

func (*GetDirectoryServersUsingGETForbidden) Error

type GetDirectoryServersUsingGETNotFound

type GetDirectoryServersUsingGETNotFound struct {
}

GetDirectoryServersUsingGETNotFound handles this case with default header values.

Not Found

func NewGetDirectoryServersUsingGETNotFound

func NewGetDirectoryServersUsingGETNotFound() *GetDirectoryServersUsingGETNotFound

NewGetDirectoryServersUsingGETNotFound creates a GetDirectoryServersUsingGETNotFound with default headers values

func (*GetDirectoryServersUsingGETNotFound) Error

type GetDirectoryServersUsingGETOK

type GetDirectoryServersUsingGETOK struct {
	Payload *models.ListHolderDtoDirectoryServerDto
}

GetDirectoryServersUsingGETOK handles this case with default header values.

OK

func NewGetDirectoryServersUsingGETOK

func NewGetDirectoryServersUsingGETOK() *GetDirectoryServersUsingGETOK

NewGetDirectoryServersUsingGETOK creates a GetDirectoryServersUsingGETOK with default headers values

func (*GetDirectoryServersUsingGETOK) Error

func (*GetDirectoryServersUsingGETOK) GetPayload

type GetDirectoryServersUsingGETParams

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

GetDirectoryServersUsingGETParams contains all the parameters to send to the API endpoint for the get directory servers using g e t operation typically these are written to a http.Request

func NewGetDirectoryServersUsingGETParams

func NewGetDirectoryServersUsingGETParams() *GetDirectoryServersUsingGETParams

NewGetDirectoryServersUsingGETParams creates a new GetDirectoryServersUsingGETParams object with the default values initialized.

func NewGetDirectoryServersUsingGETParamsWithContext

func NewGetDirectoryServersUsingGETParamsWithContext(ctx context.Context) *GetDirectoryServersUsingGETParams

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

func NewGetDirectoryServersUsingGETParamsWithHTTPClient

func NewGetDirectoryServersUsingGETParamsWithHTTPClient(client *http.Client) *GetDirectoryServersUsingGETParams

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

func NewGetDirectoryServersUsingGETParamsWithTimeout

func NewGetDirectoryServersUsingGETParamsWithTimeout(timeout time.Duration) *GetDirectoryServersUsingGETParams

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

func (*GetDirectoryServersUsingGETParams) SetContext

SetContext adds the context to the get directory servers using g e t params

func (*GetDirectoryServersUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get directory servers using g e t params

func (*GetDirectoryServersUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get directory servers using g e t params

func (*GetDirectoryServersUsingGETParams) WithContext

WithContext adds the context to the get directory servers using g e t params

func (*GetDirectoryServersUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get directory servers using g e t params

func (*GetDirectoryServersUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get directory servers using g e t params

func (*GetDirectoryServersUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDirectoryServersUsingGETReader

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

GetDirectoryServersUsingGETReader is a Reader for the GetDirectoryServersUsingGET structure.

func (*GetDirectoryServersUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDirectoryServersUsingGETUnauthorized

type GetDirectoryServersUsingGETUnauthorized struct {
}

GetDirectoryServersUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetDirectoryServersUsingGETUnauthorized

func NewGetDirectoryServersUsingGETUnauthorized() *GetDirectoryServersUsingGETUnauthorized

NewGetDirectoryServersUsingGETUnauthorized creates a GetDirectoryServersUsingGETUnauthorized with default headers values

func (*GetDirectoryServersUsingGETUnauthorized) Error

type GetPotentialGroupsUsingGETForbidden

type GetPotentialGroupsUsingGETForbidden struct {
}

GetPotentialGroupsUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetPotentialGroupsUsingGETForbidden

func NewGetPotentialGroupsUsingGETForbidden() *GetPotentialGroupsUsingGETForbidden

NewGetPotentialGroupsUsingGETForbidden creates a GetPotentialGroupsUsingGETForbidden with default headers values

func (*GetPotentialGroupsUsingGETForbidden) Error

type GetPotentialGroupsUsingGETNotFound

type GetPotentialGroupsUsingGETNotFound struct {
}

GetPotentialGroupsUsingGETNotFound handles this case with default header values.

Not Found

func NewGetPotentialGroupsUsingGETNotFound

func NewGetPotentialGroupsUsingGETNotFound() *GetPotentialGroupsUsingGETNotFound

NewGetPotentialGroupsUsingGETNotFound creates a GetPotentialGroupsUsingGETNotFound with default headers values

func (*GetPotentialGroupsUsingGETNotFound) Error

type GetPotentialGroupsUsingGETOK

type GetPotentialGroupsUsingGETOK struct {
	Payload *models.ListHolderDtoUserGroupDto
}

GetPotentialGroupsUsingGETOK handles this case with default header values.

OK

func NewGetPotentialGroupsUsingGETOK

func NewGetPotentialGroupsUsingGETOK() *GetPotentialGroupsUsingGETOK

NewGetPotentialGroupsUsingGETOK creates a GetPotentialGroupsUsingGETOK with default headers values

func (*GetPotentialGroupsUsingGETOK) Error

func (*GetPotentialGroupsUsingGETOK) GetPayload

type GetPotentialGroupsUsingGETParams

type GetPotentialGroupsUsingGETParams struct {

	/*DirectoryServer
	  directoryServerId

	*/
	DirectoryServer int64
	/*Filter
	  filter

	*/
	Filter *string
	/*FilterExistEntities
	  filterExistEntities

	*/
	FilterExistEntities *bool
	/*PageSize
	  pageSize

	*/
	PageSize *int32

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

GetPotentialGroupsUsingGETParams contains all the parameters to send to the API endpoint for the get potential groups using g e t operation typically these are written to a http.Request

func NewGetPotentialGroupsUsingGETParams

func NewGetPotentialGroupsUsingGETParams() *GetPotentialGroupsUsingGETParams

NewGetPotentialGroupsUsingGETParams creates a new GetPotentialGroupsUsingGETParams object with the default values initialized.

func NewGetPotentialGroupsUsingGETParamsWithContext

func NewGetPotentialGroupsUsingGETParamsWithContext(ctx context.Context) *GetPotentialGroupsUsingGETParams

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

func NewGetPotentialGroupsUsingGETParamsWithHTTPClient

func NewGetPotentialGroupsUsingGETParamsWithHTTPClient(client *http.Client) *GetPotentialGroupsUsingGETParams

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

func NewGetPotentialGroupsUsingGETParamsWithTimeout

func NewGetPotentialGroupsUsingGETParamsWithTimeout(timeout time.Duration) *GetPotentialGroupsUsingGETParams

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

func (*GetPotentialGroupsUsingGETParams) SetContext

SetContext adds the context to the get potential groups using g e t params

func (*GetPotentialGroupsUsingGETParams) SetDirectoryServer

func (o *GetPotentialGroupsUsingGETParams) SetDirectoryServer(directoryServer int64)

SetDirectoryServer adds the directoryServer to the get potential groups using g e t params

func (*GetPotentialGroupsUsingGETParams) SetFilter

func (o *GetPotentialGroupsUsingGETParams) SetFilter(filter *string)

SetFilter adds the filter to the get potential groups using g e t params

func (*GetPotentialGroupsUsingGETParams) SetFilterExistEntities

func (o *GetPotentialGroupsUsingGETParams) SetFilterExistEntities(filterExistEntities *bool)

SetFilterExistEntities adds the filterExistEntities to the get potential groups using g e t params

func (*GetPotentialGroupsUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get potential groups using g e t params

func (*GetPotentialGroupsUsingGETParams) SetPageSize

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

SetPageSize adds the pageSize to the get potential groups using g e t params

func (*GetPotentialGroupsUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get potential groups using g e t params

func (*GetPotentialGroupsUsingGETParams) WithContext

WithContext adds the context to the get potential groups using g e t params

func (*GetPotentialGroupsUsingGETParams) WithDirectoryServer

func (o *GetPotentialGroupsUsingGETParams) WithDirectoryServer(directoryServer int64) *GetPotentialGroupsUsingGETParams

WithDirectoryServer adds the directoryServer to the get potential groups using g e t params

func (*GetPotentialGroupsUsingGETParams) WithFilter

WithFilter adds the filter to the get potential groups using g e t params

func (*GetPotentialGroupsUsingGETParams) WithFilterExistEntities

func (o *GetPotentialGroupsUsingGETParams) WithFilterExistEntities(filterExistEntities *bool) *GetPotentialGroupsUsingGETParams

WithFilterExistEntities adds the filterExistEntities to the get potential groups using g e t params

func (*GetPotentialGroupsUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get potential groups using g e t params

func (*GetPotentialGroupsUsingGETParams) WithPageSize

WithPageSize adds the pageSize to the get potential groups using g e t params

func (*GetPotentialGroupsUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get potential groups using g e t params

func (*GetPotentialGroupsUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPotentialGroupsUsingGETReader

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

GetPotentialGroupsUsingGETReader is a Reader for the GetPotentialGroupsUsingGET structure.

func (*GetPotentialGroupsUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPotentialGroupsUsingGETUnauthorized

type GetPotentialGroupsUsingGETUnauthorized struct {
}

GetPotentialGroupsUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetPotentialGroupsUsingGETUnauthorized

func NewGetPotentialGroupsUsingGETUnauthorized() *GetPotentialGroupsUsingGETUnauthorized

NewGetPotentialGroupsUsingGETUnauthorized creates a GetPotentialGroupsUsingGETUnauthorized with default headers values

func (*GetPotentialGroupsUsingGETUnauthorized) Error

type GetPotentialUsersUsingGETForbidden

type GetPotentialUsersUsingGETForbidden struct {
}

GetPotentialUsersUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetPotentialUsersUsingGETForbidden

func NewGetPotentialUsersUsingGETForbidden() *GetPotentialUsersUsingGETForbidden

NewGetPotentialUsersUsingGETForbidden creates a GetPotentialUsersUsingGETForbidden with default headers values

func (*GetPotentialUsersUsingGETForbidden) Error

type GetPotentialUsersUsingGETNotFound

type GetPotentialUsersUsingGETNotFound struct {
}

GetPotentialUsersUsingGETNotFound handles this case with default header values.

Not Found

func NewGetPotentialUsersUsingGETNotFound

func NewGetPotentialUsersUsingGETNotFound() *GetPotentialUsersUsingGETNotFound

NewGetPotentialUsersUsingGETNotFound creates a GetPotentialUsersUsingGETNotFound with default headers values

func (*GetPotentialUsersUsingGETNotFound) Error

type GetPotentialUsersUsingGETOK

type GetPotentialUsersUsingGETOK struct {
	Payload *models.ListHolderDtoUserDto
}

GetPotentialUsersUsingGETOK handles this case with default header values.

OK

func NewGetPotentialUsersUsingGETOK

func NewGetPotentialUsersUsingGETOK() *GetPotentialUsersUsingGETOK

NewGetPotentialUsersUsingGETOK creates a GetPotentialUsersUsingGETOK with default headers values

func (*GetPotentialUsersUsingGETOK) Error

func (*GetPotentialUsersUsingGETOK) GetPayload

type GetPotentialUsersUsingGETParams

type GetPotentialUsersUsingGETParams struct {

	/*DirectoryServer
	  directoryServerId

	*/
	DirectoryServer int64
	/*Filter
	  filter

	*/
	Filter *string
	/*FilterExistEntities
	  filterExistEntities

	*/
	FilterExistEntities *bool
	/*PageSize
	  pageSize

	*/
	PageSize *int32

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

GetPotentialUsersUsingGETParams contains all the parameters to send to the API endpoint for the get potential users using g e t operation typically these are written to a http.Request

func NewGetPotentialUsersUsingGETParams

func NewGetPotentialUsersUsingGETParams() *GetPotentialUsersUsingGETParams

NewGetPotentialUsersUsingGETParams creates a new GetPotentialUsersUsingGETParams object with the default values initialized.

func NewGetPotentialUsersUsingGETParamsWithContext

func NewGetPotentialUsersUsingGETParamsWithContext(ctx context.Context) *GetPotentialUsersUsingGETParams

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

func NewGetPotentialUsersUsingGETParamsWithHTTPClient

func NewGetPotentialUsersUsingGETParamsWithHTTPClient(client *http.Client) *GetPotentialUsersUsingGETParams

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

func NewGetPotentialUsersUsingGETParamsWithTimeout

func NewGetPotentialUsersUsingGETParamsWithTimeout(timeout time.Duration) *GetPotentialUsersUsingGETParams

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

func (*GetPotentialUsersUsingGETParams) SetContext

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

SetContext adds the context to the get potential users using g e t params

func (*GetPotentialUsersUsingGETParams) SetDirectoryServer

func (o *GetPotentialUsersUsingGETParams) SetDirectoryServer(directoryServer int64)

SetDirectoryServer adds the directoryServer to the get potential users using g e t params

func (*GetPotentialUsersUsingGETParams) SetFilter

func (o *GetPotentialUsersUsingGETParams) SetFilter(filter *string)

SetFilter adds the filter to the get potential users using g e t params

func (*GetPotentialUsersUsingGETParams) SetFilterExistEntities

func (o *GetPotentialUsersUsingGETParams) SetFilterExistEntities(filterExistEntities *bool)

SetFilterExistEntities adds the filterExistEntities to the get potential users using g e t params

func (*GetPotentialUsersUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get potential users using g e t params

func (*GetPotentialUsersUsingGETParams) SetPageSize

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

SetPageSize adds the pageSize to the get potential users using g e t params

func (*GetPotentialUsersUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get potential users using g e t params

func (*GetPotentialUsersUsingGETParams) WithContext

WithContext adds the context to the get potential users using g e t params

func (*GetPotentialUsersUsingGETParams) WithDirectoryServer

func (o *GetPotentialUsersUsingGETParams) WithDirectoryServer(directoryServer int64) *GetPotentialUsersUsingGETParams

WithDirectoryServer adds the directoryServer to the get potential users using g e t params

func (*GetPotentialUsersUsingGETParams) WithFilter

WithFilter adds the filter to the get potential users using g e t params

func (*GetPotentialUsersUsingGETParams) WithFilterExistEntities

func (o *GetPotentialUsersUsingGETParams) WithFilterExistEntities(filterExistEntities *bool) *GetPotentialUsersUsingGETParams

WithFilterExistEntities adds the filterExistEntities to the get potential users using g e t params

func (*GetPotentialUsersUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get potential users using g e t params

func (*GetPotentialUsersUsingGETParams) WithPageSize

WithPageSize adds the pageSize to the get potential users using g e t params

func (*GetPotentialUsersUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get potential users using g e t params

func (*GetPotentialUsersUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPotentialUsersUsingGETReader

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

GetPotentialUsersUsingGETReader is a Reader for the GetPotentialUsersUsingGET structure.

func (*GetPotentialUsersUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPotentialUsersUsingGETUnauthorized

type GetPotentialUsersUsingGETUnauthorized struct {
}

GetPotentialUsersUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetPotentialUsersUsingGETUnauthorized

func NewGetPotentialUsersUsingGETUnauthorized() *GetPotentialUsersUsingGETUnauthorized

NewGetPotentialUsersUsingGETUnauthorized creates a GetPotentialUsersUsingGETUnauthorized with default headers values

func (*GetPotentialUsersUsingGETUnauthorized) Error

type PatchDirectoryServerUsingPATCHForbidden

type PatchDirectoryServerUsingPATCHForbidden struct {
}

PatchDirectoryServerUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewPatchDirectoryServerUsingPATCHForbidden

func NewPatchDirectoryServerUsingPATCHForbidden() *PatchDirectoryServerUsingPATCHForbidden

NewPatchDirectoryServerUsingPATCHForbidden creates a PatchDirectoryServerUsingPATCHForbidden with default headers values

func (*PatchDirectoryServerUsingPATCHForbidden) Error

type PatchDirectoryServerUsingPATCHNoContent

type PatchDirectoryServerUsingPATCHNoContent struct {
}

PatchDirectoryServerUsingPATCHNoContent handles this case with default header values.

No Content

func NewPatchDirectoryServerUsingPATCHNoContent

func NewPatchDirectoryServerUsingPATCHNoContent() *PatchDirectoryServerUsingPATCHNoContent

NewPatchDirectoryServerUsingPATCHNoContent creates a PatchDirectoryServerUsingPATCHNoContent with default headers values

func (*PatchDirectoryServerUsingPATCHNoContent) Error

type PatchDirectoryServerUsingPATCHOK

type PatchDirectoryServerUsingPATCHOK struct {
	Payload *models.DirectoryServerDto
}

PatchDirectoryServerUsingPATCHOK handles this case with default header values.

OK

func NewPatchDirectoryServerUsingPATCHOK

func NewPatchDirectoryServerUsingPATCHOK() *PatchDirectoryServerUsingPATCHOK

NewPatchDirectoryServerUsingPATCHOK creates a PatchDirectoryServerUsingPATCHOK with default headers values

func (*PatchDirectoryServerUsingPATCHOK) Error

func (*PatchDirectoryServerUsingPATCHOK) GetPayload

type PatchDirectoryServerUsingPATCHParams

type PatchDirectoryServerUsingPATCHParams struct {

	/*DirectoryServerDto
	  directoryServerDto

	*/
	DirectoryServerDto *models.DirectoryServerDto
	/*DirectoryServerID
	  directoryServerId

	*/
	DirectoryServerID int64

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

PatchDirectoryServerUsingPATCHParams contains all the parameters to send to the API endpoint for the patch directory server using p a t c h operation typically these are written to a http.Request

func NewPatchDirectoryServerUsingPATCHParams

func NewPatchDirectoryServerUsingPATCHParams() *PatchDirectoryServerUsingPATCHParams

NewPatchDirectoryServerUsingPATCHParams creates a new PatchDirectoryServerUsingPATCHParams object with the default values initialized.

func NewPatchDirectoryServerUsingPATCHParamsWithContext

func NewPatchDirectoryServerUsingPATCHParamsWithContext(ctx context.Context) *PatchDirectoryServerUsingPATCHParams

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

func NewPatchDirectoryServerUsingPATCHParamsWithHTTPClient

func NewPatchDirectoryServerUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchDirectoryServerUsingPATCHParams

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

func NewPatchDirectoryServerUsingPATCHParamsWithTimeout

func NewPatchDirectoryServerUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchDirectoryServerUsingPATCHParams

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

func (*PatchDirectoryServerUsingPATCHParams) SetContext

SetContext adds the context to the patch directory server using p a t c h params

func (*PatchDirectoryServerUsingPATCHParams) SetDirectoryServerDto

func (o *PatchDirectoryServerUsingPATCHParams) SetDirectoryServerDto(directoryServerDto *models.DirectoryServerDto)

SetDirectoryServerDto adds the directoryServerDto to the patch directory server using p a t c h params

func (*PatchDirectoryServerUsingPATCHParams) SetDirectoryServerID

func (o *PatchDirectoryServerUsingPATCHParams) SetDirectoryServerID(directoryServerID int64)

SetDirectoryServerID adds the directoryServerId to the patch directory server using p a t c h params

func (*PatchDirectoryServerUsingPATCHParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch directory server using p a t c h params

func (*PatchDirectoryServerUsingPATCHParams) SetTimeout

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

SetTimeout adds the timeout to the patch directory server using p a t c h params

func (*PatchDirectoryServerUsingPATCHParams) WithContext

WithContext adds the context to the patch directory server using p a t c h params

func (*PatchDirectoryServerUsingPATCHParams) WithDirectoryServerDto

WithDirectoryServerDto adds the directoryServerDto to the patch directory server using p a t c h params

func (*PatchDirectoryServerUsingPATCHParams) WithDirectoryServerID

func (o *PatchDirectoryServerUsingPATCHParams) WithDirectoryServerID(directoryServerID int64) *PatchDirectoryServerUsingPATCHParams

WithDirectoryServerID adds the directoryServerID to the patch directory server using p a t c h params

func (*PatchDirectoryServerUsingPATCHParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch directory server using p a t c h params

func (*PatchDirectoryServerUsingPATCHParams) WithTimeout

WithTimeout adds the timeout to the patch directory server using p a t c h params

func (*PatchDirectoryServerUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchDirectoryServerUsingPATCHReader

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

PatchDirectoryServerUsingPATCHReader is a Reader for the PatchDirectoryServerUsingPATCH structure.

func (*PatchDirectoryServerUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchDirectoryServerUsingPATCHUnauthorized

type PatchDirectoryServerUsingPATCHUnauthorized struct {
}

PatchDirectoryServerUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewPatchDirectoryServerUsingPATCHUnauthorized

func NewPatchDirectoryServerUsingPATCHUnauthorized() *PatchDirectoryServerUsingPATCHUnauthorized

NewPatchDirectoryServerUsingPATCHUnauthorized creates a PatchDirectoryServerUsingPATCHUnauthorized with default headers values

func (*PatchDirectoryServerUsingPATCHUnauthorized) Error

type TestDirectoryServerConnectivityUsingPOSTCreated

type TestDirectoryServerConnectivityUsingPOSTCreated struct {
}

TestDirectoryServerConnectivityUsingPOSTCreated handles this case with default header values.

Created

func NewTestDirectoryServerConnectivityUsingPOSTCreated

func NewTestDirectoryServerConnectivityUsingPOSTCreated() *TestDirectoryServerConnectivityUsingPOSTCreated

NewTestDirectoryServerConnectivityUsingPOSTCreated creates a TestDirectoryServerConnectivityUsingPOSTCreated with default headers values

func (*TestDirectoryServerConnectivityUsingPOSTCreated) Error

type TestDirectoryServerConnectivityUsingPOSTForbidden

type TestDirectoryServerConnectivityUsingPOSTForbidden struct {
}

TestDirectoryServerConnectivityUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewTestDirectoryServerConnectivityUsingPOSTForbidden

func NewTestDirectoryServerConnectivityUsingPOSTForbidden() *TestDirectoryServerConnectivityUsingPOSTForbidden

NewTestDirectoryServerConnectivityUsingPOSTForbidden creates a TestDirectoryServerConnectivityUsingPOSTForbidden with default headers values

func (*TestDirectoryServerConnectivityUsingPOSTForbidden) Error

type TestDirectoryServerConnectivityUsingPOSTNotFound

type TestDirectoryServerConnectivityUsingPOSTNotFound struct {
}

TestDirectoryServerConnectivityUsingPOSTNotFound handles this case with default header values.

Not Found

func NewTestDirectoryServerConnectivityUsingPOSTNotFound

func NewTestDirectoryServerConnectivityUsingPOSTNotFound() *TestDirectoryServerConnectivityUsingPOSTNotFound

NewTestDirectoryServerConnectivityUsingPOSTNotFound creates a TestDirectoryServerConnectivityUsingPOSTNotFound with default headers values

func (*TestDirectoryServerConnectivityUsingPOSTNotFound) Error

type TestDirectoryServerConnectivityUsingPOSTOK

type TestDirectoryServerConnectivityUsingPOSTOK struct {
	Payload *models.DirectoryServerDto
}

TestDirectoryServerConnectivityUsingPOSTOK handles this case with default header values.

OK

func NewTestDirectoryServerConnectivityUsingPOSTOK

func NewTestDirectoryServerConnectivityUsingPOSTOK() *TestDirectoryServerConnectivityUsingPOSTOK

NewTestDirectoryServerConnectivityUsingPOSTOK creates a TestDirectoryServerConnectivityUsingPOSTOK with default headers values

func (*TestDirectoryServerConnectivityUsingPOSTOK) Error

func (*TestDirectoryServerConnectivityUsingPOSTOK) GetPayload

type TestDirectoryServerConnectivityUsingPOSTParams

type TestDirectoryServerConnectivityUsingPOSTParams struct {

	/*DirectoryServerDto
	  directoryServerDto

	*/
	DirectoryServerDto *models.DirectoryServerDto

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

TestDirectoryServerConnectivityUsingPOSTParams contains all the parameters to send to the API endpoint for the test directory server connectivity using p o s t operation typically these are written to a http.Request

func NewTestDirectoryServerConnectivityUsingPOSTParams

func NewTestDirectoryServerConnectivityUsingPOSTParams() *TestDirectoryServerConnectivityUsingPOSTParams

NewTestDirectoryServerConnectivityUsingPOSTParams creates a new TestDirectoryServerConnectivityUsingPOSTParams object with the default values initialized.

func NewTestDirectoryServerConnectivityUsingPOSTParamsWithContext

func NewTestDirectoryServerConnectivityUsingPOSTParamsWithContext(ctx context.Context) *TestDirectoryServerConnectivityUsingPOSTParams

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

func NewTestDirectoryServerConnectivityUsingPOSTParamsWithHTTPClient

func NewTestDirectoryServerConnectivityUsingPOSTParamsWithHTTPClient(client *http.Client) *TestDirectoryServerConnectivityUsingPOSTParams

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

func NewTestDirectoryServerConnectivityUsingPOSTParamsWithTimeout

func NewTestDirectoryServerConnectivityUsingPOSTParamsWithTimeout(timeout time.Duration) *TestDirectoryServerConnectivityUsingPOSTParams

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

func (*TestDirectoryServerConnectivityUsingPOSTParams) SetContext

SetContext adds the context to the test directory server connectivity using p o s t params

func (*TestDirectoryServerConnectivityUsingPOSTParams) SetDirectoryServerDto

func (o *TestDirectoryServerConnectivityUsingPOSTParams) SetDirectoryServerDto(directoryServerDto *models.DirectoryServerDto)

SetDirectoryServerDto adds the directoryServerDto to the test directory server connectivity using p o s t params

func (*TestDirectoryServerConnectivityUsingPOSTParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the test directory server connectivity using p o s t params

func (*TestDirectoryServerConnectivityUsingPOSTParams) SetTimeout

SetTimeout adds the timeout to the test directory server connectivity using p o s t params

func (*TestDirectoryServerConnectivityUsingPOSTParams) WithContext

WithContext adds the context to the test directory server connectivity using p o s t params

func (*TestDirectoryServerConnectivityUsingPOSTParams) WithDirectoryServerDto

WithDirectoryServerDto adds the directoryServerDto to the test directory server connectivity using p o s t params

func (*TestDirectoryServerConnectivityUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the test directory server connectivity using p o s t params

func (*TestDirectoryServerConnectivityUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the test directory server connectivity using p o s t params

func (*TestDirectoryServerConnectivityUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TestDirectoryServerConnectivityUsingPOSTReader

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

TestDirectoryServerConnectivityUsingPOSTReader is a Reader for the TestDirectoryServerConnectivityUsingPOST structure.

func (*TestDirectoryServerConnectivityUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestDirectoryServerConnectivityUsingPOSTUnauthorized

type TestDirectoryServerConnectivityUsingPOSTUnauthorized struct {
}

TestDirectoryServerConnectivityUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewTestDirectoryServerConnectivityUsingPOSTUnauthorized

func NewTestDirectoryServerConnectivityUsingPOSTUnauthorized() *TestDirectoryServerConnectivityUsingPOSTUnauthorized

NewTestDirectoryServerConnectivityUsingPOSTUnauthorized creates a TestDirectoryServerConnectivityUsingPOSTUnauthorized with default headers values

func (*TestDirectoryServerConnectivityUsingPOSTUnauthorized) Error

type UpdateDirectoryServerUsingPUTCreated

type UpdateDirectoryServerUsingPUTCreated struct {
}

UpdateDirectoryServerUsingPUTCreated handles this case with default header values.

Created

func NewUpdateDirectoryServerUsingPUTCreated

func NewUpdateDirectoryServerUsingPUTCreated() *UpdateDirectoryServerUsingPUTCreated

NewUpdateDirectoryServerUsingPUTCreated creates a UpdateDirectoryServerUsingPUTCreated with default headers values

func (*UpdateDirectoryServerUsingPUTCreated) Error

type UpdateDirectoryServerUsingPUTForbidden

type UpdateDirectoryServerUsingPUTForbidden struct {
}

UpdateDirectoryServerUsingPUTForbidden handles this case with default header values.

Forbidden

func NewUpdateDirectoryServerUsingPUTForbidden

func NewUpdateDirectoryServerUsingPUTForbidden() *UpdateDirectoryServerUsingPUTForbidden

NewUpdateDirectoryServerUsingPUTForbidden creates a UpdateDirectoryServerUsingPUTForbidden with default headers values

func (*UpdateDirectoryServerUsingPUTForbidden) Error

type UpdateDirectoryServerUsingPUTNotFound

type UpdateDirectoryServerUsingPUTNotFound struct {
}

UpdateDirectoryServerUsingPUTNotFound handles this case with default header values.

Not Found

func NewUpdateDirectoryServerUsingPUTNotFound

func NewUpdateDirectoryServerUsingPUTNotFound() *UpdateDirectoryServerUsingPUTNotFound

NewUpdateDirectoryServerUsingPUTNotFound creates a UpdateDirectoryServerUsingPUTNotFound with default headers values

func (*UpdateDirectoryServerUsingPUTNotFound) Error

type UpdateDirectoryServerUsingPUTOK

type UpdateDirectoryServerUsingPUTOK struct {
	Payload *models.DirectoryServerDto
}

UpdateDirectoryServerUsingPUTOK handles this case with default header values.

OK

func NewUpdateDirectoryServerUsingPUTOK

func NewUpdateDirectoryServerUsingPUTOK() *UpdateDirectoryServerUsingPUTOK

NewUpdateDirectoryServerUsingPUTOK creates a UpdateDirectoryServerUsingPUTOK with default headers values

func (*UpdateDirectoryServerUsingPUTOK) Error

func (*UpdateDirectoryServerUsingPUTOK) GetPayload

type UpdateDirectoryServerUsingPUTParams

type UpdateDirectoryServerUsingPUTParams struct {

	/*DirectoryServerDto
	  directoryServerDto

	*/
	DirectoryServerDto *models.DirectoryServerDto
	/*DirectoryServerID
	  directoryServerId

	*/
	DirectoryServerID int64

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

UpdateDirectoryServerUsingPUTParams contains all the parameters to send to the API endpoint for the update directory server using p u t operation typically these are written to a http.Request

func NewUpdateDirectoryServerUsingPUTParams

func NewUpdateDirectoryServerUsingPUTParams() *UpdateDirectoryServerUsingPUTParams

NewUpdateDirectoryServerUsingPUTParams creates a new UpdateDirectoryServerUsingPUTParams object with the default values initialized.

func NewUpdateDirectoryServerUsingPUTParamsWithContext

func NewUpdateDirectoryServerUsingPUTParamsWithContext(ctx context.Context) *UpdateDirectoryServerUsingPUTParams

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

func NewUpdateDirectoryServerUsingPUTParamsWithHTTPClient

func NewUpdateDirectoryServerUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateDirectoryServerUsingPUTParams

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

func NewUpdateDirectoryServerUsingPUTParamsWithTimeout

func NewUpdateDirectoryServerUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateDirectoryServerUsingPUTParams

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

func (*UpdateDirectoryServerUsingPUTParams) SetContext

SetContext adds the context to the update directory server using p u t params

func (*UpdateDirectoryServerUsingPUTParams) SetDirectoryServerDto

func (o *UpdateDirectoryServerUsingPUTParams) SetDirectoryServerDto(directoryServerDto *models.DirectoryServerDto)

SetDirectoryServerDto adds the directoryServerDto to the update directory server using p u t params

func (*UpdateDirectoryServerUsingPUTParams) SetDirectoryServerID

func (o *UpdateDirectoryServerUsingPUTParams) SetDirectoryServerID(directoryServerID int64)

SetDirectoryServerID adds the directoryServerId to the update directory server using p u t params

func (*UpdateDirectoryServerUsingPUTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update directory server using p u t params

func (*UpdateDirectoryServerUsingPUTParams) SetTimeout

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

SetTimeout adds the timeout to the update directory server using p u t params

func (*UpdateDirectoryServerUsingPUTParams) WithContext

WithContext adds the context to the update directory server using p u t params

func (*UpdateDirectoryServerUsingPUTParams) WithDirectoryServerDto

WithDirectoryServerDto adds the directoryServerDto to the update directory server using p u t params

func (*UpdateDirectoryServerUsingPUTParams) WithDirectoryServerID

func (o *UpdateDirectoryServerUsingPUTParams) WithDirectoryServerID(directoryServerID int64) *UpdateDirectoryServerUsingPUTParams

WithDirectoryServerID adds the directoryServerID to the update directory server using p u t params

func (*UpdateDirectoryServerUsingPUTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update directory server using p u t params

func (*UpdateDirectoryServerUsingPUTParams) WithTimeout

WithTimeout adds the timeout to the update directory server using p u t params

func (*UpdateDirectoryServerUsingPUTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateDirectoryServerUsingPUTReader

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

UpdateDirectoryServerUsingPUTReader is a Reader for the UpdateDirectoryServerUsingPUT structure.

func (*UpdateDirectoryServerUsingPUTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateDirectoryServerUsingPUTUnauthorized

type UpdateDirectoryServerUsingPUTUnauthorized struct {
}

UpdateDirectoryServerUsingPUTUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateDirectoryServerUsingPUTUnauthorized

func NewUpdateDirectoryServerUsingPUTUnauthorized() *UpdateDirectoryServerUsingPUTUnauthorized

NewUpdateDirectoryServerUsingPUTUnauthorized creates a UpdateDirectoryServerUsingPUTUnauthorized with default headers values

func (*UpdateDirectoryServerUsingPUTUnauthorized) Error

Jump to

Keyboard shortcuts

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