Documentation
¶
Index ¶
- type Client
- type ClientService
- type SyncUsingPOSTBadRequest
- type SyncUsingPOSTCreated
- type SyncUsingPOSTOK
- type SyncUsingPOSTParams
- func (o *SyncUsingPOSTParams) SetContext(ctx context.Context)
- func (o *SyncUsingPOSTParams) SetCreateSyncRequest(createSyncRequest *models.CreateSyncRequest)
- func (o *SyncUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *SyncUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *SyncUsingPOSTParams) WithContext(ctx context.Context) *SyncUsingPOSTParams
- func (o *SyncUsingPOSTParams) WithCreateSyncRequest(createSyncRequest *models.CreateSyncRequest) *SyncUsingPOSTParams
- func (o *SyncUsingPOSTParams) WithHTTPClient(client *http.Client) *SyncUsingPOSTParams
- func (o *SyncUsingPOSTParams) WithTimeout(timeout time.Duration) *SyncUsingPOSTParams
- func (o *SyncUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncUsingPOSTReader
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 active directory sync API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) SyncUsingPOST ¶
func (a *Client) SyncUsingPOST(params *SyncUsingPOSTParams) (*SyncUsingPOSTOK, *SyncUsingPOSTCreated, error)
SyncUsingPOST syncs
Sync
type ClientService ¶
type ClientService interface { SyncUsingPOST(params *SyncUsingPOSTParams) (*SyncUsingPOSTOK, *SyncUsingPOSTCreated, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new active directory sync API client.
type SyncUsingPOSTBadRequest ¶
type SyncUsingPOSTBadRequest struct {
Payload *models.ProxyResponseMessage
}
SyncUsingPOSTBadRequest handles this case with default header values.
Bad request, error occurred. For more details see log messages.
func NewSyncUsingPOSTBadRequest ¶
func NewSyncUsingPOSTBadRequest() *SyncUsingPOSTBadRequest
NewSyncUsingPOSTBadRequest creates a SyncUsingPOSTBadRequest with default headers values
func (*SyncUsingPOSTBadRequest) Error ¶
func (o *SyncUsingPOSTBadRequest) Error() string
func (*SyncUsingPOSTBadRequest) GetPayload ¶ added in v1.2.0
func (o *SyncUsingPOSTBadRequest) GetPayload() *models.ProxyResponseMessage
type SyncUsingPOSTCreated ¶
type SyncUsingPOSTCreated struct {
Payload *models.SyncMessageResponse
}
SyncUsingPOSTCreated handles this case with default header values.
Entity has been imported
func NewSyncUsingPOSTCreated ¶
func NewSyncUsingPOSTCreated() *SyncUsingPOSTCreated
NewSyncUsingPOSTCreated creates a SyncUsingPOSTCreated with default headers values
func (*SyncUsingPOSTCreated) Error ¶
func (o *SyncUsingPOSTCreated) Error() string
func (*SyncUsingPOSTCreated) GetPayload ¶
func (o *SyncUsingPOSTCreated) GetPayload() *models.SyncMessageResponse
type SyncUsingPOSTOK ¶
type SyncUsingPOSTOK struct {
Payload *models.SyncMessageResponse
}
SyncUsingPOSTOK handles this case with default header values.
OK
func NewSyncUsingPOSTOK ¶
func NewSyncUsingPOSTOK() *SyncUsingPOSTOK
NewSyncUsingPOSTOK creates a SyncUsingPOSTOK with default headers values
func (*SyncUsingPOSTOK) Error ¶
func (o *SyncUsingPOSTOK) Error() string
func (*SyncUsingPOSTOK) GetPayload ¶
func (o *SyncUsingPOSTOK) GetPayload() *models.SyncMessageResponse
type SyncUsingPOSTParams ¶
type SyncUsingPOSTParams struct { /*CreateSyncRequest createSyncRequest */ CreateSyncRequest *models.CreateSyncRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SyncUsingPOSTParams contains all the parameters to send to the API endpoint for the sync using p o s t operation typically these are written to a http.Request
func NewSyncUsingPOSTParams ¶
func NewSyncUsingPOSTParams() *SyncUsingPOSTParams
NewSyncUsingPOSTParams creates a new SyncUsingPOSTParams object with the default values initialized.
func NewSyncUsingPOSTParamsWithContext ¶
func NewSyncUsingPOSTParamsWithContext(ctx context.Context) *SyncUsingPOSTParams
NewSyncUsingPOSTParamsWithContext creates a new SyncUsingPOSTParams object with the default values initialized, and the ability to set a context for a request
func NewSyncUsingPOSTParamsWithHTTPClient ¶
func NewSyncUsingPOSTParamsWithHTTPClient(client *http.Client) *SyncUsingPOSTParams
NewSyncUsingPOSTParamsWithHTTPClient creates a new SyncUsingPOSTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSyncUsingPOSTParamsWithTimeout ¶
func NewSyncUsingPOSTParamsWithTimeout(timeout time.Duration) *SyncUsingPOSTParams
NewSyncUsingPOSTParamsWithTimeout creates a new SyncUsingPOSTParams object with the default values initialized, and the ability to set a timeout on a request
func (*SyncUsingPOSTParams) SetContext ¶
func (o *SyncUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the sync using p o s t params
func (*SyncUsingPOSTParams) SetCreateSyncRequest ¶
func (o *SyncUsingPOSTParams) SetCreateSyncRequest(createSyncRequest *models.CreateSyncRequest)
SetCreateSyncRequest adds the createSyncRequest to the sync using p o s t params
func (*SyncUsingPOSTParams) SetHTTPClient ¶
func (o *SyncUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the sync using p o s t params
func (*SyncUsingPOSTParams) SetTimeout ¶
func (o *SyncUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the sync using p o s t params
func (*SyncUsingPOSTParams) WithContext ¶
func (o *SyncUsingPOSTParams) WithContext(ctx context.Context) *SyncUsingPOSTParams
WithContext adds the context to the sync using p o s t params
func (*SyncUsingPOSTParams) WithCreateSyncRequest ¶
func (o *SyncUsingPOSTParams) WithCreateSyncRequest(createSyncRequest *models.CreateSyncRequest) *SyncUsingPOSTParams
WithCreateSyncRequest adds the createSyncRequest to the sync using p o s t params
func (*SyncUsingPOSTParams) WithHTTPClient ¶
func (o *SyncUsingPOSTParams) WithHTTPClient(client *http.Client) *SyncUsingPOSTParams
WithHTTPClient adds the HTTPClient to the sync using p o s t params
func (*SyncUsingPOSTParams) WithTimeout ¶
func (o *SyncUsingPOSTParams) WithTimeout(timeout time.Duration) *SyncUsingPOSTParams
WithTimeout adds the timeout to the sync using p o s t params
func (*SyncUsingPOSTParams) WriteToRequest ¶
func (o *SyncUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SyncUsingPOSTReader ¶
type SyncUsingPOSTReader struct {
// contains filtered or unexported fields
}
SyncUsingPOSTReader is a Reader for the SyncUsingPOST structure.
func (*SyncUsingPOSTReader) ReadResponse ¶
func (o *SyncUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.