All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.store.partnercenter.genericoperations.IEntityDeleteOperations Maven / Gradle / Ivy

// -----------------------------------------------------------------------
// 
//      Copyright (c) Microsoft Corporation. All rights reserved.
// 
// -----------------------------------------------------------------------

package com.microsoft.store.partnercenter.genericoperations;

import com.microsoft.store.partnercenter.models.ResourceBase;

/**
 * Groups operations for getting a single entity. The entity type.
 */
public interface IEntityDeleteOperations
{
    /**
     * Deletes an entity.
     */
    void delete();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy