Msg.UserContactFolder¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
class  | 
  | 
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
None
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Class Details¶
- class Msg.UserContactFolder(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
Handling of user_contact folder specific functions.
- classmethod new()¶
 - Returns:
 the newly created
MsgUserContactFolder- Return type:
 
Creates a new
MsgUserContactFolder.
- classmethod new_from_json(json_object)¶
 - Parameters:
 json_object (
Json.Object) – The json object to parse- Raises:
 - Returns:
 the newly created
MsgUserContactFolder- Return type:
 
Creates a new
MsgUserContactFolderfrom json response object.