Msg.UserContactFolder

g GObject.Object GObject.Object Msg.UserContactFolder Msg.UserContactFolder GObject.Object->Msg.UserContactFolder

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

class

new_from_json (json_object)

get_display_name ()

get_id ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Msg.UserContactFolder(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Msg.UserContactFolderClass

Handling of user_contact folder specific functions.

classmethod new()
Returns:

the newly created MsgUserContactFolder

Return type:

Msg.UserContactFolder

Creates a new MsgUserContactFolder.

classmethod new_from_json(json_object)
Parameters:

json_object (Json.Object) – The json object to parse

Raises:

GLib.Error

Returns:

the newly created MsgUserContactFolder

Return type:

Msg.UserContactFolder

Creates a new MsgUserContactFolder from json response object.

get_display_name()
Returns:

display name of user_contact folder

Return type:

str

get_id()
Returns:

id of user_contact folder

Return type:

str