aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/models/creator_entity.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/models/creator_entity.py')
-rw-r--r--python_openapi_client/fatcat_openapi_client/models/creator_entity.py20
1 files changed, 16 insertions, 4 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/models/creator_entity.py b/python_openapi_client/fatcat_openapi_client/models/creator_entity.py
index d015701b..d3ac8d4b 100644
--- a/python_openapi_client/fatcat_openapi_client/models/creator_entity.py
+++ b/python_openapi_client/fatcat_openapi_client/models/creator_entity.py
@@ -3,10 +3,10 @@
"""
fatcat
- A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
+ Fatcat is a scalable, versioned, API-oriented catalog of bibliographic entities and file metadata. # noqa: E501
OpenAPI spec version: 0.3.0
-
+ Contact: webservices@archive.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
@@ -101,6 +101,7 @@ class CreatorEntity(object):
def wikidata_qid(self):
"""Gets the wikidata_qid of this CreatorEntity. # noqa: E501
+ Wikidata entity QID # noqa: E501
:return: The wikidata_qid of this CreatorEntity. # noqa: E501
:rtype: str
@@ -111,6 +112,7 @@ class CreatorEntity(object):
def wikidata_qid(self, wikidata_qid):
"""Sets the wikidata_qid of this CreatorEntity.
+ Wikidata entity QID # noqa: E501
:param wikidata_qid: The wikidata_qid of this CreatorEntity. # noqa: E501
:type: str
@@ -122,6 +124,7 @@ class CreatorEntity(object):
def orcid(self):
"""Gets the orcid of this CreatorEntity. # noqa: E501
+ ORCiD (https://orcid.org) identifier # noqa: E501
:return: The orcid of this CreatorEntity. # noqa: E501
:rtype: str
@@ -132,6 +135,7 @@ class CreatorEntity(object):
def orcid(self, orcid):
"""Sets the orcid of this CreatorEntity.
+ ORCiD (https://orcid.org) identifier # noqa: E501
:param orcid: The orcid of this CreatorEntity. # noqa: E501
:type: str
@@ -149,6 +153,7 @@ class CreatorEntity(object):
def surname(self):
"""Gets the surname of this CreatorEntity. # noqa: E501
+ In English commonly the last, or family name, but ordering is context and culture specific. # noqa: E501
:return: The surname of this CreatorEntity. # noqa: E501
:rtype: str
@@ -159,6 +164,7 @@ class CreatorEntity(object):
def surname(self, surname):
"""Sets the surname of this CreatorEntity.
+ In English commonly the last, or family name, but ordering is context and culture specific. # noqa: E501
:param surname: The surname of this CreatorEntity. # noqa: E501
:type: str
@@ -170,6 +176,7 @@ class CreatorEntity(object):
def given_name(self):
"""Gets the given_name of this CreatorEntity. # noqa: E501
+ In English commonly the first name, but ordering is context and culture specific. # noqa: E501
:return: The given_name of this CreatorEntity. # noqa: E501
:rtype: str
@@ -180,6 +187,7 @@ class CreatorEntity(object):
def given_name(self, given_name):
"""Sets the given_name of this CreatorEntity.
+ In English commonly the first name, but ordering is context and culture specific. # noqa: E501
:param given_name: The given_name of this CreatorEntity. # noqa: E501
:type: str
@@ -191,7 +199,7 @@ class CreatorEntity(object):
def display_name(self):
"""Gets the display_name of this CreatorEntity. # noqa: E501
- Required for valid entities # noqa: E501
+ Name as should be displayed in web interface or in author lists (not index/sorted). Required for valid entities. # noqa: E501
:return: The display_name of this CreatorEntity. # noqa: E501
:rtype: str
@@ -202,7 +210,7 @@ class CreatorEntity(object):
def display_name(self, display_name):
"""Sets the display_name of this CreatorEntity.
- Required for valid entities # noqa: E501
+ Name as should be displayed in web interface or in author lists (not index/sorted). Required for valid entities. # noqa: E501
:param display_name: The display_name of this CreatorEntity. # noqa: E501
:type: str
@@ -328,6 +336,7 @@ class CreatorEntity(object):
def extra(self):
"""Gets the extra of this CreatorEntity. # noqa: E501
+ Free-form JSON metadata that will be stored with the other entity metadata. See guide for (unenforced) schema conventions. # noqa: E501
:return: The extra of this CreatorEntity. # noqa: E501
:rtype: object
@@ -338,6 +347,7 @@ class CreatorEntity(object):
def extra(self, extra):
"""Sets the extra of this CreatorEntity.
+ Free-form JSON metadata that will be stored with the other entity metadata. See guide for (unenforced) schema conventions. # noqa: E501
:param extra: The extra of this CreatorEntity. # noqa: E501
:type: object
@@ -349,6 +359,7 @@ class CreatorEntity(object):
def edit_extra(self):
"""Gets the edit_extra of this CreatorEntity. # noqa: E501
+ Free-form JSON metadata that will be stored with specific entity edits (eg, creation/update/delete). # noqa: E501
:return: The edit_extra of this CreatorEntity. # noqa: E501
:rtype: object
@@ -359,6 +370,7 @@ class CreatorEntity(object):
def edit_extra(self, edit_extra):
"""Sets the edit_extra of this CreatorEntity.
+ Free-form JSON metadata that will be stored with specific entity edits (eg, creation/update/delete). # noqa: E501
:param edit_extra: The edit_extra of this CreatorEntity. # noqa: E501
:type: object