
com.contentful.java.cda.DeletedResource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
Java SDK for Contentful's Content Delivery API.
package com.contentful.java.cda;
/** Represents a deleted resource (via the Sync API). */
public class DeletedResource extends CDAResource {
private static final long serialVersionUID = 5881271494348347577L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy