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

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

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

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

    /**
     * @return the publicName
     */
    public String getPublicName();

    /**
     * @param publicName the publicName to set
     */
    public void setPublicName(String publicName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy