com.xcase.integrate.transputs.GetSwaggerResponse Maven / Gradle / Ivy
/**
* Copyright 2016 Xcase All rights reserved.
*/
package com.xcase.integrate.transputs;
/**
*
* @author martinpg
*/
public interface GetSwaggerResponse extends IntegrateResponse {
public String getSwagger();
public void setSwagger(String swagger);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy