property_groups

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2022 License: Apache-2.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for property groups API

func (*Client) CreatePropertyGroupUsingPOST

func (a *Client) CreatePropertyGroupUsingPOST(params *CreatePropertyGroupUsingPOSTParams, opts ...ClientOption) (*CreatePropertyGroupUsingPOSTCreated, error)

CreatePropertyGroupUsingPOST creates a property group

func (*Client) DeletePropertyGroupUsingDELETE

func (a *Client) DeletePropertyGroupUsingDELETE(params *DeletePropertyGroupUsingDELETEParams, opts ...ClientOption) (*DeletePropertyGroupUsingDELETENoContent, error)

DeletePropertyGroupUsingDELETE deletes a property group

func (*Client) GetPropertyGroupUsingGET

func (a *Client) GetPropertyGroupUsingGET(params *GetPropertyGroupUsingGETParams, opts ...ClientOption) (*GetPropertyGroupUsingGETOK, error)

GetPropertyGroupUsingGET returns property group details

func (*Client) ListPropertyGroupsUsingGET

func (a *Client) ListPropertyGroupsUsingGET(params *ListPropertyGroupsUsingGETParams, opts ...ClientOption) (*ListPropertyGroupsUsingGETOK, error)

ListPropertyGroupsUsingGET lists property groups

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdatePropertyGroupUsingPUT

func (a *Client) UpdatePropertyGroupUsingPUT(params *UpdatePropertyGroupUsingPUTParams, opts ...ClientOption) (*UpdatePropertyGroupUsingPUTOK, error)

UpdatePropertyGroupUsingPUT updates a property group

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreatePropertyGroupUsingPOST(params *CreatePropertyGroupUsingPOSTParams, opts ...ClientOption) (*CreatePropertyGroupUsingPOSTCreated, error)

	DeletePropertyGroupUsingDELETE(params *DeletePropertyGroupUsingDELETEParams, opts ...ClientOption) (*DeletePropertyGroupUsingDELETENoContent, error)

	GetPropertyGroupUsingGET(params *GetPropertyGroupUsingGETParams, opts ...ClientOption) (*GetPropertyGroupUsingGETOK, error)

	ListPropertyGroupsUsingGET(params *ListPropertyGroupsUsingGETParams, opts ...ClientOption) (*ListPropertyGroupsUsingGETOK, error)

	UpdatePropertyGroupUsingPUT(params *UpdatePropertyGroupUsingPUTParams, opts ...ClientOption) (*UpdatePropertyGroupUsingPUTOK, 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 property groups API client.

type CreatePropertyGroupUsingPOSTBadRequest

type CreatePropertyGroupUsingPOSTBadRequest struct {
	Payload *models.Error
}

CreatePropertyGroupUsingPOSTBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCreatePropertyGroupUsingPOSTBadRequest

func NewCreatePropertyGroupUsingPOSTBadRequest() *CreatePropertyGroupUsingPOSTBadRequest

NewCreatePropertyGroupUsingPOSTBadRequest creates a CreatePropertyGroupUsingPOSTBadRequest with default headers values

func (*CreatePropertyGroupUsingPOSTBadRequest) Error

func (*CreatePropertyGroupUsingPOSTBadRequest) GetPayload

func (*CreatePropertyGroupUsingPOSTBadRequest) IsClientError added in v0.5.0

func (o *CreatePropertyGroupUsingPOSTBadRequest) IsClientError() bool

IsClientError returns true when this create property group using p o s t bad request response has a 4xx status code

func (*CreatePropertyGroupUsingPOSTBadRequest) IsCode added in v0.5.0

IsCode returns true when this create property group using p o s t bad request response a status code equal to that given

func (*CreatePropertyGroupUsingPOSTBadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this create property group using p o s t bad request response has a 3xx status code

func (*CreatePropertyGroupUsingPOSTBadRequest) IsServerError added in v0.5.0

func (o *CreatePropertyGroupUsingPOSTBadRequest) IsServerError() bool

IsServerError returns true when this create property group using p o s t bad request response has a 5xx status code

func (*CreatePropertyGroupUsingPOSTBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this create property group using p o s t bad request response has a 2xx status code

func (*CreatePropertyGroupUsingPOSTBadRequest) String added in v0.5.0

type CreatePropertyGroupUsingPOSTCreated

type CreatePropertyGroupUsingPOSTCreated struct {
	Payload *models.PropertyGroup
}

CreatePropertyGroupUsingPOSTCreated describes a response with status code 201, with default header values.

Created

func NewCreatePropertyGroupUsingPOSTCreated

func NewCreatePropertyGroupUsingPOSTCreated() *CreatePropertyGroupUsingPOSTCreated

NewCreatePropertyGroupUsingPOSTCreated creates a CreatePropertyGroupUsingPOSTCreated with default headers values

func (*CreatePropertyGroupUsingPOSTCreated) Error

func (*CreatePropertyGroupUsingPOSTCreated) GetPayload

func (*CreatePropertyGroupUsingPOSTCreated) IsClientError added in v0.5.0

func (o *CreatePropertyGroupUsingPOSTCreated) IsClientError() bool

IsClientError returns true when this create property group using p o s t created response has a 4xx status code

func (*CreatePropertyGroupUsingPOSTCreated) IsCode added in v0.5.0

IsCode returns true when this create property group using p o s t created response a status code equal to that given

func (*CreatePropertyGroupUsingPOSTCreated) IsRedirect added in v0.5.0

func (o *CreatePropertyGroupUsingPOSTCreated) IsRedirect() bool

IsRedirect returns true when this create property group using p o s t created response has a 3xx status code

func (*CreatePropertyGroupUsingPOSTCreated) IsServerError added in v0.5.0

func (o *CreatePropertyGroupUsingPOSTCreated) IsServerError() bool

IsServerError returns true when this create property group using p o s t created response has a 5xx status code

func (*CreatePropertyGroupUsingPOSTCreated) IsSuccess added in v0.5.0

IsSuccess returns true when this create property group using p o s t created response has a 2xx status code

func (*CreatePropertyGroupUsingPOSTCreated) String added in v0.5.0

type CreatePropertyGroupUsingPOSTForbidden

type CreatePropertyGroupUsingPOSTForbidden struct {
}

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

Forbidden

func NewCreatePropertyGroupUsingPOSTForbidden

func NewCreatePropertyGroupUsingPOSTForbidden() *CreatePropertyGroupUsingPOSTForbidden

NewCreatePropertyGroupUsingPOSTForbidden creates a CreatePropertyGroupUsingPOSTForbidden with default headers values

func (*CreatePropertyGroupUsingPOSTForbidden) Error

func (*CreatePropertyGroupUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *CreatePropertyGroupUsingPOSTForbidden) IsClientError() bool

IsClientError returns true when this create property group using p o s t forbidden response has a 4xx status code

func (*CreatePropertyGroupUsingPOSTForbidden) IsCode added in v0.5.0

IsCode returns true when this create property group using p o s t forbidden response a status code equal to that given

func (*CreatePropertyGroupUsingPOSTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this create property group using p o s t forbidden response has a 3xx status code

func (*CreatePropertyGroupUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *CreatePropertyGroupUsingPOSTForbidden) IsServerError() bool

IsServerError returns true when this create property group using p o s t forbidden response has a 5xx status code

func (*CreatePropertyGroupUsingPOSTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this create property group using p o s t forbidden response has a 2xx status code

func (*CreatePropertyGroupUsingPOSTForbidden) String added in v0.5.0

type CreatePropertyGroupUsingPOSTParams

type CreatePropertyGroupUsingPOSTParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* PropertyGroup.

	   propertyGroup
	*/
	PropertyGroup *models.PropertyGroup

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

CreatePropertyGroupUsingPOSTParams contains all the parameters to send to the API endpoint

for the create property group using p o s t operation.

Typically these are written to a http.Request.

func NewCreatePropertyGroupUsingPOSTParams

func NewCreatePropertyGroupUsingPOSTParams() *CreatePropertyGroupUsingPOSTParams

NewCreatePropertyGroupUsingPOSTParams creates a new CreatePropertyGroupUsingPOSTParams 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 NewCreatePropertyGroupUsingPOSTParamsWithContext

func NewCreatePropertyGroupUsingPOSTParamsWithContext(ctx context.Context) *CreatePropertyGroupUsingPOSTParams

NewCreatePropertyGroupUsingPOSTParamsWithContext creates a new CreatePropertyGroupUsingPOSTParams object with the ability to set a context for a request.

func NewCreatePropertyGroupUsingPOSTParamsWithHTTPClient

func NewCreatePropertyGroupUsingPOSTParamsWithHTTPClient(client *http.Client) *CreatePropertyGroupUsingPOSTParams

NewCreatePropertyGroupUsingPOSTParamsWithHTTPClient creates a new CreatePropertyGroupUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewCreatePropertyGroupUsingPOSTParamsWithTimeout

func NewCreatePropertyGroupUsingPOSTParamsWithTimeout(timeout time.Duration) *CreatePropertyGroupUsingPOSTParams

NewCreatePropertyGroupUsingPOSTParamsWithTimeout creates a new CreatePropertyGroupUsingPOSTParams object with the ability to set a timeout on a request.

func (*CreatePropertyGroupUsingPOSTParams) SetAPIVersion

func (o *CreatePropertyGroupUsingPOSTParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the create property group using p o s t params

func (*CreatePropertyGroupUsingPOSTParams) SetContext

SetContext adds the context to the create property group using p o s t params

func (*CreatePropertyGroupUsingPOSTParams) SetDefaults

func (o *CreatePropertyGroupUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the create property group using p o s t params (not the query body).

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

func (*CreatePropertyGroupUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create property group using p o s t params

func (*CreatePropertyGroupUsingPOSTParams) SetPropertyGroup

func (o *CreatePropertyGroupUsingPOSTParams) SetPropertyGroup(propertyGroup *models.PropertyGroup)

SetPropertyGroup adds the propertyGroup to the create property group using p o s t params

func (*CreatePropertyGroupUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the create property group using p o s t params

func (*CreatePropertyGroupUsingPOSTParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the create property group using p o s t params

func (*CreatePropertyGroupUsingPOSTParams) WithContext

WithContext adds the context to the create property group using p o s t params

func (*CreatePropertyGroupUsingPOSTParams) WithDefaults

WithDefaults hydrates default values in the create property group using p o s t params (not the query body).

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

func (*CreatePropertyGroupUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create property group using p o s t params

func (*CreatePropertyGroupUsingPOSTParams) WithPropertyGroup

WithPropertyGroup adds the propertyGroup to the create property group using p o s t params

func (*CreatePropertyGroupUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the create property group using p o s t params

func (*CreatePropertyGroupUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreatePropertyGroupUsingPOSTReader

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

CreatePropertyGroupUsingPOSTReader is a Reader for the CreatePropertyGroupUsingPOST structure.

func (*CreatePropertyGroupUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePropertyGroupUsingPOSTUnauthorized

type CreatePropertyGroupUsingPOSTUnauthorized struct {
}

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

Unauthorized

func NewCreatePropertyGroupUsingPOSTUnauthorized

func NewCreatePropertyGroupUsingPOSTUnauthorized() *CreatePropertyGroupUsingPOSTUnauthorized

NewCreatePropertyGroupUsingPOSTUnauthorized creates a CreatePropertyGroupUsingPOSTUnauthorized with default headers values

func (*CreatePropertyGroupUsingPOSTUnauthorized) Error

func (*CreatePropertyGroupUsingPOSTUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this create property group using p o s t unauthorized response has a 4xx status code

func (*CreatePropertyGroupUsingPOSTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this create property group using p o s t unauthorized response a status code equal to that given

func (*CreatePropertyGroupUsingPOSTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this create property group using p o s t unauthorized response has a 3xx status code

func (*CreatePropertyGroupUsingPOSTUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this create property group using p o s t unauthorized response has a 5xx status code

func (*CreatePropertyGroupUsingPOSTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this create property group using p o s t unauthorized response has a 2xx status code

func (*CreatePropertyGroupUsingPOSTUnauthorized) String added in v0.5.0

type DeletePropertyGroupUsingDELETEForbidden

type DeletePropertyGroupUsingDELETEForbidden struct {
}

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

Forbidden

func NewDeletePropertyGroupUsingDELETEForbidden

func NewDeletePropertyGroupUsingDELETEForbidden() *DeletePropertyGroupUsingDELETEForbidden

NewDeletePropertyGroupUsingDELETEForbidden creates a DeletePropertyGroupUsingDELETEForbidden with default headers values

func (*DeletePropertyGroupUsingDELETEForbidden) Error

func (*DeletePropertyGroupUsingDELETEForbidden) IsClientError added in v0.5.0

func (o *DeletePropertyGroupUsingDELETEForbidden) IsClientError() bool

IsClientError returns true when this delete property group using d e l e t e forbidden response has a 4xx status code

func (*DeletePropertyGroupUsingDELETEForbidden) IsCode added in v0.5.0

IsCode returns true when this delete property group using d e l e t e forbidden response a status code equal to that given

func (*DeletePropertyGroupUsingDELETEForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete property group using d e l e t e forbidden response has a 3xx status code

func (*DeletePropertyGroupUsingDELETEForbidden) IsServerError added in v0.5.0

func (o *DeletePropertyGroupUsingDELETEForbidden) IsServerError() bool

IsServerError returns true when this delete property group using d e l e t e forbidden response has a 5xx status code

func (*DeletePropertyGroupUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete property group using d e l e t e forbidden response has a 2xx status code

func (*DeletePropertyGroupUsingDELETEForbidden) String added in v0.5.0

type DeletePropertyGroupUsingDELETENoContent

type DeletePropertyGroupUsingDELETENoContent struct {
}

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

No Content

func NewDeletePropertyGroupUsingDELETENoContent

func NewDeletePropertyGroupUsingDELETENoContent() *DeletePropertyGroupUsingDELETENoContent

NewDeletePropertyGroupUsingDELETENoContent creates a DeletePropertyGroupUsingDELETENoContent with default headers values

func (*DeletePropertyGroupUsingDELETENoContent) Error

func (*DeletePropertyGroupUsingDELETENoContent) IsClientError added in v0.5.0

func (o *DeletePropertyGroupUsingDELETENoContent) IsClientError() bool

IsClientError returns true when this delete property group using d e l e t e no content response has a 4xx status code

func (*DeletePropertyGroupUsingDELETENoContent) IsCode added in v0.5.0

IsCode returns true when this delete property group using d e l e t e no content response a status code equal to that given

func (*DeletePropertyGroupUsingDELETENoContent) IsRedirect added in v0.5.0

IsRedirect returns true when this delete property group using d e l e t e no content response has a 3xx status code

func (*DeletePropertyGroupUsingDELETENoContent) IsServerError added in v0.5.0

func (o *DeletePropertyGroupUsingDELETENoContent) IsServerError() bool

IsServerError returns true when this delete property group using d e l e t e no content response has a 5xx status code

func (*DeletePropertyGroupUsingDELETENoContent) IsSuccess added in v0.5.0

IsSuccess returns true when this delete property group using d e l e t e no content response has a 2xx status code

func (*DeletePropertyGroupUsingDELETENoContent) String added in v0.5.0

type DeletePropertyGroupUsingDELETENotFound

type DeletePropertyGroupUsingDELETENotFound struct {
	Payload *models.Error
}

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

Not Found

func NewDeletePropertyGroupUsingDELETENotFound

func NewDeletePropertyGroupUsingDELETENotFound() *DeletePropertyGroupUsingDELETENotFound

NewDeletePropertyGroupUsingDELETENotFound creates a DeletePropertyGroupUsingDELETENotFound with default headers values

func (*DeletePropertyGroupUsingDELETENotFound) Error

func (*DeletePropertyGroupUsingDELETENotFound) GetPayload

func (*DeletePropertyGroupUsingDELETENotFound) IsClientError added in v0.5.0

func (o *DeletePropertyGroupUsingDELETENotFound) IsClientError() bool

IsClientError returns true when this delete property group using d e l e t e not found response has a 4xx status code

func (*DeletePropertyGroupUsingDELETENotFound) IsCode added in v0.5.0

IsCode returns true when this delete property group using d e l e t e not found response a status code equal to that given

func (*DeletePropertyGroupUsingDELETENotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this delete property group using d e l e t e not found response has a 3xx status code

func (*DeletePropertyGroupUsingDELETENotFound) IsServerError added in v0.5.0

func (o *DeletePropertyGroupUsingDELETENotFound) IsServerError() bool

IsServerError returns true when this delete property group using d e l e t e not found response has a 5xx status code

func (*DeletePropertyGroupUsingDELETENotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete property group using d e l e t e not found response has a 2xx status code

func (*DeletePropertyGroupUsingDELETENotFound) String added in v0.5.0

type DeletePropertyGroupUsingDELETEParams

type DeletePropertyGroupUsingDELETEParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* PropertyGroupID.

	   propertyGroupId

	   Format: uuid
	*/
	PropertyGroupID strfmt.UUID

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

DeletePropertyGroupUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete property group using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeletePropertyGroupUsingDELETEParams

func NewDeletePropertyGroupUsingDELETEParams() *DeletePropertyGroupUsingDELETEParams

NewDeletePropertyGroupUsingDELETEParams creates a new DeletePropertyGroupUsingDELETEParams 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 NewDeletePropertyGroupUsingDELETEParamsWithContext

func NewDeletePropertyGroupUsingDELETEParamsWithContext(ctx context.Context) *DeletePropertyGroupUsingDELETEParams

NewDeletePropertyGroupUsingDELETEParamsWithContext creates a new DeletePropertyGroupUsingDELETEParams object with the ability to set a context for a request.

func NewDeletePropertyGroupUsingDELETEParamsWithHTTPClient

func NewDeletePropertyGroupUsingDELETEParamsWithHTTPClient(client *http.Client) *DeletePropertyGroupUsingDELETEParams

NewDeletePropertyGroupUsingDELETEParamsWithHTTPClient creates a new DeletePropertyGroupUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeletePropertyGroupUsingDELETEParamsWithTimeout

func NewDeletePropertyGroupUsingDELETEParamsWithTimeout(timeout time.Duration) *DeletePropertyGroupUsingDELETEParams

NewDeletePropertyGroupUsingDELETEParamsWithTimeout creates a new DeletePropertyGroupUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeletePropertyGroupUsingDELETEParams) SetAPIVersion

func (o *DeletePropertyGroupUsingDELETEParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the delete property group using d e l e t e params

func (*DeletePropertyGroupUsingDELETEParams) SetContext

SetContext adds the context to the delete property group using d e l e t e params

func (*DeletePropertyGroupUsingDELETEParams) SetDefaults

func (o *DeletePropertyGroupUsingDELETEParams) SetDefaults()

SetDefaults hydrates default values in the delete property group using d e l e t e params (not the query body).

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

func (*DeletePropertyGroupUsingDELETEParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete property group using d e l e t e params

func (*DeletePropertyGroupUsingDELETEParams) SetPropertyGroupID

func (o *DeletePropertyGroupUsingDELETEParams) SetPropertyGroupID(propertyGroupID strfmt.UUID)

SetPropertyGroupID adds the propertyGroupId to the delete property group using d e l e t e params

func (*DeletePropertyGroupUsingDELETEParams) SetTimeout

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

SetTimeout adds the timeout to the delete property group using d e l e t e params

func (*DeletePropertyGroupUsingDELETEParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the delete property group using d e l e t e params

func (*DeletePropertyGroupUsingDELETEParams) WithContext

WithContext adds the context to the delete property group using d e l e t e params

func (*DeletePropertyGroupUsingDELETEParams) WithDefaults

WithDefaults hydrates default values in the delete property group using d e l e t e params (not the query body).

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

func (*DeletePropertyGroupUsingDELETEParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete property group using d e l e t e params

func (*DeletePropertyGroupUsingDELETEParams) WithPropertyGroupID

WithPropertyGroupID adds the propertyGroupID to the delete property group using d e l e t e params

func (*DeletePropertyGroupUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the delete property group using d e l e t e params

func (*DeletePropertyGroupUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePropertyGroupUsingDELETEReader

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

DeletePropertyGroupUsingDELETEReader is a Reader for the DeletePropertyGroupUsingDELETE structure.

func (*DeletePropertyGroupUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeletePropertyGroupUsingDELETEUnauthorized

type DeletePropertyGroupUsingDELETEUnauthorized struct {
}

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

Unauthorized

func NewDeletePropertyGroupUsingDELETEUnauthorized

func NewDeletePropertyGroupUsingDELETEUnauthorized() *DeletePropertyGroupUsingDELETEUnauthorized

NewDeletePropertyGroupUsingDELETEUnauthorized creates a DeletePropertyGroupUsingDELETEUnauthorized with default headers values

func (*DeletePropertyGroupUsingDELETEUnauthorized) Error

func (*DeletePropertyGroupUsingDELETEUnauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete property group using d e l e t e unauthorized response has a 4xx status code

func (*DeletePropertyGroupUsingDELETEUnauthorized) IsCode added in v0.5.0

IsCode returns true when this delete property group using d e l e t e unauthorized response a status code equal to that given

func (*DeletePropertyGroupUsingDELETEUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete property group using d e l e t e unauthorized response has a 3xx status code

func (*DeletePropertyGroupUsingDELETEUnauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete property group using d e l e t e unauthorized response has a 5xx status code

func (*DeletePropertyGroupUsingDELETEUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete property group using d e l e t e unauthorized response has a 2xx status code

func (*DeletePropertyGroupUsingDELETEUnauthorized) String added in v0.5.0

type GetPropertyGroupUsingGETBadRequest

type GetPropertyGroupUsingGETBadRequest struct {
	Payload *models.Error
}

GetPropertyGroupUsingGETBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetPropertyGroupUsingGETBadRequest

func NewGetPropertyGroupUsingGETBadRequest() *GetPropertyGroupUsingGETBadRequest

NewGetPropertyGroupUsingGETBadRequest creates a GetPropertyGroupUsingGETBadRequest with default headers values

func (*GetPropertyGroupUsingGETBadRequest) Error

func (*GetPropertyGroupUsingGETBadRequest) GetPayload

func (*GetPropertyGroupUsingGETBadRequest) IsClientError added in v0.5.0

func (o *GetPropertyGroupUsingGETBadRequest) IsClientError() bool

IsClientError returns true when this get property group using g e t bad request response has a 4xx status code

func (*GetPropertyGroupUsingGETBadRequest) IsCode added in v0.5.0

IsCode returns true when this get property group using g e t bad request response a status code equal to that given

func (*GetPropertyGroupUsingGETBadRequest) IsRedirect added in v0.5.0

func (o *GetPropertyGroupUsingGETBadRequest) IsRedirect() bool

IsRedirect returns true when this get property group using g e t bad request response has a 3xx status code

func (*GetPropertyGroupUsingGETBadRequest) IsServerError added in v0.5.0

func (o *GetPropertyGroupUsingGETBadRequest) IsServerError() bool

IsServerError returns true when this get property group using g e t bad request response has a 5xx status code

func (*GetPropertyGroupUsingGETBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this get property group using g e t bad request response has a 2xx status code

func (*GetPropertyGroupUsingGETBadRequest) String added in v0.5.0

type GetPropertyGroupUsingGETForbidden

type GetPropertyGroupUsingGETForbidden struct {
}

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

Forbidden

func NewGetPropertyGroupUsingGETForbidden

func NewGetPropertyGroupUsingGETForbidden() *GetPropertyGroupUsingGETForbidden

NewGetPropertyGroupUsingGETForbidden creates a GetPropertyGroupUsingGETForbidden with default headers values

func (*GetPropertyGroupUsingGETForbidden) Error

func (*GetPropertyGroupUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetPropertyGroupUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get property group using g e t forbidden response has a 4xx status code

func (*GetPropertyGroupUsingGETForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get property group using g e t forbidden response a status code equal to that given

func (*GetPropertyGroupUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetPropertyGroupUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this get property group using g e t forbidden response has a 3xx status code

func (*GetPropertyGroupUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetPropertyGroupUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get property group using g e t forbidden response has a 5xx status code

func (*GetPropertyGroupUsingGETForbidden) IsSuccess added in v0.5.0

func (o *GetPropertyGroupUsingGETForbidden) IsSuccess() bool

IsSuccess returns true when this get property group using g e t forbidden response has a 2xx status code

func (*GetPropertyGroupUsingGETForbidden) String added in v0.5.0

type GetPropertyGroupUsingGETNotFound

type GetPropertyGroupUsingGETNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewGetPropertyGroupUsingGETNotFound

func NewGetPropertyGroupUsingGETNotFound() *GetPropertyGroupUsingGETNotFound

NewGetPropertyGroupUsingGETNotFound creates a GetPropertyGroupUsingGETNotFound with default headers values

func (*GetPropertyGroupUsingGETNotFound) Error

func (*GetPropertyGroupUsingGETNotFound) GetPayload

func (*GetPropertyGroupUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetPropertyGroupUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get property group using g e t not found response has a 4xx status code

func (*GetPropertyGroupUsingGETNotFound) IsCode added in v0.5.0

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

IsCode returns true when this get property group using g e t not found response a status code equal to that given

func (*GetPropertyGroupUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetPropertyGroupUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get property group using g e t not found response has a 3xx status code

func (*GetPropertyGroupUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetPropertyGroupUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get property group using g e t not found response has a 5xx status code

func (*GetPropertyGroupUsingGETNotFound) IsSuccess added in v0.5.0

func (o *GetPropertyGroupUsingGETNotFound) IsSuccess() bool

IsSuccess returns true when this get property group using g e t not found response has a 2xx status code

func (*GetPropertyGroupUsingGETNotFound) String added in v0.5.0

type GetPropertyGroupUsingGETOK

type GetPropertyGroupUsingGETOK struct {
	Payload *models.PropertyGroup
}

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

OK

func NewGetPropertyGroupUsingGETOK

func NewGetPropertyGroupUsingGETOK() *GetPropertyGroupUsingGETOK

NewGetPropertyGroupUsingGETOK creates a GetPropertyGroupUsingGETOK with default headers values

func (*GetPropertyGroupUsingGETOK) Error

func (*GetPropertyGroupUsingGETOK) GetPayload

func (*GetPropertyGroupUsingGETOK) IsClientError added in v0.5.0

func (o *GetPropertyGroupUsingGETOK) IsClientError() bool

IsClientError returns true when this get property group using g e t o k response has a 4xx status code

func (*GetPropertyGroupUsingGETOK) IsCode added in v0.5.0

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

IsCode returns true when this get property group using g e t o k response a status code equal to that given

func (*GetPropertyGroupUsingGETOK) IsRedirect added in v0.5.0

func (o *GetPropertyGroupUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get property group using g e t o k response has a 3xx status code

func (*GetPropertyGroupUsingGETOK) IsServerError added in v0.5.0

func (o *GetPropertyGroupUsingGETOK) IsServerError() bool

IsServerError returns true when this get property group using g e t o k response has a 5xx status code

func (*GetPropertyGroupUsingGETOK) IsSuccess added in v0.5.0

func (o *GetPropertyGroupUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get property group using g e t o k response has a 2xx status code

func (*GetPropertyGroupUsingGETOK) String added in v0.5.0

func (o *GetPropertyGroupUsingGETOK) String() string

type GetPropertyGroupUsingGETParams

type GetPropertyGroupUsingGETParams struct {

	/* DollarSelect.

	   Fields to include in content.
	*/
	DollarSelect []string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* PropertyGroupID.

	   propertyGroupId

	   Format: uuid
	*/
	PropertyGroupID strfmt.UUID

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

GetPropertyGroupUsingGETParams contains all the parameters to send to the API endpoint

for the get property group using g e t operation.

Typically these are written to a http.Request.

func NewGetPropertyGroupUsingGETParams

func NewGetPropertyGroupUsingGETParams() *GetPropertyGroupUsingGETParams

NewGetPropertyGroupUsingGETParams creates a new GetPropertyGroupUsingGETParams 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 NewGetPropertyGroupUsingGETParamsWithContext

func NewGetPropertyGroupUsingGETParamsWithContext(ctx context.Context) *GetPropertyGroupUsingGETParams

NewGetPropertyGroupUsingGETParamsWithContext creates a new GetPropertyGroupUsingGETParams object with the ability to set a context for a request.

func NewGetPropertyGroupUsingGETParamsWithHTTPClient

func NewGetPropertyGroupUsingGETParamsWithHTTPClient(client *http.Client) *GetPropertyGroupUsingGETParams

NewGetPropertyGroupUsingGETParamsWithHTTPClient creates a new GetPropertyGroupUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetPropertyGroupUsingGETParamsWithTimeout

func NewGetPropertyGroupUsingGETParamsWithTimeout(timeout time.Duration) *GetPropertyGroupUsingGETParams

NewGetPropertyGroupUsingGETParamsWithTimeout creates a new GetPropertyGroupUsingGETParams object with the ability to set a timeout on a request.

func (*GetPropertyGroupUsingGETParams) SetAPIVersion

func (o *GetPropertyGroupUsingGETParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get property group using get params

func (*GetPropertyGroupUsingGETParams) SetContext

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

SetContext adds the context to the get property group using get params

func (*GetPropertyGroupUsingGETParams) SetDefaults

func (o *GetPropertyGroupUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get property group using get params (not the query body).

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

func (*GetPropertyGroupUsingGETParams) SetDollarSelect

func (o *GetPropertyGroupUsingGETParams) SetDollarSelect(dollarSelect []string)

SetDollarSelect adds the dollarSelect to the get property group using get params

func (*GetPropertyGroupUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get property group using get params

func (*GetPropertyGroupUsingGETParams) SetPropertyGroupID

func (o *GetPropertyGroupUsingGETParams) SetPropertyGroupID(propertyGroupID strfmt.UUID)

SetPropertyGroupID adds the propertyGroupId to the get property group using get params

func (*GetPropertyGroupUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get property group using get params

func (*GetPropertyGroupUsingGETParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the get property group using get params

func (*GetPropertyGroupUsingGETParams) WithContext

WithContext adds the context to the get property group using get params

func (*GetPropertyGroupUsingGETParams) WithDefaults

WithDefaults hydrates default values in the get property group using get params (not the query body).

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

func (*GetPropertyGroupUsingGETParams) WithDollarSelect

func (o *GetPropertyGroupUsingGETParams) WithDollarSelect(dollarSelect []string) *GetPropertyGroupUsingGETParams

WithDollarSelect adds the dollarSelect to the get property group using get params

func (*GetPropertyGroupUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get property group using get params

func (*GetPropertyGroupUsingGETParams) WithPropertyGroupID

func (o *GetPropertyGroupUsingGETParams) WithPropertyGroupID(propertyGroupID strfmt.UUID) *GetPropertyGroupUsingGETParams

WithPropertyGroupID adds the propertyGroupID to the get property group using get params

func (*GetPropertyGroupUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get property group using get params

func (*GetPropertyGroupUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPropertyGroupUsingGETReader

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

GetPropertyGroupUsingGETReader is a Reader for the GetPropertyGroupUsingGET structure.

func (*GetPropertyGroupUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPropertyGroupUsingGETUnauthorized

type GetPropertyGroupUsingGETUnauthorized struct {
}

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

Unauthorized

func NewGetPropertyGroupUsingGETUnauthorized

func NewGetPropertyGroupUsingGETUnauthorized() *GetPropertyGroupUsingGETUnauthorized

NewGetPropertyGroupUsingGETUnauthorized creates a GetPropertyGroupUsingGETUnauthorized with default headers values

func (*GetPropertyGroupUsingGETUnauthorized) Error

func (*GetPropertyGroupUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetPropertyGroupUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get property group using g e t unauthorized response has a 4xx status code

func (*GetPropertyGroupUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get property group using g e t unauthorized response a status code equal to that given

func (*GetPropertyGroupUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get property group using g e t unauthorized response has a 3xx status code

func (*GetPropertyGroupUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetPropertyGroupUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get property group using g e t unauthorized response has a 5xx status code

func (*GetPropertyGroupUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get property group using g e t unauthorized response has a 2xx status code

func (*GetPropertyGroupUsingGETUnauthorized) String added in v0.5.0

type ListPropertyGroupsUsingGETBadRequest

type ListPropertyGroupsUsingGETBadRequest struct {
	Payload *models.Error
}

ListPropertyGroupsUsingGETBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewListPropertyGroupsUsingGETBadRequest

func NewListPropertyGroupsUsingGETBadRequest() *ListPropertyGroupsUsingGETBadRequest

NewListPropertyGroupsUsingGETBadRequest creates a ListPropertyGroupsUsingGETBadRequest with default headers values

func (*ListPropertyGroupsUsingGETBadRequest) Error

func (*ListPropertyGroupsUsingGETBadRequest) GetPayload

func (*ListPropertyGroupsUsingGETBadRequest) IsClientError added in v0.5.0

func (o *ListPropertyGroupsUsingGETBadRequest) IsClientError() bool

IsClientError returns true when this list property groups using g e t bad request response has a 4xx status code

func (*ListPropertyGroupsUsingGETBadRequest) IsCode added in v0.5.0

IsCode returns true when this list property groups using g e t bad request response a status code equal to that given

func (*ListPropertyGroupsUsingGETBadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this list property groups using g e t bad request response has a 3xx status code

func (*ListPropertyGroupsUsingGETBadRequest) IsServerError added in v0.5.0

func (o *ListPropertyGroupsUsingGETBadRequest) IsServerError() bool

IsServerError returns true when this list property groups using g e t bad request response has a 5xx status code

func (*ListPropertyGroupsUsingGETBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this list property groups using g e t bad request response has a 2xx status code

func (*ListPropertyGroupsUsingGETBadRequest) String added in v0.5.0

type ListPropertyGroupsUsingGETForbidden

type ListPropertyGroupsUsingGETForbidden struct {
}

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

Forbidden

func NewListPropertyGroupsUsingGETForbidden

func NewListPropertyGroupsUsingGETForbidden() *ListPropertyGroupsUsingGETForbidden

NewListPropertyGroupsUsingGETForbidden creates a ListPropertyGroupsUsingGETForbidden with default headers values

func (*ListPropertyGroupsUsingGETForbidden) Error

func (*ListPropertyGroupsUsingGETForbidden) IsClientError added in v0.5.0

func (o *ListPropertyGroupsUsingGETForbidden) IsClientError() bool

IsClientError returns true when this list property groups using g e t forbidden response has a 4xx status code

func (*ListPropertyGroupsUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this list property groups using g e t forbidden response a status code equal to that given

func (*ListPropertyGroupsUsingGETForbidden) IsRedirect added in v0.5.0

func (o *ListPropertyGroupsUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this list property groups using g e t forbidden response has a 3xx status code

func (*ListPropertyGroupsUsingGETForbidden) IsServerError added in v0.5.0

func (o *ListPropertyGroupsUsingGETForbidden) IsServerError() bool

IsServerError returns true when this list property groups using g e t forbidden response has a 5xx status code

func (*ListPropertyGroupsUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this list property groups using g e t forbidden response has a 2xx status code

func (*ListPropertyGroupsUsingGETForbidden) String added in v0.5.0

type ListPropertyGroupsUsingGETOK

type ListPropertyGroupsUsingGETOK struct {
	Payload *models.PageOfPropertyGroup
}

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

OK

func NewListPropertyGroupsUsingGETOK

func NewListPropertyGroupsUsingGETOK() *ListPropertyGroupsUsingGETOK

NewListPropertyGroupsUsingGETOK creates a ListPropertyGroupsUsingGETOK with default headers values

func (*ListPropertyGroupsUsingGETOK) Error

func (*ListPropertyGroupsUsingGETOK) GetPayload

func (*ListPropertyGroupsUsingGETOK) IsClientError added in v0.5.0

func (o *ListPropertyGroupsUsingGETOK) IsClientError() bool

IsClientError returns true when this list property groups using g e t o k response has a 4xx status code

func (*ListPropertyGroupsUsingGETOK) IsCode added in v0.5.0

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

IsCode returns true when this list property groups using g e t o k response a status code equal to that given

func (*ListPropertyGroupsUsingGETOK) IsRedirect added in v0.5.0

func (o *ListPropertyGroupsUsingGETOK) IsRedirect() bool

IsRedirect returns true when this list property groups using g e t o k response has a 3xx status code

func (*ListPropertyGroupsUsingGETOK) IsServerError added in v0.5.0

func (o *ListPropertyGroupsUsingGETOK) IsServerError() bool

IsServerError returns true when this list property groups using g e t o k response has a 5xx status code

func (*ListPropertyGroupsUsingGETOK) IsSuccess added in v0.5.0

func (o *ListPropertyGroupsUsingGETOK) IsSuccess() bool

IsSuccess returns true when this list property groups using g e t o k response has a 2xx status code

func (*ListPropertyGroupsUsingGETOK) String added in v0.5.0

type ListPropertyGroupsUsingGETParams

type ListPropertyGroupsUsingGETParams struct {

	/* DollarOrderby.

	   Sorting criteria in the format: property (asc|desc). Default sort order is descending on updatedAt. Sorting is supported on fields createdAt, updatedAt, createdBy, updatedBy, name, type.
	*/
	DollarOrderby []string

	/* DollarSelect.

	   Fields to include.
	*/
	DollarSelect []string

	/* DollarSkip.

	   Number of records you want to skip

	   Format: int32
	*/
	DollarSkip *int32

	/* DollarTop.

	   Number of records you want

	   Format: int32
	*/
	DollarTop *int32

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* Name.

	   Filter by name
	*/
	Name *string

	/* Projects.

	   A comma-separated list. Results must be associated with one of these project IDs.
	*/
	Projects []string

	/* Search.

	   Search by name and description
	*/
	Search *string

	/* Type.

	   Filter by type
	*/
	Type *string

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

ListPropertyGroupsUsingGETParams contains all the parameters to send to the API endpoint

for the list property groups using g e t operation.

Typically these are written to a http.Request.

func NewListPropertyGroupsUsingGETParams

func NewListPropertyGroupsUsingGETParams() *ListPropertyGroupsUsingGETParams

NewListPropertyGroupsUsingGETParams creates a new ListPropertyGroupsUsingGETParams 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 NewListPropertyGroupsUsingGETParamsWithContext

func NewListPropertyGroupsUsingGETParamsWithContext(ctx context.Context) *ListPropertyGroupsUsingGETParams

NewListPropertyGroupsUsingGETParamsWithContext creates a new ListPropertyGroupsUsingGETParams object with the ability to set a context for a request.

func NewListPropertyGroupsUsingGETParamsWithHTTPClient

func NewListPropertyGroupsUsingGETParamsWithHTTPClient(client *http.Client) *ListPropertyGroupsUsingGETParams

NewListPropertyGroupsUsingGETParamsWithHTTPClient creates a new ListPropertyGroupsUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewListPropertyGroupsUsingGETParamsWithTimeout

func NewListPropertyGroupsUsingGETParamsWithTimeout(timeout time.Duration) *ListPropertyGroupsUsingGETParams

NewListPropertyGroupsUsingGETParamsWithTimeout creates a new ListPropertyGroupsUsingGETParams object with the ability to set a timeout on a request.

func (*ListPropertyGroupsUsingGETParams) SetAPIVersion

func (o *ListPropertyGroupsUsingGETParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) SetContext

SetContext adds the context to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) SetDefaults

func (o *ListPropertyGroupsUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the list property groups using get params (not the query body).

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

func (*ListPropertyGroupsUsingGETParams) SetDollarOrderby

func (o *ListPropertyGroupsUsingGETParams) SetDollarOrderby(dollarOrderby []string)

SetDollarOrderby adds the dollarOrderby to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) SetDollarSelect

func (o *ListPropertyGroupsUsingGETParams) SetDollarSelect(dollarSelect []string)

SetDollarSelect adds the dollarSelect to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) SetDollarSkip

func (o *ListPropertyGroupsUsingGETParams) SetDollarSkip(dollarSkip *int32)

SetDollarSkip adds the dollarSkip to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) SetDollarTop

func (o *ListPropertyGroupsUsingGETParams) SetDollarTop(dollarTop *int32)

SetDollarTop adds the dollarTop to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) SetName

func (o *ListPropertyGroupsUsingGETParams) SetName(name *string)

SetName adds the name to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) SetProjects

func (o *ListPropertyGroupsUsingGETParams) SetProjects(projects []string)

SetProjects adds the projects to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) SetSearch

func (o *ListPropertyGroupsUsingGETParams) SetSearch(search *string)

SetSearch adds the search to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) SetType

func (o *ListPropertyGroupsUsingGETParams) SetType(typeVar *string)

SetType adds the type to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) WithContext

WithContext adds the context to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) WithDefaults

WithDefaults hydrates default values in the list property groups using get params (not the query body).

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

func (*ListPropertyGroupsUsingGETParams) WithDollarOrderby

func (o *ListPropertyGroupsUsingGETParams) WithDollarOrderby(dollarOrderby []string) *ListPropertyGroupsUsingGETParams

WithDollarOrderby adds the dollarOrderby to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) WithDollarSelect

func (o *ListPropertyGroupsUsingGETParams) WithDollarSelect(dollarSelect []string) *ListPropertyGroupsUsingGETParams

WithDollarSelect adds the dollarSelect to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) WithDollarSkip

WithDollarSkip adds the dollarSkip to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) WithDollarTop

WithDollarTop adds the dollarTop to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) WithName

WithName adds the name to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) WithProjects

WithProjects adds the projects to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) WithSearch

WithSearch adds the search to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) WithTimeout

WithTimeout adds the timeout to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) WithType

WithType adds the typeVar to the list property groups using get params

func (*ListPropertyGroupsUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListPropertyGroupsUsingGETReader

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

ListPropertyGroupsUsingGETReader is a Reader for the ListPropertyGroupsUsingGET structure.

func (*ListPropertyGroupsUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListPropertyGroupsUsingGETUnauthorized

type ListPropertyGroupsUsingGETUnauthorized struct {
}

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

Unauthorized

func NewListPropertyGroupsUsingGETUnauthorized

func NewListPropertyGroupsUsingGETUnauthorized() *ListPropertyGroupsUsingGETUnauthorized

NewListPropertyGroupsUsingGETUnauthorized creates a ListPropertyGroupsUsingGETUnauthorized with default headers values

func (*ListPropertyGroupsUsingGETUnauthorized) Error

func (*ListPropertyGroupsUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *ListPropertyGroupsUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this list property groups using g e t unauthorized response has a 4xx status code

func (*ListPropertyGroupsUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this list property groups using g e t unauthorized response a status code equal to that given

func (*ListPropertyGroupsUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this list property groups using g e t unauthorized response has a 3xx status code

func (*ListPropertyGroupsUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *ListPropertyGroupsUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this list property groups using g e t unauthorized response has a 5xx status code

func (*ListPropertyGroupsUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this list property groups using g e t unauthorized response has a 2xx status code

func (*ListPropertyGroupsUsingGETUnauthorized) String added in v0.5.0

type UpdatePropertyGroupUsingPUTBadRequest

type UpdatePropertyGroupUsingPUTBadRequest struct {
	Payload *models.Error
}

UpdatePropertyGroupUsingPUTBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdatePropertyGroupUsingPUTBadRequest

func NewUpdatePropertyGroupUsingPUTBadRequest() *UpdatePropertyGroupUsingPUTBadRequest

NewUpdatePropertyGroupUsingPUTBadRequest creates a UpdatePropertyGroupUsingPUTBadRequest with default headers values

func (*UpdatePropertyGroupUsingPUTBadRequest) Error

func (*UpdatePropertyGroupUsingPUTBadRequest) GetPayload

func (*UpdatePropertyGroupUsingPUTBadRequest) IsClientError added in v0.5.0

func (o *UpdatePropertyGroupUsingPUTBadRequest) IsClientError() bool

IsClientError returns true when this update property group using p u t bad request response has a 4xx status code

func (*UpdatePropertyGroupUsingPUTBadRequest) IsCode added in v0.5.0

IsCode returns true when this update property group using p u t bad request response a status code equal to that given

func (*UpdatePropertyGroupUsingPUTBadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this update property group using p u t bad request response has a 3xx status code

func (*UpdatePropertyGroupUsingPUTBadRequest) IsServerError added in v0.5.0

func (o *UpdatePropertyGroupUsingPUTBadRequest) IsServerError() bool

IsServerError returns true when this update property group using p u t bad request response has a 5xx status code

func (*UpdatePropertyGroupUsingPUTBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this update property group using p u t bad request response has a 2xx status code

func (*UpdatePropertyGroupUsingPUTBadRequest) String added in v0.5.0

type UpdatePropertyGroupUsingPUTForbidden

type UpdatePropertyGroupUsingPUTForbidden struct {
}

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

Forbidden

func NewUpdatePropertyGroupUsingPUTForbidden

func NewUpdatePropertyGroupUsingPUTForbidden() *UpdatePropertyGroupUsingPUTForbidden

NewUpdatePropertyGroupUsingPUTForbidden creates a UpdatePropertyGroupUsingPUTForbidden with default headers values

func (*UpdatePropertyGroupUsingPUTForbidden) Error

func (*UpdatePropertyGroupUsingPUTForbidden) IsClientError added in v0.5.0

func (o *UpdatePropertyGroupUsingPUTForbidden) IsClientError() bool

IsClientError returns true when this update property group using p u t forbidden response has a 4xx status code

func (*UpdatePropertyGroupUsingPUTForbidden) IsCode added in v0.5.0

IsCode returns true when this update property group using p u t forbidden response a status code equal to that given

func (*UpdatePropertyGroupUsingPUTForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this update property group using p u t forbidden response has a 3xx status code

func (*UpdatePropertyGroupUsingPUTForbidden) IsServerError added in v0.5.0

func (o *UpdatePropertyGroupUsingPUTForbidden) IsServerError() bool

IsServerError returns true when this update property group using p u t forbidden response has a 5xx status code

func (*UpdatePropertyGroupUsingPUTForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update property group using p u t forbidden response has a 2xx status code

func (*UpdatePropertyGroupUsingPUTForbidden) String added in v0.5.0

type UpdatePropertyGroupUsingPUTNotFound

type UpdatePropertyGroupUsingPUTNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewUpdatePropertyGroupUsingPUTNotFound

func NewUpdatePropertyGroupUsingPUTNotFound() *UpdatePropertyGroupUsingPUTNotFound

NewUpdatePropertyGroupUsingPUTNotFound creates a UpdatePropertyGroupUsingPUTNotFound with default headers values

func (*UpdatePropertyGroupUsingPUTNotFound) Error

func (*UpdatePropertyGroupUsingPUTNotFound) GetPayload

func (*UpdatePropertyGroupUsingPUTNotFound) IsClientError added in v0.5.0

func (o *UpdatePropertyGroupUsingPUTNotFound) IsClientError() bool

IsClientError returns true when this update property group using p u t not found response has a 4xx status code

func (*UpdatePropertyGroupUsingPUTNotFound) IsCode added in v0.5.0

IsCode returns true when this update property group using p u t not found response a status code equal to that given

func (*UpdatePropertyGroupUsingPUTNotFound) IsRedirect added in v0.5.0

func (o *UpdatePropertyGroupUsingPUTNotFound) IsRedirect() bool

IsRedirect returns true when this update property group using p u t not found response has a 3xx status code

func (*UpdatePropertyGroupUsingPUTNotFound) IsServerError added in v0.5.0

func (o *UpdatePropertyGroupUsingPUTNotFound) IsServerError() bool

IsServerError returns true when this update property group using p u t not found response has a 5xx status code

func (*UpdatePropertyGroupUsingPUTNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update property group using p u t not found response has a 2xx status code

func (*UpdatePropertyGroupUsingPUTNotFound) String added in v0.5.0

type UpdatePropertyGroupUsingPUTOK

type UpdatePropertyGroupUsingPUTOK struct {
	Payload *models.PropertyGroup
}

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

OK

func NewUpdatePropertyGroupUsingPUTOK

func NewUpdatePropertyGroupUsingPUTOK() *UpdatePropertyGroupUsingPUTOK

NewUpdatePropertyGroupUsingPUTOK creates a UpdatePropertyGroupUsingPUTOK with default headers values

func (*UpdatePropertyGroupUsingPUTOK) Error

func (*UpdatePropertyGroupUsingPUTOK) GetPayload

func (*UpdatePropertyGroupUsingPUTOK) IsClientError added in v0.5.0

func (o *UpdatePropertyGroupUsingPUTOK) IsClientError() bool

IsClientError returns true when this update property group using p u t o k response has a 4xx status code

func (*UpdatePropertyGroupUsingPUTOK) IsCode added in v0.5.0

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

IsCode returns true when this update property group using p u t o k response a status code equal to that given

func (*UpdatePropertyGroupUsingPUTOK) IsRedirect added in v0.5.0

func (o *UpdatePropertyGroupUsingPUTOK) IsRedirect() bool

IsRedirect returns true when this update property group using p u t o k response has a 3xx status code

func (*UpdatePropertyGroupUsingPUTOK) IsServerError added in v0.5.0

func (o *UpdatePropertyGroupUsingPUTOK) IsServerError() bool

IsServerError returns true when this update property group using p u t o k response has a 5xx status code

func (*UpdatePropertyGroupUsingPUTOK) IsSuccess added in v0.5.0

func (o *UpdatePropertyGroupUsingPUTOK) IsSuccess() bool

IsSuccess returns true when this update property group using p u t o k response has a 2xx status code

func (*UpdatePropertyGroupUsingPUTOK) String added in v0.5.0

type UpdatePropertyGroupUsingPUTParams

type UpdatePropertyGroupUsingPUTParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
	*/
	APIVersion *string

	/* PropertyGroup.

	   propertyGroup
	*/
	PropertyGroup *models.PropertyGroup

	/* PropertyGroupID.

	   propertyGroupId

	   Format: uuid
	*/
	PropertyGroupID strfmt.UUID

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

UpdatePropertyGroupUsingPUTParams contains all the parameters to send to the API endpoint

for the update property group using p u t operation.

Typically these are written to a http.Request.

func NewUpdatePropertyGroupUsingPUTParams

func NewUpdatePropertyGroupUsingPUTParams() *UpdatePropertyGroupUsingPUTParams

NewUpdatePropertyGroupUsingPUTParams creates a new UpdatePropertyGroupUsingPUTParams 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 NewUpdatePropertyGroupUsingPUTParamsWithContext

func NewUpdatePropertyGroupUsingPUTParamsWithContext(ctx context.Context) *UpdatePropertyGroupUsingPUTParams

NewUpdatePropertyGroupUsingPUTParamsWithContext creates a new UpdatePropertyGroupUsingPUTParams object with the ability to set a context for a request.

func NewUpdatePropertyGroupUsingPUTParamsWithHTTPClient

func NewUpdatePropertyGroupUsingPUTParamsWithHTTPClient(client *http.Client) *UpdatePropertyGroupUsingPUTParams

NewUpdatePropertyGroupUsingPUTParamsWithHTTPClient creates a new UpdatePropertyGroupUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewUpdatePropertyGroupUsingPUTParamsWithTimeout

func NewUpdatePropertyGroupUsingPUTParamsWithTimeout(timeout time.Duration) *UpdatePropertyGroupUsingPUTParams

NewUpdatePropertyGroupUsingPUTParamsWithTimeout creates a new UpdatePropertyGroupUsingPUTParams object with the ability to set a timeout on a request.

func (*UpdatePropertyGroupUsingPUTParams) SetAPIVersion

func (o *UpdatePropertyGroupUsingPUTParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the update property group using p u t params

func (*UpdatePropertyGroupUsingPUTParams) SetContext

SetContext adds the context to the update property group using p u t params

func (*UpdatePropertyGroupUsingPUTParams) SetDefaults

func (o *UpdatePropertyGroupUsingPUTParams) SetDefaults()

SetDefaults hydrates default values in the update property group using p u t params (not the query body).

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

func (*UpdatePropertyGroupUsingPUTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update property group using p u t params

func (*UpdatePropertyGroupUsingPUTParams) SetPropertyGroup

func (o *UpdatePropertyGroupUsingPUTParams) SetPropertyGroup(propertyGroup *models.PropertyGroup)

SetPropertyGroup adds the propertyGroup to the update property group using p u t params

func (*UpdatePropertyGroupUsingPUTParams) SetPropertyGroupID

func (o *UpdatePropertyGroupUsingPUTParams) SetPropertyGroupID(propertyGroupID strfmt.UUID)

SetPropertyGroupID adds the propertyGroupId to the update property group using p u t params

func (*UpdatePropertyGroupUsingPUTParams) SetTimeout

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

SetTimeout adds the timeout to the update property group using p u t params

func (*UpdatePropertyGroupUsingPUTParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the update property group using p u t params

func (*UpdatePropertyGroupUsingPUTParams) WithContext

WithContext adds the context to the update property group using p u t params

func (*UpdatePropertyGroupUsingPUTParams) WithDefaults

WithDefaults hydrates default values in the update property group using p u t params (not the query body).

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

func (*UpdatePropertyGroupUsingPUTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update property group using p u t params

func (*UpdatePropertyGroupUsingPUTParams) WithPropertyGroup

WithPropertyGroup adds the propertyGroup to the update property group using p u t params

func (*UpdatePropertyGroupUsingPUTParams) WithPropertyGroupID

func (o *UpdatePropertyGroupUsingPUTParams) WithPropertyGroupID(propertyGroupID strfmt.UUID) *UpdatePropertyGroupUsingPUTParams

WithPropertyGroupID adds the propertyGroupID to the update property group using p u t params

func (*UpdatePropertyGroupUsingPUTParams) WithTimeout

WithTimeout adds the timeout to the update property group using p u t params

func (*UpdatePropertyGroupUsingPUTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdatePropertyGroupUsingPUTReader

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

UpdatePropertyGroupUsingPUTReader is a Reader for the UpdatePropertyGroupUsingPUT structure.

func (*UpdatePropertyGroupUsingPUTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdatePropertyGroupUsingPUTUnauthorized

type UpdatePropertyGroupUsingPUTUnauthorized struct {
}

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

Unauthorized

func NewUpdatePropertyGroupUsingPUTUnauthorized

func NewUpdatePropertyGroupUsingPUTUnauthorized() *UpdatePropertyGroupUsingPUTUnauthorized

NewUpdatePropertyGroupUsingPUTUnauthorized creates a UpdatePropertyGroupUsingPUTUnauthorized with default headers values

func (*UpdatePropertyGroupUsingPUTUnauthorized) Error

func (*UpdatePropertyGroupUsingPUTUnauthorized) IsClientError added in v0.5.0

func (o *UpdatePropertyGroupUsingPUTUnauthorized) IsClientError() bool

IsClientError returns true when this update property group using p u t unauthorized response has a 4xx status code

func (*UpdatePropertyGroupUsingPUTUnauthorized) IsCode added in v0.5.0

IsCode returns true when this update property group using p u t unauthorized response a status code equal to that given

func (*UpdatePropertyGroupUsingPUTUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this update property group using p u t unauthorized response has a 3xx status code

func (*UpdatePropertyGroupUsingPUTUnauthorized) IsServerError added in v0.5.0

func (o *UpdatePropertyGroupUsingPUTUnauthorized) IsServerError() bool

IsServerError returns true when this update property group using p u t unauthorized response has a 5xx status code

func (*UpdatePropertyGroupUsingPUTUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this update property group using p u t unauthorized response has a 2xx status code

func (*UpdatePropertyGroupUsingPUTUnauthorized) String added in v0.5.0

Jump to

Keyboard shortcuts

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