Package com.kolich.curacao.entities.empty

Examples of com.kolich.curacao.entities.empty.StatusCodeOnlyCuracaoEntity


                toDelete.getId());
        }
        // Attempt to delete the repository, its meta data, and all
        // objects inside of it.
        deleteRepository(toDelete);
        return new StatusCodeOnlyCuracaoEntity(SC_NO_CONTENT);
    }
View Full Code Here


            // The URL-decoded key of the object to delete.
            key,
            // Only delete the object if the provided ETag via the
            // If-Match header matches the object on disk.
            ifMatch);
        return new StatusCodeOnlyCuracaoEntity(SC_NO_CONTENT);
    }
View Full Code Here

TOP

Related Classes of com.kolich.curacao.entities.empty.StatusCodeOnlyCuracaoEntity

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.