Documentation ¶
Index ¶
- type Client
- func (a *Client) FDXDynamicClientRegistration(params *FDXDynamicClientRegistrationParams, ...) (*FDXDynamicClientRegistrationCreated, error)
- func (a *Client) FDXDynamicClientRegistrationDelete(params *FDXDynamicClientRegistrationDeleteParams, ...) (*FDXDynamicClientRegistrationDeleteNoContent, error)
- func (a *Client) FDXDynamicClientRegistrationGet(params *FDXDynamicClientRegistrationGetParams, ...) (*FDXDynamicClientRegistrationGetOK, error)
- func (a *Client) FDXDynamicClientRegistrationPut(params *FDXDynamicClientRegistrationPutParams, ...) (*FDXDynamicClientRegistrationPutOK, error)
- func (a *Client) FDXUpdateClientStatus(params *FDXUpdateClientStatusParams, authInfo runtime.ClientAuthInfoWriter, ...) (*FDXUpdateClientStatusOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type FDXDynamicClientRegistrationBadRequest
- func (o *FDXDynamicClientRegistrationBadRequest) Code() int
- func (o *FDXDynamicClientRegistrationBadRequest) Error() string
- func (o *FDXDynamicClientRegistrationBadRequest) GetPayload() *models.RFC6749Error
- func (o *FDXDynamicClientRegistrationBadRequest) IsClientError() bool
- func (o *FDXDynamicClientRegistrationBadRequest) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationBadRequest) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationBadRequest) IsServerError() bool
- func (o *FDXDynamicClientRegistrationBadRequest) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationBadRequest) String() string
- type FDXDynamicClientRegistrationCreated
- func (o *FDXDynamicClientRegistrationCreated) Code() int
- func (o *FDXDynamicClientRegistrationCreated) Error() string
- func (o *FDXDynamicClientRegistrationCreated) GetPayload() *models.FDXDynamicClientRegistrationResponse
- func (o *FDXDynamicClientRegistrationCreated) IsClientError() bool
- func (o *FDXDynamicClientRegistrationCreated) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationCreated) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationCreated) IsServerError() bool
- func (o *FDXDynamicClientRegistrationCreated) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationCreated) String() string
- type FDXDynamicClientRegistrationDeleteBadRequest
- func (o *FDXDynamicClientRegistrationDeleteBadRequest) Code() int
- func (o *FDXDynamicClientRegistrationDeleteBadRequest) Error() string
- func (o *FDXDynamicClientRegistrationDeleteBadRequest) GetPayload() *models.RFC6749Error
- func (o *FDXDynamicClientRegistrationDeleteBadRequest) IsClientError() bool
- func (o *FDXDynamicClientRegistrationDeleteBadRequest) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationDeleteBadRequest) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationDeleteBadRequest) IsServerError() bool
- func (o *FDXDynamicClientRegistrationDeleteBadRequest) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationDeleteBadRequest) String() string
- type FDXDynamicClientRegistrationDeleteForbidden
- func (o *FDXDynamicClientRegistrationDeleteForbidden) Code() int
- func (o *FDXDynamicClientRegistrationDeleteForbidden) Error() string
- func (o *FDXDynamicClientRegistrationDeleteForbidden) GetPayload() *models.RFC6749Error
- func (o *FDXDynamicClientRegistrationDeleteForbidden) IsClientError() bool
- func (o *FDXDynamicClientRegistrationDeleteForbidden) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationDeleteForbidden) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationDeleteForbidden) IsServerError() bool
- func (o *FDXDynamicClientRegistrationDeleteForbidden) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationDeleteForbidden) String() string
- type FDXDynamicClientRegistrationDeleteNoContent
- func (o *FDXDynamicClientRegistrationDeleteNoContent) Code() int
- func (o *FDXDynamicClientRegistrationDeleteNoContent) Error() string
- func (o *FDXDynamicClientRegistrationDeleteNoContent) IsClientError() bool
- func (o *FDXDynamicClientRegistrationDeleteNoContent) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationDeleteNoContent) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationDeleteNoContent) IsServerError() bool
- func (o *FDXDynamicClientRegistrationDeleteNoContent) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationDeleteNoContent) String() string
- type FDXDynamicClientRegistrationDeleteNotFound
- func (o *FDXDynamicClientRegistrationDeleteNotFound) Code() int
- func (o *FDXDynamicClientRegistrationDeleteNotFound) Error() string
- func (o *FDXDynamicClientRegistrationDeleteNotFound) GetPayload() *models.GenericError
- func (o *FDXDynamicClientRegistrationDeleteNotFound) IsClientError() bool
- func (o *FDXDynamicClientRegistrationDeleteNotFound) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationDeleteNotFound) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationDeleteNotFound) IsServerError() bool
- func (o *FDXDynamicClientRegistrationDeleteNotFound) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationDeleteNotFound) String() string
- type FDXDynamicClientRegistrationDeleteParams
- func NewFDXDynamicClientRegistrationDeleteParams() *FDXDynamicClientRegistrationDeleteParams
- func NewFDXDynamicClientRegistrationDeleteParamsWithContext(ctx context.Context) *FDXDynamicClientRegistrationDeleteParams
- func NewFDXDynamicClientRegistrationDeleteParamsWithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationDeleteParams
- func NewFDXDynamicClientRegistrationDeleteParamsWithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationDeleteParams
- func (o *FDXDynamicClientRegistrationDeleteParams) SetCid(cid string)
- func (o *FDXDynamicClientRegistrationDeleteParams) SetContext(ctx context.Context)
- func (o *FDXDynamicClientRegistrationDeleteParams) SetDefaults()
- func (o *FDXDynamicClientRegistrationDeleteParams) SetHTTPClient(client *http.Client)
- func (o *FDXDynamicClientRegistrationDeleteParams) SetTimeout(timeout time.Duration)
- func (o *FDXDynamicClientRegistrationDeleteParams) WithCid(cid string) *FDXDynamicClientRegistrationDeleteParams
- func (o *FDXDynamicClientRegistrationDeleteParams) WithContext(ctx context.Context) *FDXDynamicClientRegistrationDeleteParams
- func (o *FDXDynamicClientRegistrationDeleteParams) WithDefaults() *FDXDynamicClientRegistrationDeleteParams
- func (o *FDXDynamicClientRegistrationDeleteParams) WithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationDeleteParams
- func (o *FDXDynamicClientRegistrationDeleteParams) WithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationDeleteParams
- func (o *FDXDynamicClientRegistrationDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type FDXDynamicClientRegistrationDeleteReader
- type FDXDynamicClientRegistrationDeleteUnauthorized
- func (o *FDXDynamicClientRegistrationDeleteUnauthorized) Code() int
- func (o *FDXDynamicClientRegistrationDeleteUnauthorized) Error() string
- func (o *FDXDynamicClientRegistrationDeleteUnauthorized) GetPayload() *models.RFC6749Error
- func (o *FDXDynamicClientRegistrationDeleteUnauthorized) IsClientError() bool
- func (o *FDXDynamicClientRegistrationDeleteUnauthorized) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationDeleteUnauthorized) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationDeleteUnauthorized) IsServerError() bool
- func (o *FDXDynamicClientRegistrationDeleteUnauthorized) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationDeleteUnauthorized) String() string
- type FDXDynamicClientRegistrationForbidden
- func (o *FDXDynamicClientRegistrationForbidden) Code() int
- func (o *FDXDynamicClientRegistrationForbidden) Error() string
- func (o *FDXDynamicClientRegistrationForbidden) GetPayload() *models.RFC6749Error
- func (o *FDXDynamicClientRegistrationForbidden) IsClientError() bool
- func (o *FDXDynamicClientRegistrationForbidden) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationForbidden) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationForbidden) IsServerError() bool
- func (o *FDXDynamicClientRegistrationForbidden) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationForbidden) String() string
- type FDXDynamicClientRegistrationGetBadRequest
- func (o *FDXDynamicClientRegistrationGetBadRequest) Code() int
- func (o *FDXDynamicClientRegistrationGetBadRequest) Error() string
- func (o *FDXDynamicClientRegistrationGetBadRequest) GetPayload() *models.RFC6749Error
- func (o *FDXDynamicClientRegistrationGetBadRequest) IsClientError() bool
- func (o *FDXDynamicClientRegistrationGetBadRequest) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationGetBadRequest) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationGetBadRequest) IsServerError() bool
- func (o *FDXDynamicClientRegistrationGetBadRequest) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationGetBadRequest) String() string
- type FDXDynamicClientRegistrationGetForbidden
- func (o *FDXDynamicClientRegistrationGetForbidden) Code() int
- func (o *FDXDynamicClientRegistrationGetForbidden) Error() string
- func (o *FDXDynamicClientRegistrationGetForbidden) GetPayload() *models.RFC6749Error
- func (o *FDXDynamicClientRegistrationGetForbidden) IsClientError() bool
- func (o *FDXDynamicClientRegistrationGetForbidden) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationGetForbidden) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationGetForbidden) IsServerError() bool
- func (o *FDXDynamicClientRegistrationGetForbidden) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationGetForbidden) String() string
- type FDXDynamicClientRegistrationGetNotFound
- func (o *FDXDynamicClientRegistrationGetNotFound) Code() int
- func (o *FDXDynamicClientRegistrationGetNotFound) Error() string
- func (o *FDXDynamicClientRegistrationGetNotFound) GetPayload() *models.GenericError
- func (o *FDXDynamicClientRegistrationGetNotFound) IsClientError() bool
- func (o *FDXDynamicClientRegistrationGetNotFound) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationGetNotFound) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationGetNotFound) IsServerError() bool
- func (o *FDXDynamicClientRegistrationGetNotFound) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationGetNotFound) String() string
- type FDXDynamicClientRegistrationGetOK
- func (o *FDXDynamicClientRegistrationGetOK) Code() int
- func (o *FDXDynamicClientRegistrationGetOK) Error() string
- func (o *FDXDynamicClientRegistrationGetOK) GetPayload() *models.FDXDynamicClientRegistrationResponse
- func (o *FDXDynamicClientRegistrationGetOK) IsClientError() bool
- func (o *FDXDynamicClientRegistrationGetOK) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationGetOK) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationGetOK) IsServerError() bool
- func (o *FDXDynamicClientRegistrationGetOK) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationGetOK) String() string
- type FDXDynamicClientRegistrationGetParams
- func NewFDXDynamicClientRegistrationGetParams() *FDXDynamicClientRegistrationGetParams
- func NewFDXDynamicClientRegistrationGetParamsWithContext(ctx context.Context) *FDXDynamicClientRegistrationGetParams
- func NewFDXDynamicClientRegistrationGetParamsWithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationGetParams
- func NewFDXDynamicClientRegistrationGetParamsWithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationGetParams
- func (o *FDXDynamicClientRegistrationGetParams) SetCid(cid string)
- func (o *FDXDynamicClientRegistrationGetParams) SetContext(ctx context.Context)
- func (o *FDXDynamicClientRegistrationGetParams) SetDefaults()
- func (o *FDXDynamicClientRegistrationGetParams) SetHTTPClient(client *http.Client)
- func (o *FDXDynamicClientRegistrationGetParams) SetTimeout(timeout time.Duration)
- func (o *FDXDynamicClientRegistrationGetParams) WithCid(cid string) *FDXDynamicClientRegistrationGetParams
- func (o *FDXDynamicClientRegistrationGetParams) WithContext(ctx context.Context) *FDXDynamicClientRegistrationGetParams
- func (o *FDXDynamicClientRegistrationGetParams) WithDefaults() *FDXDynamicClientRegistrationGetParams
- func (o *FDXDynamicClientRegistrationGetParams) WithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationGetParams
- func (o *FDXDynamicClientRegistrationGetParams) WithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationGetParams
- func (o *FDXDynamicClientRegistrationGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type FDXDynamicClientRegistrationGetReader
- type FDXDynamicClientRegistrationGetUnauthorized
- func (o *FDXDynamicClientRegistrationGetUnauthorized) Code() int
- func (o *FDXDynamicClientRegistrationGetUnauthorized) Error() string
- func (o *FDXDynamicClientRegistrationGetUnauthorized) GetPayload() *models.RFC6749Error
- func (o *FDXDynamicClientRegistrationGetUnauthorized) IsClientError() bool
- func (o *FDXDynamicClientRegistrationGetUnauthorized) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationGetUnauthorized) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationGetUnauthorized) IsServerError() bool
- func (o *FDXDynamicClientRegistrationGetUnauthorized) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationGetUnauthorized) String() string
- type FDXDynamicClientRegistrationNotFound
- func (o *FDXDynamicClientRegistrationNotFound) Code() int
- func (o *FDXDynamicClientRegistrationNotFound) Error() string
- func (o *FDXDynamicClientRegistrationNotFound) GetPayload() *models.GenericError
- func (o *FDXDynamicClientRegistrationNotFound) IsClientError() bool
- func (o *FDXDynamicClientRegistrationNotFound) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationNotFound) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationNotFound) IsServerError() bool
- func (o *FDXDynamicClientRegistrationNotFound) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationNotFound) String() string
- type FDXDynamicClientRegistrationParams
- func NewFDXDynamicClientRegistrationParams() *FDXDynamicClientRegistrationParams
- func NewFDXDynamicClientRegistrationParamsWithContext(ctx context.Context) *FDXDynamicClientRegistrationParams
- func NewFDXDynamicClientRegistrationParamsWithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationParams
- func NewFDXDynamicClientRegistrationParamsWithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationParams
- func (o *FDXDynamicClientRegistrationParams) SetClient(client *models.FDXDynamicClientRegistrationRequest)
- func (o *FDXDynamicClientRegistrationParams) SetContext(ctx context.Context)
- func (o *FDXDynamicClientRegistrationParams) SetDefaults()
- func (o *FDXDynamicClientRegistrationParams) SetHTTPClient(client *http.Client)
- func (o *FDXDynamicClientRegistrationParams) SetTimeout(timeout time.Duration)
- func (o *FDXDynamicClientRegistrationParams) WithClient(client *models.FDXDynamicClientRegistrationRequest) *FDXDynamicClientRegistrationParams
- func (o *FDXDynamicClientRegistrationParams) WithContext(ctx context.Context) *FDXDynamicClientRegistrationParams
- func (o *FDXDynamicClientRegistrationParams) WithDefaults() *FDXDynamicClientRegistrationParams
- func (o *FDXDynamicClientRegistrationParams) WithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationParams
- func (o *FDXDynamicClientRegistrationParams) WithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationParams
- func (o *FDXDynamicClientRegistrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type FDXDynamicClientRegistrationPutBadRequest
- func (o *FDXDynamicClientRegistrationPutBadRequest) Code() int
- func (o *FDXDynamicClientRegistrationPutBadRequest) Error() string
- func (o *FDXDynamicClientRegistrationPutBadRequest) GetPayload() *models.RFC6749Error
- func (o *FDXDynamicClientRegistrationPutBadRequest) IsClientError() bool
- func (o *FDXDynamicClientRegistrationPutBadRequest) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationPutBadRequest) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationPutBadRequest) IsServerError() bool
- func (o *FDXDynamicClientRegistrationPutBadRequest) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationPutBadRequest) String() string
- type FDXDynamicClientRegistrationPutForbidden
- func (o *FDXDynamicClientRegistrationPutForbidden) Code() int
- func (o *FDXDynamicClientRegistrationPutForbidden) Error() string
- func (o *FDXDynamicClientRegistrationPutForbidden) GetPayload() *models.RFC6749Error
- func (o *FDXDynamicClientRegistrationPutForbidden) IsClientError() bool
- func (o *FDXDynamicClientRegistrationPutForbidden) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationPutForbidden) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationPutForbidden) IsServerError() bool
- func (o *FDXDynamicClientRegistrationPutForbidden) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationPutForbidden) String() string
- type FDXDynamicClientRegistrationPutNotFound
- func (o *FDXDynamicClientRegistrationPutNotFound) Code() int
- func (o *FDXDynamicClientRegistrationPutNotFound) Error() string
- func (o *FDXDynamicClientRegistrationPutNotFound) GetPayload() *models.GenericError
- func (o *FDXDynamicClientRegistrationPutNotFound) IsClientError() bool
- func (o *FDXDynamicClientRegistrationPutNotFound) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationPutNotFound) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationPutNotFound) IsServerError() bool
- func (o *FDXDynamicClientRegistrationPutNotFound) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationPutNotFound) String() string
- type FDXDynamicClientRegistrationPutOK
- func (o *FDXDynamicClientRegistrationPutOK) Code() int
- func (o *FDXDynamicClientRegistrationPutOK) Error() string
- func (o *FDXDynamicClientRegistrationPutOK) GetPayload() *models.FDXDynamicClientRegistrationResponse
- func (o *FDXDynamicClientRegistrationPutOK) IsClientError() bool
- func (o *FDXDynamicClientRegistrationPutOK) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationPutOK) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationPutOK) IsServerError() bool
- func (o *FDXDynamicClientRegistrationPutOK) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationPutOK) String() string
- type FDXDynamicClientRegistrationPutParams
- func NewFDXDynamicClientRegistrationPutParams() *FDXDynamicClientRegistrationPutParams
- func NewFDXDynamicClientRegistrationPutParamsWithContext(ctx context.Context) *FDXDynamicClientRegistrationPutParams
- func NewFDXDynamicClientRegistrationPutParamsWithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationPutParams
- func NewFDXDynamicClientRegistrationPutParamsWithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationPutParams
- func (o *FDXDynamicClientRegistrationPutParams) SetCid(cid string)
- func (o *FDXDynamicClientRegistrationPutParams) SetClient(client *models.FDXDynamicClientRegistrationRequest)
- func (o *FDXDynamicClientRegistrationPutParams) SetContext(ctx context.Context)
- func (o *FDXDynamicClientRegistrationPutParams) SetDefaults()
- func (o *FDXDynamicClientRegistrationPutParams) SetHTTPClient(client *http.Client)
- func (o *FDXDynamicClientRegistrationPutParams) SetTimeout(timeout time.Duration)
- func (o *FDXDynamicClientRegistrationPutParams) WithCid(cid string) *FDXDynamicClientRegistrationPutParams
- func (o *FDXDynamicClientRegistrationPutParams) WithClient(client *models.FDXDynamicClientRegistrationRequest) *FDXDynamicClientRegistrationPutParams
- func (o *FDXDynamicClientRegistrationPutParams) WithContext(ctx context.Context) *FDXDynamicClientRegistrationPutParams
- func (o *FDXDynamicClientRegistrationPutParams) WithDefaults() *FDXDynamicClientRegistrationPutParams
- func (o *FDXDynamicClientRegistrationPutParams) WithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationPutParams
- func (o *FDXDynamicClientRegistrationPutParams) WithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationPutParams
- func (o *FDXDynamicClientRegistrationPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type FDXDynamicClientRegistrationPutReader
- type FDXDynamicClientRegistrationPutUnauthorized
- func (o *FDXDynamicClientRegistrationPutUnauthorized) Code() int
- func (o *FDXDynamicClientRegistrationPutUnauthorized) Error() string
- func (o *FDXDynamicClientRegistrationPutUnauthorized) GetPayload() *models.RFC6749Error
- func (o *FDXDynamicClientRegistrationPutUnauthorized) IsClientError() bool
- func (o *FDXDynamicClientRegistrationPutUnauthorized) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationPutUnauthorized) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationPutUnauthorized) IsServerError() bool
- func (o *FDXDynamicClientRegistrationPutUnauthorized) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationPutUnauthorized) String() string
- type FDXDynamicClientRegistrationReader
- type FDXDynamicClientRegistrationUnauthorized
- func (o *FDXDynamicClientRegistrationUnauthorized) Code() int
- func (o *FDXDynamicClientRegistrationUnauthorized) Error() string
- func (o *FDXDynamicClientRegistrationUnauthorized) GetPayload() *models.RFC6749Error
- func (o *FDXDynamicClientRegistrationUnauthorized) IsClientError() bool
- func (o *FDXDynamicClientRegistrationUnauthorized) IsCode(code int) bool
- func (o *FDXDynamicClientRegistrationUnauthorized) IsRedirect() bool
- func (o *FDXDynamicClientRegistrationUnauthorized) IsServerError() bool
- func (o *FDXDynamicClientRegistrationUnauthorized) IsSuccess() bool
- func (o *FDXDynamicClientRegistrationUnauthorized) String() string
- type FDXUpdateClientStatusBadRequest
- func (o *FDXUpdateClientStatusBadRequest) Code() int
- func (o *FDXUpdateClientStatusBadRequest) Error() string
- func (o *FDXUpdateClientStatusBadRequest) GetPayload() *models.Error
- func (o *FDXUpdateClientStatusBadRequest) IsClientError() bool
- func (o *FDXUpdateClientStatusBadRequest) IsCode(code int) bool
- func (o *FDXUpdateClientStatusBadRequest) IsRedirect() bool
- func (o *FDXUpdateClientStatusBadRequest) IsServerError() bool
- func (o *FDXUpdateClientStatusBadRequest) IsSuccess() bool
- func (o *FDXUpdateClientStatusBadRequest) String() string
- type FDXUpdateClientStatusForbidden
- func (o *FDXUpdateClientStatusForbidden) Code() int
- func (o *FDXUpdateClientStatusForbidden) Error() string
- func (o *FDXUpdateClientStatusForbidden) GetPayload() *models.Error
- func (o *FDXUpdateClientStatusForbidden) IsClientError() bool
- func (o *FDXUpdateClientStatusForbidden) IsCode(code int) bool
- func (o *FDXUpdateClientStatusForbidden) IsRedirect() bool
- func (o *FDXUpdateClientStatusForbidden) IsServerError() bool
- func (o *FDXUpdateClientStatusForbidden) IsSuccess() bool
- func (o *FDXUpdateClientStatusForbidden) String() string
- type FDXUpdateClientStatusNotFound
- func (o *FDXUpdateClientStatusNotFound) Code() int
- func (o *FDXUpdateClientStatusNotFound) Error() string
- func (o *FDXUpdateClientStatusNotFound) GetPayload() *models.Error
- func (o *FDXUpdateClientStatusNotFound) IsClientError() bool
- func (o *FDXUpdateClientStatusNotFound) IsCode(code int) bool
- func (o *FDXUpdateClientStatusNotFound) IsRedirect() bool
- func (o *FDXUpdateClientStatusNotFound) IsServerError() bool
- func (o *FDXUpdateClientStatusNotFound) IsSuccess() bool
- func (o *FDXUpdateClientStatusNotFound) String() string
- type FDXUpdateClientStatusOK
- func (o *FDXUpdateClientStatusOK) Code() int
- func (o *FDXUpdateClientStatusOK) Error() string
- func (o *FDXUpdateClientStatusOK) IsClientError() bool
- func (o *FDXUpdateClientStatusOK) IsCode(code int) bool
- func (o *FDXUpdateClientStatusOK) IsRedirect() bool
- func (o *FDXUpdateClientStatusOK) IsServerError() bool
- func (o *FDXUpdateClientStatusOK) IsSuccess() bool
- func (o *FDXUpdateClientStatusOK) String() string
- type FDXUpdateClientStatusParams
- func NewFDXUpdateClientStatusParams() *FDXUpdateClientStatusParams
- func NewFDXUpdateClientStatusParamsWithContext(ctx context.Context) *FDXUpdateClientStatusParams
- func NewFDXUpdateClientStatusParamsWithHTTPClient(client *http.Client) *FDXUpdateClientStatusParams
- func NewFDXUpdateClientStatusParamsWithTimeout(timeout time.Duration) *FDXUpdateClientStatusParams
- func (o *FDXUpdateClientStatusParams) SetCid(cid string)
- func (o *FDXUpdateClientStatusParams) SetContext(ctx context.Context)
- func (o *FDXUpdateClientStatusParams) SetDefaults()
- func (o *FDXUpdateClientStatusParams) SetFDXUpdateClientRequest(fDXUpdateClientRequest *models.FDXUpdateClientStatusRequest)
- func (o *FDXUpdateClientStatusParams) SetHTTPClient(client *http.Client)
- func (o *FDXUpdateClientStatusParams) SetTimeout(timeout time.Duration)
- func (o *FDXUpdateClientStatusParams) WithCid(cid string) *FDXUpdateClientStatusParams
- func (o *FDXUpdateClientStatusParams) WithContext(ctx context.Context) *FDXUpdateClientStatusParams
- func (o *FDXUpdateClientStatusParams) WithDefaults() *FDXUpdateClientStatusParams
- func (o *FDXUpdateClientStatusParams) WithFDXUpdateClientRequest(fDXUpdateClientRequest *models.FDXUpdateClientStatusRequest) *FDXUpdateClientStatusParams
- func (o *FDXUpdateClientStatusParams) WithHTTPClient(client *http.Client) *FDXUpdateClientStatusParams
- func (o *FDXUpdateClientStatusParams) WithTimeout(timeout time.Duration) *FDXUpdateClientStatusParams
- func (o *FDXUpdateClientStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type FDXUpdateClientStatusReader
- type FDXUpdateClientStatusTooManyRequests
- func (o *FDXUpdateClientStatusTooManyRequests) Code() int
- func (o *FDXUpdateClientStatusTooManyRequests) Error() string
- func (o *FDXUpdateClientStatusTooManyRequests) GetPayload() *models.Error
- func (o *FDXUpdateClientStatusTooManyRequests) IsClientError() bool
- func (o *FDXUpdateClientStatusTooManyRequests) IsCode(code int) bool
- func (o *FDXUpdateClientStatusTooManyRequests) IsRedirect() bool
- func (o *FDXUpdateClientStatusTooManyRequests) IsServerError() bool
- func (o *FDXUpdateClientStatusTooManyRequests) IsSuccess() bool
- func (o *FDXUpdateClientStatusTooManyRequests) String() string
- type FDXUpdateClientStatusUnauthorized
- func (o *FDXUpdateClientStatusUnauthorized) Code() int
- func (o *FDXUpdateClientStatusUnauthorized) Error() string
- func (o *FDXUpdateClientStatusUnauthorized) GetPayload() *models.Error
- func (o *FDXUpdateClientStatusUnauthorized) IsClientError() bool
- func (o *FDXUpdateClientStatusUnauthorized) IsCode(code int) bool
- func (o *FDXUpdateClientStatusUnauthorized) IsRedirect() bool
- func (o *FDXUpdateClientStatusUnauthorized) IsServerError() bool
- func (o *FDXUpdateClientStatusUnauthorized) IsSuccess() bool
- func (o *FDXUpdateClientStatusUnauthorized) String() string
- type FDXUpdateClientStatusUnprocessableEntity
- func (o *FDXUpdateClientStatusUnprocessableEntity) Code() int
- func (o *FDXUpdateClientStatusUnprocessableEntity) Error() string
- func (o *FDXUpdateClientStatusUnprocessableEntity) GetPayload() *models.Error
- func (o *FDXUpdateClientStatusUnprocessableEntity) IsClientError() bool
- func (o *FDXUpdateClientStatusUnprocessableEntity) IsCode(code int) bool
- func (o *FDXUpdateClientStatusUnprocessableEntity) IsRedirect() bool
- func (o *FDXUpdateClientStatusUnprocessableEntity) IsServerError() bool
- func (o *FDXUpdateClientStatusUnprocessableEntity) IsSuccess() bool
- func (o *FDXUpdateClientStatusUnprocessableEntity) String() string
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 d c r API
func (*Client) FDXDynamicClientRegistration ¶
func (a *Client) FDXDynamicClientRegistration(params *FDXDynamicClientRegistrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXDynamicClientRegistrationCreated, error)
FDXDynamicClientRegistration dynamics client registration Register a new client application dynamically.
Authorization: Bearer token.
func (*Client) FDXDynamicClientRegistrationDelete ¶
func (a *Client) FDXDynamicClientRegistrationDelete(params *FDXDynamicClientRegistrationDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXDynamicClientRegistrationDeleteNoContent, error)
FDXDynamicClientRegistrationDelete deletes client Delete the registered client application details.
Pass the `Authorization: Bearer` header with a token as the bearer value. To obtain the token, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
func (*Client) FDXDynamicClientRegistrationGet ¶
func (a *Client) FDXDynamicClientRegistrationGet(params *FDXDynamicClientRegistrationGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXDynamicClientRegistrationGetOK, error)
FDXDynamicClientRegistrationGet gets client endpoint Retrieve the details about a registered client application by the client identifier.
Pass the `Authorization: Bearer` header with a token as the bearer value for authorization. To obtain the token, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
func (*Client) FDXDynamicClientRegistrationPut ¶
func (a *Client) FDXDynamicClientRegistrationPut(params *FDXDynamicClientRegistrationPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXDynamicClientRegistrationPutOK, error)
FDXDynamicClientRegistrationPut updates f d x client details Modify the registered client application details.
Pass the `Authorization: Bearer` header with a token as the bearer value. To obtain the token, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
func (*Client) FDXUpdateClientStatus ¶
func (a *Client) FDXUpdateClientStatus(params *FDXUpdateClientStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXUpdateClientStatusOK, error)
FDXUpdateClientStatus updates f d x client status Update an FDX client application status.
Pass the `Authorization: Bearer` header with a token as the bearer value. To obtain the token, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption may be used to customize the behavior of Client methods.
type ClientService ¶
type ClientService interface { FDXDynamicClientRegistration(params *FDXDynamicClientRegistrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXDynamicClientRegistrationCreated, error) FDXDynamicClientRegistrationDelete(params *FDXDynamicClientRegistrationDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXDynamicClientRegistrationDeleteNoContent, error) FDXDynamicClientRegistrationGet(params *FDXDynamicClientRegistrationGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXDynamicClientRegistrationGetOK, error) FDXDynamicClientRegistrationPut(params *FDXDynamicClientRegistrationPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXDynamicClientRegistrationPutOK, error) FDXUpdateClientStatus(params *FDXUpdateClientStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FDXUpdateClientStatusOK, 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 d c r API client.
func NewClientWithBasicAuth ¶
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new d c r API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.
func NewClientWithBearerToken ¶
func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService
New creates a new d c r API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.
type FDXDynamicClientRegistrationBadRequest ¶
type FDXDynamicClientRegistrationBadRequest struct {
Payload *models.RFC6749Error
}
FDXDynamicClientRegistrationBadRequest describes a response with status code 400, with default header values.
RFC6749 error
func NewFDXDynamicClientRegistrationBadRequest ¶
func NewFDXDynamicClientRegistrationBadRequest() *FDXDynamicClientRegistrationBadRequest
NewFDXDynamicClientRegistrationBadRequest creates a FDXDynamicClientRegistrationBadRequest with default headers values
func (*FDXDynamicClientRegistrationBadRequest) Code ¶
func (o *FDXDynamicClientRegistrationBadRequest) Code() int
Code gets the status code for the f d x dynamic client registration bad request response
func (*FDXDynamicClientRegistrationBadRequest) Error ¶
func (o *FDXDynamicClientRegistrationBadRequest) Error() string
func (*FDXDynamicClientRegistrationBadRequest) GetPayload ¶
func (o *FDXDynamicClientRegistrationBadRequest) GetPayload() *models.RFC6749Error
func (*FDXDynamicClientRegistrationBadRequest) IsClientError ¶
func (o *FDXDynamicClientRegistrationBadRequest) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration bad request response has a 4xx status code
func (*FDXDynamicClientRegistrationBadRequest) IsCode ¶
func (o *FDXDynamicClientRegistrationBadRequest) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration bad request response a status code equal to that given
func (*FDXDynamicClientRegistrationBadRequest) IsRedirect ¶
func (o *FDXDynamicClientRegistrationBadRequest) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration bad request response has a 3xx status code
func (*FDXDynamicClientRegistrationBadRequest) IsServerError ¶
func (o *FDXDynamicClientRegistrationBadRequest) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration bad request response has a 5xx status code
func (*FDXDynamicClientRegistrationBadRequest) IsSuccess ¶
func (o *FDXDynamicClientRegistrationBadRequest) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration bad request response has a 2xx status code
func (*FDXDynamicClientRegistrationBadRequest) String ¶
func (o *FDXDynamicClientRegistrationBadRequest) String() string
type FDXDynamicClientRegistrationCreated ¶
type FDXDynamicClientRegistrationCreated struct {
Payload *models.FDXDynamicClientRegistrationResponse
}
FDXDynamicClientRegistrationCreated describes a response with status code 201, with default header values.
Dynamic Client Registration Response
func NewFDXDynamicClientRegistrationCreated ¶
func NewFDXDynamicClientRegistrationCreated() *FDXDynamicClientRegistrationCreated
NewFDXDynamicClientRegistrationCreated creates a FDXDynamicClientRegistrationCreated with default headers values
func (*FDXDynamicClientRegistrationCreated) Code ¶
func (o *FDXDynamicClientRegistrationCreated) Code() int
Code gets the status code for the f d x dynamic client registration created response
func (*FDXDynamicClientRegistrationCreated) Error ¶
func (o *FDXDynamicClientRegistrationCreated) Error() string
func (*FDXDynamicClientRegistrationCreated) GetPayload ¶
func (o *FDXDynamicClientRegistrationCreated) GetPayload() *models.FDXDynamicClientRegistrationResponse
func (*FDXDynamicClientRegistrationCreated) IsClientError ¶
func (o *FDXDynamicClientRegistrationCreated) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration created response has a 4xx status code
func (*FDXDynamicClientRegistrationCreated) IsCode ¶
func (o *FDXDynamicClientRegistrationCreated) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration created response a status code equal to that given
func (*FDXDynamicClientRegistrationCreated) IsRedirect ¶
func (o *FDXDynamicClientRegistrationCreated) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration created response has a 3xx status code
func (*FDXDynamicClientRegistrationCreated) IsServerError ¶
func (o *FDXDynamicClientRegistrationCreated) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration created response has a 5xx status code
func (*FDXDynamicClientRegistrationCreated) IsSuccess ¶
func (o *FDXDynamicClientRegistrationCreated) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration created response has a 2xx status code
func (*FDXDynamicClientRegistrationCreated) String ¶
func (o *FDXDynamicClientRegistrationCreated) String() string
type FDXDynamicClientRegistrationDeleteBadRequest ¶
type FDXDynamicClientRegistrationDeleteBadRequest struct {
Payload *models.RFC6749Error
}
FDXDynamicClientRegistrationDeleteBadRequest describes a response with status code 400, with default header values.
RFC6749 error
func NewFDXDynamicClientRegistrationDeleteBadRequest ¶
func NewFDXDynamicClientRegistrationDeleteBadRequest() *FDXDynamicClientRegistrationDeleteBadRequest
NewFDXDynamicClientRegistrationDeleteBadRequest creates a FDXDynamicClientRegistrationDeleteBadRequest with default headers values
func (*FDXDynamicClientRegistrationDeleteBadRequest) Code ¶
func (o *FDXDynamicClientRegistrationDeleteBadRequest) Code() int
Code gets the status code for the f d x dynamic client registration delete bad request response
func (*FDXDynamicClientRegistrationDeleteBadRequest) Error ¶
func (o *FDXDynamicClientRegistrationDeleteBadRequest) Error() string
func (*FDXDynamicClientRegistrationDeleteBadRequest) GetPayload ¶
func (o *FDXDynamicClientRegistrationDeleteBadRequest) GetPayload() *models.RFC6749Error
func (*FDXDynamicClientRegistrationDeleteBadRequest) IsClientError ¶
func (o *FDXDynamicClientRegistrationDeleteBadRequest) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration delete bad request response has a 4xx status code
func (*FDXDynamicClientRegistrationDeleteBadRequest) IsCode ¶
func (o *FDXDynamicClientRegistrationDeleteBadRequest) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration delete bad request response a status code equal to that given
func (*FDXDynamicClientRegistrationDeleteBadRequest) IsRedirect ¶
func (o *FDXDynamicClientRegistrationDeleteBadRequest) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration delete bad request response has a 3xx status code
func (*FDXDynamicClientRegistrationDeleteBadRequest) IsServerError ¶
func (o *FDXDynamicClientRegistrationDeleteBadRequest) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration delete bad request response has a 5xx status code
func (*FDXDynamicClientRegistrationDeleteBadRequest) IsSuccess ¶
func (o *FDXDynamicClientRegistrationDeleteBadRequest) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration delete bad request response has a 2xx status code
func (*FDXDynamicClientRegistrationDeleteBadRequest) String ¶
func (o *FDXDynamicClientRegistrationDeleteBadRequest) String() string
type FDXDynamicClientRegistrationDeleteForbidden ¶
type FDXDynamicClientRegistrationDeleteForbidden struct {
Payload *models.RFC6749Error
}
FDXDynamicClientRegistrationDeleteForbidden describes a response with status code 403, with default header values.
RFC6749 error
func NewFDXDynamicClientRegistrationDeleteForbidden ¶
func NewFDXDynamicClientRegistrationDeleteForbidden() *FDXDynamicClientRegistrationDeleteForbidden
NewFDXDynamicClientRegistrationDeleteForbidden creates a FDXDynamicClientRegistrationDeleteForbidden with default headers values
func (*FDXDynamicClientRegistrationDeleteForbidden) Code ¶
func (o *FDXDynamicClientRegistrationDeleteForbidden) Code() int
Code gets the status code for the f d x dynamic client registration delete forbidden response
func (*FDXDynamicClientRegistrationDeleteForbidden) Error ¶
func (o *FDXDynamicClientRegistrationDeleteForbidden) Error() string
func (*FDXDynamicClientRegistrationDeleteForbidden) GetPayload ¶
func (o *FDXDynamicClientRegistrationDeleteForbidden) GetPayload() *models.RFC6749Error
func (*FDXDynamicClientRegistrationDeleteForbidden) IsClientError ¶
func (o *FDXDynamicClientRegistrationDeleteForbidden) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration delete forbidden response has a 4xx status code
func (*FDXDynamicClientRegistrationDeleteForbidden) IsCode ¶
func (o *FDXDynamicClientRegistrationDeleteForbidden) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration delete forbidden response a status code equal to that given
func (*FDXDynamicClientRegistrationDeleteForbidden) IsRedirect ¶
func (o *FDXDynamicClientRegistrationDeleteForbidden) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration delete forbidden response has a 3xx status code
func (*FDXDynamicClientRegistrationDeleteForbidden) IsServerError ¶
func (o *FDXDynamicClientRegistrationDeleteForbidden) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration delete forbidden response has a 5xx status code
func (*FDXDynamicClientRegistrationDeleteForbidden) IsSuccess ¶
func (o *FDXDynamicClientRegistrationDeleteForbidden) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration delete forbidden response has a 2xx status code
func (*FDXDynamicClientRegistrationDeleteForbidden) String ¶
func (o *FDXDynamicClientRegistrationDeleteForbidden) String() string
type FDXDynamicClientRegistrationDeleteNoContent ¶
type FDXDynamicClientRegistrationDeleteNoContent struct { }
FDXDynamicClientRegistrationDeleteNoContent describes a response with status code 204, with default header values.
Client details deleted
func NewFDXDynamicClientRegistrationDeleteNoContent ¶
func NewFDXDynamicClientRegistrationDeleteNoContent() *FDXDynamicClientRegistrationDeleteNoContent
NewFDXDynamicClientRegistrationDeleteNoContent creates a FDXDynamicClientRegistrationDeleteNoContent with default headers values
func (*FDXDynamicClientRegistrationDeleteNoContent) Code ¶
func (o *FDXDynamicClientRegistrationDeleteNoContent) Code() int
Code gets the status code for the f d x dynamic client registration delete no content response
func (*FDXDynamicClientRegistrationDeleteNoContent) Error ¶
func (o *FDXDynamicClientRegistrationDeleteNoContent) Error() string
func (*FDXDynamicClientRegistrationDeleteNoContent) IsClientError ¶
func (o *FDXDynamicClientRegistrationDeleteNoContent) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration delete no content response has a 4xx status code
func (*FDXDynamicClientRegistrationDeleteNoContent) IsCode ¶
func (o *FDXDynamicClientRegistrationDeleteNoContent) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration delete no content response a status code equal to that given
func (*FDXDynamicClientRegistrationDeleteNoContent) IsRedirect ¶
func (o *FDXDynamicClientRegistrationDeleteNoContent) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration delete no content response has a 3xx status code
func (*FDXDynamicClientRegistrationDeleteNoContent) IsServerError ¶
func (o *FDXDynamicClientRegistrationDeleteNoContent) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration delete no content response has a 5xx status code
func (*FDXDynamicClientRegistrationDeleteNoContent) IsSuccess ¶
func (o *FDXDynamicClientRegistrationDeleteNoContent) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration delete no content response has a 2xx status code
func (*FDXDynamicClientRegistrationDeleteNoContent) String ¶
func (o *FDXDynamicClientRegistrationDeleteNoContent) String() string
type FDXDynamicClientRegistrationDeleteNotFound ¶
type FDXDynamicClientRegistrationDeleteNotFound struct {
Payload *models.GenericError
}
FDXDynamicClientRegistrationDeleteNotFound describes a response with status code 404, with default header values.
ErrorResponse
func NewFDXDynamicClientRegistrationDeleteNotFound ¶
func NewFDXDynamicClientRegistrationDeleteNotFound() *FDXDynamicClientRegistrationDeleteNotFound
NewFDXDynamicClientRegistrationDeleteNotFound creates a FDXDynamicClientRegistrationDeleteNotFound with default headers values
func (*FDXDynamicClientRegistrationDeleteNotFound) Code ¶
func (o *FDXDynamicClientRegistrationDeleteNotFound) Code() int
Code gets the status code for the f d x dynamic client registration delete not found response
func (*FDXDynamicClientRegistrationDeleteNotFound) Error ¶
func (o *FDXDynamicClientRegistrationDeleteNotFound) Error() string
func (*FDXDynamicClientRegistrationDeleteNotFound) GetPayload ¶
func (o *FDXDynamicClientRegistrationDeleteNotFound) GetPayload() *models.GenericError
func (*FDXDynamicClientRegistrationDeleteNotFound) IsClientError ¶
func (o *FDXDynamicClientRegistrationDeleteNotFound) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration delete not found response has a 4xx status code
func (*FDXDynamicClientRegistrationDeleteNotFound) IsCode ¶
func (o *FDXDynamicClientRegistrationDeleteNotFound) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration delete not found response a status code equal to that given
func (*FDXDynamicClientRegistrationDeleteNotFound) IsRedirect ¶
func (o *FDXDynamicClientRegistrationDeleteNotFound) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration delete not found response has a 3xx status code
func (*FDXDynamicClientRegistrationDeleteNotFound) IsServerError ¶
func (o *FDXDynamicClientRegistrationDeleteNotFound) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration delete not found response has a 5xx status code
func (*FDXDynamicClientRegistrationDeleteNotFound) IsSuccess ¶
func (o *FDXDynamicClientRegistrationDeleteNotFound) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration delete not found response has a 2xx status code
func (*FDXDynamicClientRegistrationDeleteNotFound) String ¶
func (o *FDXDynamicClientRegistrationDeleteNotFound) String() string
type FDXDynamicClientRegistrationDeleteParams ¶
type FDXDynamicClientRegistrationDeleteParams struct { /* Cid. Client id Default: "default" */ Cid string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
FDXDynamicClientRegistrationDeleteParams contains all the parameters to send to the API endpoint
for the f d x dynamic client registration delete operation. Typically these are written to a http.Request.
func NewFDXDynamicClientRegistrationDeleteParams ¶
func NewFDXDynamicClientRegistrationDeleteParams() *FDXDynamicClientRegistrationDeleteParams
NewFDXDynamicClientRegistrationDeleteParams creates a new FDXDynamicClientRegistrationDeleteParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewFDXDynamicClientRegistrationDeleteParamsWithContext ¶
func NewFDXDynamicClientRegistrationDeleteParamsWithContext(ctx context.Context) *FDXDynamicClientRegistrationDeleteParams
NewFDXDynamicClientRegistrationDeleteParamsWithContext creates a new FDXDynamicClientRegistrationDeleteParams object with the ability to set a context for a request.
func NewFDXDynamicClientRegistrationDeleteParamsWithHTTPClient ¶
func NewFDXDynamicClientRegistrationDeleteParamsWithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationDeleteParams
NewFDXDynamicClientRegistrationDeleteParamsWithHTTPClient creates a new FDXDynamicClientRegistrationDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewFDXDynamicClientRegistrationDeleteParamsWithTimeout ¶
func NewFDXDynamicClientRegistrationDeleteParamsWithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationDeleteParams
NewFDXDynamicClientRegistrationDeleteParamsWithTimeout creates a new FDXDynamicClientRegistrationDeleteParams object with the ability to set a timeout on a request.
func (*FDXDynamicClientRegistrationDeleteParams) SetCid ¶
func (o *FDXDynamicClientRegistrationDeleteParams) SetCid(cid string)
SetCid adds the cid to the f d x dynamic client registration delete params
func (*FDXDynamicClientRegistrationDeleteParams) SetContext ¶
func (o *FDXDynamicClientRegistrationDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the f d x dynamic client registration delete params
func (*FDXDynamicClientRegistrationDeleteParams) SetDefaults ¶
func (o *FDXDynamicClientRegistrationDeleteParams) SetDefaults()
SetDefaults hydrates default values in the f d x dynamic client registration delete params (not the query body).
All values with no default are reset to their zero value.
func (*FDXDynamicClientRegistrationDeleteParams) SetHTTPClient ¶
func (o *FDXDynamicClientRegistrationDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the f d x dynamic client registration delete params
func (*FDXDynamicClientRegistrationDeleteParams) SetTimeout ¶
func (o *FDXDynamicClientRegistrationDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the f d x dynamic client registration delete params
func (*FDXDynamicClientRegistrationDeleteParams) WithCid ¶
func (o *FDXDynamicClientRegistrationDeleteParams) WithCid(cid string) *FDXDynamicClientRegistrationDeleteParams
WithCid adds the cid to the f d x dynamic client registration delete params
func (*FDXDynamicClientRegistrationDeleteParams) WithContext ¶
func (o *FDXDynamicClientRegistrationDeleteParams) WithContext(ctx context.Context) *FDXDynamicClientRegistrationDeleteParams
WithContext adds the context to the f d x dynamic client registration delete params
func (*FDXDynamicClientRegistrationDeleteParams) WithDefaults ¶
func (o *FDXDynamicClientRegistrationDeleteParams) WithDefaults() *FDXDynamicClientRegistrationDeleteParams
WithDefaults hydrates default values in the f d x dynamic client registration delete params (not the query body).
All values with no default are reset to their zero value.
func (*FDXDynamicClientRegistrationDeleteParams) WithHTTPClient ¶
func (o *FDXDynamicClientRegistrationDeleteParams) WithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationDeleteParams
WithHTTPClient adds the HTTPClient to the f d x dynamic client registration delete params
func (*FDXDynamicClientRegistrationDeleteParams) WithTimeout ¶
func (o *FDXDynamicClientRegistrationDeleteParams) WithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationDeleteParams
WithTimeout adds the timeout to the f d x dynamic client registration delete params
func (*FDXDynamicClientRegistrationDeleteParams) WriteToRequest ¶
func (o *FDXDynamicClientRegistrationDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type FDXDynamicClientRegistrationDeleteReader ¶
type FDXDynamicClientRegistrationDeleteReader struct {
// contains filtered or unexported fields
}
FDXDynamicClientRegistrationDeleteReader is a Reader for the FDXDynamicClientRegistrationDelete structure.
func (*FDXDynamicClientRegistrationDeleteReader) ReadResponse ¶
func (o *FDXDynamicClientRegistrationDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type FDXDynamicClientRegistrationDeleteUnauthorized ¶
type FDXDynamicClientRegistrationDeleteUnauthorized struct {
}FDXDynamicClientRegistrationDeleteUnauthorized describes a response with status code 401, with default header values.
RFC6749 error
func NewFDXDynamicClientRegistrationDeleteUnauthorized ¶
func NewFDXDynamicClientRegistrationDeleteUnauthorized() *FDXDynamicClientRegistrationDeleteUnauthorized
NewFDXDynamicClientRegistrationDeleteUnauthorized creates a FDXDynamicClientRegistrationDeleteUnauthorized with default headers values
func (*FDXDynamicClientRegistrationDeleteUnauthorized) Code ¶
func (o *FDXDynamicClientRegistrationDeleteUnauthorized) Code() int
Code gets the status code for the f d x dynamic client registration delete unauthorized response
func (*FDXDynamicClientRegistrationDeleteUnauthorized) Error ¶
func (o *FDXDynamicClientRegistrationDeleteUnauthorized) Error() string
func (*FDXDynamicClientRegistrationDeleteUnauthorized) GetPayload ¶
func (o *FDXDynamicClientRegistrationDeleteUnauthorized) GetPayload() *models.RFC6749Error
func (*FDXDynamicClientRegistrationDeleteUnauthorized) IsClientError ¶
func (o *FDXDynamicClientRegistrationDeleteUnauthorized) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration delete unauthorized response has a 4xx status code
func (*FDXDynamicClientRegistrationDeleteUnauthorized) IsCode ¶
func (o *FDXDynamicClientRegistrationDeleteUnauthorized) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration delete unauthorized response a status code equal to that given
func (*FDXDynamicClientRegistrationDeleteUnauthorized) IsRedirect ¶
func (o *FDXDynamicClientRegistrationDeleteUnauthorized) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration delete unauthorized response has a 3xx status code
func (*FDXDynamicClientRegistrationDeleteUnauthorized) IsServerError ¶
func (o *FDXDynamicClientRegistrationDeleteUnauthorized) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration delete unauthorized response has a 5xx status code
func (*FDXDynamicClientRegistrationDeleteUnauthorized) IsSuccess ¶
func (o *FDXDynamicClientRegistrationDeleteUnauthorized) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration delete unauthorized response has a 2xx status code
func (*FDXDynamicClientRegistrationDeleteUnauthorized) String ¶
func (o *FDXDynamicClientRegistrationDeleteUnauthorized) String() string
type FDXDynamicClientRegistrationForbidden ¶
type FDXDynamicClientRegistrationForbidden struct {
Payload *models.RFC6749Error
}
FDXDynamicClientRegistrationForbidden describes a response with status code 403, with default header values.
RFC6749 error
func NewFDXDynamicClientRegistrationForbidden ¶
func NewFDXDynamicClientRegistrationForbidden() *FDXDynamicClientRegistrationForbidden
NewFDXDynamicClientRegistrationForbidden creates a FDXDynamicClientRegistrationForbidden with default headers values
func (*FDXDynamicClientRegistrationForbidden) Code ¶
func (o *FDXDynamicClientRegistrationForbidden) Code() int
Code gets the status code for the f d x dynamic client registration forbidden response
func (*FDXDynamicClientRegistrationForbidden) Error ¶
func (o *FDXDynamicClientRegistrationForbidden) Error() string
func (*FDXDynamicClientRegistrationForbidden) GetPayload ¶
func (o *FDXDynamicClientRegistrationForbidden) GetPayload() *models.RFC6749Error
func (*FDXDynamicClientRegistrationForbidden) IsClientError ¶
func (o *FDXDynamicClientRegistrationForbidden) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration forbidden response has a 4xx status code
func (*FDXDynamicClientRegistrationForbidden) IsCode ¶
func (o *FDXDynamicClientRegistrationForbidden) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration forbidden response a status code equal to that given
func (*FDXDynamicClientRegistrationForbidden) IsRedirect ¶
func (o *FDXDynamicClientRegistrationForbidden) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration forbidden response has a 3xx status code
func (*FDXDynamicClientRegistrationForbidden) IsServerError ¶
func (o *FDXDynamicClientRegistrationForbidden) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration forbidden response has a 5xx status code
func (*FDXDynamicClientRegistrationForbidden) IsSuccess ¶
func (o *FDXDynamicClientRegistrationForbidden) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration forbidden response has a 2xx status code
func (*FDXDynamicClientRegistrationForbidden) String ¶
func (o *FDXDynamicClientRegistrationForbidden) String() string
type FDXDynamicClientRegistrationGetBadRequest ¶
type FDXDynamicClientRegistrationGetBadRequest struct {
Payload *models.RFC6749Error
}
FDXDynamicClientRegistrationGetBadRequest describes a response with status code 400, with default header values.
RFC6749 error
func NewFDXDynamicClientRegistrationGetBadRequest ¶
func NewFDXDynamicClientRegistrationGetBadRequest() *FDXDynamicClientRegistrationGetBadRequest
NewFDXDynamicClientRegistrationGetBadRequest creates a FDXDynamicClientRegistrationGetBadRequest with default headers values
func (*FDXDynamicClientRegistrationGetBadRequest) Code ¶
func (o *FDXDynamicClientRegistrationGetBadRequest) Code() int
Code gets the status code for the f d x dynamic client registration get bad request response
func (*FDXDynamicClientRegistrationGetBadRequest) Error ¶
func (o *FDXDynamicClientRegistrationGetBadRequest) Error() string
func (*FDXDynamicClientRegistrationGetBadRequest) GetPayload ¶
func (o *FDXDynamicClientRegistrationGetBadRequest) GetPayload() *models.RFC6749Error
func (*FDXDynamicClientRegistrationGetBadRequest) IsClientError ¶
func (o *FDXDynamicClientRegistrationGetBadRequest) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration get bad request response has a 4xx status code
func (*FDXDynamicClientRegistrationGetBadRequest) IsCode ¶
func (o *FDXDynamicClientRegistrationGetBadRequest) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration get bad request response a status code equal to that given
func (*FDXDynamicClientRegistrationGetBadRequest) IsRedirect ¶
func (o *FDXDynamicClientRegistrationGetBadRequest) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration get bad request response has a 3xx status code
func (*FDXDynamicClientRegistrationGetBadRequest) IsServerError ¶
func (o *FDXDynamicClientRegistrationGetBadRequest) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration get bad request response has a 5xx status code
func (*FDXDynamicClientRegistrationGetBadRequest) IsSuccess ¶
func (o *FDXDynamicClientRegistrationGetBadRequest) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration get bad request response has a 2xx status code
func (*FDXDynamicClientRegistrationGetBadRequest) String ¶
func (o *FDXDynamicClientRegistrationGetBadRequest) String() string
type FDXDynamicClientRegistrationGetForbidden ¶
type FDXDynamicClientRegistrationGetForbidden struct {
Payload *models.RFC6749Error
}
FDXDynamicClientRegistrationGetForbidden describes a response with status code 403, with default header values.
RFC6749 error
func NewFDXDynamicClientRegistrationGetForbidden ¶
func NewFDXDynamicClientRegistrationGetForbidden() *FDXDynamicClientRegistrationGetForbidden
NewFDXDynamicClientRegistrationGetForbidden creates a FDXDynamicClientRegistrationGetForbidden with default headers values
func (*FDXDynamicClientRegistrationGetForbidden) Code ¶
func (o *FDXDynamicClientRegistrationGetForbidden) Code() int
Code gets the status code for the f d x dynamic client registration get forbidden response
func (*FDXDynamicClientRegistrationGetForbidden) Error ¶
func (o *FDXDynamicClientRegistrationGetForbidden) Error() string
func (*FDXDynamicClientRegistrationGetForbidden) GetPayload ¶
func (o *FDXDynamicClientRegistrationGetForbidden) GetPayload() *models.RFC6749Error
func (*FDXDynamicClientRegistrationGetForbidden) IsClientError ¶
func (o *FDXDynamicClientRegistrationGetForbidden) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration get forbidden response has a 4xx status code
func (*FDXDynamicClientRegistrationGetForbidden) IsCode ¶
func (o *FDXDynamicClientRegistrationGetForbidden) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration get forbidden response a status code equal to that given
func (*FDXDynamicClientRegistrationGetForbidden) IsRedirect ¶
func (o *FDXDynamicClientRegistrationGetForbidden) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration get forbidden response has a 3xx status code
func (*FDXDynamicClientRegistrationGetForbidden) IsServerError ¶
func (o *FDXDynamicClientRegistrationGetForbidden) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration get forbidden response has a 5xx status code
func (*FDXDynamicClientRegistrationGetForbidden) IsSuccess ¶
func (o *FDXDynamicClientRegistrationGetForbidden) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration get forbidden response has a 2xx status code
func (*FDXDynamicClientRegistrationGetForbidden) String ¶
func (o *FDXDynamicClientRegistrationGetForbidden) String() string
type FDXDynamicClientRegistrationGetNotFound ¶
type FDXDynamicClientRegistrationGetNotFound struct {
Payload *models.GenericError
}
FDXDynamicClientRegistrationGetNotFound describes a response with status code 404, with default header values.
ErrorResponse
func NewFDXDynamicClientRegistrationGetNotFound ¶
func NewFDXDynamicClientRegistrationGetNotFound() *FDXDynamicClientRegistrationGetNotFound
NewFDXDynamicClientRegistrationGetNotFound creates a FDXDynamicClientRegistrationGetNotFound with default headers values
func (*FDXDynamicClientRegistrationGetNotFound) Code ¶
func (o *FDXDynamicClientRegistrationGetNotFound) Code() int
Code gets the status code for the f d x dynamic client registration get not found response
func (*FDXDynamicClientRegistrationGetNotFound) Error ¶
func (o *FDXDynamicClientRegistrationGetNotFound) Error() string
func (*FDXDynamicClientRegistrationGetNotFound) GetPayload ¶
func (o *FDXDynamicClientRegistrationGetNotFound) GetPayload() *models.GenericError
func (*FDXDynamicClientRegistrationGetNotFound) IsClientError ¶
func (o *FDXDynamicClientRegistrationGetNotFound) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration get not found response has a 4xx status code
func (*FDXDynamicClientRegistrationGetNotFound) IsCode ¶
func (o *FDXDynamicClientRegistrationGetNotFound) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration get not found response a status code equal to that given
func (*FDXDynamicClientRegistrationGetNotFound) IsRedirect ¶
func (o *FDXDynamicClientRegistrationGetNotFound) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration get not found response has a 3xx status code
func (*FDXDynamicClientRegistrationGetNotFound) IsServerError ¶
func (o *FDXDynamicClientRegistrationGetNotFound) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration get not found response has a 5xx status code
func (*FDXDynamicClientRegistrationGetNotFound) IsSuccess ¶
func (o *FDXDynamicClientRegistrationGetNotFound) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration get not found response has a 2xx status code
func (*FDXDynamicClientRegistrationGetNotFound) String ¶
func (o *FDXDynamicClientRegistrationGetNotFound) String() string
type FDXDynamicClientRegistrationGetOK ¶
type FDXDynamicClientRegistrationGetOK struct {
Payload *models.FDXDynamicClientRegistrationResponse
}
FDXDynamicClientRegistrationGetOK describes a response with status code 200, with default header values.
Get client response
func NewFDXDynamicClientRegistrationGetOK ¶
func NewFDXDynamicClientRegistrationGetOK() *FDXDynamicClientRegistrationGetOK
NewFDXDynamicClientRegistrationGetOK creates a FDXDynamicClientRegistrationGetOK with default headers values
func (*FDXDynamicClientRegistrationGetOK) Code ¶
func (o *FDXDynamicClientRegistrationGetOK) Code() int
Code gets the status code for the f d x dynamic client registration get o k response
func (*FDXDynamicClientRegistrationGetOK) Error ¶
func (o *FDXDynamicClientRegistrationGetOK) Error() string
func (*FDXDynamicClientRegistrationGetOK) GetPayload ¶
func (o *FDXDynamicClientRegistrationGetOK) GetPayload() *models.FDXDynamicClientRegistrationResponse
func (*FDXDynamicClientRegistrationGetOK) IsClientError ¶
func (o *FDXDynamicClientRegistrationGetOK) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration get o k response has a 4xx status code
func (*FDXDynamicClientRegistrationGetOK) IsCode ¶
func (o *FDXDynamicClientRegistrationGetOK) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration get o k response a status code equal to that given
func (*FDXDynamicClientRegistrationGetOK) IsRedirect ¶
func (o *FDXDynamicClientRegistrationGetOK) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration get o k response has a 3xx status code
func (*FDXDynamicClientRegistrationGetOK) IsServerError ¶
func (o *FDXDynamicClientRegistrationGetOK) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration get o k response has a 5xx status code
func (*FDXDynamicClientRegistrationGetOK) IsSuccess ¶
func (o *FDXDynamicClientRegistrationGetOK) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration get o k response has a 2xx status code
func (*FDXDynamicClientRegistrationGetOK) String ¶
func (o *FDXDynamicClientRegistrationGetOK) String() string
type FDXDynamicClientRegistrationGetParams ¶
type FDXDynamicClientRegistrationGetParams struct { /* Cid. Client id Default: "default" */ Cid string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
FDXDynamicClientRegistrationGetParams contains all the parameters to send to the API endpoint
for the f d x dynamic client registration get operation. Typically these are written to a http.Request.
func NewFDXDynamicClientRegistrationGetParams ¶
func NewFDXDynamicClientRegistrationGetParams() *FDXDynamicClientRegistrationGetParams
NewFDXDynamicClientRegistrationGetParams creates a new FDXDynamicClientRegistrationGetParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewFDXDynamicClientRegistrationGetParamsWithContext ¶
func NewFDXDynamicClientRegistrationGetParamsWithContext(ctx context.Context) *FDXDynamicClientRegistrationGetParams
NewFDXDynamicClientRegistrationGetParamsWithContext creates a new FDXDynamicClientRegistrationGetParams object with the ability to set a context for a request.
func NewFDXDynamicClientRegistrationGetParamsWithHTTPClient ¶
func NewFDXDynamicClientRegistrationGetParamsWithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationGetParams
NewFDXDynamicClientRegistrationGetParamsWithHTTPClient creates a new FDXDynamicClientRegistrationGetParams object with the ability to set a custom HTTPClient for a request.
func NewFDXDynamicClientRegistrationGetParamsWithTimeout ¶
func NewFDXDynamicClientRegistrationGetParamsWithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationGetParams
NewFDXDynamicClientRegistrationGetParamsWithTimeout creates a new FDXDynamicClientRegistrationGetParams object with the ability to set a timeout on a request.
func (*FDXDynamicClientRegistrationGetParams) SetCid ¶
func (o *FDXDynamicClientRegistrationGetParams) SetCid(cid string)
SetCid adds the cid to the f d x dynamic client registration get params
func (*FDXDynamicClientRegistrationGetParams) SetContext ¶
func (o *FDXDynamicClientRegistrationGetParams) SetContext(ctx context.Context)
SetContext adds the context to the f d x dynamic client registration get params
func (*FDXDynamicClientRegistrationGetParams) SetDefaults ¶
func (o *FDXDynamicClientRegistrationGetParams) SetDefaults()
SetDefaults hydrates default values in the f d x dynamic client registration get params (not the query body).
All values with no default are reset to their zero value.
func (*FDXDynamicClientRegistrationGetParams) SetHTTPClient ¶
func (o *FDXDynamicClientRegistrationGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the f d x dynamic client registration get params
func (*FDXDynamicClientRegistrationGetParams) SetTimeout ¶
func (o *FDXDynamicClientRegistrationGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the f d x dynamic client registration get params
func (*FDXDynamicClientRegistrationGetParams) WithCid ¶
func (o *FDXDynamicClientRegistrationGetParams) WithCid(cid string) *FDXDynamicClientRegistrationGetParams
WithCid adds the cid to the f d x dynamic client registration get params
func (*FDXDynamicClientRegistrationGetParams) WithContext ¶
func (o *FDXDynamicClientRegistrationGetParams) WithContext(ctx context.Context) *FDXDynamicClientRegistrationGetParams
WithContext adds the context to the f d x dynamic client registration get params
func (*FDXDynamicClientRegistrationGetParams) WithDefaults ¶
func (o *FDXDynamicClientRegistrationGetParams) WithDefaults() *FDXDynamicClientRegistrationGetParams
WithDefaults hydrates default values in the f d x dynamic client registration get params (not the query body).
All values with no default are reset to their zero value.
func (*FDXDynamicClientRegistrationGetParams) WithHTTPClient ¶
func (o *FDXDynamicClientRegistrationGetParams) WithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationGetParams
WithHTTPClient adds the HTTPClient to the f d x dynamic client registration get params
func (*FDXDynamicClientRegistrationGetParams) WithTimeout ¶
func (o *FDXDynamicClientRegistrationGetParams) WithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationGetParams
WithTimeout adds the timeout to the f d x dynamic client registration get params
func (*FDXDynamicClientRegistrationGetParams) WriteToRequest ¶
func (o *FDXDynamicClientRegistrationGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type FDXDynamicClientRegistrationGetReader ¶
type FDXDynamicClientRegistrationGetReader struct {
// contains filtered or unexported fields
}
FDXDynamicClientRegistrationGetReader is a Reader for the FDXDynamicClientRegistrationGet structure.
func (*FDXDynamicClientRegistrationGetReader) ReadResponse ¶
func (o *FDXDynamicClientRegistrationGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type FDXDynamicClientRegistrationGetUnauthorized ¶
type FDXDynamicClientRegistrationGetUnauthorized struct {
}FDXDynamicClientRegistrationGetUnauthorized describes a response with status code 401, with default header values.
RFC6749 error
func NewFDXDynamicClientRegistrationGetUnauthorized ¶
func NewFDXDynamicClientRegistrationGetUnauthorized() *FDXDynamicClientRegistrationGetUnauthorized
NewFDXDynamicClientRegistrationGetUnauthorized creates a FDXDynamicClientRegistrationGetUnauthorized with default headers values
func (*FDXDynamicClientRegistrationGetUnauthorized) Code ¶
func (o *FDXDynamicClientRegistrationGetUnauthorized) Code() int
Code gets the status code for the f d x dynamic client registration get unauthorized response
func (*FDXDynamicClientRegistrationGetUnauthorized) Error ¶
func (o *FDXDynamicClientRegistrationGetUnauthorized) Error() string
func (*FDXDynamicClientRegistrationGetUnauthorized) GetPayload ¶
func (o *FDXDynamicClientRegistrationGetUnauthorized) GetPayload() *models.RFC6749Error
func (*FDXDynamicClientRegistrationGetUnauthorized) IsClientError ¶
func (o *FDXDynamicClientRegistrationGetUnauthorized) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration get unauthorized response has a 4xx status code
func (*FDXDynamicClientRegistrationGetUnauthorized) IsCode ¶
func (o *FDXDynamicClientRegistrationGetUnauthorized) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration get unauthorized response a status code equal to that given
func (*FDXDynamicClientRegistrationGetUnauthorized) IsRedirect ¶
func (o *FDXDynamicClientRegistrationGetUnauthorized) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration get unauthorized response has a 3xx status code
func (*FDXDynamicClientRegistrationGetUnauthorized) IsServerError ¶
func (o *FDXDynamicClientRegistrationGetUnauthorized) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration get unauthorized response has a 5xx status code
func (*FDXDynamicClientRegistrationGetUnauthorized) IsSuccess ¶
func (o *FDXDynamicClientRegistrationGetUnauthorized) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration get unauthorized response has a 2xx status code
func (*FDXDynamicClientRegistrationGetUnauthorized) String ¶
func (o *FDXDynamicClientRegistrationGetUnauthorized) String() string
type FDXDynamicClientRegistrationNotFound ¶
type FDXDynamicClientRegistrationNotFound struct {
Payload *models.GenericError
}
FDXDynamicClientRegistrationNotFound describes a response with status code 404, with default header values.
ErrorResponse
func NewFDXDynamicClientRegistrationNotFound ¶
func NewFDXDynamicClientRegistrationNotFound() *FDXDynamicClientRegistrationNotFound
NewFDXDynamicClientRegistrationNotFound creates a FDXDynamicClientRegistrationNotFound with default headers values
func (*FDXDynamicClientRegistrationNotFound) Code ¶
func (o *FDXDynamicClientRegistrationNotFound) Code() int
Code gets the status code for the f d x dynamic client registration not found response
func (*FDXDynamicClientRegistrationNotFound) Error ¶
func (o *FDXDynamicClientRegistrationNotFound) Error() string
func (*FDXDynamicClientRegistrationNotFound) GetPayload ¶
func (o *FDXDynamicClientRegistrationNotFound) GetPayload() *models.GenericError
func (*FDXDynamicClientRegistrationNotFound) IsClientError ¶
func (o *FDXDynamicClientRegistrationNotFound) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration not found response has a 4xx status code
func (*FDXDynamicClientRegistrationNotFound) IsCode ¶
func (o *FDXDynamicClientRegistrationNotFound) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration not found response a status code equal to that given
func (*FDXDynamicClientRegistrationNotFound) IsRedirect ¶
func (o *FDXDynamicClientRegistrationNotFound) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration not found response has a 3xx status code
func (*FDXDynamicClientRegistrationNotFound) IsServerError ¶
func (o *FDXDynamicClientRegistrationNotFound) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration not found response has a 5xx status code
func (*FDXDynamicClientRegistrationNotFound) IsSuccess ¶
func (o *FDXDynamicClientRegistrationNotFound) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration not found response has a 2xx status code
func (*FDXDynamicClientRegistrationNotFound) String ¶
func (o *FDXDynamicClientRegistrationNotFound) String() string
type FDXDynamicClientRegistrationParams ¶
type FDXDynamicClientRegistrationParams struct { // Client. Client *models.FDXDynamicClientRegistrationRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
FDXDynamicClientRegistrationParams contains all the parameters to send to the API endpoint
for the f d x dynamic client registration operation. Typically these are written to a http.Request.
func NewFDXDynamicClientRegistrationParams ¶
func NewFDXDynamicClientRegistrationParams() *FDXDynamicClientRegistrationParams
NewFDXDynamicClientRegistrationParams creates a new FDXDynamicClientRegistrationParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewFDXDynamicClientRegistrationParamsWithContext ¶
func NewFDXDynamicClientRegistrationParamsWithContext(ctx context.Context) *FDXDynamicClientRegistrationParams
NewFDXDynamicClientRegistrationParamsWithContext creates a new FDXDynamicClientRegistrationParams object with the ability to set a context for a request.
func NewFDXDynamicClientRegistrationParamsWithHTTPClient ¶
func NewFDXDynamicClientRegistrationParamsWithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationParams
NewFDXDynamicClientRegistrationParamsWithHTTPClient creates a new FDXDynamicClientRegistrationParams object with the ability to set a custom HTTPClient for a request.
func NewFDXDynamicClientRegistrationParamsWithTimeout ¶
func NewFDXDynamicClientRegistrationParamsWithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationParams
NewFDXDynamicClientRegistrationParamsWithTimeout creates a new FDXDynamicClientRegistrationParams object with the ability to set a timeout on a request.
func (*FDXDynamicClientRegistrationParams) SetClient ¶
func (o *FDXDynamicClientRegistrationParams) SetClient(client *models.FDXDynamicClientRegistrationRequest)
SetClient adds the client to the f d x dynamic client registration params
func (*FDXDynamicClientRegistrationParams) SetContext ¶
func (o *FDXDynamicClientRegistrationParams) SetContext(ctx context.Context)
SetContext adds the context to the f d x dynamic client registration params
func (*FDXDynamicClientRegistrationParams) SetDefaults ¶
func (o *FDXDynamicClientRegistrationParams) SetDefaults()
SetDefaults hydrates default values in the f d x dynamic client registration params (not the query body).
All values with no default are reset to their zero value.
func (*FDXDynamicClientRegistrationParams) SetHTTPClient ¶
func (o *FDXDynamicClientRegistrationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the f d x dynamic client registration params
func (*FDXDynamicClientRegistrationParams) SetTimeout ¶
func (o *FDXDynamicClientRegistrationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the f d x dynamic client registration params
func (*FDXDynamicClientRegistrationParams) WithClient ¶
func (o *FDXDynamicClientRegistrationParams) WithClient(client *models.FDXDynamicClientRegistrationRequest) *FDXDynamicClientRegistrationParams
WithClient adds the client to the f d x dynamic client registration params
func (*FDXDynamicClientRegistrationParams) WithContext ¶
func (o *FDXDynamicClientRegistrationParams) WithContext(ctx context.Context) *FDXDynamicClientRegistrationParams
WithContext adds the context to the f d x dynamic client registration params
func (*FDXDynamicClientRegistrationParams) WithDefaults ¶
func (o *FDXDynamicClientRegistrationParams) WithDefaults() *FDXDynamicClientRegistrationParams
WithDefaults hydrates default values in the f d x dynamic client registration params (not the query body).
All values with no default are reset to their zero value.
func (*FDXDynamicClientRegistrationParams) WithHTTPClient ¶
func (o *FDXDynamicClientRegistrationParams) WithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationParams
WithHTTPClient adds the HTTPClient to the f d x dynamic client registration params
func (*FDXDynamicClientRegistrationParams) WithTimeout ¶
func (o *FDXDynamicClientRegistrationParams) WithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationParams
WithTimeout adds the timeout to the f d x dynamic client registration params
func (*FDXDynamicClientRegistrationParams) WriteToRequest ¶
func (o *FDXDynamicClientRegistrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type FDXDynamicClientRegistrationPutBadRequest ¶
type FDXDynamicClientRegistrationPutBadRequest struct {
Payload *models.RFC6749Error
}
FDXDynamicClientRegistrationPutBadRequest describes a response with status code 400, with default header values.
RFC6749 error
func NewFDXDynamicClientRegistrationPutBadRequest ¶
func NewFDXDynamicClientRegistrationPutBadRequest() *FDXDynamicClientRegistrationPutBadRequest
NewFDXDynamicClientRegistrationPutBadRequest creates a FDXDynamicClientRegistrationPutBadRequest with default headers values
func (*FDXDynamicClientRegistrationPutBadRequest) Code ¶
func (o *FDXDynamicClientRegistrationPutBadRequest) Code() int
Code gets the status code for the f d x dynamic client registration put bad request response
func (*FDXDynamicClientRegistrationPutBadRequest) Error ¶
func (o *FDXDynamicClientRegistrationPutBadRequest) Error() string
func (*FDXDynamicClientRegistrationPutBadRequest) GetPayload ¶
func (o *FDXDynamicClientRegistrationPutBadRequest) GetPayload() *models.RFC6749Error
func (*FDXDynamicClientRegistrationPutBadRequest) IsClientError ¶
func (o *FDXDynamicClientRegistrationPutBadRequest) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration put bad request response has a 4xx status code
func (*FDXDynamicClientRegistrationPutBadRequest) IsCode ¶
func (o *FDXDynamicClientRegistrationPutBadRequest) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration put bad request response a status code equal to that given
func (*FDXDynamicClientRegistrationPutBadRequest) IsRedirect ¶
func (o *FDXDynamicClientRegistrationPutBadRequest) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration put bad request response has a 3xx status code
func (*FDXDynamicClientRegistrationPutBadRequest) IsServerError ¶
func (o *FDXDynamicClientRegistrationPutBadRequest) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration put bad request response has a 5xx status code
func (*FDXDynamicClientRegistrationPutBadRequest) IsSuccess ¶
func (o *FDXDynamicClientRegistrationPutBadRequest) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration put bad request response has a 2xx status code
func (*FDXDynamicClientRegistrationPutBadRequest) String ¶
func (o *FDXDynamicClientRegistrationPutBadRequest) String() string
type FDXDynamicClientRegistrationPutForbidden ¶
type FDXDynamicClientRegistrationPutForbidden struct {
Payload *models.RFC6749Error
}
FDXDynamicClientRegistrationPutForbidden describes a response with status code 403, with default header values.
RFC6749 error
func NewFDXDynamicClientRegistrationPutForbidden ¶
func NewFDXDynamicClientRegistrationPutForbidden() *FDXDynamicClientRegistrationPutForbidden
NewFDXDynamicClientRegistrationPutForbidden creates a FDXDynamicClientRegistrationPutForbidden with default headers values
func (*FDXDynamicClientRegistrationPutForbidden) Code ¶
func (o *FDXDynamicClientRegistrationPutForbidden) Code() int
Code gets the status code for the f d x dynamic client registration put forbidden response
func (*FDXDynamicClientRegistrationPutForbidden) Error ¶
func (o *FDXDynamicClientRegistrationPutForbidden) Error() string
func (*FDXDynamicClientRegistrationPutForbidden) GetPayload ¶
func (o *FDXDynamicClientRegistrationPutForbidden) GetPayload() *models.RFC6749Error
func (*FDXDynamicClientRegistrationPutForbidden) IsClientError ¶
func (o *FDXDynamicClientRegistrationPutForbidden) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration put forbidden response has a 4xx status code
func (*FDXDynamicClientRegistrationPutForbidden) IsCode ¶
func (o *FDXDynamicClientRegistrationPutForbidden) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration put forbidden response a status code equal to that given
func (*FDXDynamicClientRegistrationPutForbidden) IsRedirect ¶
func (o *FDXDynamicClientRegistrationPutForbidden) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration put forbidden response has a 3xx status code
func (*FDXDynamicClientRegistrationPutForbidden) IsServerError ¶
func (o *FDXDynamicClientRegistrationPutForbidden) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration put forbidden response has a 5xx status code
func (*FDXDynamicClientRegistrationPutForbidden) IsSuccess ¶
func (o *FDXDynamicClientRegistrationPutForbidden) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration put forbidden response has a 2xx status code
func (*FDXDynamicClientRegistrationPutForbidden) String ¶
func (o *FDXDynamicClientRegistrationPutForbidden) String() string
type FDXDynamicClientRegistrationPutNotFound ¶
type FDXDynamicClientRegistrationPutNotFound struct {
Payload *models.GenericError
}
FDXDynamicClientRegistrationPutNotFound describes a response with status code 404, with default header values.
ErrorResponse
func NewFDXDynamicClientRegistrationPutNotFound ¶
func NewFDXDynamicClientRegistrationPutNotFound() *FDXDynamicClientRegistrationPutNotFound
NewFDXDynamicClientRegistrationPutNotFound creates a FDXDynamicClientRegistrationPutNotFound with default headers values
func (*FDXDynamicClientRegistrationPutNotFound) Code ¶
func (o *FDXDynamicClientRegistrationPutNotFound) Code() int
Code gets the status code for the f d x dynamic client registration put not found response
func (*FDXDynamicClientRegistrationPutNotFound) Error ¶
func (o *FDXDynamicClientRegistrationPutNotFound) Error() string
func (*FDXDynamicClientRegistrationPutNotFound) GetPayload ¶
func (o *FDXDynamicClientRegistrationPutNotFound) GetPayload() *models.GenericError
func (*FDXDynamicClientRegistrationPutNotFound) IsClientError ¶
func (o *FDXDynamicClientRegistrationPutNotFound) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration put not found response has a 4xx status code
func (*FDXDynamicClientRegistrationPutNotFound) IsCode ¶
func (o *FDXDynamicClientRegistrationPutNotFound) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration put not found response a status code equal to that given
func (*FDXDynamicClientRegistrationPutNotFound) IsRedirect ¶
func (o *FDXDynamicClientRegistrationPutNotFound) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration put not found response has a 3xx status code
func (*FDXDynamicClientRegistrationPutNotFound) IsServerError ¶
func (o *FDXDynamicClientRegistrationPutNotFound) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration put not found response has a 5xx status code
func (*FDXDynamicClientRegistrationPutNotFound) IsSuccess ¶
func (o *FDXDynamicClientRegistrationPutNotFound) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration put not found response has a 2xx status code
func (*FDXDynamicClientRegistrationPutNotFound) String ¶
func (o *FDXDynamicClientRegistrationPutNotFound) String() string
type FDXDynamicClientRegistrationPutOK ¶
type FDXDynamicClientRegistrationPutOK struct {
Payload *models.FDXDynamicClientRegistrationResponse
}
FDXDynamicClientRegistrationPutOK describes a response with status code 200, with default header values.
Client Details Updated Response
func NewFDXDynamicClientRegistrationPutOK ¶
func NewFDXDynamicClientRegistrationPutOK() *FDXDynamicClientRegistrationPutOK
NewFDXDynamicClientRegistrationPutOK creates a FDXDynamicClientRegistrationPutOK with default headers values
func (*FDXDynamicClientRegistrationPutOK) Code ¶
func (o *FDXDynamicClientRegistrationPutOK) Code() int
Code gets the status code for the f d x dynamic client registration put o k response
func (*FDXDynamicClientRegistrationPutOK) Error ¶
func (o *FDXDynamicClientRegistrationPutOK) Error() string
func (*FDXDynamicClientRegistrationPutOK) GetPayload ¶
func (o *FDXDynamicClientRegistrationPutOK) GetPayload() *models.FDXDynamicClientRegistrationResponse
func (*FDXDynamicClientRegistrationPutOK) IsClientError ¶
func (o *FDXDynamicClientRegistrationPutOK) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration put o k response has a 4xx status code
func (*FDXDynamicClientRegistrationPutOK) IsCode ¶
func (o *FDXDynamicClientRegistrationPutOK) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration put o k response a status code equal to that given
func (*FDXDynamicClientRegistrationPutOK) IsRedirect ¶
func (o *FDXDynamicClientRegistrationPutOK) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration put o k response has a 3xx status code
func (*FDXDynamicClientRegistrationPutOK) IsServerError ¶
func (o *FDXDynamicClientRegistrationPutOK) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration put o k response has a 5xx status code
func (*FDXDynamicClientRegistrationPutOK) IsSuccess ¶
func (o *FDXDynamicClientRegistrationPutOK) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration put o k response has a 2xx status code
func (*FDXDynamicClientRegistrationPutOK) String ¶
func (o *FDXDynamicClientRegistrationPutOK) String() string
type FDXDynamicClientRegistrationPutParams ¶
type FDXDynamicClientRegistrationPutParams struct { // Client. Client *models.FDXDynamicClientRegistrationRequest /* Cid. Client id Default: "default" */ Cid string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
FDXDynamicClientRegistrationPutParams contains all the parameters to send to the API endpoint
for the f d x dynamic client registration put operation. Typically these are written to a http.Request.
func NewFDXDynamicClientRegistrationPutParams ¶
func NewFDXDynamicClientRegistrationPutParams() *FDXDynamicClientRegistrationPutParams
NewFDXDynamicClientRegistrationPutParams creates a new FDXDynamicClientRegistrationPutParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewFDXDynamicClientRegistrationPutParamsWithContext ¶
func NewFDXDynamicClientRegistrationPutParamsWithContext(ctx context.Context) *FDXDynamicClientRegistrationPutParams
NewFDXDynamicClientRegistrationPutParamsWithContext creates a new FDXDynamicClientRegistrationPutParams object with the ability to set a context for a request.
func NewFDXDynamicClientRegistrationPutParamsWithHTTPClient ¶
func NewFDXDynamicClientRegistrationPutParamsWithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationPutParams
NewFDXDynamicClientRegistrationPutParamsWithHTTPClient creates a new FDXDynamicClientRegistrationPutParams object with the ability to set a custom HTTPClient for a request.
func NewFDXDynamicClientRegistrationPutParamsWithTimeout ¶
func NewFDXDynamicClientRegistrationPutParamsWithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationPutParams
NewFDXDynamicClientRegistrationPutParamsWithTimeout creates a new FDXDynamicClientRegistrationPutParams object with the ability to set a timeout on a request.
func (*FDXDynamicClientRegistrationPutParams) SetCid ¶
func (o *FDXDynamicClientRegistrationPutParams) SetCid(cid string)
SetCid adds the cid to the f d x dynamic client registration put params
func (*FDXDynamicClientRegistrationPutParams) SetClient ¶
func (o *FDXDynamicClientRegistrationPutParams) SetClient(client *models.FDXDynamicClientRegistrationRequest)
SetClient adds the client to the f d x dynamic client registration put params
func (*FDXDynamicClientRegistrationPutParams) SetContext ¶
func (o *FDXDynamicClientRegistrationPutParams) SetContext(ctx context.Context)
SetContext adds the context to the f d x dynamic client registration put params
func (*FDXDynamicClientRegistrationPutParams) SetDefaults ¶
func (o *FDXDynamicClientRegistrationPutParams) SetDefaults()
SetDefaults hydrates default values in the f d x dynamic client registration put params (not the query body).
All values with no default are reset to their zero value.
func (*FDXDynamicClientRegistrationPutParams) SetHTTPClient ¶
func (o *FDXDynamicClientRegistrationPutParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the f d x dynamic client registration put params
func (*FDXDynamicClientRegistrationPutParams) SetTimeout ¶
func (o *FDXDynamicClientRegistrationPutParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the f d x dynamic client registration put params
func (*FDXDynamicClientRegistrationPutParams) WithCid ¶
func (o *FDXDynamicClientRegistrationPutParams) WithCid(cid string) *FDXDynamicClientRegistrationPutParams
WithCid adds the cid to the f d x dynamic client registration put params
func (*FDXDynamicClientRegistrationPutParams) WithClient ¶
func (o *FDXDynamicClientRegistrationPutParams) WithClient(client *models.FDXDynamicClientRegistrationRequest) *FDXDynamicClientRegistrationPutParams
WithClient adds the client to the f d x dynamic client registration put params
func (*FDXDynamicClientRegistrationPutParams) WithContext ¶
func (o *FDXDynamicClientRegistrationPutParams) WithContext(ctx context.Context) *FDXDynamicClientRegistrationPutParams
WithContext adds the context to the f d x dynamic client registration put params
func (*FDXDynamicClientRegistrationPutParams) WithDefaults ¶
func (o *FDXDynamicClientRegistrationPutParams) WithDefaults() *FDXDynamicClientRegistrationPutParams
WithDefaults hydrates default values in the f d x dynamic client registration put params (not the query body).
All values with no default are reset to their zero value.
func (*FDXDynamicClientRegistrationPutParams) WithHTTPClient ¶
func (o *FDXDynamicClientRegistrationPutParams) WithHTTPClient(client *http.Client) *FDXDynamicClientRegistrationPutParams
WithHTTPClient adds the HTTPClient to the f d x dynamic client registration put params
func (*FDXDynamicClientRegistrationPutParams) WithTimeout ¶
func (o *FDXDynamicClientRegistrationPutParams) WithTimeout(timeout time.Duration) *FDXDynamicClientRegistrationPutParams
WithTimeout adds the timeout to the f d x dynamic client registration put params
func (*FDXDynamicClientRegistrationPutParams) WriteToRequest ¶
func (o *FDXDynamicClientRegistrationPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type FDXDynamicClientRegistrationPutReader ¶
type FDXDynamicClientRegistrationPutReader struct {
// contains filtered or unexported fields
}
FDXDynamicClientRegistrationPutReader is a Reader for the FDXDynamicClientRegistrationPut structure.
func (*FDXDynamicClientRegistrationPutReader) ReadResponse ¶
func (o *FDXDynamicClientRegistrationPutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type FDXDynamicClientRegistrationPutUnauthorized ¶
type FDXDynamicClientRegistrationPutUnauthorized struct {
}FDXDynamicClientRegistrationPutUnauthorized describes a response with status code 401, with default header values.
RFC6749 error
func NewFDXDynamicClientRegistrationPutUnauthorized ¶
func NewFDXDynamicClientRegistrationPutUnauthorized() *FDXDynamicClientRegistrationPutUnauthorized
NewFDXDynamicClientRegistrationPutUnauthorized creates a FDXDynamicClientRegistrationPutUnauthorized with default headers values
func (*FDXDynamicClientRegistrationPutUnauthorized) Code ¶
func (o *FDXDynamicClientRegistrationPutUnauthorized) Code() int
Code gets the status code for the f d x dynamic client registration put unauthorized response
func (*FDXDynamicClientRegistrationPutUnauthorized) Error ¶
func (o *FDXDynamicClientRegistrationPutUnauthorized) Error() string
func (*FDXDynamicClientRegistrationPutUnauthorized) GetPayload ¶
func (o *FDXDynamicClientRegistrationPutUnauthorized) GetPayload() *models.RFC6749Error
func (*FDXDynamicClientRegistrationPutUnauthorized) IsClientError ¶
func (o *FDXDynamicClientRegistrationPutUnauthorized) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration put unauthorized response has a 4xx status code
func (*FDXDynamicClientRegistrationPutUnauthorized) IsCode ¶
func (o *FDXDynamicClientRegistrationPutUnauthorized) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration put unauthorized response a status code equal to that given
func (*FDXDynamicClientRegistrationPutUnauthorized) IsRedirect ¶
func (o *FDXDynamicClientRegistrationPutUnauthorized) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration put unauthorized response has a 3xx status code
func (*FDXDynamicClientRegistrationPutUnauthorized) IsServerError ¶
func (o *FDXDynamicClientRegistrationPutUnauthorized) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration put unauthorized response has a 5xx status code
func (*FDXDynamicClientRegistrationPutUnauthorized) IsSuccess ¶
func (o *FDXDynamicClientRegistrationPutUnauthorized) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration put unauthorized response has a 2xx status code
func (*FDXDynamicClientRegistrationPutUnauthorized) String ¶
func (o *FDXDynamicClientRegistrationPutUnauthorized) String() string
type FDXDynamicClientRegistrationReader ¶
type FDXDynamicClientRegistrationReader struct {
// contains filtered or unexported fields
}
FDXDynamicClientRegistrationReader is a Reader for the FDXDynamicClientRegistration structure.
func (*FDXDynamicClientRegistrationReader) ReadResponse ¶
func (o *FDXDynamicClientRegistrationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type FDXDynamicClientRegistrationUnauthorized ¶
type FDXDynamicClientRegistrationUnauthorized struct {
}FDXDynamicClientRegistrationUnauthorized describes a response with status code 401, with default header values.
RFC6749 error
func NewFDXDynamicClientRegistrationUnauthorized ¶
func NewFDXDynamicClientRegistrationUnauthorized() *FDXDynamicClientRegistrationUnauthorized
NewFDXDynamicClientRegistrationUnauthorized creates a FDXDynamicClientRegistrationUnauthorized with default headers values
func (*FDXDynamicClientRegistrationUnauthorized) Code ¶
func (o *FDXDynamicClientRegistrationUnauthorized) Code() int
Code gets the status code for the f d x dynamic client registration unauthorized response
func (*FDXDynamicClientRegistrationUnauthorized) Error ¶
func (o *FDXDynamicClientRegistrationUnauthorized) Error() string
func (*FDXDynamicClientRegistrationUnauthorized) GetPayload ¶
func (o *FDXDynamicClientRegistrationUnauthorized) GetPayload() *models.RFC6749Error
func (*FDXDynamicClientRegistrationUnauthorized) IsClientError ¶
func (o *FDXDynamicClientRegistrationUnauthorized) IsClientError() bool
IsClientError returns true when this f d x dynamic client registration unauthorized response has a 4xx status code
func (*FDXDynamicClientRegistrationUnauthorized) IsCode ¶
func (o *FDXDynamicClientRegistrationUnauthorized) IsCode(code int) bool
IsCode returns true when this f d x dynamic client registration unauthorized response a status code equal to that given
func (*FDXDynamicClientRegistrationUnauthorized) IsRedirect ¶
func (o *FDXDynamicClientRegistrationUnauthorized) IsRedirect() bool
IsRedirect returns true when this f d x dynamic client registration unauthorized response has a 3xx status code
func (*FDXDynamicClientRegistrationUnauthorized) IsServerError ¶
func (o *FDXDynamicClientRegistrationUnauthorized) IsServerError() bool
IsServerError returns true when this f d x dynamic client registration unauthorized response has a 5xx status code
func (*FDXDynamicClientRegistrationUnauthorized) IsSuccess ¶
func (o *FDXDynamicClientRegistrationUnauthorized) IsSuccess() bool
IsSuccess returns true when this f d x dynamic client registration unauthorized response has a 2xx status code
func (*FDXDynamicClientRegistrationUnauthorized) String ¶
func (o *FDXDynamicClientRegistrationUnauthorized) String() string
type FDXUpdateClientStatusBadRequest ¶
FDXUpdateClientStatusBadRequest describes a response with status code 400, with default header values.
Bad request
func NewFDXUpdateClientStatusBadRequest ¶
func NewFDXUpdateClientStatusBadRequest() *FDXUpdateClientStatusBadRequest
NewFDXUpdateClientStatusBadRequest creates a FDXUpdateClientStatusBadRequest with default headers values
func (*FDXUpdateClientStatusBadRequest) Code ¶
func (o *FDXUpdateClientStatusBadRequest) Code() int
Code gets the status code for the f d x update client status bad request response
func (*FDXUpdateClientStatusBadRequest) Error ¶
func (o *FDXUpdateClientStatusBadRequest) Error() string
func (*FDXUpdateClientStatusBadRequest) GetPayload ¶
func (o *FDXUpdateClientStatusBadRequest) GetPayload() *models.Error
func (*FDXUpdateClientStatusBadRequest) IsClientError ¶
func (o *FDXUpdateClientStatusBadRequest) IsClientError() bool
IsClientError returns true when this f d x update client status bad request response has a 4xx status code
func (*FDXUpdateClientStatusBadRequest) IsCode ¶
func (o *FDXUpdateClientStatusBadRequest) IsCode(code int) bool
IsCode returns true when this f d x update client status bad request response a status code equal to that given
func (*FDXUpdateClientStatusBadRequest) IsRedirect ¶
func (o *FDXUpdateClientStatusBadRequest) IsRedirect() bool
IsRedirect returns true when this f d x update client status bad request response has a 3xx status code
func (*FDXUpdateClientStatusBadRequest) IsServerError ¶
func (o *FDXUpdateClientStatusBadRequest) IsServerError() bool
IsServerError returns true when this f d x update client status bad request response has a 5xx status code
func (*FDXUpdateClientStatusBadRequest) IsSuccess ¶
func (o *FDXUpdateClientStatusBadRequest) IsSuccess() bool
IsSuccess returns true when this f d x update client status bad request response has a 2xx status code
func (*FDXUpdateClientStatusBadRequest) String ¶
func (o *FDXUpdateClientStatusBadRequest) String() string
type FDXUpdateClientStatusForbidden ¶
FDXUpdateClientStatusForbidden describes a response with status code 403, with default header values.
Forbidden
func NewFDXUpdateClientStatusForbidden ¶
func NewFDXUpdateClientStatusForbidden() *FDXUpdateClientStatusForbidden
NewFDXUpdateClientStatusForbidden creates a FDXUpdateClientStatusForbidden with default headers values
func (*FDXUpdateClientStatusForbidden) Code ¶
func (o *FDXUpdateClientStatusForbidden) Code() int
Code gets the status code for the f d x update client status forbidden response
func (*FDXUpdateClientStatusForbidden) Error ¶
func (o *FDXUpdateClientStatusForbidden) Error() string
func (*FDXUpdateClientStatusForbidden) GetPayload ¶
func (o *FDXUpdateClientStatusForbidden) GetPayload() *models.Error
func (*FDXUpdateClientStatusForbidden) IsClientError ¶
func (o *FDXUpdateClientStatusForbidden) IsClientError() bool
IsClientError returns true when this f d x update client status forbidden response has a 4xx status code
func (*FDXUpdateClientStatusForbidden) IsCode ¶
func (o *FDXUpdateClientStatusForbidden) IsCode(code int) bool
IsCode returns true when this f d x update client status forbidden response a status code equal to that given
func (*FDXUpdateClientStatusForbidden) IsRedirect ¶
func (o *FDXUpdateClientStatusForbidden) IsRedirect() bool
IsRedirect returns true when this f d x update client status forbidden response has a 3xx status code
func (*FDXUpdateClientStatusForbidden) IsServerError ¶
func (o *FDXUpdateClientStatusForbidden) IsServerError() bool
IsServerError returns true when this f d x update client status forbidden response has a 5xx status code
func (*FDXUpdateClientStatusForbidden) IsSuccess ¶
func (o *FDXUpdateClientStatusForbidden) IsSuccess() bool
IsSuccess returns true when this f d x update client status forbidden response has a 2xx status code
func (*FDXUpdateClientStatusForbidden) String ¶
func (o *FDXUpdateClientStatusForbidden) String() string
type FDXUpdateClientStatusNotFound ¶
FDXUpdateClientStatusNotFound describes a response with status code 404, with default header values.
Not found
func NewFDXUpdateClientStatusNotFound ¶
func NewFDXUpdateClientStatusNotFound() *FDXUpdateClientStatusNotFound
NewFDXUpdateClientStatusNotFound creates a FDXUpdateClientStatusNotFound with default headers values
func (*FDXUpdateClientStatusNotFound) Code ¶
func (o *FDXUpdateClientStatusNotFound) Code() int
Code gets the status code for the f d x update client status not found response
func (*FDXUpdateClientStatusNotFound) Error ¶
func (o *FDXUpdateClientStatusNotFound) Error() string
func (*FDXUpdateClientStatusNotFound) GetPayload ¶
func (o *FDXUpdateClientStatusNotFound) GetPayload() *models.Error
func (*FDXUpdateClientStatusNotFound) IsClientError ¶
func (o *FDXUpdateClientStatusNotFound) IsClientError() bool
IsClientError returns true when this f d x update client status not found response has a 4xx status code
func (*FDXUpdateClientStatusNotFound) IsCode ¶
func (o *FDXUpdateClientStatusNotFound) IsCode(code int) bool
IsCode returns true when this f d x update client status not found response a status code equal to that given
func (*FDXUpdateClientStatusNotFound) IsRedirect ¶
func (o *FDXUpdateClientStatusNotFound) IsRedirect() bool
IsRedirect returns true when this f d x update client status not found response has a 3xx status code
func (*FDXUpdateClientStatusNotFound) IsServerError ¶
func (o *FDXUpdateClientStatusNotFound) IsServerError() bool
IsServerError returns true when this f d x update client status not found response has a 5xx status code
func (*FDXUpdateClientStatusNotFound) IsSuccess ¶
func (o *FDXUpdateClientStatusNotFound) IsSuccess() bool
IsSuccess returns true when this f d x update client status not found response has a 2xx status code
func (*FDXUpdateClientStatusNotFound) String ¶
func (o *FDXUpdateClientStatusNotFound) String() string
type FDXUpdateClientStatusOK ¶
type FDXUpdateClientStatusOK struct { }
FDXUpdateClientStatusOK describes a response with status code 200, with default header values.
Client Status Updated
func NewFDXUpdateClientStatusOK ¶
func NewFDXUpdateClientStatusOK() *FDXUpdateClientStatusOK
NewFDXUpdateClientStatusOK creates a FDXUpdateClientStatusOK with default headers values
func (*FDXUpdateClientStatusOK) Code ¶
func (o *FDXUpdateClientStatusOK) Code() int
Code gets the status code for the f d x update client status o k response
func (*FDXUpdateClientStatusOK) Error ¶
func (o *FDXUpdateClientStatusOK) Error() string
func (*FDXUpdateClientStatusOK) IsClientError ¶
func (o *FDXUpdateClientStatusOK) IsClientError() bool
IsClientError returns true when this f d x update client status o k response has a 4xx status code
func (*FDXUpdateClientStatusOK) IsCode ¶
func (o *FDXUpdateClientStatusOK) IsCode(code int) bool
IsCode returns true when this f d x update client status o k response a status code equal to that given
func (*FDXUpdateClientStatusOK) IsRedirect ¶
func (o *FDXUpdateClientStatusOK) IsRedirect() bool
IsRedirect returns true when this f d x update client status o k response has a 3xx status code
func (*FDXUpdateClientStatusOK) IsServerError ¶
func (o *FDXUpdateClientStatusOK) IsServerError() bool
IsServerError returns true when this f d x update client status o k response has a 5xx status code
func (*FDXUpdateClientStatusOK) IsSuccess ¶
func (o *FDXUpdateClientStatusOK) IsSuccess() bool
IsSuccess returns true when this f d x update client status o k response has a 2xx status code
func (*FDXUpdateClientStatusOK) String ¶
func (o *FDXUpdateClientStatusOK) String() string
type FDXUpdateClientStatusParams ¶
type FDXUpdateClientStatusParams struct { /* FDXUpdateClientRequest. FDXUpdateClientStatusRequest */ FDXUpdateClientRequest *models.FDXUpdateClientStatusRequest /* Cid. Client id Default: "default" */ Cid string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
FDXUpdateClientStatusParams contains all the parameters to send to the API endpoint
for the f d x update client status operation. Typically these are written to a http.Request.
func NewFDXUpdateClientStatusParams ¶
func NewFDXUpdateClientStatusParams() *FDXUpdateClientStatusParams
NewFDXUpdateClientStatusParams creates a new FDXUpdateClientStatusParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewFDXUpdateClientStatusParamsWithContext ¶
func NewFDXUpdateClientStatusParamsWithContext(ctx context.Context) *FDXUpdateClientStatusParams
NewFDXUpdateClientStatusParamsWithContext creates a new FDXUpdateClientStatusParams object with the ability to set a context for a request.
func NewFDXUpdateClientStatusParamsWithHTTPClient ¶
func NewFDXUpdateClientStatusParamsWithHTTPClient(client *http.Client) *FDXUpdateClientStatusParams
NewFDXUpdateClientStatusParamsWithHTTPClient creates a new FDXUpdateClientStatusParams object with the ability to set a custom HTTPClient for a request.
func NewFDXUpdateClientStatusParamsWithTimeout ¶
func NewFDXUpdateClientStatusParamsWithTimeout(timeout time.Duration) *FDXUpdateClientStatusParams
NewFDXUpdateClientStatusParamsWithTimeout creates a new FDXUpdateClientStatusParams object with the ability to set a timeout on a request.
func (*FDXUpdateClientStatusParams) SetCid ¶
func (o *FDXUpdateClientStatusParams) SetCid(cid string)
SetCid adds the cid to the f d x update client status params
func (*FDXUpdateClientStatusParams) SetContext ¶
func (o *FDXUpdateClientStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the f d x update client status params
func (*FDXUpdateClientStatusParams) SetDefaults ¶
func (o *FDXUpdateClientStatusParams) SetDefaults()
SetDefaults hydrates default values in the f d x update client status params (not the query body).
All values with no default are reset to their zero value.
func (*FDXUpdateClientStatusParams) SetFDXUpdateClientRequest ¶
func (o *FDXUpdateClientStatusParams) SetFDXUpdateClientRequest(fDXUpdateClientRequest *models.FDXUpdateClientStatusRequest)
SetFDXUpdateClientRequest adds the fDXUpdateClientRequest to the f d x update client status params
func (*FDXUpdateClientStatusParams) SetHTTPClient ¶
func (o *FDXUpdateClientStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the f d x update client status params
func (*FDXUpdateClientStatusParams) SetTimeout ¶
func (o *FDXUpdateClientStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the f d x update client status params
func (*FDXUpdateClientStatusParams) WithCid ¶
func (o *FDXUpdateClientStatusParams) WithCid(cid string) *FDXUpdateClientStatusParams
WithCid adds the cid to the f d x update client status params
func (*FDXUpdateClientStatusParams) WithContext ¶
func (o *FDXUpdateClientStatusParams) WithContext(ctx context.Context) *FDXUpdateClientStatusParams
WithContext adds the context to the f d x update client status params
func (*FDXUpdateClientStatusParams) WithDefaults ¶
func (o *FDXUpdateClientStatusParams) WithDefaults() *FDXUpdateClientStatusParams
WithDefaults hydrates default values in the f d x update client status params (not the query body).
All values with no default are reset to their zero value.
func (*FDXUpdateClientStatusParams) WithFDXUpdateClientRequest ¶
func (o *FDXUpdateClientStatusParams) WithFDXUpdateClientRequest(fDXUpdateClientRequest *models.FDXUpdateClientStatusRequest) *FDXUpdateClientStatusParams
WithFDXUpdateClientRequest adds the fDXUpdateClientRequest to the f d x update client status params
func (*FDXUpdateClientStatusParams) WithHTTPClient ¶
func (o *FDXUpdateClientStatusParams) WithHTTPClient(client *http.Client) *FDXUpdateClientStatusParams
WithHTTPClient adds the HTTPClient to the f d x update client status params
func (*FDXUpdateClientStatusParams) WithTimeout ¶
func (o *FDXUpdateClientStatusParams) WithTimeout(timeout time.Duration) *FDXUpdateClientStatusParams
WithTimeout adds the timeout to the f d x update client status params
func (*FDXUpdateClientStatusParams) WriteToRequest ¶
func (o *FDXUpdateClientStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type FDXUpdateClientStatusReader ¶
type FDXUpdateClientStatusReader struct {
// contains filtered or unexported fields
}
FDXUpdateClientStatusReader is a Reader for the FDXUpdateClientStatus structure.
func (*FDXUpdateClientStatusReader) ReadResponse ¶
func (o *FDXUpdateClientStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type FDXUpdateClientStatusTooManyRequests ¶
FDXUpdateClientStatusTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewFDXUpdateClientStatusTooManyRequests ¶
func NewFDXUpdateClientStatusTooManyRequests() *FDXUpdateClientStatusTooManyRequests
NewFDXUpdateClientStatusTooManyRequests creates a FDXUpdateClientStatusTooManyRequests with default headers values
func (*FDXUpdateClientStatusTooManyRequests) Code ¶
func (o *FDXUpdateClientStatusTooManyRequests) Code() int
Code gets the status code for the f d x update client status too many requests response
func (*FDXUpdateClientStatusTooManyRequests) Error ¶
func (o *FDXUpdateClientStatusTooManyRequests) Error() string
func (*FDXUpdateClientStatusTooManyRequests) GetPayload ¶
func (o *FDXUpdateClientStatusTooManyRequests) GetPayload() *models.Error
func (*FDXUpdateClientStatusTooManyRequests) IsClientError ¶
func (o *FDXUpdateClientStatusTooManyRequests) IsClientError() bool
IsClientError returns true when this f d x update client status too many requests response has a 4xx status code
func (*FDXUpdateClientStatusTooManyRequests) IsCode ¶
func (o *FDXUpdateClientStatusTooManyRequests) IsCode(code int) bool
IsCode returns true when this f d x update client status too many requests response a status code equal to that given
func (*FDXUpdateClientStatusTooManyRequests) IsRedirect ¶
func (o *FDXUpdateClientStatusTooManyRequests) IsRedirect() bool
IsRedirect returns true when this f d x update client status too many requests response has a 3xx status code
func (*FDXUpdateClientStatusTooManyRequests) IsServerError ¶
func (o *FDXUpdateClientStatusTooManyRequests) IsServerError() bool
IsServerError returns true when this f d x update client status too many requests response has a 5xx status code
func (*FDXUpdateClientStatusTooManyRequests) IsSuccess ¶
func (o *FDXUpdateClientStatusTooManyRequests) IsSuccess() bool
IsSuccess returns true when this f d x update client status too many requests response has a 2xx status code
func (*FDXUpdateClientStatusTooManyRequests) String ¶
func (o *FDXUpdateClientStatusTooManyRequests) String() string
type FDXUpdateClientStatusUnauthorized ¶
type FDXUpdateClientStatusUnauthorized struct {
}FDXUpdateClientStatusUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewFDXUpdateClientStatusUnauthorized ¶
func NewFDXUpdateClientStatusUnauthorized() *FDXUpdateClientStatusUnauthorized
NewFDXUpdateClientStatusUnauthorized creates a FDXUpdateClientStatusUnauthorized with default headers values
func (*FDXUpdateClientStatusUnauthorized) Code ¶
func (o *FDXUpdateClientStatusUnauthorized) Code() int
Code gets the status code for the f d x update client status unauthorized response
func (*FDXUpdateClientStatusUnauthorized) Error ¶
func (o *FDXUpdateClientStatusUnauthorized) Error() string
func (*FDXUpdateClientStatusUnauthorized) GetPayload ¶
func (o *FDXUpdateClientStatusUnauthorized) GetPayload() *models.Error
func (*FDXUpdateClientStatusUnauthorized) IsClientError ¶
func (o *FDXUpdateClientStatusUnauthorized) IsClientError() bool
IsClientError returns true when this f d x update client status unauthorized response has a 4xx status code
func (*FDXUpdateClientStatusUnauthorized) IsCode ¶
func (o *FDXUpdateClientStatusUnauthorized) IsCode(code int) bool
IsCode returns true when this f d x update client status unauthorized response a status code equal to that given
func (*FDXUpdateClientStatusUnauthorized) IsRedirect ¶
func (o *FDXUpdateClientStatusUnauthorized) IsRedirect() bool
IsRedirect returns true when this f d x update client status unauthorized response has a 3xx status code
func (*FDXUpdateClientStatusUnauthorized) IsServerError ¶
func (o *FDXUpdateClientStatusUnauthorized) IsServerError() bool
IsServerError returns true when this f d x update client status unauthorized response has a 5xx status code
func (*FDXUpdateClientStatusUnauthorized) IsSuccess ¶
func (o *FDXUpdateClientStatusUnauthorized) IsSuccess() bool
IsSuccess returns true when this f d x update client status unauthorized response has a 2xx status code
func (*FDXUpdateClientStatusUnauthorized) String ¶
func (o *FDXUpdateClientStatusUnauthorized) String() string
type FDXUpdateClientStatusUnprocessableEntity ¶
FDXUpdateClientStatusUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewFDXUpdateClientStatusUnprocessableEntity ¶
func NewFDXUpdateClientStatusUnprocessableEntity() *FDXUpdateClientStatusUnprocessableEntity
NewFDXUpdateClientStatusUnprocessableEntity creates a FDXUpdateClientStatusUnprocessableEntity with default headers values
func (*FDXUpdateClientStatusUnprocessableEntity) Code ¶
func (o *FDXUpdateClientStatusUnprocessableEntity) Code() int
Code gets the status code for the f d x update client status unprocessable entity response
func (*FDXUpdateClientStatusUnprocessableEntity) Error ¶
func (o *FDXUpdateClientStatusUnprocessableEntity) Error() string
func (*FDXUpdateClientStatusUnprocessableEntity) GetPayload ¶
func (o *FDXUpdateClientStatusUnprocessableEntity) GetPayload() *models.Error
func (*FDXUpdateClientStatusUnprocessableEntity) IsClientError ¶
func (o *FDXUpdateClientStatusUnprocessableEntity) IsClientError() bool
IsClientError returns true when this f d x update client status unprocessable entity response has a 4xx status code
func (*FDXUpdateClientStatusUnprocessableEntity) IsCode ¶
func (o *FDXUpdateClientStatusUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this f d x update client status unprocessable entity response a status code equal to that given
func (*FDXUpdateClientStatusUnprocessableEntity) IsRedirect ¶
func (o *FDXUpdateClientStatusUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this f d x update client status unprocessable entity response has a 3xx status code
func (*FDXUpdateClientStatusUnprocessableEntity) IsServerError ¶
func (o *FDXUpdateClientStatusUnprocessableEntity) IsServerError() bool
IsServerError returns true when this f d x update client status unprocessable entity response has a 5xx status code
func (*FDXUpdateClientStatusUnprocessableEntity) IsSuccess ¶
func (o *FDXUpdateClientStatusUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this f d x update client status unprocessable entity response has a 2xx status code
func (*FDXUpdateClientStatusUnprocessableEntity) String ¶
func (o *FDXUpdateClientStatusUnprocessableEntity) String() string
Source Files ¶
- dcr_client.go
- f_d_x_dynamic_client_registration_delete_parameters.go
- f_d_x_dynamic_client_registration_delete_responses.go
- f_d_x_dynamic_client_registration_get_parameters.go
- f_d_x_dynamic_client_registration_get_responses.go
- f_d_x_dynamic_client_registration_parameters.go
- f_d_x_dynamic_client_registration_put_parameters.go
- f_d_x_dynamic_client_registration_put_responses.go
- f_d_x_dynamic_client_registration_responses.go
- f_d_x_update_client_status_parameters.go
- f_d_x_update_client_status_responses.go