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

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

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

/**
 *
 * @author martin
 */
public interface UpdateMembershipRequest extends BoxRequest {

    /**
     * @return the id
     */
    public String getId();

    /**
     * @param id the id to set
     */
    public void setId(String id);

    /**
     * @return the role
     */
    public String getRole();

    /**
     * @param role the role to set
     */
    public void setRole(String role);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy