Reqstat#

class Reqstat(**properties: Any)#

Superclasses: Object, Object

This is the ICalReqstat instance.

Constructors#

class Reqstat
classmethod new_from_string(str: str) Reqstat#

Creates a Reqstat from string.

Added in version 1.0.

Parameters:

str – A string

Methods#

class Reqstat
get_code() RequestStatus#

Gets the code of Reqstat.

Added in version 1.0.

get_debug() str#

Gets the debug of Reqstat.

Added in version 1.0.

get_desc() str#

Gets the desc of Reqstat.

Added in version 1.0.

set_code(code: RequestStatus) None#

Sets the code of Reqstat.

Added in version 1.0.

Parameters:

code – The code of reqstat

to_string() str#

Converts Reqstat to a string representation.

Added in version 1.0.