IbisContactRow¶

Class in module ibisclient.dto

class IbisContactRow(attrs={})¶

Bases: IbisDto

Class representing an institution contact row, for use by the web services API.

Code author: Dean Rasheed (dev-group@ucs.cam.ac.uk)

addresses¶
list of str

A list of the contact row's addresses. This will never be None, but it may be an empty list.

bold¶
bool

Flag indicating if the contact row's text is normally displayed in bold.

description¶
str

The contact row's text.

emails¶
list of str

A list of the contact row's email addresses. This will never be None, but it may be an empty list.

italic¶
bool

Flag indicating if the contact row's text is normally displayed in italics.

people¶
list of IbisPerson

A list of the people referred to by the contact row. This will never by None, but it may be an empty list.

phoneNumbers¶
list of IbisContactPhoneNumber

A list of the contact row's phone numbers. This will never be None, but it may be an empty list.

webPages¶
list of IbisContactWebPage

A list of the contact row's web pages. This will never be None, but it may be an empty list.