aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/models/entity_edit.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/models/entity_edit.py')
-rw-r--r--python_openapi_client/fatcat_openapi_client/models/entity_edit.py28
1 files changed, 14 insertions, 14 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/models/entity_edit.py b/python_openapi_client/fatcat_openapi_client/models/entity_edit.py
index f89817c5..2d8da89e 100644
--- a/python_openapi_client/fatcat_openapi_client/models/entity_edit.py
+++ b/python_openapi_client/fatcat_openapi_client/models/entity_edit.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
"""
@@ -78,7 +78,7 @@ class EntityEdit(object):
def edit_id(self):
"""Gets the edit_id of this EntityEdit. # noqa: E501
- UUID (lower-case, dash-separated, hex-encoded 128-bit) # noqa: E501
+ Unique UUID for this specific edit object. # noqa: E501
:return: The edit_id of this EntityEdit. # noqa: E501
:rtype: str
@@ -89,7 +89,7 @@ class EntityEdit(object):
def edit_id(self, edit_id):
"""Sets the edit_id of this EntityEdit.
- UUID (lower-case, dash-separated, hex-encoded 128-bit) # noqa: E501
+ Unique UUID for this specific edit object. # noqa: E501
:param edit_id: The edit_id of this EntityEdit. # noqa: E501
:type: str
@@ -109,7 +109,7 @@ class EntityEdit(object):
def ident(self):
"""Gets the ident of this EntityEdit. # noqa: E501
- base32-encoded unique identifier # noqa: E501
+ Fatcat identifier of the entity this edit is mutating. # noqa: E501
:return: The ident of this EntityEdit. # noqa: E501
:rtype: str
@@ -120,7 +120,7 @@ class EntityEdit(object):
def ident(self, ident):
"""Sets the ident of this EntityEdit.
- base32-encoded unique identifier # noqa: E501
+ Fatcat identifier of the entity this edit is mutating. # noqa: E501
:param ident: The ident of this EntityEdit. # noqa: E501
:type: str
@@ -140,7 +140,7 @@ class EntityEdit(object):
def revision(self):
"""Gets the revision of this EntityEdit. # noqa: E501
- UUID (lower-case, dash-separated, hex-encoded 128-bit) # noqa: E501
+ Entity revision that this edit will set the entity to. May be `null` in the case of deletions. # noqa: E501
:return: The revision of this EntityEdit. # noqa: E501
:rtype: str
@@ -151,7 +151,7 @@ class EntityEdit(object):
def revision(self, revision):
"""Sets the revision of this EntityEdit.
- UUID (lower-case, dash-separated, hex-encoded 128-bit) # noqa: E501
+ Entity revision that this edit will set the entity to. May be `null` in the case of deletions. # noqa: E501
:param revision: The revision of this EntityEdit. # noqa: E501
:type: str
@@ -169,7 +169,7 @@ class EntityEdit(object):
def prev_revision(self):
"""Gets the prev_revision of this EntityEdit. # noqa: E501
- UUID (lower-case, dash-separated, hex-encoded 128-bit) # noqa: E501
+ Revision of entity just before this edit. May be used in the future to prevent edit race conditions. # noqa: E501
:return: The prev_revision of this EntityEdit. # noqa: E501
:rtype: str
@@ -180,7 +180,7 @@ class EntityEdit(object):
def prev_revision(self, prev_revision):
"""Sets the prev_revision of this EntityEdit.
- UUID (lower-case, dash-separated, hex-encoded 128-bit) # noqa: E501
+ Revision of entity just before this edit. May be used in the future to prevent edit race conditions. # noqa: E501
:param prev_revision: The prev_revision of this EntityEdit. # noqa: E501
:type: str
@@ -198,7 +198,7 @@ class EntityEdit(object):
def redirect_ident(self):
"""Gets the redirect_ident of this EntityEdit. # noqa: E501
- base32-encoded unique identifier # noqa: E501
+ When an edit is to merge entities (redirect one to another), this is the entity fatcat identifier for the target entity. # noqa: E501
:return: The redirect_ident of this EntityEdit. # noqa: E501
:rtype: str
@@ -209,7 +209,7 @@ class EntityEdit(object):
def redirect_ident(self, redirect_ident):
"""Sets the redirect_ident of this EntityEdit.
- base32-encoded unique identifier # noqa: E501
+ When an edit is to merge entities (redirect one to another), this is the entity fatcat identifier for the target entity. # noqa: E501
:param redirect_ident: The redirect_ident of this EntityEdit. # noqa: E501
:type: str
@@ -227,7 +227,7 @@ class EntityEdit(object):
def editgroup_id(self):
"""Gets the editgroup_id of this EntityEdit. # noqa: E501
- base32-encoded unique identifier # noqa: E501
+ Editgroup identifier that this edit is part of. # noqa: E501
:return: The editgroup_id of this EntityEdit. # noqa: E501
:rtype: str
@@ -238,7 +238,7 @@ class EntityEdit(object):
def editgroup_id(self, editgroup_id):
"""Sets the editgroup_id of this EntityEdit.
- base32-encoded unique identifier # noqa: E501
+ Editgroup identifier that this edit is part of. # noqa: E501
:param editgroup_id: The editgroup_id of this EntityEdit. # noqa: E501
:type: str