Uses of Class
odata.msgraph.client.beta.complex.AlterationResponse
-
Packages that use AlterationResponse Package Description odata.msgraph.client.beta.complex -
-
Uses of AlterationResponse in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AlterationResponse Modifier and Type Field Description protected AlterationResponseSearchResponse. queryAlterationResponseMethods in odata.msgraph.client.beta.complex that return AlterationResponse Modifier and Type Method Description AlterationResponseAlterationResponse.Builder. build()AlterationResponseAlterationResponse. withOriginalQueryString(String originalQueryString)AlterationResponseAlterationResponse. withQueryAlteration(SearchAlteration queryAlteration)AlterationResponseAlterationResponse. withQueryAlterationType(SearchAlterationType queryAlterationType)AlterationResponseAlterationResponse. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type AlterationResponse Modifier and Type Method Description Optional<AlterationResponse>SearchResponse. getQueryAlterationResponse()Methods in odata.msgraph.client.beta.complex with parameters of type AlterationResponse Modifier and Type Method Description SearchResponse.BuilderSearchResponse.Builder. queryAlterationResponse(AlterationResponse queryAlterationResponse)SearchResponseSearchResponse. withQueryAlterationResponse(AlterationResponse queryAlterationResponse)
-