Uses of Class
odata.msgraph.client.beta.complex.ToneInfo
-
Packages that use ToneInfo Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of ToneInfo in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ToneInfo Modifier and Type Method Description ToneInfoToneInfo.Builder. build()ToneInfoToneInfo. withSequenceId(Long sequenceId)ToneInfoToneInfo. withTone(Tone tone)ToneInfoToneInfo. withUnmappedField(String name, String value) -
Uses of ToneInfo in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ToneInfo Modifier and Type Field Description protected ToneInfoCall. toneInfoMethods in odata.msgraph.client.beta.entity that return types with arguments of type ToneInfo Modifier and Type Method Description Optional<ToneInfo>Call. getToneInfo()Methods in odata.msgraph.client.beta.entity with parameters of type ToneInfo Modifier and Type Method Description Call.BuilderCall.Builder. toneInfo(ToneInfo toneInfo)CallCall. withToneInfo(ToneInfo toneInfo)
-