odata.msgraph.client.beta.entity.collection.request.TaxAreaCollectionRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-msgraph-beta Show documentation
Show all versions of odata-client-msgraph-beta Show documentation
Java client for use with Microsoft Graph beta endpoint
package odata.msgraph.client.beta.entity.collection.request;
import com.github.davidmoten.odata.client.CollectionPageEntityRequest;
import com.github.davidmoten.odata.client.ContextPath;
import java.lang.Object;
import java.util.Optional;
import odata.msgraph.client.beta.entity.TaxArea;
import odata.msgraph.client.beta.entity.request.TaxAreaRequest;
public class TaxAreaCollectionRequest extends CollectionPageEntityRequest{
protected ContextPath contextPath;
public TaxAreaCollectionRequest(ContextPath contextPath, Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy