Uses of Class
odata.msgraph.client.beta.callRecords.enums.CallType
-
Packages that use CallType Package Description odata.msgraph.client.beta.callRecords.entity odata.msgraph.client.beta.callRecords.enums -
-
Uses of CallType in odata.msgraph.client.beta.callRecords.entity
Fields in odata.msgraph.client.beta.callRecords.entity declared as CallType Modifier and Type Field Description protected CallTypeCallRecord. typeMethods in odata.msgraph.client.beta.callRecords.entity that return types with arguments of type CallType Modifier and Type Method Description Optional<CallType>CallRecord. getType()Methods in odata.msgraph.client.beta.callRecords.entity with parameters of type CallType Modifier and Type Method Description CallRecord.BuilderCallRecord.Builder. type(CallType type)CallRecordCallRecord. withType(CallType type) -
Uses of CallType in odata.msgraph.client.beta.callRecords.enums
Methods in odata.msgraph.client.beta.callRecords.enums that return CallType Modifier and Type Method Description static CallTypeCallType. valueOf(String name)Returns the enum constant of this type with the specified name.static CallType[]CallType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-