Uses of Class
odata.msgraph.client.beta.callRecords.complex.FailureInfo
-
Packages that use FailureInfo Package Description odata.msgraph.client.beta.callRecords.complex odata.msgraph.client.beta.callRecords.entity -
-
Uses of FailureInfo in odata.msgraph.client.beta.callRecords.complex
Methods in odata.msgraph.client.beta.callRecords.complex that return FailureInfo Modifier and Type Method Description FailureInfoFailureInfo.Builder. build()FailureInfoFailureInfo. withReason(String reason)FailureInfoFailureInfo. withStage(FailureStage stage)FailureInfoFailureInfo. withUnmappedField(String name, String value) -
Uses of FailureInfo in odata.msgraph.client.beta.callRecords.entity
Fields in odata.msgraph.client.beta.callRecords.entity declared as FailureInfo Modifier and Type Field Description protected FailureInfoSegment. failureInfoprotected FailureInfoSession. failureInfoMethods in odata.msgraph.client.beta.callRecords.entity that return types with arguments of type FailureInfo Modifier and Type Method Description Optional<FailureInfo>Segment. getFailureInfo()Optional<FailureInfo>Session. getFailureInfo()Methods in odata.msgraph.client.beta.callRecords.entity with parameters of type FailureInfo Modifier and Type Method Description Segment.BuilderSegment.Builder. failureInfo(FailureInfo failureInfo)Session.BuilderSession.Builder. failureInfo(FailureInfo failureInfo)SegmentSegment. withFailureInfo(FailureInfo failureInfo)SessionSession. withFailureInfo(FailureInfo failureInfo)
-