/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import * as models from "./models" export class ModelAndView { constructor(json: JSON | any) { Object.assign(this as ModelAndView, json) } empty?: boolean model?: any modelMap?: { [key: string]: any } reference?: boolean status?: ModelAndView.StatusEnum view?: models.View viewName?: string } export namespace ModelAndView { export enum StatusEnum { _100 = "100", _101 = "101", _102 = "102", _103 = "103", _200 = "200", _201 = "201", _202 = "202", _203 = "203", _204 = "204", _205 = "205", _206 = "206", _207 = "207", _208 = "208", _226 = "226", _300 = "300", _301 = "301", _302 = "302", _303 = "303", _304 = "304", _305 = "305", _307 = "307", _308 = "308", _400 = "400", _401 = "401", _402 = "402", _403 = "403", _404 = "404", _405 = "405", _406 = "406", _407 = "407", _408 = "408", _409 = "409", _410 = "410", _411 = "411", _412 = "412", _413 = "413", _414 = "414", _415 = "415", _416 = "416", _417 = "417", _418 = "418", _419 = "419", _420 = "420", _421 = "421", _422 = "422", _423 = "423", _424 = "424", _426 = "426", _428 = "428", _429 = "429", _431 = "431", _451 = "451", _500 = "500", _501 = "501", _502 = "502", _503 = "503", _504 = "504", _505 = "505", _506 = "506", _507 = "507", _508 = "508", _509 = "509", _510 = "510", _511 = "511" } }