com.xcase.open.transputs.GetGroupRequest Maven / Gradle / Ivy
/**
* Copyright 2016 Xcase All rights reserved.
*/
package com.xcase.open.transputs;
/**
*
* @author martin
*/
public interface GetGroupRequest {
String getGroupId();
void setGroupId(String groupId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy