Uses of Class
odata.msgraph.client.beta.complex.ResultInfo
-
-
Uses of ResultInfo in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ResultInfo Modifier and Type Method Description ResultInfoResultInfo.Builder. build()ResultInfoResultInfo. withCode(Integer code)ResultInfoResultInfo. withMessage(String message)ResultInfoResultInfo. withSubcode(Integer subcode)ResultInfoResultInfo. withUnmappedField(String name, String value) -
Uses of ResultInfo in odata.msgraph.client.beta.ediscovery.entity
Fields in odata.msgraph.client.beta.ediscovery.entity declared as ResultInfo Modifier and Type Field Description protected ResultInfoCaseOperation. resultInfoMethods in odata.msgraph.client.beta.ediscovery.entity that return types with arguments of type ResultInfo Modifier and Type Method Description Optional<ResultInfo>CaseOperation. getResultInfo()Methods in odata.msgraph.client.beta.ediscovery.entity with parameters of type ResultInfo Modifier and Type Method Description AddToReviewSetOperation.BuilderAddToReviewSetOperation.Builder. resultInfo(ResultInfo resultInfo)CaseExportOperation.BuilderCaseExportOperation.Builder. resultInfo(ResultInfo resultInfo)CaseIndexOperation.BuilderCaseIndexOperation.Builder. resultInfo(ResultInfo resultInfo)CaseOperation.BuilderCaseOperation.Builder. resultInfo(ResultInfo resultInfo)EstimateStatisticsOperation.BuilderEstimateStatisticsOperation.Builder. resultInfo(ResultInfo resultInfo)TagOperation.BuilderTagOperation.Builder. resultInfo(ResultInfo resultInfo)CaseOperationCaseOperation. withResultInfo(ResultInfo resultInfo) -
Uses of ResultInfo in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ResultInfo Modifier and Type Field Description protected ResultInfoSecurityAction. errorInfoprotected ResultInfoCall. resultInfoprotected ResultInfoCommsOperation. resultInfoMethods in odata.msgraph.client.beta.entity that return types with arguments of type ResultInfo Modifier and Type Method Description Optional<ResultInfo>SecurityAction. getErrorInfo()Optional<ResultInfo>Call. getResultInfo()Optional<ResultInfo>CommsOperation. getResultInfo() -
Uses of ResultInfo in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type ResultInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ResultInfo>TiIndicatorCollectionRequest. deleteTiIndicators(List<String> value)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ResultInfo>TiIndicatorCollectionRequest. deleteTiIndicatorsByExternalId(List<String> value)
-