Uses of Class
odata.msgraph.client.beta.callRecords.enums.PstnCallDurationSource
-
Packages that use PstnCallDurationSource Package Description odata.msgraph.client.beta.callRecords.complex odata.msgraph.client.beta.callRecords.enums -
-
Uses of PstnCallDurationSource in odata.msgraph.client.beta.callRecords.complex
Fields in odata.msgraph.client.beta.callRecords.complex declared as PstnCallDurationSource Modifier and Type Field Description protected PstnCallDurationSourcePstnCallLogRow. callDurationSourceMethods in odata.msgraph.client.beta.callRecords.complex that return types with arguments of type PstnCallDurationSource Modifier and Type Method Description Optional<PstnCallDurationSource>PstnCallLogRow. getCallDurationSource()Methods in odata.msgraph.client.beta.callRecords.complex with parameters of type PstnCallDurationSource Modifier and Type Method Description PstnCallLogRow.BuilderPstnCallLogRow.Builder. callDurationSource(PstnCallDurationSource callDurationSource)PstnCallLogRowPstnCallLogRow. withCallDurationSource(PstnCallDurationSource callDurationSource) -
Uses of PstnCallDurationSource in odata.msgraph.client.beta.callRecords.enums
Methods in odata.msgraph.client.beta.callRecords.enums that return PstnCallDurationSource Modifier and Type Method Description static PstnCallDurationSourcePstnCallDurationSource. valueOf(String name)Returns the enum constant of this type with the specified name.static PstnCallDurationSource[]PstnCallDurationSource. values()Returns an array containing the constants of this enum type, in the order they are declared.
-