
odata.msgraph.client.entity.set.SubscribedSkus 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.SubscribedSkuCollectionRequest;
public final class SubscribedSkus extends SubscribedSkuCollectionRequest {
public SubscribedSkus(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy