__construct() __construct(string $value) Create a new enum Parameters string $value The value of the enum
is() is(string $value) : boolean Check if the enum is defined Parameters string $value the value of the enum Returns boolean — True if the value is defined
value() value() : \Microsoft\Graph\Core\The Get the value of the enum Returns \Microsoft\Graph\Core\The — value of the enum