
odata.msgraph.client.entity.set.Connections Maven / Gradle / Ivy
package odata.msgraph.client.entity.set;
import com.github.davidmoten.odata.client.ContextPath;
import java.util.Optional;
import odata.msgraph.client.externalconnectors.entity.collection.request.ExternalConnectionCollectionRequest;
public final class Connections extends ExternalConnectionCollectionRequest {
public Connections(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy