odata.msgraph.client.security.entity.collection.request.VulnerabilityCollectionRequest 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.security.entity.collection.request;
import com.github.davidmoten.odata.client.CollectionPageEntityRequest;
import com.github.davidmoten.odata.client.ContextPath;
import com.github.davidmoten.odata.client.NameValue;
import java.lang.Object;
import java.lang.String;
import java.util.Optional;
import odata.msgraph.client.security.entity.Vulnerability;
import odata.msgraph.client.security.entity.request.ArticleRequest;
import odata.msgraph.client.security.entity.request.VulnerabilityComponentRequest;
import odata.msgraph.client.security.entity.request.VulnerabilityRequest;
public class VulnerabilityCollectionRequest extends CollectionPageEntityRequest{
protected ContextPath contextPath;
public VulnerabilityCollectionRequest(ContextPath contextPath, Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy