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

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

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

import com.xcase.box.objects.BoxCollaboration;
import java.util.List;

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

    /**
     * @return the collaborations
     */
    public List getCollaborations();

    /**
     * @param boxCollaborationList the collaborations
     */
    public void setCollaborations(List boxCollaborationList);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy