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

odata.msgraph.client.entity.set.Places 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.PlaceCollectionRequest;

public final class Places extends PlaceCollectionRequest {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy