isogeo_pysdk.models.contact module¶
Isogeo API v1 - Model of Contact entity
See: http://help.isogeo.com/api/complete/index.html#definition-contact
-
class
isogeo_pysdk.models.contact.
Contact
(_abilities: list = None, _deleted: bool = None, _id: str = None, _tag: str = None, addressLine1: str = None, addressLine2: str = None, addressLine3: str = None, available: bool = None, city: str = None, count: int = None, countryCode: str = None, email: str = None, fax: str = None, hash: str = None, name: str = None, organization: str = None, owner: dict = None, phone: str = None, type: str = None, zipCode: str = None, created=None, modified=None)[source]¶ Bases:
object
Contacts are entities used into Isogeo adress book that can be associated to metadata.
-
ATTR_CREA
= {'addressLine1': 'str', 'addressLine2': 'str', 'addressLine3': 'str', 'city': 'str', 'countryCode': 'str', 'email': 'str', 'fax': 'str', 'name': 'str', 'organization': 'str', 'phone': 'str', 'zipCode': 'str'}¶
-
ATTR_MAP
= {'fax': 'faxNumber', 'organization': 'organizationName', 'phone': 'phoneNumber'}¶
-
ATTR_TYPES
= {'_abilities': <class 'str'>, '_id': <class 'str'>, '_tag': <class 'str'>, 'addressLine1': <class 'str'>, 'addressLine2': <class 'str'>, 'addressLine3': <class 'str'>, 'city': <class 'str'>, 'count': <class 'int'>, 'countryCode': <class 'str'>, 'email': <class 'str'>, 'fax': <class 'str'>, 'hash': <class 'str'>, 'name': <class 'str'>, 'organization': <class 'str'>, 'owner': <class 'dict'>, 'phone': <class 'str'>, 'type': <class 'str'>, 'zipCode': <class 'str'>}¶
-
addressLine2
¶ Gets the id of this Contact.
Returns: The second address line of this Contact. Return type: str
-
addressLine3
¶ Gets the third address line of this Contact.
Returns: The The third address line of this Contact. Return type: str
-
available
¶ Gets the availibility of this Contact.
Returns: The availibility of this Contact. Return type: str
-
countryCode
¶ Gets the country code of this Contact.
Returns: The country code of this Contact. Return type: str
-
organization
¶ Gets the organization of this Contact.
Returns: The organization of this Contact. Return type: str
-
owner
¶ Gets the owner of this Specification.
Returns: The owner of this Specification. Return type: Workgroup
-
phone
¶ Gets the phone number of this Contact.
Returns: The phone number of this Contact. Return type: str
-