odata.msgraph.client.entity.set.TeamsTemplates Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-msgraph Show documentation
Show all versions of odata-client-msgraph Show documentation
Java client for use with the Microsoft Graph v1.0 endpoint
package odata.msgraph.client.entity.set;
import com.github.davidmoten.odata.client.ContextPath;
import java.util.Optional;
import odata.msgraph.client.entity.collection.request.TeamsTemplateCollectionRequest;
public final class TeamsTemplates extends TeamsTemplateCollectionRequest {
public TeamsTemplates(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy