Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateExcessWeightRecord(params *CreateExcessWeightRecordParams, opts ...ClientOption) (*CreateExcessWeightRecordCreated, error)
- func (a *Client) DownloadMoveOrder(params *DownloadMoveOrderParams, writer io.Writer, opts ...ClientOption) (*DownloadMoveOrderOK, error)
- func (a *Client) GetMoveTaskOrder(params *GetMoveTaskOrderParams, opts ...ClientOption) (*GetMoveTaskOrderOK, error)
- func (a *Client) ListMoves(params *ListMovesParams, opts ...ClientOption) (*ListMovesOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateMTOPostCounselingInformation(params *UpdateMTOPostCounselingInformationParams, opts ...ClientOption) (*UpdateMTOPostCounselingInformationOK, error)
- type ClientOption
- type ClientService
- type CreateExcessWeightRecordCreated
- func (o *CreateExcessWeightRecordCreated) Code() int
- func (o *CreateExcessWeightRecordCreated) Error() string
- func (o *CreateExcessWeightRecordCreated) GetPayload() *primemessages.ExcessWeightRecord
- func (o *CreateExcessWeightRecordCreated) IsClientError() bool
- func (o *CreateExcessWeightRecordCreated) IsCode(code int) bool
- func (o *CreateExcessWeightRecordCreated) IsRedirect() bool
- func (o *CreateExcessWeightRecordCreated) IsServerError() bool
- func (o *CreateExcessWeightRecordCreated) IsSuccess() bool
- func (o *CreateExcessWeightRecordCreated) String() string
- type CreateExcessWeightRecordForbidden
- func (o *CreateExcessWeightRecordForbidden) Code() int
- func (o *CreateExcessWeightRecordForbidden) Error() string
- func (o *CreateExcessWeightRecordForbidden) GetPayload() *primemessages.ClientError
- func (o *CreateExcessWeightRecordForbidden) IsClientError() bool
- func (o *CreateExcessWeightRecordForbidden) IsCode(code int) bool
- func (o *CreateExcessWeightRecordForbidden) IsRedirect() bool
- func (o *CreateExcessWeightRecordForbidden) IsServerError() bool
- func (o *CreateExcessWeightRecordForbidden) IsSuccess() bool
- func (o *CreateExcessWeightRecordForbidden) String() string
- type CreateExcessWeightRecordInternalServerError
- func (o *CreateExcessWeightRecordInternalServerError) Code() int
- func (o *CreateExcessWeightRecordInternalServerError) Error() string
- func (o *CreateExcessWeightRecordInternalServerError) GetPayload() *primemessages.Error
- func (o *CreateExcessWeightRecordInternalServerError) IsClientError() bool
- func (o *CreateExcessWeightRecordInternalServerError) IsCode(code int) bool
- func (o *CreateExcessWeightRecordInternalServerError) IsRedirect() bool
- func (o *CreateExcessWeightRecordInternalServerError) IsServerError() bool
- func (o *CreateExcessWeightRecordInternalServerError) IsSuccess() bool
- func (o *CreateExcessWeightRecordInternalServerError) String() string
- type CreateExcessWeightRecordNotFound
- func (o *CreateExcessWeightRecordNotFound) Code() int
- func (o *CreateExcessWeightRecordNotFound) Error() string
- func (o *CreateExcessWeightRecordNotFound) GetPayload() *primemessages.ClientError
- func (o *CreateExcessWeightRecordNotFound) IsClientError() bool
- func (o *CreateExcessWeightRecordNotFound) IsCode(code int) bool
- func (o *CreateExcessWeightRecordNotFound) IsRedirect() bool
- func (o *CreateExcessWeightRecordNotFound) IsServerError() bool
- func (o *CreateExcessWeightRecordNotFound) IsSuccess() bool
- func (o *CreateExcessWeightRecordNotFound) String() string
- type CreateExcessWeightRecordParams
- func NewCreateExcessWeightRecordParams() *CreateExcessWeightRecordParams
- func NewCreateExcessWeightRecordParamsWithContext(ctx context.Context) *CreateExcessWeightRecordParams
- func NewCreateExcessWeightRecordParamsWithHTTPClient(client *http.Client) *CreateExcessWeightRecordParams
- func NewCreateExcessWeightRecordParamsWithTimeout(timeout time.Duration) *CreateExcessWeightRecordParams
- func (o *CreateExcessWeightRecordParams) SetContext(ctx context.Context)
- func (o *CreateExcessWeightRecordParams) SetDefaults()
- func (o *CreateExcessWeightRecordParams) SetFile(file runtime.NamedReadCloser)
- func (o *CreateExcessWeightRecordParams) SetHTTPClient(client *http.Client)
- func (o *CreateExcessWeightRecordParams) SetMoveTaskOrderID(moveTaskOrderID strfmt.UUID)
- func (o *CreateExcessWeightRecordParams) SetTimeout(timeout time.Duration)
- func (o *CreateExcessWeightRecordParams) WithContext(ctx context.Context) *CreateExcessWeightRecordParams
- func (o *CreateExcessWeightRecordParams) WithDefaults() *CreateExcessWeightRecordParams
- func (o *CreateExcessWeightRecordParams) WithFile(file runtime.NamedReadCloser) *CreateExcessWeightRecordParams
- func (o *CreateExcessWeightRecordParams) WithHTTPClient(client *http.Client) *CreateExcessWeightRecordParams
- func (o *CreateExcessWeightRecordParams) WithMoveTaskOrderID(moveTaskOrderID strfmt.UUID) *CreateExcessWeightRecordParams
- func (o *CreateExcessWeightRecordParams) WithTimeout(timeout time.Duration) *CreateExcessWeightRecordParams
- func (o *CreateExcessWeightRecordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateExcessWeightRecordReader
- type CreateExcessWeightRecordUnauthorized
- func (o *CreateExcessWeightRecordUnauthorized) Code() int
- func (o *CreateExcessWeightRecordUnauthorized) Error() string
- func (o *CreateExcessWeightRecordUnauthorized) GetPayload() *primemessages.ClientError
- func (o *CreateExcessWeightRecordUnauthorized) IsClientError() bool
- func (o *CreateExcessWeightRecordUnauthorized) IsCode(code int) bool
- func (o *CreateExcessWeightRecordUnauthorized) IsRedirect() bool
- func (o *CreateExcessWeightRecordUnauthorized) IsServerError() bool
- func (o *CreateExcessWeightRecordUnauthorized) IsSuccess() bool
- func (o *CreateExcessWeightRecordUnauthorized) String() string
- type CreateExcessWeightRecordUnprocessableEntity
- func (o *CreateExcessWeightRecordUnprocessableEntity) Code() int
- func (o *CreateExcessWeightRecordUnprocessableEntity) Error() string
- func (o *CreateExcessWeightRecordUnprocessableEntity) GetPayload() *primemessages.ValidationError
- func (o *CreateExcessWeightRecordUnprocessableEntity) IsClientError() bool
- func (o *CreateExcessWeightRecordUnprocessableEntity) IsCode(code int) bool
- func (o *CreateExcessWeightRecordUnprocessableEntity) IsRedirect() bool
- func (o *CreateExcessWeightRecordUnprocessableEntity) IsServerError() bool
- func (o *CreateExcessWeightRecordUnprocessableEntity) IsSuccess() bool
- func (o *CreateExcessWeightRecordUnprocessableEntity) String() string
- type DownloadMoveOrderBadRequest
- func (o *DownloadMoveOrderBadRequest) Code() int
- func (o *DownloadMoveOrderBadRequest) Error() string
- func (o *DownloadMoveOrderBadRequest) GetPayload() *primemessages.ClientError
- func (o *DownloadMoveOrderBadRequest) IsClientError() bool
- func (o *DownloadMoveOrderBadRequest) IsCode(code int) bool
- func (o *DownloadMoveOrderBadRequest) IsRedirect() bool
- func (o *DownloadMoveOrderBadRequest) IsServerError() bool
- func (o *DownloadMoveOrderBadRequest) IsSuccess() bool
- func (o *DownloadMoveOrderBadRequest) String() string
- type DownloadMoveOrderForbidden
- func (o *DownloadMoveOrderForbidden) Code() int
- func (o *DownloadMoveOrderForbidden) Error() string
- func (o *DownloadMoveOrderForbidden) GetPayload() *primemessages.ClientError
- func (o *DownloadMoveOrderForbidden) IsClientError() bool
- func (o *DownloadMoveOrderForbidden) IsCode(code int) bool
- func (o *DownloadMoveOrderForbidden) IsRedirect() bool
- func (o *DownloadMoveOrderForbidden) IsServerError() bool
- func (o *DownloadMoveOrderForbidden) IsSuccess() bool
- func (o *DownloadMoveOrderForbidden) String() string
- type DownloadMoveOrderInternalServerError
- func (o *DownloadMoveOrderInternalServerError) Code() int
- func (o *DownloadMoveOrderInternalServerError) Error() string
- func (o *DownloadMoveOrderInternalServerError) GetPayload() *primemessages.Error
- func (o *DownloadMoveOrderInternalServerError) IsClientError() bool
- func (o *DownloadMoveOrderInternalServerError) IsCode(code int) bool
- func (o *DownloadMoveOrderInternalServerError) IsRedirect() bool
- func (o *DownloadMoveOrderInternalServerError) IsServerError() bool
- func (o *DownloadMoveOrderInternalServerError) IsSuccess() bool
- func (o *DownloadMoveOrderInternalServerError) String() string
- type DownloadMoveOrderNotFound
- func (o *DownloadMoveOrderNotFound) Code() int
- func (o *DownloadMoveOrderNotFound) Error() string
- func (o *DownloadMoveOrderNotFound) GetPayload() *primemessages.ClientError
- func (o *DownloadMoveOrderNotFound) IsClientError() bool
- func (o *DownloadMoveOrderNotFound) IsCode(code int) bool
- func (o *DownloadMoveOrderNotFound) IsRedirect() bool
- func (o *DownloadMoveOrderNotFound) IsServerError() bool
- func (o *DownloadMoveOrderNotFound) IsSuccess() bool
- func (o *DownloadMoveOrderNotFound) String() string
- type DownloadMoveOrderOK
- func (o *DownloadMoveOrderOK) Code() int
- func (o *DownloadMoveOrderOK) Error() string
- func (o *DownloadMoveOrderOK) GetPayload() io.Writer
- func (o *DownloadMoveOrderOK) IsClientError() bool
- func (o *DownloadMoveOrderOK) IsCode(code int) bool
- func (o *DownloadMoveOrderOK) IsRedirect() bool
- func (o *DownloadMoveOrderOK) IsServerError() bool
- func (o *DownloadMoveOrderOK) IsSuccess() bool
- func (o *DownloadMoveOrderOK) String() string
- type DownloadMoveOrderParams
- func NewDownloadMoveOrderParams() *DownloadMoveOrderParams
- func NewDownloadMoveOrderParamsWithContext(ctx context.Context) *DownloadMoveOrderParams
- func NewDownloadMoveOrderParamsWithHTTPClient(client *http.Client) *DownloadMoveOrderParams
- func NewDownloadMoveOrderParamsWithTimeout(timeout time.Duration) *DownloadMoveOrderParams
- func (o *DownloadMoveOrderParams) SetContext(ctx context.Context)
- func (o *DownloadMoveOrderParams) SetDefaults()
- func (o *DownloadMoveOrderParams) SetHTTPClient(client *http.Client)
- func (o *DownloadMoveOrderParams) SetLocator(locator string)
- func (o *DownloadMoveOrderParams) SetTimeout(timeout time.Duration)
- func (o *DownloadMoveOrderParams) SetType(typeVar *string)
- func (o *DownloadMoveOrderParams) WithContext(ctx context.Context) *DownloadMoveOrderParams
- func (o *DownloadMoveOrderParams) WithDefaults() *DownloadMoveOrderParams
- func (o *DownloadMoveOrderParams) WithHTTPClient(client *http.Client) *DownloadMoveOrderParams
- func (o *DownloadMoveOrderParams) WithLocator(locator string) *DownloadMoveOrderParams
- func (o *DownloadMoveOrderParams) WithTimeout(timeout time.Duration) *DownloadMoveOrderParams
- func (o *DownloadMoveOrderParams) WithType(typeVar *string) *DownloadMoveOrderParams
- func (o *DownloadMoveOrderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DownloadMoveOrderReader
- type DownloadMoveOrderUnprocessableEntity
- func (o *DownloadMoveOrderUnprocessableEntity) Code() int
- func (o *DownloadMoveOrderUnprocessableEntity) Error() string
- func (o *DownloadMoveOrderUnprocessableEntity) GetPayload() *primemessages.ValidationError
- func (o *DownloadMoveOrderUnprocessableEntity) IsClientError() bool
- func (o *DownloadMoveOrderUnprocessableEntity) IsCode(code int) bool
- func (o *DownloadMoveOrderUnprocessableEntity) IsRedirect() bool
- func (o *DownloadMoveOrderUnprocessableEntity) IsServerError() bool
- func (o *DownloadMoveOrderUnprocessableEntity) IsSuccess() bool
- func (o *DownloadMoveOrderUnprocessableEntity) String() string
- type GetMoveTaskOrderForbidden
- func (o *GetMoveTaskOrderForbidden) Code() int
- func (o *GetMoveTaskOrderForbidden) Error() string
- func (o *GetMoveTaskOrderForbidden) GetPayload() *primemessages.ClientError
- func (o *GetMoveTaskOrderForbidden) IsClientError() bool
- func (o *GetMoveTaskOrderForbidden) IsCode(code int) bool
- func (o *GetMoveTaskOrderForbidden) IsRedirect() bool
- func (o *GetMoveTaskOrderForbidden) IsServerError() bool
- func (o *GetMoveTaskOrderForbidden) IsSuccess() bool
- func (o *GetMoveTaskOrderForbidden) String() string
- type GetMoveTaskOrderInternalServerError
- func (o *GetMoveTaskOrderInternalServerError) Code() int
- func (o *GetMoveTaskOrderInternalServerError) Error() string
- func (o *GetMoveTaskOrderInternalServerError) GetPayload() *primemessages.Error
- func (o *GetMoveTaskOrderInternalServerError) IsClientError() bool
- func (o *GetMoveTaskOrderInternalServerError) IsCode(code int) bool
- func (o *GetMoveTaskOrderInternalServerError) IsRedirect() bool
- func (o *GetMoveTaskOrderInternalServerError) IsServerError() bool
- func (o *GetMoveTaskOrderInternalServerError) IsSuccess() bool
- func (o *GetMoveTaskOrderInternalServerError) String() string
- type GetMoveTaskOrderNotFound
- func (o *GetMoveTaskOrderNotFound) Code() int
- func (o *GetMoveTaskOrderNotFound) Error() string
- func (o *GetMoveTaskOrderNotFound) GetPayload() *primemessages.ClientError
- func (o *GetMoveTaskOrderNotFound) IsClientError() bool
- func (o *GetMoveTaskOrderNotFound) IsCode(code int) bool
- func (o *GetMoveTaskOrderNotFound) IsRedirect() bool
- func (o *GetMoveTaskOrderNotFound) IsServerError() bool
- func (o *GetMoveTaskOrderNotFound) IsSuccess() bool
- func (o *GetMoveTaskOrderNotFound) String() string
- type GetMoveTaskOrderOK
- func (o *GetMoveTaskOrderOK) Code() int
- func (o *GetMoveTaskOrderOK) Error() string
- func (o *GetMoveTaskOrderOK) GetPayload() *primemessages.MoveTaskOrder
- func (o *GetMoveTaskOrderOK) IsClientError() bool
- func (o *GetMoveTaskOrderOK) IsCode(code int) bool
- func (o *GetMoveTaskOrderOK) IsRedirect() bool
- func (o *GetMoveTaskOrderOK) IsServerError() bool
- func (o *GetMoveTaskOrderOK) IsSuccess() bool
- func (o *GetMoveTaskOrderOK) String() string
- type GetMoveTaskOrderParams
- func NewGetMoveTaskOrderParams() *GetMoveTaskOrderParams
- func NewGetMoveTaskOrderParamsWithContext(ctx context.Context) *GetMoveTaskOrderParams
- func NewGetMoveTaskOrderParamsWithHTTPClient(client *http.Client) *GetMoveTaskOrderParams
- func NewGetMoveTaskOrderParamsWithTimeout(timeout time.Duration) *GetMoveTaskOrderParams
- func (o *GetMoveTaskOrderParams) SetContext(ctx context.Context)
- func (o *GetMoveTaskOrderParams) SetDefaults()
- func (o *GetMoveTaskOrderParams) SetHTTPClient(client *http.Client)
- func (o *GetMoveTaskOrderParams) SetMoveID(moveID string)
- func (o *GetMoveTaskOrderParams) SetTimeout(timeout time.Duration)
- func (o *GetMoveTaskOrderParams) WithContext(ctx context.Context) *GetMoveTaskOrderParams
- func (o *GetMoveTaskOrderParams) WithDefaults() *GetMoveTaskOrderParams
- func (o *GetMoveTaskOrderParams) WithHTTPClient(client *http.Client) *GetMoveTaskOrderParams
- func (o *GetMoveTaskOrderParams) WithMoveID(moveID string) *GetMoveTaskOrderParams
- func (o *GetMoveTaskOrderParams) WithTimeout(timeout time.Duration) *GetMoveTaskOrderParams
- func (o *GetMoveTaskOrderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetMoveTaskOrderReader
- type GetMoveTaskOrderUnauthorized
- func (o *GetMoveTaskOrderUnauthorized) Code() int
- func (o *GetMoveTaskOrderUnauthorized) Error() string
- func (o *GetMoveTaskOrderUnauthorized) GetPayload() *primemessages.ClientError
- func (o *GetMoveTaskOrderUnauthorized) IsClientError() bool
- func (o *GetMoveTaskOrderUnauthorized) IsCode(code int) bool
- func (o *GetMoveTaskOrderUnauthorized) IsRedirect() bool
- func (o *GetMoveTaskOrderUnauthorized) IsServerError() bool
- func (o *GetMoveTaskOrderUnauthorized) IsSuccess() bool
- func (o *GetMoveTaskOrderUnauthorized) String() string
- type ListMovesForbidden
- func (o *ListMovesForbidden) Code() int
- func (o *ListMovesForbidden) Error() string
- func (o *ListMovesForbidden) GetPayload() *primemessages.ClientError
- func (o *ListMovesForbidden) IsClientError() bool
- func (o *ListMovesForbidden) IsCode(code int) bool
- func (o *ListMovesForbidden) IsRedirect() bool
- func (o *ListMovesForbidden) IsServerError() bool
- func (o *ListMovesForbidden) IsSuccess() bool
- func (o *ListMovesForbidden) String() string
- type ListMovesInternalServerError
- func (o *ListMovesInternalServerError) Code() int
- func (o *ListMovesInternalServerError) Error() string
- func (o *ListMovesInternalServerError) GetPayload() *primemessages.Error
- func (o *ListMovesInternalServerError) IsClientError() bool
- func (o *ListMovesInternalServerError) IsCode(code int) bool
- func (o *ListMovesInternalServerError) IsRedirect() bool
- func (o *ListMovesInternalServerError) IsServerError() bool
- func (o *ListMovesInternalServerError) IsSuccess() bool
- func (o *ListMovesInternalServerError) String() string
- type ListMovesOK
- func (o *ListMovesOK) Code() int
- func (o *ListMovesOK) Error() string
- func (o *ListMovesOK) GetPayload() primemessages.ListMoves
- func (o *ListMovesOK) IsClientError() bool
- func (o *ListMovesOK) IsCode(code int) bool
- func (o *ListMovesOK) IsRedirect() bool
- func (o *ListMovesOK) IsServerError() bool
- func (o *ListMovesOK) IsSuccess() bool
- func (o *ListMovesOK) String() string
- type ListMovesParams
- func (o *ListMovesParams) SetContext(ctx context.Context)
- func (o *ListMovesParams) SetDefaults()
- func (o *ListMovesParams) SetHTTPClient(client *http.Client)
- func (o *ListMovesParams) SetSince(since *strfmt.DateTime)
- func (o *ListMovesParams) SetTimeout(timeout time.Duration)
- func (o *ListMovesParams) WithContext(ctx context.Context) *ListMovesParams
- func (o *ListMovesParams) WithDefaults() *ListMovesParams
- func (o *ListMovesParams) WithHTTPClient(client *http.Client) *ListMovesParams
- func (o *ListMovesParams) WithSince(since *strfmt.DateTime) *ListMovesParams
- func (o *ListMovesParams) WithTimeout(timeout time.Duration) *ListMovesParams
- func (o *ListMovesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListMovesReader
- type ListMovesUnauthorized
- func (o *ListMovesUnauthorized) Code() int
- func (o *ListMovesUnauthorized) Error() string
- func (o *ListMovesUnauthorized) GetPayload() *primemessages.ClientError
- func (o *ListMovesUnauthorized) IsClientError() bool
- func (o *ListMovesUnauthorized) IsCode(code int) bool
- func (o *ListMovesUnauthorized) IsRedirect() bool
- func (o *ListMovesUnauthorized) IsServerError() bool
- func (o *ListMovesUnauthorized) IsSuccess() bool
- func (o *ListMovesUnauthorized) String() string
- type UpdateMTOPostCounselingInformationConflict
- func (o *UpdateMTOPostCounselingInformationConflict) Code() int
- func (o *UpdateMTOPostCounselingInformationConflict) Error() string
- func (o *UpdateMTOPostCounselingInformationConflict) GetPayload() *primemessages.ClientError
- func (o *UpdateMTOPostCounselingInformationConflict) IsClientError() bool
- func (o *UpdateMTOPostCounselingInformationConflict) IsCode(code int) bool
- func (o *UpdateMTOPostCounselingInformationConflict) IsRedirect() bool
- func (o *UpdateMTOPostCounselingInformationConflict) IsServerError() bool
- func (o *UpdateMTOPostCounselingInformationConflict) IsSuccess() bool
- func (o *UpdateMTOPostCounselingInformationConflict) String() string
- type UpdateMTOPostCounselingInformationForbidden
- func (o *UpdateMTOPostCounselingInformationForbidden) Code() int
- func (o *UpdateMTOPostCounselingInformationForbidden) Error() string
- func (o *UpdateMTOPostCounselingInformationForbidden) GetPayload() *primemessages.ClientError
- func (o *UpdateMTOPostCounselingInformationForbidden) IsClientError() bool
- func (o *UpdateMTOPostCounselingInformationForbidden) IsCode(code int) bool
- func (o *UpdateMTOPostCounselingInformationForbidden) IsRedirect() bool
- func (o *UpdateMTOPostCounselingInformationForbidden) IsServerError() bool
- func (o *UpdateMTOPostCounselingInformationForbidden) IsSuccess() bool
- func (o *UpdateMTOPostCounselingInformationForbidden) String() string
- type UpdateMTOPostCounselingInformationInternalServerError
- func (o *UpdateMTOPostCounselingInformationInternalServerError) Code() int
- func (o *UpdateMTOPostCounselingInformationInternalServerError) Error() string
- func (o *UpdateMTOPostCounselingInformationInternalServerError) GetPayload() *primemessages.Error
- func (o *UpdateMTOPostCounselingInformationInternalServerError) IsClientError() bool
- func (o *UpdateMTOPostCounselingInformationInternalServerError) IsCode(code int) bool
- func (o *UpdateMTOPostCounselingInformationInternalServerError) IsRedirect() bool
- func (o *UpdateMTOPostCounselingInformationInternalServerError) IsServerError() bool
- func (o *UpdateMTOPostCounselingInformationInternalServerError) IsSuccess() bool
- func (o *UpdateMTOPostCounselingInformationInternalServerError) String() string
- type UpdateMTOPostCounselingInformationNotFound
- func (o *UpdateMTOPostCounselingInformationNotFound) Code() int
- func (o *UpdateMTOPostCounselingInformationNotFound) Error() string
- func (o *UpdateMTOPostCounselingInformationNotFound) GetPayload() *primemessages.ClientError
- func (o *UpdateMTOPostCounselingInformationNotFound) IsClientError() bool
- func (o *UpdateMTOPostCounselingInformationNotFound) IsCode(code int) bool
- func (o *UpdateMTOPostCounselingInformationNotFound) IsRedirect() bool
- func (o *UpdateMTOPostCounselingInformationNotFound) IsServerError() bool
- func (o *UpdateMTOPostCounselingInformationNotFound) IsSuccess() bool
- func (o *UpdateMTOPostCounselingInformationNotFound) String() string
- type UpdateMTOPostCounselingInformationOK
- func (o *UpdateMTOPostCounselingInformationOK) Code() int
- func (o *UpdateMTOPostCounselingInformationOK) Error() string
- func (o *UpdateMTOPostCounselingInformationOK) GetPayload() *primemessages.MoveTaskOrder
- func (o *UpdateMTOPostCounselingInformationOK) IsClientError() bool
- func (o *UpdateMTOPostCounselingInformationOK) IsCode(code int) bool
- func (o *UpdateMTOPostCounselingInformationOK) IsRedirect() bool
- func (o *UpdateMTOPostCounselingInformationOK) IsServerError() bool
- func (o *UpdateMTOPostCounselingInformationOK) IsSuccess() bool
- func (o *UpdateMTOPostCounselingInformationOK) String() string
- type UpdateMTOPostCounselingInformationParams
- func NewUpdateMTOPostCounselingInformationParams() *UpdateMTOPostCounselingInformationParams
- func NewUpdateMTOPostCounselingInformationParamsWithContext(ctx context.Context) *UpdateMTOPostCounselingInformationParams
- func NewUpdateMTOPostCounselingInformationParamsWithHTTPClient(client *http.Client) *UpdateMTOPostCounselingInformationParams
- func NewUpdateMTOPostCounselingInformationParamsWithTimeout(timeout time.Duration) *UpdateMTOPostCounselingInformationParams
- func (o *UpdateMTOPostCounselingInformationParams) SetContext(ctx context.Context)
- func (o *UpdateMTOPostCounselingInformationParams) SetDefaults()
- func (o *UpdateMTOPostCounselingInformationParams) SetHTTPClient(client *http.Client)
- func (o *UpdateMTOPostCounselingInformationParams) SetIfMatch(ifMatch string)
- func (o *UpdateMTOPostCounselingInformationParams) SetMoveTaskOrderID(moveTaskOrderID string)
- func (o *UpdateMTOPostCounselingInformationParams) SetTimeout(timeout time.Duration)
- func (o *UpdateMTOPostCounselingInformationParams) WithContext(ctx context.Context) *UpdateMTOPostCounselingInformationParams
- func (o *UpdateMTOPostCounselingInformationParams) WithDefaults() *UpdateMTOPostCounselingInformationParams
- func (o *UpdateMTOPostCounselingInformationParams) WithHTTPClient(client *http.Client) *UpdateMTOPostCounselingInformationParams
- func (o *UpdateMTOPostCounselingInformationParams) WithIfMatch(ifMatch string) *UpdateMTOPostCounselingInformationParams
- func (o *UpdateMTOPostCounselingInformationParams) WithMoveTaskOrderID(moveTaskOrderID string) *UpdateMTOPostCounselingInformationParams
- func (o *UpdateMTOPostCounselingInformationParams) WithTimeout(timeout time.Duration) *UpdateMTOPostCounselingInformationParams
- func (o *UpdateMTOPostCounselingInformationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateMTOPostCounselingInformationPreconditionFailed
- func (o *UpdateMTOPostCounselingInformationPreconditionFailed) Code() int
- func (o *UpdateMTOPostCounselingInformationPreconditionFailed) Error() string
- func (o *UpdateMTOPostCounselingInformationPreconditionFailed) GetPayload() *primemessages.ClientError
- func (o *UpdateMTOPostCounselingInformationPreconditionFailed) IsClientError() bool
- func (o *UpdateMTOPostCounselingInformationPreconditionFailed) IsCode(code int) bool
- func (o *UpdateMTOPostCounselingInformationPreconditionFailed) IsRedirect() bool
- func (o *UpdateMTOPostCounselingInformationPreconditionFailed) IsServerError() bool
- func (o *UpdateMTOPostCounselingInformationPreconditionFailed) IsSuccess() bool
- func (o *UpdateMTOPostCounselingInformationPreconditionFailed) String() string
- type UpdateMTOPostCounselingInformationReader
- type UpdateMTOPostCounselingInformationUnauthorized
- func (o *UpdateMTOPostCounselingInformationUnauthorized) Code() int
- func (o *UpdateMTOPostCounselingInformationUnauthorized) Error() string
- func (o *UpdateMTOPostCounselingInformationUnauthorized) GetPayload() *primemessages.ClientError
- func (o *UpdateMTOPostCounselingInformationUnauthorized) IsClientError() bool
- func (o *UpdateMTOPostCounselingInformationUnauthorized) IsCode(code int) bool
- func (o *UpdateMTOPostCounselingInformationUnauthorized) IsRedirect() bool
- func (o *UpdateMTOPostCounselingInformationUnauthorized) IsServerError() bool
- func (o *UpdateMTOPostCounselingInformationUnauthorized) IsSuccess() bool
- func (o *UpdateMTOPostCounselingInformationUnauthorized) String() string
- type UpdateMTOPostCounselingInformationUnprocessableEntity
- func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) Code() int
- func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) Error() string
- func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) GetPayload() *primemessages.ValidationError
- func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) IsClientError() bool
- func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) IsCode(code int) bool
- func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) IsRedirect() bool
- func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) IsServerError() bool
- func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) IsSuccess() bool
- func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) 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 move task order API
func (*Client) CreateExcessWeightRecord ¶
func (a *Client) CreateExcessWeightRecord(params *CreateExcessWeightRecordParams, opts ...ClientOption) (*CreateExcessWeightRecordCreated, error)
CreateExcessWeightRecord creates excess weight record
Uploads an excess weight record, which is a document that proves that the movers or contractors have counseled the customer about their excess weight. Excess weight counseling should occur after the sum of the shipments for the customer's move crosses the excess weight alert threshold.
func (*Client) DownloadMoveOrder ¶
func (a *Client) DownloadMoveOrder(params *DownloadMoveOrderParams, writer io.Writer, opts ...ClientOption) (*DownloadMoveOrderOK, error)
DownloadMoveOrder downloads move order as a p d f ### Functionality
This endpoint downloads all uploaded move order documentations into one download file by locator.
### Errors * The move must be in need counseling state. * The move client's origin duty location must not currently have gov counseling.
func (*Client) GetMoveTaskOrder ¶
func (a *Client) GetMoveTaskOrder(params *GetMoveTaskOrderParams, opts ...ClientOption) (*GetMoveTaskOrderOK, error)
GetMoveTaskOrder gets move task order ### Functionality
This endpoint gets an individual MoveTaskOrder by ID.
It will provide information about the Customer and any associated MTOShipments, MTOServiceItems and PaymentRequests.
func (*Client) ListMoves ¶
func (a *Client) ListMoves(params *ListMovesParams, opts ...ClientOption) (*ListMovesOK, error)
ListMoves lists moves Gets all moves that have been reviewed and approved by the TOO. The `since` parameter can be used to filter this
list down to only the moves that have been updated since the provided timestamp. A move will be considered updated if the `updatedAt` timestamp on the move or on its orders, shipments, service items, or payment requests, is later than the provided date and time.
**WIP**: Include what causes moves to leave this list. Currently, once the `availableToPrimeAt` timestamp has been set, that move will always appear in this list.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateMTOPostCounselingInformation ¶
func (a *Client) UpdateMTOPostCounselingInformation(params *UpdateMTOPostCounselingInformationParams, opts ...ClientOption) (*UpdateMTOPostCounselingInformationOK, error)
UpdateMTOPostCounselingInformation updates m t o post counseling information ### Functionality
This endpoint **updates** the MoveTaskOrder to indicate that the Prime has completed Counseling. This update uses the moveTaskOrderID provided in the path, updates the move status and marks child elements of the move to indicate the update. No body object is expected for this request.
**For Full/Partial PPMs**: This action is required so that the customer can start uploading their proof of service docs.
**For other move types**: This action is required for auditing reasons so that we have a record of when the Prime counseled the customer.
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CreateExcessWeightRecord(params *CreateExcessWeightRecordParams, opts ...ClientOption) (*CreateExcessWeightRecordCreated, error) DownloadMoveOrder(params *DownloadMoveOrderParams, writer io.Writer, opts ...ClientOption) (*DownloadMoveOrderOK, error) GetMoveTaskOrder(params *GetMoveTaskOrderParams, opts ...ClientOption) (*GetMoveTaskOrderOK, error) ListMoves(params *ListMovesParams, opts ...ClientOption) (*ListMovesOK, error) UpdateMTOPostCounselingInformation(params *UpdateMTOPostCounselingInformationParams, opts ...ClientOption) (*UpdateMTOPostCounselingInformationOK, 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 move task order API client.
type CreateExcessWeightRecordCreated ¶
type CreateExcessWeightRecordCreated struct {
Payload *primemessages.ExcessWeightRecord
}
CreateExcessWeightRecordCreated describes a response with status code 201, with default header values.
Successfully uploaded the excess weight record file.
func NewCreateExcessWeightRecordCreated ¶
func NewCreateExcessWeightRecordCreated() *CreateExcessWeightRecordCreated
NewCreateExcessWeightRecordCreated creates a CreateExcessWeightRecordCreated with default headers values
func (*CreateExcessWeightRecordCreated) Code ¶
func (o *CreateExcessWeightRecordCreated) Code() int
Code gets the status code for the create excess weight record created response
func (*CreateExcessWeightRecordCreated) Error ¶
func (o *CreateExcessWeightRecordCreated) Error() string
func (*CreateExcessWeightRecordCreated) GetPayload ¶
func (o *CreateExcessWeightRecordCreated) GetPayload() *primemessages.ExcessWeightRecord
func (*CreateExcessWeightRecordCreated) IsClientError ¶
func (o *CreateExcessWeightRecordCreated) IsClientError() bool
IsClientError returns true when this create excess weight record created response has a 4xx status code
func (*CreateExcessWeightRecordCreated) IsCode ¶
func (o *CreateExcessWeightRecordCreated) IsCode(code int) bool
IsCode returns true when this create excess weight record created response a status code equal to that given
func (*CreateExcessWeightRecordCreated) IsRedirect ¶
func (o *CreateExcessWeightRecordCreated) IsRedirect() bool
IsRedirect returns true when this create excess weight record created response has a 3xx status code
func (*CreateExcessWeightRecordCreated) IsServerError ¶
func (o *CreateExcessWeightRecordCreated) IsServerError() bool
IsServerError returns true when this create excess weight record created response has a 5xx status code
func (*CreateExcessWeightRecordCreated) IsSuccess ¶
func (o *CreateExcessWeightRecordCreated) IsSuccess() bool
IsSuccess returns true when this create excess weight record created response has a 2xx status code
func (*CreateExcessWeightRecordCreated) String ¶
func (o *CreateExcessWeightRecordCreated) String() string
type CreateExcessWeightRecordForbidden ¶
type CreateExcessWeightRecordForbidden struct {
Payload *primemessages.ClientError
}
CreateExcessWeightRecordForbidden describes a response with status code 403, with default header values.
The request was denied.
func NewCreateExcessWeightRecordForbidden ¶
func NewCreateExcessWeightRecordForbidden() *CreateExcessWeightRecordForbidden
NewCreateExcessWeightRecordForbidden creates a CreateExcessWeightRecordForbidden with default headers values
func (*CreateExcessWeightRecordForbidden) Code ¶
func (o *CreateExcessWeightRecordForbidden) Code() int
Code gets the status code for the create excess weight record forbidden response
func (*CreateExcessWeightRecordForbidden) Error ¶
func (o *CreateExcessWeightRecordForbidden) Error() string
func (*CreateExcessWeightRecordForbidden) GetPayload ¶
func (o *CreateExcessWeightRecordForbidden) GetPayload() *primemessages.ClientError
func (*CreateExcessWeightRecordForbidden) IsClientError ¶
func (o *CreateExcessWeightRecordForbidden) IsClientError() bool
IsClientError returns true when this create excess weight record forbidden response has a 4xx status code
func (*CreateExcessWeightRecordForbidden) IsCode ¶
func (o *CreateExcessWeightRecordForbidden) IsCode(code int) bool
IsCode returns true when this create excess weight record forbidden response a status code equal to that given
func (*CreateExcessWeightRecordForbidden) IsRedirect ¶
func (o *CreateExcessWeightRecordForbidden) IsRedirect() bool
IsRedirect returns true when this create excess weight record forbidden response has a 3xx status code
func (*CreateExcessWeightRecordForbidden) IsServerError ¶
func (o *CreateExcessWeightRecordForbidden) IsServerError() bool
IsServerError returns true when this create excess weight record forbidden response has a 5xx status code
func (*CreateExcessWeightRecordForbidden) IsSuccess ¶
func (o *CreateExcessWeightRecordForbidden) IsSuccess() bool
IsSuccess returns true when this create excess weight record forbidden response has a 2xx status code
func (*CreateExcessWeightRecordForbidden) String ¶
func (o *CreateExcessWeightRecordForbidden) String() string
type CreateExcessWeightRecordInternalServerError ¶
type CreateExcessWeightRecordInternalServerError struct {
Payload *primemessages.Error
}
CreateExcessWeightRecordInternalServerError describes a response with status code 500, with default header values.
A server error occurred.
func NewCreateExcessWeightRecordInternalServerError ¶
func NewCreateExcessWeightRecordInternalServerError() *CreateExcessWeightRecordInternalServerError
NewCreateExcessWeightRecordInternalServerError creates a CreateExcessWeightRecordInternalServerError with default headers values
func (*CreateExcessWeightRecordInternalServerError) Code ¶
func (o *CreateExcessWeightRecordInternalServerError) Code() int
Code gets the status code for the create excess weight record internal server error response
func (*CreateExcessWeightRecordInternalServerError) Error ¶
func (o *CreateExcessWeightRecordInternalServerError) Error() string
func (*CreateExcessWeightRecordInternalServerError) GetPayload ¶
func (o *CreateExcessWeightRecordInternalServerError) GetPayload() *primemessages.Error
func (*CreateExcessWeightRecordInternalServerError) IsClientError ¶
func (o *CreateExcessWeightRecordInternalServerError) IsClientError() bool
IsClientError returns true when this create excess weight record internal server error response has a 4xx status code
func (*CreateExcessWeightRecordInternalServerError) IsCode ¶
func (o *CreateExcessWeightRecordInternalServerError) IsCode(code int) bool
IsCode returns true when this create excess weight record internal server error response a status code equal to that given
func (*CreateExcessWeightRecordInternalServerError) IsRedirect ¶
func (o *CreateExcessWeightRecordInternalServerError) IsRedirect() bool
IsRedirect returns true when this create excess weight record internal server error response has a 3xx status code
func (*CreateExcessWeightRecordInternalServerError) IsServerError ¶
func (o *CreateExcessWeightRecordInternalServerError) IsServerError() bool
IsServerError returns true when this create excess weight record internal server error response has a 5xx status code
func (*CreateExcessWeightRecordInternalServerError) IsSuccess ¶
func (o *CreateExcessWeightRecordInternalServerError) IsSuccess() bool
IsSuccess returns true when this create excess weight record internal server error response has a 2xx status code
func (*CreateExcessWeightRecordInternalServerError) String ¶
func (o *CreateExcessWeightRecordInternalServerError) String() string
type CreateExcessWeightRecordNotFound ¶
type CreateExcessWeightRecordNotFound struct {
Payload *primemessages.ClientError
}
CreateExcessWeightRecordNotFound describes a response with status code 404, with default header values.
The requested resource wasn't found.
func NewCreateExcessWeightRecordNotFound ¶
func NewCreateExcessWeightRecordNotFound() *CreateExcessWeightRecordNotFound
NewCreateExcessWeightRecordNotFound creates a CreateExcessWeightRecordNotFound with default headers values
func (*CreateExcessWeightRecordNotFound) Code ¶
func (o *CreateExcessWeightRecordNotFound) Code() int
Code gets the status code for the create excess weight record not found response
func (*CreateExcessWeightRecordNotFound) Error ¶
func (o *CreateExcessWeightRecordNotFound) Error() string
func (*CreateExcessWeightRecordNotFound) GetPayload ¶
func (o *CreateExcessWeightRecordNotFound) GetPayload() *primemessages.ClientError
func (*CreateExcessWeightRecordNotFound) IsClientError ¶
func (o *CreateExcessWeightRecordNotFound) IsClientError() bool
IsClientError returns true when this create excess weight record not found response has a 4xx status code
func (*CreateExcessWeightRecordNotFound) IsCode ¶
func (o *CreateExcessWeightRecordNotFound) IsCode(code int) bool
IsCode returns true when this create excess weight record not found response a status code equal to that given
func (*CreateExcessWeightRecordNotFound) IsRedirect ¶
func (o *CreateExcessWeightRecordNotFound) IsRedirect() bool
IsRedirect returns true when this create excess weight record not found response has a 3xx status code
func (*CreateExcessWeightRecordNotFound) IsServerError ¶
func (o *CreateExcessWeightRecordNotFound) IsServerError() bool
IsServerError returns true when this create excess weight record not found response has a 5xx status code
func (*CreateExcessWeightRecordNotFound) IsSuccess ¶
func (o *CreateExcessWeightRecordNotFound) IsSuccess() bool
IsSuccess returns true when this create excess weight record not found response has a 2xx status code
func (*CreateExcessWeightRecordNotFound) String ¶
func (o *CreateExcessWeightRecordNotFound) String() string
type CreateExcessWeightRecordParams ¶
type CreateExcessWeightRecordParams struct { /* File. The file to upload. */ File runtime.NamedReadCloser /* MoveTaskOrderID. UUID of the move being updated. Format: uuid */ MoveTaskOrderID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateExcessWeightRecordParams contains all the parameters to send to the API endpoint
for the create excess weight record operation. Typically these are written to a http.Request.
func NewCreateExcessWeightRecordParams ¶
func NewCreateExcessWeightRecordParams() *CreateExcessWeightRecordParams
NewCreateExcessWeightRecordParams creates a new CreateExcessWeightRecordParams 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 NewCreateExcessWeightRecordParamsWithContext ¶
func NewCreateExcessWeightRecordParamsWithContext(ctx context.Context) *CreateExcessWeightRecordParams
NewCreateExcessWeightRecordParamsWithContext creates a new CreateExcessWeightRecordParams object with the ability to set a context for a request.
func NewCreateExcessWeightRecordParamsWithHTTPClient ¶
func NewCreateExcessWeightRecordParamsWithHTTPClient(client *http.Client) *CreateExcessWeightRecordParams
NewCreateExcessWeightRecordParamsWithHTTPClient creates a new CreateExcessWeightRecordParams object with the ability to set a custom HTTPClient for a request.
func NewCreateExcessWeightRecordParamsWithTimeout ¶
func NewCreateExcessWeightRecordParamsWithTimeout(timeout time.Duration) *CreateExcessWeightRecordParams
NewCreateExcessWeightRecordParamsWithTimeout creates a new CreateExcessWeightRecordParams object with the ability to set a timeout on a request.
func (*CreateExcessWeightRecordParams) SetContext ¶
func (o *CreateExcessWeightRecordParams) SetContext(ctx context.Context)
SetContext adds the context to the create excess weight record params
func (*CreateExcessWeightRecordParams) SetDefaults ¶
func (o *CreateExcessWeightRecordParams) SetDefaults()
SetDefaults hydrates default values in the create excess weight record params (not the query body).
All values with no default are reset to their zero value.
func (*CreateExcessWeightRecordParams) SetFile ¶
func (o *CreateExcessWeightRecordParams) SetFile(file runtime.NamedReadCloser)
SetFile adds the file to the create excess weight record params
func (*CreateExcessWeightRecordParams) SetHTTPClient ¶
func (o *CreateExcessWeightRecordParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create excess weight record params
func (*CreateExcessWeightRecordParams) SetMoveTaskOrderID ¶
func (o *CreateExcessWeightRecordParams) SetMoveTaskOrderID(moveTaskOrderID strfmt.UUID)
SetMoveTaskOrderID adds the moveTaskOrderId to the create excess weight record params
func (*CreateExcessWeightRecordParams) SetTimeout ¶
func (o *CreateExcessWeightRecordParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create excess weight record params
func (*CreateExcessWeightRecordParams) WithContext ¶
func (o *CreateExcessWeightRecordParams) WithContext(ctx context.Context) *CreateExcessWeightRecordParams
WithContext adds the context to the create excess weight record params
func (*CreateExcessWeightRecordParams) WithDefaults ¶
func (o *CreateExcessWeightRecordParams) WithDefaults() *CreateExcessWeightRecordParams
WithDefaults hydrates default values in the create excess weight record params (not the query body).
All values with no default are reset to their zero value.
func (*CreateExcessWeightRecordParams) WithFile ¶
func (o *CreateExcessWeightRecordParams) WithFile(file runtime.NamedReadCloser) *CreateExcessWeightRecordParams
WithFile adds the file to the create excess weight record params
func (*CreateExcessWeightRecordParams) WithHTTPClient ¶
func (o *CreateExcessWeightRecordParams) WithHTTPClient(client *http.Client) *CreateExcessWeightRecordParams
WithHTTPClient adds the HTTPClient to the create excess weight record params
func (*CreateExcessWeightRecordParams) WithMoveTaskOrderID ¶
func (o *CreateExcessWeightRecordParams) WithMoveTaskOrderID(moveTaskOrderID strfmt.UUID) *CreateExcessWeightRecordParams
WithMoveTaskOrderID adds the moveTaskOrderID to the create excess weight record params
func (*CreateExcessWeightRecordParams) WithTimeout ¶
func (o *CreateExcessWeightRecordParams) WithTimeout(timeout time.Duration) *CreateExcessWeightRecordParams
WithTimeout adds the timeout to the create excess weight record params
func (*CreateExcessWeightRecordParams) WriteToRequest ¶
func (o *CreateExcessWeightRecordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateExcessWeightRecordReader ¶
type CreateExcessWeightRecordReader struct {
// contains filtered or unexported fields
}
CreateExcessWeightRecordReader is a Reader for the CreateExcessWeightRecord structure.
func (*CreateExcessWeightRecordReader) ReadResponse ¶
func (o *CreateExcessWeightRecordReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateExcessWeightRecordUnauthorized ¶
type CreateExcessWeightRecordUnauthorized struct {
}CreateExcessWeightRecordUnauthorized describes a response with status code 401, with default header values.
The request was denied.
func NewCreateExcessWeightRecordUnauthorized ¶
func NewCreateExcessWeightRecordUnauthorized() *CreateExcessWeightRecordUnauthorized
NewCreateExcessWeightRecordUnauthorized creates a CreateExcessWeightRecordUnauthorized with default headers values
func (*CreateExcessWeightRecordUnauthorized) Code ¶
func (o *CreateExcessWeightRecordUnauthorized) Code() int
Code gets the status code for the create excess weight record unauthorized response
func (*CreateExcessWeightRecordUnauthorized) Error ¶
func (o *CreateExcessWeightRecordUnauthorized) Error() string
func (*CreateExcessWeightRecordUnauthorized) GetPayload ¶
func (o *CreateExcessWeightRecordUnauthorized) GetPayload() *primemessages.ClientError
func (*CreateExcessWeightRecordUnauthorized) IsClientError ¶
func (o *CreateExcessWeightRecordUnauthorized) IsClientError() bool
IsClientError returns true when this create excess weight record unauthorized response has a 4xx status code
func (*CreateExcessWeightRecordUnauthorized) IsCode ¶
func (o *CreateExcessWeightRecordUnauthorized) IsCode(code int) bool
IsCode returns true when this create excess weight record unauthorized response a status code equal to that given
func (*CreateExcessWeightRecordUnauthorized) IsRedirect ¶
func (o *CreateExcessWeightRecordUnauthorized) IsRedirect() bool
IsRedirect returns true when this create excess weight record unauthorized response has a 3xx status code
func (*CreateExcessWeightRecordUnauthorized) IsServerError ¶
func (o *CreateExcessWeightRecordUnauthorized) IsServerError() bool
IsServerError returns true when this create excess weight record unauthorized response has a 5xx status code
func (*CreateExcessWeightRecordUnauthorized) IsSuccess ¶
func (o *CreateExcessWeightRecordUnauthorized) IsSuccess() bool
IsSuccess returns true when this create excess weight record unauthorized response has a 2xx status code
func (*CreateExcessWeightRecordUnauthorized) String ¶
func (o *CreateExcessWeightRecordUnauthorized) String() string
type CreateExcessWeightRecordUnprocessableEntity ¶
type CreateExcessWeightRecordUnprocessableEntity struct {
Payload *primemessages.ValidationError
}
CreateExcessWeightRecordUnprocessableEntity describes a response with status code 422, with default header values.
The request was unprocessable, likely due to bad input from the requester.
func NewCreateExcessWeightRecordUnprocessableEntity ¶
func NewCreateExcessWeightRecordUnprocessableEntity() *CreateExcessWeightRecordUnprocessableEntity
NewCreateExcessWeightRecordUnprocessableEntity creates a CreateExcessWeightRecordUnprocessableEntity with default headers values
func (*CreateExcessWeightRecordUnprocessableEntity) Code ¶
func (o *CreateExcessWeightRecordUnprocessableEntity) Code() int
Code gets the status code for the create excess weight record unprocessable entity response
func (*CreateExcessWeightRecordUnprocessableEntity) Error ¶
func (o *CreateExcessWeightRecordUnprocessableEntity) Error() string
func (*CreateExcessWeightRecordUnprocessableEntity) GetPayload ¶
func (o *CreateExcessWeightRecordUnprocessableEntity) GetPayload() *primemessages.ValidationError
func (*CreateExcessWeightRecordUnprocessableEntity) IsClientError ¶
func (o *CreateExcessWeightRecordUnprocessableEntity) IsClientError() bool
IsClientError returns true when this create excess weight record unprocessable entity response has a 4xx status code
func (*CreateExcessWeightRecordUnprocessableEntity) IsCode ¶
func (o *CreateExcessWeightRecordUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this create excess weight record unprocessable entity response a status code equal to that given
func (*CreateExcessWeightRecordUnprocessableEntity) IsRedirect ¶
func (o *CreateExcessWeightRecordUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this create excess weight record unprocessable entity response has a 3xx status code
func (*CreateExcessWeightRecordUnprocessableEntity) IsServerError ¶
func (o *CreateExcessWeightRecordUnprocessableEntity) IsServerError() bool
IsServerError returns true when this create excess weight record unprocessable entity response has a 5xx status code
func (*CreateExcessWeightRecordUnprocessableEntity) IsSuccess ¶
func (o *CreateExcessWeightRecordUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this create excess weight record unprocessable entity response has a 2xx status code
func (*CreateExcessWeightRecordUnprocessableEntity) String ¶
func (o *CreateExcessWeightRecordUnprocessableEntity) String() string
type DownloadMoveOrderBadRequest ¶
type DownloadMoveOrderBadRequest struct {
Payload *primemessages.ClientError
}
DownloadMoveOrderBadRequest describes a response with status code 400, with default header values.
The request payload is invalid.
func NewDownloadMoveOrderBadRequest ¶
func NewDownloadMoveOrderBadRequest() *DownloadMoveOrderBadRequest
NewDownloadMoveOrderBadRequest creates a DownloadMoveOrderBadRequest with default headers values
func (*DownloadMoveOrderBadRequest) Code ¶
func (o *DownloadMoveOrderBadRequest) Code() int
Code gets the status code for the download move order bad request response
func (*DownloadMoveOrderBadRequest) Error ¶
func (o *DownloadMoveOrderBadRequest) Error() string
func (*DownloadMoveOrderBadRequest) GetPayload ¶
func (o *DownloadMoveOrderBadRequest) GetPayload() *primemessages.ClientError
func (*DownloadMoveOrderBadRequest) IsClientError ¶
func (o *DownloadMoveOrderBadRequest) IsClientError() bool
IsClientError returns true when this download move order bad request response has a 4xx status code
func (*DownloadMoveOrderBadRequest) IsCode ¶
func (o *DownloadMoveOrderBadRequest) IsCode(code int) bool
IsCode returns true when this download move order bad request response a status code equal to that given
func (*DownloadMoveOrderBadRequest) IsRedirect ¶
func (o *DownloadMoveOrderBadRequest) IsRedirect() bool
IsRedirect returns true when this download move order bad request response has a 3xx status code
func (*DownloadMoveOrderBadRequest) IsServerError ¶
func (o *DownloadMoveOrderBadRequest) IsServerError() bool
IsServerError returns true when this download move order bad request response has a 5xx status code
func (*DownloadMoveOrderBadRequest) IsSuccess ¶
func (o *DownloadMoveOrderBadRequest) IsSuccess() bool
IsSuccess returns true when this download move order bad request response has a 2xx status code
func (*DownloadMoveOrderBadRequest) String ¶
func (o *DownloadMoveOrderBadRequest) String() string
type DownloadMoveOrderForbidden ¶
type DownloadMoveOrderForbidden struct {
Payload *primemessages.ClientError
}
DownloadMoveOrderForbidden describes a response with status code 403, with default header values.
The request was denied.
func NewDownloadMoveOrderForbidden ¶
func NewDownloadMoveOrderForbidden() *DownloadMoveOrderForbidden
NewDownloadMoveOrderForbidden creates a DownloadMoveOrderForbidden with default headers values
func (*DownloadMoveOrderForbidden) Code ¶
func (o *DownloadMoveOrderForbidden) Code() int
Code gets the status code for the download move order forbidden response
func (*DownloadMoveOrderForbidden) Error ¶
func (o *DownloadMoveOrderForbidden) Error() string
func (*DownloadMoveOrderForbidden) GetPayload ¶
func (o *DownloadMoveOrderForbidden) GetPayload() *primemessages.ClientError
func (*DownloadMoveOrderForbidden) IsClientError ¶
func (o *DownloadMoveOrderForbidden) IsClientError() bool
IsClientError returns true when this download move order forbidden response has a 4xx status code
func (*DownloadMoveOrderForbidden) IsCode ¶
func (o *DownloadMoveOrderForbidden) IsCode(code int) bool
IsCode returns true when this download move order forbidden response a status code equal to that given
func (*DownloadMoveOrderForbidden) IsRedirect ¶
func (o *DownloadMoveOrderForbidden) IsRedirect() bool
IsRedirect returns true when this download move order forbidden response has a 3xx status code
func (*DownloadMoveOrderForbidden) IsServerError ¶
func (o *DownloadMoveOrderForbidden) IsServerError() bool
IsServerError returns true when this download move order forbidden response has a 5xx status code
func (*DownloadMoveOrderForbidden) IsSuccess ¶
func (o *DownloadMoveOrderForbidden) IsSuccess() bool
IsSuccess returns true when this download move order forbidden response has a 2xx status code
func (*DownloadMoveOrderForbidden) String ¶
func (o *DownloadMoveOrderForbidden) String() string
type DownloadMoveOrderInternalServerError ¶
type DownloadMoveOrderInternalServerError struct {
Payload *primemessages.Error
}
DownloadMoveOrderInternalServerError describes a response with status code 500, with default header values.
A server error occurred.
func NewDownloadMoveOrderInternalServerError ¶
func NewDownloadMoveOrderInternalServerError() *DownloadMoveOrderInternalServerError
NewDownloadMoveOrderInternalServerError creates a DownloadMoveOrderInternalServerError with default headers values
func (*DownloadMoveOrderInternalServerError) Code ¶
func (o *DownloadMoveOrderInternalServerError) Code() int
Code gets the status code for the download move order internal server error response
func (*DownloadMoveOrderInternalServerError) Error ¶
func (o *DownloadMoveOrderInternalServerError) Error() string
func (*DownloadMoveOrderInternalServerError) GetPayload ¶
func (o *DownloadMoveOrderInternalServerError) GetPayload() *primemessages.Error
func (*DownloadMoveOrderInternalServerError) IsClientError ¶
func (o *DownloadMoveOrderInternalServerError) IsClientError() bool
IsClientError returns true when this download move order internal server error response has a 4xx status code
func (*DownloadMoveOrderInternalServerError) IsCode ¶
func (o *DownloadMoveOrderInternalServerError) IsCode(code int) bool
IsCode returns true when this download move order internal server error response a status code equal to that given
func (*DownloadMoveOrderInternalServerError) IsRedirect ¶
func (o *DownloadMoveOrderInternalServerError) IsRedirect() bool
IsRedirect returns true when this download move order internal server error response has a 3xx status code
func (*DownloadMoveOrderInternalServerError) IsServerError ¶
func (o *DownloadMoveOrderInternalServerError) IsServerError() bool
IsServerError returns true when this download move order internal server error response has a 5xx status code
func (*DownloadMoveOrderInternalServerError) IsSuccess ¶
func (o *DownloadMoveOrderInternalServerError) IsSuccess() bool
IsSuccess returns true when this download move order internal server error response has a 2xx status code
func (*DownloadMoveOrderInternalServerError) String ¶
func (o *DownloadMoveOrderInternalServerError) String() string
type DownloadMoveOrderNotFound ¶
type DownloadMoveOrderNotFound struct {
Payload *primemessages.ClientError
}
DownloadMoveOrderNotFound describes a response with status code 404, with default header values.
The requested resource wasn't found.
func NewDownloadMoveOrderNotFound ¶
func NewDownloadMoveOrderNotFound() *DownloadMoveOrderNotFound
NewDownloadMoveOrderNotFound creates a DownloadMoveOrderNotFound with default headers values
func (*DownloadMoveOrderNotFound) Code ¶
func (o *DownloadMoveOrderNotFound) Code() int
Code gets the status code for the download move order not found response
func (*DownloadMoveOrderNotFound) Error ¶
func (o *DownloadMoveOrderNotFound) Error() string
func (*DownloadMoveOrderNotFound) GetPayload ¶
func (o *DownloadMoveOrderNotFound) GetPayload() *primemessages.ClientError
func (*DownloadMoveOrderNotFound) IsClientError ¶
func (o *DownloadMoveOrderNotFound) IsClientError() bool
IsClientError returns true when this download move order not found response has a 4xx status code
func (*DownloadMoveOrderNotFound) IsCode ¶
func (o *DownloadMoveOrderNotFound) IsCode(code int) bool
IsCode returns true when this download move order not found response a status code equal to that given
func (*DownloadMoveOrderNotFound) IsRedirect ¶
func (o *DownloadMoveOrderNotFound) IsRedirect() bool
IsRedirect returns true when this download move order not found response has a 3xx status code
func (*DownloadMoveOrderNotFound) IsServerError ¶
func (o *DownloadMoveOrderNotFound) IsServerError() bool
IsServerError returns true when this download move order not found response has a 5xx status code
func (*DownloadMoveOrderNotFound) IsSuccess ¶
func (o *DownloadMoveOrderNotFound) IsSuccess() bool
IsSuccess returns true when this download move order not found response has a 2xx status code
func (*DownloadMoveOrderNotFound) String ¶
func (o *DownloadMoveOrderNotFound) String() string
type DownloadMoveOrderOK ¶
type DownloadMoveOrderOK struct { /* File name to download */ ContentDisposition string Payload io.Writer }
DownloadMoveOrderOK describes a response with status code 200, with default header values.
Move Order PDF
func NewDownloadMoveOrderOK ¶
func NewDownloadMoveOrderOK(writer io.Writer) *DownloadMoveOrderOK
NewDownloadMoveOrderOK creates a DownloadMoveOrderOK with default headers values
func (*DownloadMoveOrderOK) Code ¶
func (o *DownloadMoveOrderOK) Code() int
Code gets the status code for the download move order o k response
func (*DownloadMoveOrderOK) Error ¶
func (o *DownloadMoveOrderOK) Error() string
func (*DownloadMoveOrderOK) GetPayload ¶
func (o *DownloadMoveOrderOK) GetPayload() io.Writer
func (*DownloadMoveOrderOK) IsClientError ¶
func (o *DownloadMoveOrderOK) IsClientError() bool
IsClientError returns true when this download move order o k response has a 4xx status code
func (*DownloadMoveOrderOK) IsCode ¶
func (o *DownloadMoveOrderOK) IsCode(code int) bool
IsCode returns true when this download move order o k response a status code equal to that given
func (*DownloadMoveOrderOK) IsRedirect ¶
func (o *DownloadMoveOrderOK) IsRedirect() bool
IsRedirect returns true when this download move order o k response has a 3xx status code
func (*DownloadMoveOrderOK) IsServerError ¶
func (o *DownloadMoveOrderOK) IsServerError() bool
IsServerError returns true when this download move order o k response has a 5xx status code
func (*DownloadMoveOrderOK) IsSuccess ¶
func (o *DownloadMoveOrderOK) IsSuccess() bool
IsSuccess returns true when this download move order o k response has a 2xx status code
func (*DownloadMoveOrderOK) String ¶
func (o *DownloadMoveOrderOK) String() string
type DownloadMoveOrderParams ¶
type DownloadMoveOrderParams struct { /* Locator. the locator code for move order to be downloaded */ Locator string /* Type. upload type Default: "ALL" */ Type *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DownloadMoveOrderParams contains all the parameters to send to the API endpoint
for the download move order operation. Typically these are written to a http.Request.
func NewDownloadMoveOrderParams ¶
func NewDownloadMoveOrderParams() *DownloadMoveOrderParams
NewDownloadMoveOrderParams creates a new DownloadMoveOrderParams 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 NewDownloadMoveOrderParamsWithContext ¶
func NewDownloadMoveOrderParamsWithContext(ctx context.Context) *DownloadMoveOrderParams
NewDownloadMoveOrderParamsWithContext creates a new DownloadMoveOrderParams object with the ability to set a context for a request.
func NewDownloadMoveOrderParamsWithHTTPClient ¶
func NewDownloadMoveOrderParamsWithHTTPClient(client *http.Client) *DownloadMoveOrderParams
NewDownloadMoveOrderParamsWithHTTPClient creates a new DownloadMoveOrderParams object with the ability to set a custom HTTPClient for a request.
func NewDownloadMoveOrderParamsWithTimeout ¶
func NewDownloadMoveOrderParamsWithTimeout(timeout time.Duration) *DownloadMoveOrderParams
NewDownloadMoveOrderParamsWithTimeout creates a new DownloadMoveOrderParams object with the ability to set a timeout on a request.
func (*DownloadMoveOrderParams) SetContext ¶
func (o *DownloadMoveOrderParams) SetContext(ctx context.Context)
SetContext adds the context to the download move order params
func (*DownloadMoveOrderParams) SetDefaults ¶
func (o *DownloadMoveOrderParams) SetDefaults()
SetDefaults hydrates default values in the download move order params (not the query body).
All values with no default are reset to their zero value.
func (*DownloadMoveOrderParams) SetHTTPClient ¶
func (o *DownloadMoveOrderParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the download move order params
func (*DownloadMoveOrderParams) SetLocator ¶
func (o *DownloadMoveOrderParams) SetLocator(locator string)
SetLocator adds the locator to the download move order params
func (*DownloadMoveOrderParams) SetTimeout ¶
func (o *DownloadMoveOrderParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the download move order params
func (*DownloadMoveOrderParams) SetType ¶
func (o *DownloadMoveOrderParams) SetType(typeVar *string)
SetType adds the type to the download move order params
func (*DownloadMoveOrderParams) WithContext ¶
func (o *DownloadMoveOrderParams) WithContext(ctx context.Context) *DownloadMoveOrderParams
WithContext adds the context to the download move order params
func (*DownloadMoveOrderParams) WithDefaults ¶
func (o *DownloadMoveOrderParams) WithDefaults() *DownloadMoveOrderParams
WithDefaults hydrates default values in the download move order params (not the query body).
All values with no default are reset to their zero value.
func (*DownloadMoveOrderParams) WithHTTPClient ¶
func (o *DownloadMoveOrderParams) WithHTTPClient(client *http.Client) *DownloadMoveOrderParams
WithHTTPClient adds the HTTPClient to the download move order params
func (*DownloadMoveOrderParams) WithLocator ¶
func (o *DownloadMoveOrderParams) WithLocator(locator string) *DownloadMoveOrderParams
WithLocator adds the locator to the download move order params
func (*DownloadMoveOrderParams) WithTimeout ¶
func (o *DownloadMoveOrderParams) WithTimeout(timeout time.Duration) *DownloadMoveOrderParams
WithTimeout adds the timeout to the download move order params
func (*DownloadMoveOrderParams) WithType ¶
func (o *DownloadMoveOrderParams) WithType(typeVar *string) *DownloadMoveOrderParams
WithType adds the typeVar to the download move order params
func (*DownloadMoveOrderParams) WriteToRequest ¶
func (o *DownloadMoveOrderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DownloadMoveOrderReader ¶
type DownloadMoveOrderReader struct {
// contains filtered or unexported fields
}
DownloadMoveOrderReader is a Reader for the DownloadMoveOrder structure.
func (*DownloadMoveOrderReader) ReadResponse ¶
func (o *DownloadMoveOrderReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DownloadMoveOrderUnprocessableEntity ¶
type DownloadMoveOrderUnprocessableEntity struct {
Payload *primemessages.ValidationError
}
DownloadMoveOrderUnprocessableEntity describes a response with status code 422, with default header values.
The request was unprocessable, likely due to bad input from the requester.
func NewDownloadMoveOrderUnprocessableEntity ¶
func NewDownloadMoveOrderUnprocessableEntity() *DownloadMoveOrderUnprocessableEntity
NewDownloadMoveOrderUnprocessableEntity creates a DownloadMoveOrderUnprocessableEntity with default headers values
func (*DownloadMoveOrderUnprocessableEntity) Code ¶
func (o *DownloadMoveOrderUnprocessableEntity) Code() int
Code gets the status code for the download move order unprocessable entity response
func (*DownloadMoveOrderUnprocessableEntity) Error ¶
func (o *DownloadMoveOrderUnprocessableEntity) Error() string
func (*DownloadMoveOrderUnprocessableEntity) GetPayload ¶
func (o *DownloadMoveOrderUnprocessableEntity) GetPayload() *primemessages.ValidationError
func (*DownloadMoveOrderUnprocessableEntity) IsClientError ¶
func (o *DownloadMoveOrderUnprocessableEntity) IsClientError() bool
IsClientError returns true when this download move order unprocessable entity response has a 4xx status code
func (*DownloadMoveOrderUnprocessableEntity) IsCode ¶
func (o *DownloadMoveOrderUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this download move order unprocessable entity response a status code equal to that given
func (*DownloadMoveOrderUnprocessableEntity) IsRedirect ¶
func (o *DownloadMoveOrderUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this download move order unprocessable entity response has a 3xx status code
func (*DownloadMoveOrderUnprocessableEntity) IsServerError ¶
func (o *DownloadMoveOrderUnprocessableEntity) IsServerError() bool
IsServerError returns true when this download move order unprocessable entity response has a 5xx status code
func (*DownloadMoveOrderUnprocessableEntity) IsSuccess ¶
func (o *DownloadMoveOrderUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this download move order unprocessable entity response has a 2xx status code
func (*DownloadMoveOrderUnprocessableEntity) String ¶
func (o *DownloadMoveOrderUnprocessableEntity) String() string
type GetMoveTaskOrderForbidden ¶
type GetMoveTaskOrderForbidden struct {
Payload *primemessages.ClientError
}
GetMoveTaskOrderForbidden describes a response with status code 403, with default header values.
The request was denied.
func NewGetMoveTaskOrderForbidden ¶
func NewGetMoveTaskOrderForbidden() *GetMoveTaskOrderForbidden
NewGetMoveTaskOrderForbidden creates a GetMoveTaskOrderForbidden with default headers values
func (*GetMoveTaskOrderForbidden) Code ¶
func (o *GetMoveTaskOrderForbidden) Code() int
Code gets the status code for the get move task order forbidden response
func (*GetMoveTaskOrderForbidden) Error ¶
func (o *GetMoveTaskOrderForbidden) Error() string
func (*GetMoveTaskOrderForbidden) GetPayload ¶
func (o *GetMoveTaskOrderForbidden) GetPayload() *primemessages.ClientError
func (*GetMoveTaskOrderForbidden) IsClientError ¶
func (o *GetMoveTaskOrderForbidden) IsClientError() bool
IsClientError returns true when this get move task order forbidden response has a 4xx status code
func (*GetMoveTaskOrderForbidden) IsCode ¶
func (o *GetMoveTaskOrderForbidden) IsCode(code int) bool
IsCode returns true when this get move task order forbidden response a status code equal to that given
func (*GetMoveTaskOrderForbidden) IsRedirect ¶
func (o *GetMoveTaskOrderForbidden) IsRedirect() bool
IsRedirect returns true when this get move task order forbidden response has a 3xx status code
func (*GetMoveTaskOrderForbidden) IsServerError ¶
func (o *GetMoveTaskOrderForbidden) IsServerError() bool
IsServerError returns true when this get move task order forbidden response has a 5xx status code
func (*GetMoveTaskOrderForbidden) IsSuccess ¶
func (o *GetMoveTaskOrderForbidden) IsSuccess() bool
IsSuccess returns true when this get move task order forbidden response has a 2xx status code
func (*GetMoveTaskOrderForbidden) String ¶
func (o *GetMoveTaskOrderForbidden) String() string
type GetMoveTaskOrderInternalServerError ¶
type GetMoveTaskOrderInternalServerError struct {
Payload *primemessages.Error
}
GetMoveTaskOrderInternalServerError describes a response with status code 500, with default header values.
A server error occurred.
func NewGetMoveTaskOrderInternalServerError ¶
func NewGetMoveTaskOrderInternalServerError() *GetMoveTaskOrderInternalServerError
NewGetMoveTaskOrderInternalServerError creates a GetMoveTaskOrderInternalServerError with default headers values
func (*GetMoveTaskOrderInternalServerError) Code ¶
func (o *GetMoveTaskOrderInternalServerError) Code() int
Code gets the status code for the get move task order internal server error response
func (*GetMoveTaskOrderInternalServerError) Error ¶
func (o *GetMoveTaskOrderInternalServerError) Error() string
func (*GetMoveTaskOrderInternalServerError) GetPayload ¶
func (o *GetMoveTaskOrderInternalServerError) GetPayload() *primemessages.Error
func (*GetMoveTaskOrderInternalServerError) IsClientError ¶
func (o *GetMoveTaskOrderInternalServerError) IsClientError() bool
IsClientError returns true when this get move task order internal server error response has a 4xx status code
func (*GetMoveTaskOrderInternalServerError) IsCode ¶
func (o *GetMoveTaskOrderInternalServerError) IsCode(code int) bool
IsCode returns true when this get move task order internal server error response a status code equal to that given
func (*GetMoveTaskOrderInternalServerError) IsRedirect ¶
func (o *GetMoveTaskOrderInternalServerError) IsRedirect() bool
IsRedirect returns true when this get move task order internal server error response has a 3xx status code
func (*GetMoveTaskOrderInternalServerError) IsServerError ¶
func (o *GetMoveTaskOrderInternalServerError) IsServerError() bool
IsServerError returns true when this get move task order internal server error response has a 5xx status code
func (*GetMoveTaskOrderInternalServerError) IsSuccess ¶
func (o *GetMoveTaskOrderInternalServerError) IsSuccess() bool
IsSuccess returns true when this get move task order internal server error response has a 2xx status code
func (*GetMoveTaskOrderInternalServerError) String ¶
func (o *GetMoveTaskOrderInternalServerError) String() string
type GetMoveTaskOrderNotFound ¶
type GetMoveTaskOrderNotFound struct {
Payload *primemessages.ClientError
}
GetMoveTaskOrderNotFound describes a response with status code 404, with default header values.
The requested resource wasn't found.
func NewGetMoveTaskOrderNotFound ¶
func NewGetMoveTaskOrderNotFound() *GetMoveTaskOrderNotFound
NewGetMoveTaskOrderNotFound creates a GetMoveTaskOrderNotFound with default headers values
func (*GetMoveTaskOrderNotFound) Code ¶
func (o *GetMoveTaskOrderNotFound) Code() int
Code gets the status code for the get move task order not found response
func (*GetMoveTaskOrderNotFound) Error ¶
func (o *GetMoveTaskOrderNotFound) Error() string
func (*GetMoveTaskOrderNotFound) GetPayload ¶
func (o *GetMoveTaskOrderNotFound) GetPayload() *primemessages.ClientError
func (*GetMoveTaskOrderNotFound) IsClientError ¶
func (o *GetMoveTaskOrderNotFound) IsClientError() bool
IsClientError returns true when this get move task order not found response has a 4xx status code
func (*GetMoveTaskOrderNotFound) IsCode ¶
func (o *GetMoveTaskOrderNotFound) IsCode(code int) bool
IsCode returns true when this get move task order not found response a status code equal to that given
func (*GetMoveTaskOrderNotFound) IsRedirect ¶
func (o *GetMoveTaskOrderNotFound) IsRedirect() bool
IsRedirect returns true when this get move task order not found response has a 3xx status code
func (*GetMoveTaskOrderNotFound) IsServerError ¶
func (o *GetMoveTaskOrderNotFound) IsServerError() bool
IsServerError returns true when this get move task order not found response has a 5xx status code
func (*GetMoveTaskOrderNotFound) IsSuccess ¶
func (o *GetMoveTaskOrderNotFound) IsSuccess() bool
IsSuccess returns true when this get move task order not found response has a 2xx status code
func (*GetMoveTaskOrderNotFound) String ¶
func (o *GetMoveTaskOrderNotFound) String() string
type GetMoveTaskOrderOK ¶
type GetMoveTaskOrderOK struct {
Payload *primemessages.MoveTaskOrder
}
GetMoveTaskOrderOK describes a response with status code 200, with default header values.
Successfully retrieve an individual move task order.
func NewGetMoveTaskOrderOK ¶
func NewGetMoveTaskOrderOK() *GetMoveTaskOrderOK
NewGetMoveTaskOrderOK creates a GetMoveTaskOrderOK with default headers values
func (*GetMoveTaskOrderOK) Code ¶
func (o *GetMoveTaskOrderOK) Code() int
Code gets the status code for the get move task order o k response
func (*GetMoveTaskOrderOK) Error ¶
func (o *GetMoveTaskOrderOK) Error() string
func (*GetMoveTaskOrderOK) GetPayload ¶
func (o *GetMoveTaskOrderOK) GetPayload() *primemessages.MoveTaskOrder
func (*GetMoveTaskOrderOK) IsClientError ¶
func (o *GetMoveTaskOrderOK) IsClientError() bool
IsClientError returns true when this get move task order o k response has a 4xx status code
func (*GetMoveTaskOrderOK) IsCode ¶
func (o *GetMoveTaskOrderOK) IsCode(code int) bool
IsCode returns true when this get move task order o k response a status code equal to that given
func (*GetMoveTaskOrderOK) IsRedirect ¶
func (o *GetMoveTaskOrderOK) IsRedirect() bool
IsRedirect returns true when this get move task order o k response has a 3xx status code
func (*GetMoveTaskOrderOK) IsServerError ¶
func (o *GetMoveTaskOrderOK) IsServerError() bool
IsServerError returns true when this get move task order o k response has a 5xx status code
func (*GetMoveTaskOrderOK) IsSuccess ¶
func (o *GetMoveTaskOrderOK) IsSuccess() bool
IsSuccess returns true when this get move task order o k response has a 2xx status code
func (*GetMoveTaskOrderOK) String ¶
func (o *GetMoveTaskOrderOK) String() string
type GetMoveTaskOrderParams ¶
type GetMoveTaskOrderParams struct { /* MoveID. UUID or MoveCode of move task order to use. */ MoveID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetMoveTaskOrderParams contains all the parameters to send to the API endpoint
for the get move task order operation. Typically these are written to a http.Request.
func NewGetMoveTaskOrderParams ¶
func NewGetMoveTaskOrderParams() *GetMoveTaskOrderParams
NewGetMoveTaskOrderParams creates a new GetMoveTaskOrderParams 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 NewGetMoveTaskOrderParamsWithContext ¶
func NewGetMoveTaskOrderParamsWithContext(ctx context.Context) *GetMoveTaskOrderParams
NewGetMoveTaskOrderParamsWithContext creates a new GetMoveTaskOrderParams object with the ability to set a context for a request.
func NewGetMoveTaskOrderParamsWithHTTPClient ¶
func NewGetMoveTaskOrderParamsWithHTTPClient(client *http.Client) *GetMoveTaskOrderParams
NewGetMoveTaskOrderParamsWithHTTPClient creates a new GetMoveTaskOrderParams object with the ability to set a custom HTTPClient for a request.
func NewGetMoveTaskOrderParamsWithTimeout ¶
func NewGetMoveTaskOrderParamsWithTimeout(timeout time.Duration) *GetMoveTaskOrderParams
NewGetMoveTaskOrderParamsWithTimeout creates a new GetMoveTaskOrderParams object with the ability to set a timeout on a request.
func (*GetMoveTaskOrderParams) SetContext ¶
func (o *GetMoveTaskOrderParams) SetContext(ctx context.Context)
SetContext adds the context to the get move task order params
func (*GetMoveTaskOrderParams) SetDefaults ¶
func (o *GetMoveTaskOrderParams) SetDefaults()
SetDefaults hydrates default values in the get move task order params (not the query body).
All values with no default are reset to their zero value.
func (*GetMoveTaskOrderParams) SetHTTPClient ¶
func (o *GetMoveTaskOrderParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get move task order params
func (*GetMoveTaskOrderParams) SetMoveID ¶
func (o *GetMoveTaskOrderParams) SetMoveID(moveID string)
SetMoveID adds the moveId to the get move task order params
func (*GetMoveTaskOrderParams) SetTimeout ¶
func (o *GetMoveTaskOrderParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get move task order params
func (*GetMoveTaskOrderParams) WithContext ¶
func (o *GetMoveTaskOrderParams) WithContext(ctx context.Context) *GetMoveTaskOrderParams
WithContext adds the context to the get move task order params
func (*GetMoveTaskOrderParams) WithDefaults ¶
func (o *GetMoveTaskOrderParams) WithDefaults() *GetMoveTaskOrderParams
WithDefaults hydrates default values in the get move task order params (not the query body).
All values with no default are reset to their zero value.
func (*GetMoveTaskOrderParams) WithHTTPClient ¶
func (o *GetMoveTaskOrderParams) WithHTTPClient(client *http.Client) *GetMoveTaskOrderParams
WithHTTPClient adds the HTTPClient to the get move task order params
func (*GetMoveTaskOrderParams) WithMoveID ¶
func (o *GetMoveTaskOrderParams) WithMoveID(moveID string) *GetMoveTaskOrderParams
WithMoveID adds the moveID to the get move task order params
func (*GetMoveTaskOrderParams) WithTimeout ¶
func (o *GetMoveTaskOrderParams) WithTimeout(timeout time.Duration) *GetMoveTaskOrderParams
WithTimeout adds the timeout to the get move task order params
func (*GetMoveTaskOrderParams) WriteToRequest ¶
func (o *GetMoveTaskOrderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetMoveTaskOrderReader ¶
type GetMoveTaskOrderReader struct {
// contains filtered or unexported fields
}
GetMoveTaskOrderReader is a Reader for the GetMoveTaskOrder structure.
func (*GetMoveTaskOrderReader) ReadResponse ¶
func (o *GetMoveTaskOrderReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetMoveTaskOrderUnauthorized ¶
type GetMoveTaskOrderUnauthorized struct {
}GetMoveTaskOrderUnauthorized describes a response with status code 401, with default header values.
The request was denied.
func NewGetMoveTaskOrderUnauthorized ¶
func NewGetMoveTaskOrderUnauthorized() *GetMoveTaskOrderUnauthorized
NewGetMoveTaskOrderUnauthorized creates a GetMoveTaskOrderUnauthorized with default headers values
func (*GetMoveTaskOrderUnauthorized) Code ¶
func (o *GetMoveTaskOrderUnauthorized) Code() int
Code gets the status code for the get move task order unauthorized response
func (*GetMoveTaskOrderUnauthorized) Error ¶
func (o *GetMoveTaskOrderUnauthorized) Error() string
func (*GetMoveTaskOrderUnauthorized) GetPayload ¶
func (o *GetMoveTaskOrderUnauthorized) GetPayload() *primemessages.ClientError
func (*GetMoveTaskOrderUnauthorized) IsClientError ¶
func (o *GetMoveTaskOrderUnauthorized) IsClientError() bool
IsClientError returns true when this get move task order unauthorized response has a 4xx status code
func (*GetMoveTaskOrderUnauthorized) IsCode ¶
func (o *GetMoveTaskOrderUnauthorized) IsCode(code int) bool
IsCode returns true when this get move task order unauthorized response a status code equal to that given
func (*GetMoveTaskOrderUnauthorized) IsRedirect ¶
func (o *GetMoveTaskOrderUnauthorized) IsRedirect() bool
IsRedirect returns true when this get move task order unauthorized response has a 3xx status code
func (*GetMoveTaskOrderUnauthorized) IsServerError ¶
func (o *GetMoveTaskOrderUnauthorized) IsServerError() bool
IsServerError returns true when this get move task order unauthorized response has a 5xx status code
func (*GetMoveTaskOrderUnauthorized) IsSuccess ¶
func (o *GetMoveTaskOrderUnauthorized) IsSuccess() bool
IsSuccess returns true when this get move task order unauthorized response has a 2xx status code
func (*GetMoveTaskOrderUnauthorized) String ¶
func (o *GetMoveTaskOrderUnauthorized) String() string
type ListMovesForbidden ¶
type ListMovesForbidden struct {
Payload *primemessages.ClientError
}
ListMovesForbidden describes a response with status code 403, with default header values.
The request was denied.
func NewListMovesForbidden ¶
func NewListMovesForbidden() *ListMovesForbidden
NewListMovesForbidden creates a ListMovesForbidden with default headers values
func (*ListMovesForbidden) Code ¶
func (o *ListMovesForbidden) Code() int
Code gets the status code for the list moves forbidden response
func (*ListMovesForbidden) Error ¶
func (o *ListMovesForbidden) Error() string
func (*ListMovesForbidden) GetPayload ¶
func (o *ListMovesForbidden) GetPayload() *primemessages.ClientError
func (*ListMovesForbidden) IsClientError ¶
func (o *ListMovesForbidden) IsClientError() bool
IsClientError returns true when this list moves forbidden response has a 4xx status code
func (*ListMovesForbidden) IsCode ¶
func (o *ListMovesForbidden) IsCode(code int) bool
IsCode returns true when this list moves forbidden response a status code equal to that given
func (*ListMovesForbidden) IsRedirect ¶
func (o *ListMovesForbidden) IsRedirect() bool
IsRedirect returns true when this list moves forbidden response has a 3xx status code
func (*ListMovesForbidden) IsServerError ¶
func (o *ListMovesForbidden) IsServerError() bool
IsServerError returns true when this list moves forbidden response has a 5xx status code
func (*ListMovesForbidden) IsSuccess ¶
func (o *ListMovesForbidden) IsSuccess() bool
IsSuccess returns true when this list moves forbidden response has a 2xx status code
func (*ListMovesForbidden) String ¶
func (o *ListMovesForbidden) String() string
type ListMovesInternalServerError ¶
type ListMovesInternalServerError struct {
Payload *primemessages.Error
}
ListMovesInternalServerError describes a response with status code 500, with default header values.
A server error occurred.
func NewListMovesInternalServerError ¶
func NewListMovesInternalServerError() *ListMovesInternalServerError
NewListMovesInternalServerError creates a ListMovesInternalServerError with default headers values
func (*ListMovesInternalServerError) Code ¶
func (o *ListMovesInternalServerError) Code() int
Code gets the status code for the list moves internal server error response
func (*ListMovesInternalServerError) Error ¶
func (o *ListMovesInternalServerError) Error() string
func (*ListMovesInternalServerError) GetPayload ¶
func (o *ListMovesInternalServerError) GetPayload() *primemessages.Error
func (*ListMovesInternalServerError) IsClientError ¶
func (o *ListMovesInternalServerError) IsClientError() bool
IsClientError returns true when this list moves internal server error response has a 4xx status code
func (*ListMovesInternalServerError) IsCode ¶
func (o *ListMovesInternalServerError) IsCode(code int) bool
IsCode returns true when this list moves internal server error response a status code equal to that given
func (*ListMovesInternalServerError) IsRedirect ¶
func (o *ListMovesInternalServerError) IsRedirect() bool
IsRedirect returns true when this list moves internal server error response has a 3xx status code
func (*ListMovesInternalServerError) IsServerError ¶
func (o *ListMovesInternalServerError) IsServerError() bool
IsServerError returns true when this list moves internal server error response has a 5xx status code
func (*ListMovesInternalServerError) IsSuccess ¶
func (o *ListMovesInternalServerError) IsSuccess() bool
IsSuccess returns true when this list moves internal server error response has a 2xx status code
func (*ListMovesInternalServerError) String ¶
func (o *ListMovesInternalServerError) String() string
type ListMovesOK ¶
type ListMovesOK struct {
Payload primemessages.ListMoves
}
ListMovesOK describes a response with status code 200, with default header values.
Successfully retrieved moves. A successful fetch might still return zero moves.
func NewListMovesOK ¶
func NewListMovesOK() *ListMovesOK
NewListMovesOK creates a ListMovesOK with default headers values
func (*ListMovesOK) Code ¶
func (o *ListMovesOK) Code() int
Code gets the status code for the list moves o k response
func (*ListMovesOK) Error ¶
func (o *ListMovesOK) Error() string
func (*ListMovesOK) GetPayload ¶
func (o *ListMovesOK) GetPayload() primemessages.ListMoves
func (*ListMovesOK) IsClientError ¶
func (o *ListMovesOK) IsClientError() bool
IsClientError returns true when this list moves o k response has a 4xx status code
func (*ListMovesOK) IsCode ¶
func (o *ListMovesOK) IsCode(code int) bool
IsCode returns true when this list moves o k response a status code equal to that given
func (*ListMovesOK) IsRedirect ¶
func (o *ListMovesOK) IsRedirect() bool
IsRedirect returns true when this list moves o k response has a 3xx status code
func (*ListMovesOK) IsServerError ¶
func (o *ListMovesOK) IsServerError() bool
IsServerError returns true when this list moves o k response has a 5xx status code
func (*ListMovesOK) IsSuccess ¶
func (o *ListMovesOK) IsSuccess() bool
IsSuccess returns true when this list moves o k response has a 2xx status code
func (*ListMovesOK) String ¶
func (o *ListMovesOK) String() string
type ListMovesParams ¶
type ListMovesParams struct { /* Since. Only return moves updated since this time. Formatted like "2021-07-23T18:30:47.116Z" Format: date-time */ Since *strfmt.DateTime Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListMovesParams contains all the parameters to send to the API endpoint
for the list moves operation. Typically these are written to a http.Request.
func NewListMovesParams ¶
func NewListMovesParams() *ListMovesParams
NewListMovesParams creates a new ListMovesParams 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 NewListMovesParamsWithContext ¶
func NewListMovesParamsWithContext(ctx context.Context) *ListMovesParams
NewListMovesParamsWithContext creates a new ListMovesParams object with the ability to set a context for a request.
func NewListMovesParamsWithHTTPClient ¶
func NewListMovesParamsWithHTTPClient(client *http.Client) *ListMovesParams
NewListMovesParamsWithHTTPClient creates a new ListMovesParams object with the ability to set a custom HTTPClient for a request.
func NewListMovesParamsWithTimeout ¶
func NewListMovesParamsWithTimeout(timeout time.Duration) *ListMovesParams
NewListMovesParamsWithTimeout creates a new ListMovesParams object with the ability to set a timeout on a request.
func (*ListMovesParams) SetContext ¶
func (o *ListMovesParams) SetContext(ctx context.Context)
SetContext adds the context to the list moves params
func (*ListMovesParams) SetDefaults ¶
func (o *ListMovesParams) SetDefaults()
SetDefaults hydrates default values in the list moves params (not the query body).
All values with no default are reset to their zero value.
func (*ListMovesParams) SetHTTPClient ¶
func (o *ListMovesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list moves params
func (*ListMovesParams) SetSince ¶
func (o *ListMovesParams) SetSince(since *strfmt.DateTime)
SetSince adds the since to the list moves params
func (*ListMovesParams) SetTimeout ¶
func (o *ListMovesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list moves params
func (*ListMovesParams) WithContext ¶
func (o *ListMovesParams) WithContext(ctx context.Context) *ListMovesParams
WithContext adds the context to the list moves params
func (*ListMovesParams) WithDefaults ¶
func (o *ListMovesParams) WithDefaults() *ListMovesParams
WithDefaults hydrates default values in the list moves params (not the query body).
All values with no default are reset to their zero value.
func (*ListMovesParams) WithHTTPClient ¶
func (o *ListMovesParams) WithHTTPClient(client *http.Client) *ListMovesParams
WithHTTPClient adds the HTTPClient to the list moves params
func (*ListMovesParams) WithSince ¶
func (o *ListMovesParams) WithSince(since *strfmt.DateTime) *ListMovesParams
WithSince adds the since to the list moves params
func (*ListMovesParams) WithTimeout ¶
func (o *ListMovesParams) WithTimeout(timeout time.Duration) *ListMovesParams
WithTimeout adds the timeout to the list moves params
func (*ListMovesParams) WriteToRequest ¶
func (o *ListMovesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListMovesReader ¶
type ListMovesReader struct {
// contains filtered or unexported fields
}
ListMovesReader is a Reader for the ListMoves structure.
func (*ListMovesReader) ReadResponse ¶
func (o *ListMovesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListMovesUnauthorized ¶
type ListMovesUnauthorized struct {
}ListMovesUnauthorized describes a response with status code 401, with default header values.
The request was denied.
func NewListMovesUnauthorized ¶
func NewListMovesUnauthorized() *ListMovesUnauthorized
NewListMovesUnauthorized creates a ListMovesUnauthorized with default headers values
func (*ListMovesUnauthorized) Code ¶
func (o *ListMovesUnauthorized) Code() int
Code gets the status code for the list moves unauthorized response
func (*ListMovesUnauthorized) Error ¶
func (o *ListMovesUnauthorized) Error() string
func (*ListMovesUnauthorized) GetPayload ¶
func (o *ListMovesUnauthorized) GetPayload() *primemessages.ClientError
func (*ListMovesUnauthorized) IsClientError ¶
func (o *ListMovesUnauthorized) IsClientError() bool
IsClientError returns true when this list moves unauthorized response has a 4xx status code
func (*ListMovesUnauthorized) IsCode ¶
func (o *ListMovesUnauthorized) IsCode(code int) bool
IsCode returns true when this list moves unauthorized response a status code equal to that given
func (*ListMovesUnauthorized) IsRedirect ¶
func (o *ListMovesUnauthorized) IsRedirect() bool
IsRedirect returns true when this list moves unauthorized response has a 3xx status code
func (*ListMovesUnauthorized) IsServerError ¶
func (o *ListMovesUnauthorized) IsServerError() bool
IsServerError returns true when this list moves unauthorized response has a 5xx status code
func (*ListMovesUnauthorized) IsSuccess ¶
func (o *ListMovesUnauthorized) IsSuccess() bool
IsSuccess returns true when this list moves unauthorized response has a 2xx status code
func (*ListMovesUnauthorized) String ¶
func (o *ListMovesUnauthorized) String() string
type UpdateMTOPostCounselingInformationConflict ¶
type UpdateMTOPostCounselingInformationConflict struct {
Payload *primemessages.ClientError
}
UpdateMTOPostCounselingInformationConflict describes a response with status code 409, with default header values.
The request could not be processed because of conflict in the current state of the resource.
func NewUpdateMTOPostCounselingInformationConflict ¶
func NewUpdateMTOPostCounselingInformationConflict() *UpdateMTOPostCounselingInformationConflict
NewUpdateMTOPostCounselingInformationConflict creates a UpdateMTOPostCounselingInformationConflict with default headers values
func (*UpdateMTOPostCounselingInformationConflict) Code ¶
func (o *UpdateMTOPostCounselingInformationConflict) Code() int
Code gets the status code for the update m t o post counseling information conflict response
func (*UpdateMTOPostCounselingInformationConflict) Error ¶
func (o *UpdateMTOPostCounselingInformationConflict) Error() string
func (*UpdateMTOPostCounselingInformationConflict) GetPayload ¶
func (o *UpdateMTOPostCounselingInformationConflict) GetPayload() *primemessages.ClientError
func (*UpdateMTOPostCounselingInformationConflict) IsClientError ¶
func (o *UpdateMTOPostCounselingInformationConflict) IsClientError() bool
IsClientError returns true when this update m t o post counseling information conflict response has a 4xx status code
func (*UpdateMTOPostCounselingInformationConflict) IsCode ¶
func (o *UpdateMTOPostCounselingInformationConflict) IsCode(code int) bool
IsCode returns true when this update m t o post counseling information conflict response a status code equal to that given
func (*UpdateMTOPostCounselingInformationConflict) IsRedirect ¶
func (o *UpdateMTOPostCounselingInformationConflict) IsRedirect() bool
IsRedirect returns true when this update m t o post counseling information conflict response has a 3xx status code
func (*UpdateMTOPostCounselingInformationConflict) IsServerError ¶
func (o *UpdateMTOPostCounselingInformationConflict) IsServerError() bool
IsServerError returns true when this update m t o post counseling information conflict response has a 5xx status code
func (*UpdateMTOPostCounselingInformationConflict) IsSuccess ¶
func (o *UpdateMTOPostCounselingInformationConflict) IsSuccess() bool
IsSuccess returns true when this update m t o post counseling information conflict response has a 2xx status code
func (*UpdateMTOPostCounselingInformationConflict) String ¶
func (o *UpdateMTOPostCounselingInformationConflict) String() string
type UpdateMTOPostCounselingInformationForbidden ¶
type UpdateMTOPostCounselingInformationForbidden struct {
Payload *primemessages.ClientError
}
UpdateMTOPostCounselingInformationForbidden describes a response with status code 403, with default header values.
The request was denied.
func NewUpdateMTOPostCounselingInformationForbidden ¶
func NewUpdateMTOPostCounselingInformationForbidden() *UpdateMTOPostCounselingInformationForbidden
NewUpdateMTOPostCounselingInformationForbidden creates a UpdateMTOPostCounselingInformationForbidden with default headers values
func (*UpdateMTOPostCounselingInformationForbidden) Code ¶
func (o *UpdateMTOPostCounselingInformationForbidden) Code() int
Code gets the status code for the update m t o post counseling information forbidden response
func (*UpdateMTOPostCounselingInformationForbidden) Error ¶
func (o *UpdateMTOPostCounselingInformationForbidden) Error() string
func (*UpdateMTOPostCounselingInformationForbidden) GetPayload ¶
func (o *UpdateMTOPostCounselingInformationForbidden) GetPayload() *primemessages.ClientError
func (*UpdateMTOPostCounselingInformationForbidden) IsClientError ¶
func (o *UpdateMTOPostCounselingInformationForbidden) IsClientError() bool
IsClientError returns true when this update m t o post counseling information forbidden response has a 4xx status code
func (*UpdateMTOPostCounselingInformationForbidden) IsCode ¶
func (o *UpdateMTOPostCounselingInformationForbidden) IsCode(code int) bool
IsCode returns true when this update m t o post counseling information forbidden response a status code equal to that given
func (*UpdateMTOPostCounselingInformationForbidden) IsRedirect ¶
func (o *UpdateMTOPostCounselingInformationForbidden) IsRedirect() bool
IsRedirect returns true when this update m t o post counseling information forbidden response has a 3xx status code
func (*UpdateMTOPostCounselingInformationForbidden) IsServerError ¶
func (o *UpdateMTOPostCounselingInformationForbidden) IsServerError() bool
IsServerError returns true when this update m t o post counseling information forbidden response has a 5xx status code
func (*UpdateMTOPostCounselingInformationForbidden) IsSuccess ¶
func (o *UpdateMTOPostCounselingInformationForbidden) IsSuccess() bool
IsSuccess returns true when this update m t o post counseling information forbidden response has a 2xx status code
func (*UpdateMTOPostCounselingInformationForbidden) String ¶
func (o *UpdateMTOPostCounselingInformationForbidden) String() string
type UpdateMTOPostCounselingInformationInternalServerError ¶
type UpdateMTOPostCounselingInformationInternalServerError struct {
Payload *primemessages.Error
}
UpdateMTOPostCounselingInformationInternalServerError describes a response with status code 500, with default header values.
A server error occurred.
func NewUpdateMTOPostCounselingInformationInternalServerError ¶
func NewUpdateMTOPostCounselingInformationInternalServerError() *UpdateMTOPostCounselingInformationInternalServerError
NewUpdateMTOPostCounselingInformationInternalServerError creates a UpdateMTOPostCounselingInformationInternalServerError with default headers values
func (*UpdateMTOPostCounselingInformationInternalServerError) Code ¶
func (o *UpdateMTOPostCounselingInformationInternalServerError) Code() int
Code gets the status code for the update m t o post counseling information internal server error response
func (*UpdateMTOPostCounselingInformationInternalServerError) Error ¶
func (o *UpdateMTOPostCounselingInformationInternalServerError) Error() string
func (*UpdateMTOPostCounselingInformationInternalServerError) GetPayload ¶
func (o *UpdateMTOPostCounselingInformationInternalServerError) GetPayload() *primemessages.Error
func (*UpdateMTOPostCounselingInformationInternalServerError) IsClientError ¶
func (o *UpdateMTOPostCounselingInformationInternalServerError) IsClientError() bool
IsClientError returns true when this update m t o post counseling information internal server error response has a 4xx status code
func (*UpdateMTOPostCounselingInformationInternalServerError) IsCode ¶
func (o *UpdateMTOPostCounselingInformationInternalServerError) IsCode(code int) bool
IsCode returns true when this update m t o post counseling information internal server error response a status code equal to that given
func (*UpdateMTOPostCounselingInformationInternalServerError) IsRedirect ¶
func (o *UpdateMTOPostCounselingInformationInternalServerError) IsRedirect() bool
IsRedirect returns true when this update m t o post counseling information internal server error response has a 3xx status code
func (*UpdateMTOPostCounselingInformationInternalServerError) IsServerError ¶
func (o *UpdateMTOPostCounselingInformationInternalServerError) IsServerError() bool
IsServerError returns true when this update m t o post counseling information internal server error response has a 5xx status code
func (*UpdateMTOPostCounselingInformationInternalServerError) IsSuccess ¶
func (o *UpdateMTOPostCounselingInformationInternalServerError) IsSuccess() bool
IsSuccess returns true when this update m t o post counseling information internal server error response has a 2xx status code
func (*UpdateMTOPostCounselingInformationInternalServerError) String ¶
func (o *UpdateMTOPostCounselingInformationInternalServerError) String() string
type UpdateMTOPostCounselingInformationNotFound ¶
type UpdateMTOPostCounselingInformationNotFound struct {
Payload *primemessages.ClientError
}
UpdateMTOPostCounselingInformationNotFound describes a response with status code 404, with default header values.
The requested resource wasn't found.
func NewUpdateMTOPostCounselingInformationNotFound ¶
func NewUpdateMTOPostCounselingInformationNotFound() *UpdateMTOPostCounselingInformationNotFound
NewUpdateMTOPostCounselingInformationNotFound creates a UpdateMTOPostCounselingInformationNotFound with default headers values
func (*UpdateMTOPostCounselingInformationNotFound) Code ¶
func (o *UpdateMTOPostCounselingInformationNotFound) Code() int
Code gets the status code for the update m t o post counseling information not found response
func (*UpdateMTOPostCounselingInformationNotFound) Error ¶
func (o *UpdateMTOPostCounselingInformationNotFound) Error() string
func (*UpdateMTOPostCounselingInformationNotFound) GetPayload ¶
func (o *UpdateMTOPostCounselingInformationNotFound) GetPayload() *primemessages.ClientError
func (*UpdateMTOPostCounselingInformationNotFound) IsClientError ¶
func (o *UpdateMTOPostCounselingInformationNotFound) IsClientError() bool
IsClientError returns true when this update m t o post counseling information not found response has a 4xx status code
func (*UpdateMTOPostCounselingInformationNotFound) IsCode ¶
func (o *UpdateMTOPostCounselingInformationNotFound) IsCode(code int) bool
IsCode returns true when this update m t o post counseling information not found response a status code equal to that given
func (*UpdateMTOPostCounselingInformationNotFound) IsRedirect ¶
func (o *UpdateMTOPostCounselingInformationNotFound) IsRedirect() bool
IsRedirect returns true when this update m t o post counseling information not found response has a 3xx status code
func (*UpdateMTOPostCounselingInformationNotFound) IsServerError ¶
func (o *UpdateMTOPostCounselingInformationNotFound) IsServerError() bool
IsServerError returns true when this update m t o post counseling information not found response has a 5xx status code
func (*UpdateMTOPostCounselingInformationNotFound) IsSuccess ¶
func (o *UpdateMTOPostCounselingInformationNotFound) IsSuccess() bool
IsSuccess returns true when this update m t o post counseling information not found response has a 2xx status code
func (*UpdateMTOPostCounselingInformationNotFound) String ¶
func (o *UpdateMTOPostCounselingInformationNotFound) String() string
type UpdateMTOPostCounselingInformationOK ¶
type UpdateMTOPostCounselingInformationOK struct {
Payload *primemessages.MoveTaskOrder
}
UpdateMTOPostCounselingInformationOK describes a response with status code 200, with default header values.
Successfully updated move task order with post counseling information.
func NewUpdateMTOPostCounselingInformationOK ¶
func NewUpdateMTOPostCounselingInformationOK() *UpdateMTOPostCounselingInformationOK
NewUpdateMTOPostCounselingInformationOK creates a UpdateMTOPostCounselingInformationOK with default headers values
func (*UpdateMTOPostCounselingInformationOK) Code ¶
func (o *UpdateMTOPostCounselingInformationOK) Code() int
Code gets the status code for the update m t o post counseling information o k response
func (*UpdateMTOPostCounselingInformationOK) Error ¶
func (o *UpdateMTOPostCounselingInformationOK) Error() string
func (*UpdateMTOPostCounselingInformationOK) GetPayload ¶
func (o *UpdateMTOPostCounselingInformationOK) GetPayload() *primemessages.MoveTaskOrder
func (*UpdateMTOPostCounselingInformationOK) IsClientError ¶
func (o *UpdateMTOPostCounselingInformationOK) IsClientError() bool
IsClientError returns true when this update m t o post counseling information o k response has a 4xx status code
func (*UpdateMTOPostCounselingInformationOK) IsCode ¶
func (o *UpdateMTOPostCounselingInformationOK) IsCode(code int) bool
IsCode returns true when this update m t o post counseling information o k response a status code equal to that given
func (*UpdateMTOPostCounselingInformationOK) IsRedirect ¶
func (o *UpdateMTOPostCounselingInformationOK) IsRedirect() bool
IsRedirect returns true when this update m t o post counseling information o k response has a 3xx status code
func (*UpdateMTOPostCounselingInformationOK) IsServerError ¶
func (o *UpdateMTOPostCounselingInformationOK) IsServerError() bool
IsServerError returns true when this update m t o post counseling information o k response has a 5xx status code
func (*UpdateMTOPostCounselingInformationOK) IsSuccess ¶
func (o *UpdateMTOPostCounselingInformationOK) IsSuccess() bool
IsSuccess returns true when this update m t o post counseling information o k response has a 2xx status code
func (*UpdateMTOPostCounselingInformationOK) String ¶
func (o *UpdateMTOPostCounselingInformationOK) String() string
type UpdateMTOPostCounselingInformationParams ¶
type UpdateMTOPostCounselingInformationParams struct { /* IfMatch. Optimistic locking is implemented via the `If-Match` header. If the ETag header does not match the value of the resource on the server, the server rejects the change with a `412 Precondition Failed` error. */ IfMatch string /* MoveTaskOrderID. ID of move task order to use. */ MoveTaskOrderID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateMTOPostCounselingInformationParams contains all the parameters to send to the API endpoint
for the update m t o post counseling information operation. Typically these are written to a http.Request.
func NewUpdateMTOPostCounselingInformationParams ¶
func NewUpdateMTOPostCounselingInformationParams() *UpdateMTOPostCounselingInformationParams
NewUpdateMTOPostCounselingInformationParams creates a new UpdateMTOPostCounselingInformationParams 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 NewUpdateMTOPostCounselingInformationParamsWithContext ¶
func NewUpdateMTOPostCounselingInformationParamsWithContext(ctx context.Context) *UpdateMTOPostCounselingInformationParams
NewUpdateMTOPostCounselingInformationParamsWithContext creates a new UpdateMTOPostCounselingInformationParams object with the ability to set a context for a request.
func NewUpdateMTOPostCounselingInformationParamsWithHTTPClient ¶
func NewUpdateMTOPostCounselingInformationParamsWithHTTPClient(client *http.Client) *UpdateMTOPostCounselingInformationParams
NewUpdateMTOPostCounselingInformationParamsWithHTTPClient creates a new UpdateMTOPostCounselingInformationParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateMTOPostCounselingInformationParamsWithTimeout ¶
func NewUpdateMTOPostCounselingInformationParamsWithTimeout(timeout time.Duration) *UpdateMTOPostCounselingInformationParams
NewUpdateMTOPostCounselingInformationParamsWithTimeout creates a new UpdateMTOPostCounselingInformationParams object with the ability to set a timeout on a request.
func (*UpdateMTOPostCounselingInformationParams) SetContext ¶
func (o *UpdateMTOPostCounselingInformationParams) SetContext(ctx context.Context)
SetContext adds the context to the update m t o post counseling information params
func (*UpdateMTOPostCounselingInformationParams) SetDefaults ¶
func (o *UpdateMTOPostCounselingInformationParams) SetDefaults()
SetDefaults hydrates default values in the update m t o post counseling information params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateMTOPostCounselingInformationParams) SetHTTPClient ¶
func (o *UpdateMTOPostCounselingInformationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update m t o post counseling information params
func (*UpdateMTOPostCounselingInformationParams) SetIfMatch ¶
func (o *UpdateMTOPostCounselingInformationParams) SetIfMatch(ifMatch string)
SetIfMatch adds the ifMatch to the update m t o post counseling information params
func (*UpdateMTOPostCounselingInformationParams) SetMoveTaskOrderID ¶
func (o *UpdateMTOPostCounselingInformationParams) SetMoveTaskOrderID(moveTaskOrderID string)
SetMoveTaskOrderID adds the moveTaskOrderId to the update m t o post counseling information params
func (*UpdateMTOPostCounselingInformationParams) SetTimeout ¶
func (o *UpdateMTOPostCounselingInformationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update m t o post counseling information params
func (*UpdateMTOPostCounselingInformationParams) WithContext ¶
func (o *UpdateMTOPostCounselingInformationParams) WithContext(ctx context.Context) *UpdateMTOPostCounselingInformationParams
WithContext adds the context to the update m t o post counseling information params
func (*UpdateMTOPostCounselingInformationParams) WithDefaults ¶
func (o *UpdateMTOPostCounselingInformationParams) WithDefaults() *UpdateMTOPostCounselingInformationParams
WithDefaults hydrates default values in the update m t o post counseling information params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateMTOPostCounselingInformationParams) WithHTTPClient ¶
func (o *UpdateMTOPostCounselingInformationParams) WithHTTPClient(client *http.Client) *UpdateMTOPostCounselingInformationParams
WithHTTPClient adds the HTTPClient to the update m t o post counseling information params
func (*UpdateMTOPostCounselingInformationParams) WithIfMatch ¶
func (o *UpdateMTOPostCounselingInformationParams) WithIfMatch(ifMatch string) *UpdateMTOPostCounselingInformationParams
WithIfMatch adds the ifMatch to the update m t o post counseling information params
func (*UpdateMTOPostCounselingInformationParams) WithMoveTaskOrderID ¶
func (o *UpdateMTOPostCounselingInformationParams) WithMoveTaskOrderID(moveTaskOrderID string) *UpdateMTOPostCounselingInformationParams
WithMoveTaskOrderID adds the moveTaskOrderID to the update m t o post counseling information params
func (*UpdateMTOPostCounselingInformationParams) WithTimeout ¶
func (o *UpdateMTOPostCounselingInformationParams) WithTimeout(timeout time.Duration) *UpdateMTOPostCounselingInformationParams
WithTimeout adds the timeout to the update m t o post counseling information params
func (*UpdateMTOPostCounselingInformationParams) WriteToRequest ¶
func (o *UpdateMTOPostCounselingInformationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateMTOPostCounselingInformationPreconditionFailed ¶
type UpdateMTOPostCounselingInformationPreconditionFailed struct {
Payload *primemessages.ClientError
}
UpdateMTOPostCounselingInformationPreconditionFailed describes a response with status code 412, with default header values.
Precondition failed, likely due to a stale eTag (If-Match). Fetch the request again to get the updated eTag value.
func NewUpdateMTOPostCounselingInformationPreconditionFailed ¶
func NewUpdateMTOPostCounselingInformationPreconditionFailed() *UpdateMTOPostCounselingInformationPreconditionFailed
NewUpdateMTOPostCounselingInformationPreconditionFailed creates a UpdateMTOPostCounselingInformationPreconditionFailed with default headers values
func (*UpdateMTOPostCounselingInformationPreconditionFailed) Code ¶
func (o *UpdateMTOPostCounselingInformationPreconditionFailed) Code() int
Code gets the status code for the update m t o post counseling information precondition failed response
func (*UpdateMTOPostCounselingInformationPreconditionFailed) Error ¶
func (o *UpdateMTOPostCounselingInformationPreconditionFailed) Error() string
func (*UpdateMTOPostCounselingInformationPreconditionFailed) GetPayload ¶
func (o *UpdateMTOPostCounselingInformationPreconditionFailed) GetPayload() *primemessages.ClientError
func (*UpdateMTOPostCounselingInformationPreconditionFailed) IsClientError ¶
func (o *UpdateMTOPostCounselingInformationPreconditionFailed) IsClientError() bool
IsClientError returns true when this update m t o post counseling information precondition failed response has a 4xx status code
func (*UpdateMTOPostCounselingInformationPreconditionFailed) IsCode ¶
func (o *UpdateMTOPostCounselingInformationPreconditionFailed) IsCode(code int) bool
IsCode returns true when this update m t o post counseling information precondition failed response a status code equal to that given
func (*UpdateMTOPostCounselingInformationPreconditionFailed) IsRedirect ¶
func (o *UpdateMTOPostCounselingInformationPreconditionFailed) IsRedirect() bool
IsRedirect returns true when this update m t o post counseling information precondition failed response has a 3xx status code
func (*UpdateMTOPostCounselingInformationPreconditionFailed) IsServerError ¶
func (o *UpdateMTOPostCounselingInformationPreconditionFailed) IsServerError() bool
IsServerError returns true when this update m t o post counseling information precondition failed response has a 5xx status code
func (*UpdateMTOPostCounselingInformationPreconditionFailed) IsSuccess ¶
func (o *UpdateMTOPostCounselingInformationPreconditionFailed) IsSuccess() bool
IsSuccess returns true when this update m t o post counseling information precondition failed response has a 2xx status code
func (*UpdateMTOPostCounselingInformationPreconditionFailed) String ¶
func (o *UpdateMTOPostCounselingInformationPreconditionFailed) String() string
type UpdateMTOPostCounselingInformationReader ¶
type UpdateMTOPostCounselingInformationReader struct {
// contains filtered or unexported fields
}
UpdateMTOPostCounselingInformationReader is a Reader for the UpdateMTOPostCounselingInformation structure.
func (*UpdateMTOPostCounselingInformationReader) ReadResponse ¶
func (o *UpdateMTOPostCounselingInformationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateMTOPostCounselingInformationUnauthorized ¶
type UpdateMTOPostCounselingInformationUnauthorized struct {
}UpdateMTOPostCounselingInformationUnauthorized describes a response with status code 401, with default header values.
The request was denied.
func NewUpdateMTOPostCounselingInformationUnauthorized ¶
func NewUpdateMTOPostCounselingInformationUnauthorized() *UpdateMTOPostCounselingInformationUnauthorized
NewUpdateMTOPostCounselingInformationUnauthorized creates a UpdateMTOPostCounselingInformationUnauthorized with default headers values
func (*UpdateMTOPostCounselingInformationUnauthorized) Code ¶
func (o *UpdateMTOPostCounselingInformationUnauthorized) Code() int
Code gets the status code for the update m t o post counseling information unauthorized response
func (*UpdateMTOPostCounselingInformationUnauthorized) Error ¶
func (o *UpdateMTOPostCounselingInformationUnauthorized) Error() string
func (*UpdateMTOPostCounselingInformationUnauthorized) GetPayload ¶
func (o *UpdateMTOPostCounselingInformationUnauthorized) GetPayload() *primemessages.ClientError
func (*UpdateMTOPostCounselingInformationUnauthorized) IsClientError ¶
func (o *UpdateMTOPostCounselingInformationUnauthorized) IsClientError() bool
IsClientError returns true when this update m t o post counseling information unauthorized response has a 4xx status code
func (*UpdateMTOPostCounselingInformationUnauthorized) IsCode ¶
func (o *UpdateMTOPostCounselingInformationUnauthorized) IsCode(code int) bool
IsCode returns true when this update m t o post counseling information unauthorized response a status code equal to that given
func (*UpdateMTOPostCounselingInformationUnauthorized) IsRedirect ¶
func (o *UpdateMTOPostCounselingInformationUnauthorized) IsRedirect() bool
IsRedirect returns true when this update m t o post counseling information unauthorized response has a 3xx status code
func (*UpdateMTOPostCounselingInformationUnauthorized) IsServerError ¶
func (o *UpdateMTOPostCounselingInformationUnauthorized) IsServerError() bool
IsServerError returns true when this update m t o post counseling information unauthorized response has a 5xx status code
func (*UpdateMTOPostCounselingInformationUnauthorized) IsSuccess ¶
func (o *UpdateMTOPostCounselingInformationUnauthorized) IsSuccess() bool
IsSuccess returns true when this update m t o post counseling information unauthorized response has a 2xx status code
func (*UpdateMTOPostCounselingInformationUnauthorized) String ¶
func (o *UpdateMTOPostCounselingInformationUnauthorized) String() string
type UpdateMTOPostCounselingInformationUnprocessableEntity ¶
type UpdateMTOPostCounselingInformationUnprocessableEntity struct {
Payload *primemessages.ValidationError
}
UpdateMTOPostCounselingInformationUnprocessableEntity describes a response with status code 422, with default header values.
The request was unprocessable, likely due to bad input from the requester.
func NewUpdateMTOPostCounselingInformationUnprocessableEntity ¶
func NewUpdateMTOPostCounselingInformationUnprocessableEntity() *UpdateMTOPostCounselingInformationUnprocessableEntity
NewUpdateMTOPostCounselingInformationUnprocessableEntity creates a UpdateMTOPostCounselingInformationUnprocessableEntity with default headers values
func (*UpdateMTOPostCounselingInformationUnprocessableEntity) Code ¶
func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) Code() int
Code gets the status code for the update m t o post counseling information unprocessable entity response
func (*UpdateMTOPostCounselingInformationUnprocessableEntity) Error ¶
func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) Error() string
func (*UpdateMTOPostCounselingInformationUnprocessableEntity) GetPayload ¶
func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) GetPayload() *primemessages.ValidationError
func (*UpdateMTOPostCounselingInformationUnprocessableEntity) IsClientError ¶
func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) IsClientError() bool
IsClientError returns true when this update m t o post counseling information unprocessable entity response has a 4xx status code
func (*UpdateMTOPostCounselingInformationUnprocessableEntity) IsCode ¶
func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this update m t o post counseling information unprocessable entity response a status code equal to that given
func (*UpdateMTOPostCounselingInformationUnprocessableEntity) IsRedirect ¶
func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this update m t o post counseling information unprocessable entity response has a 3xx status code
func (*UpdateMTOPostCounselingInformationUnprocessableEntity) IsServerError ¶
func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) IsServerError() bool
IsServerError returns true when this update m t o post counseling information unprocessable entity response has a 5xx status code
func (*UpdateMTOPostCounselingInformationUnprocessableEntity) IsSuccess ¶
func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this update m t o post counseling information unprocessable entity response has a 2xx status code
func (*UpdateMTOPostCounselingInformationUnprocessableEntity) String ¶
func (o *UpdateMTOPostCounselingInformationUnprocessableEntity) String() string
Source Files
¶
- create_excess_weight_record_parameters.go
- create_excess_weight_record_responses.go
- download_move_order_parameters.go
- download_move_order_responses.go
- get_move_task_order_parameters.go
- get_move_task_order_responses.go
- list_moves_parameters.go
- list_moves_responses.go
- move_task_order_client.go
- update_m_t_o_post_counseling_information_parameters.go
- update_m_t_o_post_counseling_information_responses.go