org.whitesource.agent.api.dispatch.ConfigurationRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wss-agent-api Show documentation
Show all versions of wss-agent-api Show documentation
Java bindings for White Source API
package org.whitesource.agent.api.dispatch;
/**
* Created by anna.rozin
*/
public class ConfigurationRequest extends BaseRequest {
/* --- Static members --- */
private static final long serialVersionUID = 1565062936737064054L;
/* --- Constructors --- */
/**
* Default constructor
*/
public ConfigurationRequest() {
super(RequestType.GET_CONFIGURATION);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy