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

com.xcase.box.objects.BoxShare Maven / Gradle / Ivy

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

/**
 *
 * @author martin
 */
public interface BoxShare {

    /**
     * @return the access
     */
    public String getAccess();

    /**
     * @param access the access to set
     */
    public void setAccess(String access);

    public String toString();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy