Tectly PHP Client

RoomType
in package

RoomType Class Doc Comment

Tags
category

Class

description

Type of a room.

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

Constants

BALCONY  : mixed = 'Balcony'
BATHROOM  : mixed = 'Bathroom'
BEDROOM  : mixed = 'Bedroom'
CORRIDOR  : mixed = 'Corridor'
DINING_ROOM  : mixed = 'DiningRoom'
GARAGE  : mixed = 'Garage'
KITCHEN  : mixed = 'Kitchen'
LIVING_ROOM  : mixed = 'LivingRoom'
Possible values of this enum
OFFICE  : mixed = 'Office'
OTHER  : mixed = 'Other'
PATIO  : mixed = 'Patio'
STORAGE  : mixed = 'Storage'

Methods

getAllowableEnumValues()  : array<string|int, string>
Gets allowable values of the enum

Constants

BALCONY

public mixed BALCONY = 'Balcony'

BATHROOM

public mixed BATHROOM = 'Bathroom'

BEDROOM

public mixed BEDROOM = 'Bedroom'

CORRIDOR

public mixed CORRIDOR = 'Corridor'

DINING_ROOM

public mixed DINING_ROOM = 'DiningRoom'

KITCHEN

public mixed KITCHEN = 'Kitchen'

LIVING_ROOM

Possible values of this enum

public mixed LIVING_ROOM = 'LivingRoom'

STORAGE

public mixed STORAGE = 'Storage'

Methods

getAllowableEnumValues()

Gets allowable values of the enum

public static getAllowableEnumValues() : array<string|int, string>
Return values
array<string|int, string>
On this page

Search results