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

com.sendsafely.dto.request.GetOrganizationContactGroupsRequest Maven / Gradle / Ivy

package com.sendsafely.dto.request;

import com.sendsafely.enums.HTTPMethod;
import com.sendsafely.json.JsonManager;

public class GetOrganizationContactGroupsRequest extends BaseRequest {

	private HTTPMethod method = HTTPMethod.GET;
	private String path = "/enterprise/groups/";
	
	public GetOrganizationContactGroupsRequest(JsonManager jsonManager) {
		initialize(jsonManager, method, path);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy