From 0e1ddd94f7f210391dfc34ddcc370d63ef497c16 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 13 Sep 2019 11:29:00 -0700 Subject: re-codegen python code --- .../fatcat_openapi_client/models/container_entity.py | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'python_openapi_client/fatcat_openapi_client/models/container_entity.py') diff --git a/python_openapi_client/fatcat_openapi_client/models/container_entity.py b/python_openapi_client/fatcat_openapi_client/models/container_entity.py index 5fb1a51b..199b2df1 100644 --- a/python_openapi_client/fatcat_openapi_client/models/container_entity.py +++ b/python_openapi_client/fatcat_openapi_client/models/container_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 """ @@ -122,6 +122,7 @@ class ContainerEntity(object): def issnl(self): """Gets the issnl of this ContainerEntity. # noqa: E501 + Linking ISSN number (ISSN-L). Should be valid and registered with issn.org # noqa: E501 :return: The issnl of this ContainerEntity. # noqa: E501 :rtype: str @@ -132,6 +133,7 @@ class ContainerEntity(object): def issnl(self, issnl): """Sets the issnl of this ContainerEntity. + Linking ISSN number (ISSN-L). Should be valid and registered with issn.org # noqa: E501 :param issnl: The issnl of this ContainerEntity. # noqa: E501 :type: str @@ -149,6 +151,7 @@ class ContainerEntity(object): def publisher(self): """Gets the publisher of this ContainerEntity. # noqa: E501 + Name of the organization or entity responsible for publication. Not the complete imprint/brand. # noqa: E501 :return: The publisher of this ContainerEntity. # noqa: E501 :rtype: str @@ -159,6 +162,7 @@ class ContainerEntity(object): def publisher(self, publisher): """Sets the publisher of this ContainerEntity. + Name of the organization or entity responsible for publication. Not the complete imprint/brand. # noqa: E501 :param publisher: The publisher of this ContainerEntity. # noqa: E501 :type: str @@ -170,7 +174,7 @@ class ContainerEntity(object): def container_type(self): """Gets the container_type of this ContainerEntity. # noqa: E501 - Eg, 'journal' # noqa: E501 + Type of container, eg 'journal' or 'proceedings'. See Guide for list of valid types. # noqa: E501 :return: The container_type of this ContainerEntity. # noqa: E501 :rtype: str @@ -181,7 +185,7 @@ class ContainerEntity(object): def container_type(self, container_type): """Sets the container_type of this ContainerEntity. - Eg, 'journal' # noqa: E501 + Type of container, eg 'journal' or 'proceedings'. See Guide for list of valid types. # noqa: E501 :param container_type: The container_type of this ContainerEntity. # noqa: E501 :type: str @@ -193,7 +197,7 @@ class ContainerEntity(object): def name(self): """Gets the name of this ContainerEntity. # noqa: E501 - Required for valid entities # noqa: E501 + Name of the container (eg, Journal title). Required for entity creation. # noqa: E501 :return: The name of this ContainerEntity. # noqa: E501 :rtype: str @@ -204,7 +208,7 @@ class ContainerEntity(object): def name(self, name): """Sets the name of this ContainerEntity. - Required for valid entities # noqa: E501 + Name of the container (eg, Journal title). Required for entity creation. # noqa: E501 :param name: The name of this ContainerEntity. # noqa: E501 :type: str @@ -216,6 +220,7 @@ class ContainerEntity(object): def edit_extra(self): """Gets the edit_extra of this ContainerEntity. # 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 ContainerEntity. # noqa: E501 :rtype: object @@ -226,6 +231,7 @@ class ContainerEntity(object): def edit_extra(self, edit_extra): """Sets the edit_extra of this ContainerEntity. + 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 ContainerEntity. # noqa: E501 :type: object @@ -237,6 +243,7 @@ class ContainerEntity(object): def extra(self): """Gets the extra of this ContainerEntity. # 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 ContainerEntity. # noqa: E501 :rtype: object @@ -247,6 +254,7 @@ class ContainerEntity(object): def extra(self, extra): """Sets the extra of this ContainerEntity. + 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 ContainerEntity. # noqa: E501 :type: object -- cgit v1.2.3