Uses of Class
odata.msgraph.client.complex.ArtifactQuery
-
Packages that use ArtifactQuery Package Description odata.msgraph.client.complex odata.msgraph.client.entity.collection.request -
-
Uses of ArtifactQuery in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ArtifactQuery Modifier and Type Method Description ArtifactQueryArtifactQuery.Builder. build()ArtifactQueryArtifactQuery. withArtifactType(RestorableArtifact artifactType)ArtifactQueryArtifactQuery. withQueryExpression(String queryExpression)ArtifactQueryArtifactQuery. withUnmappedField(String name, Object value) -
Uses of ArtifactQuery in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request with parameters of type ArtifactQuery Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<RestorePointSearchResponse>RestorePointCollectionRequest. search(List<String> protectionUnitIds, TimePeriod protectionTimePeriod, RestorePointPreference restorePointPreference, RestorePointTags tags, ArtifactQuery artifactQuery)
-