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

com.xcase.intapp.cdscm.transputs.PutMatterSecurityRequest Maven / Gradle / Ivy

package com.xcase.intapp.cdscm.transputs;

public interface PutMatterSecurityRequest extends CDSCMRequest {

	int getSuccessResponseCode();

	void setClientId(String clientId);

	void setMatterId(String matterId);

	void setMatterSecurity(String matterSecurity);

	String getClientId();

	String getMatterId();

	String getOperationPath();

	String getMatterSecurity();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy