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

odata.msgraph.client.entity.set.Chats Maven / Gradle / Ivy

package odata.msgraph.client.entity.set;

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

import java.util.Optional;

import odata.msgraph.client.entity.collection.request.ChatCollectionRequest;

public final class Chats extends ChatCollectionRequest {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy