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

com.xcase.box.transputs.MoveResponse Maven / Gradle / Ivy

/**
 * Copyright 2016 Xcase All rights reserved.
 */
package com.xcase.box.transputs;

import com.xcase.box.objects.BoxAbstractFile;

/**
 *
 * @author martin
 */
public interface MoveResponse extends BoxResponse {

    /**
     *
     * @return boxAbstractFile
     */
    public BoxAbstractFile getFile();

    /**
     *
     * @param boxAbstractFile
     */
    public void setFile(BoxAbstractFile boxAbstractFile);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy