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

odata.msgraph.client.beta.entity.set.Sites Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
package odata.msgraph.client.beta.entity.set;

import com.github.davidmoten.odata.client.ContextPath;

import java.util.Optional;

import odata.msgraph.client.beta.entity.collection.request.SiteCollectionRequest;

public final class Sites extends SiteCollectionRequest {

    public Sites(ContextPath contextPath) {
        super(contextPath, Optional.empty());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy