Uses of Class
org.gcube.data.publishing.ckan2zenodo.model.zenodo.RelatedIdentifier.Relation
-
Packages that use RelatedIdentifier.Relation Package Description org.gcube.data.publishing.ckan2zenodo.model.zenodo -
-
Uses of RelatedIdentifier.Relation in org.gcube.data.publishing.ckan2zenodo.model.zenodo
Methods in org.gcube.data.publishing.ckan2zenodo.model.zenodo that return RelatedIdentifier.Relation Modifier and Type Method Description static RelatedIdentifier.RelationRelatedIdentifier.Relation. valueOf(String name)Returns the enum constant of this type with the specified name.static RelatedIdentifier.Relation[]RelatedIdentifier.Relation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gcube.data.publishing.ckan2zenodo.model.zenodo with parameters of type RelatedIdentifier.Relation Constructor Description RelatedIdentifier(String identifier, RelatedIdentifier.Relation relation)
-