com.xcase.box.transputs.UpdateCollaborationResponse Maven / Gradle / Ivy
/**
* Copyright 2016 Xcase All rights reserved.
*/
package com.xcase.box.transputs;
import com.xcase.box.objects.BoxCollaboration;
/**
*
* @author martin
*/
public interface UpdateCollaborationResponse {
/**
*
* @return boxCollaboration
*/
public BoxCollaboration getCollaboration();
/**
*
* @param boxCollaboration
*/
public void setCollaboration(BoxCollaboration boxCollaboration);
/**
*
* @return id
*/
public String getId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy