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

com.xcase.intapp.cdsusers.transputs.FindUsersRequest Maven / Gradle / Ivy

package com.xcase.intapp.cdsusers.transputs;

public interface FindUsersRequest extends ListableCDSUsersRequest {
	String getOperationPath();

	String getSearch();
	
	void setSearch(String search);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy