Uses of Class
odata.msgraph.client.complex.RestorePointSearchResponse
-
Packages that use RestorePointSearchResponse Package Description odata.msgraph.client.complex odata.msgraph.client.entity.collection.request -
-
Uses of RestorePointSearchResponse in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return RestorePointSearchResponse Modifier and Type Method Description RestorePointSearchResponseRestorePointSearchResponse.Builder. build()RestorePointSearchResponseRestorePointSearchResponse. withSearchResponseId(String searchResponseId)RestorePointSearchResponseRestorePointSearchResponse. withUnmappedField(String name, Object value) -
Uses of RestorePointSearchResponse in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request that return types with arguments of type RestorePointSearchResponse 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)
-