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

com.synedge.oss.client.distributiongroup.DistributionGroup.groovy Maven / Gradle / Ivy

Go to download

This client allows you to easily connect to the Synedge API with any language running on the JDK

The newest version!
package com.synedge.oss.client.distributiongroup

import groovy.transform.CompileStatic
import groovy.transform.Immutable

@Immutable
@CompileStatic
class DistributionGroup {
    String id
    String name
    String domain
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy