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.
- list of
- 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.
- list of
- 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.
- list of