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

com.sendsafely.dto.response.GetUserGroupsResponse Maven / Gradle / Ivy

Go to download

The SendSafely Client API allows programmatic access to SendSafely and provides a layer of abstraction from our REST API, which requires developers to perform several complex tasks in a correct manner.

There is a newer version: 3.1.11
Show newest version
package com.sendsafely.dto.response;

import java.util.List;

import com.sendsafely.ContactGroup;


public class GetUserGroupsResponse extends BaseResponse {
	private List contactGroups;

	public List getContactGroups() {
		return contactGroups;
	}

	public void setContactGroups(List userContactGroups) {
		this.contactGroups = userContactGroups;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy