Uses of Class
odata.msgraph.client.beta.enums.Tone
-
Packages that use Tone Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of Tone in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as Tone Modifier and Type Field Description protected ToneToneInfo. toneMethods in odata.msgraph.client.beta.complex that return types with arguments of type Tone Modifier and Type Method Description Optional<Tone>ToneInfo. getTone()Methods in odata.msgraph.client.beta.complex with parameters of type Tone Modifier and Type Method Description ToneInfo.BuilderToneInfo.Builder. tone(Tone tone)ToneInfoToneInfo. withTone(Tone tone) -
Uses of Tone in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Tone Modifier and Type Method Description static ToneTone. valueOf(String name)Returns the enum constant of this type with the specified name.static Tone[]Tone. values()Returns an array containing the constants of this enum type, in the order they are declared.
-