Uses of Class
odata.msgraph.client.beta.callRecords.enums.ServiceRole
-
Packages that use ServiceRole Package Description odata.msgraph.client.beta.callRecords.complex odata.msgraph.client.beta.callRecords.enums -
-
Uses of ServiceRole in odata.msgraph.client.beta.callRecords.complex
Fields in odata.msgraph.client.beta.callRecords.complex declared as ServiceRole Modifier and Type Field Description protected ServiceRoleServiceUserAgent. roleMethods in odata.msgraph.client.beta.callRecords.complex that return types with arguments of type ServiceRole Modifier and Type Method Description Optional<ServiceRole>ServiceUserAgent. getRole()Methods in odata.msgraph.client.beta.callRecords.complex with parameters of type ServiceRole Modifier and Type Method Description ServiceUserAgent.BuilderServiceUserAgent.Builder. role(ServiceRole role)ServiceUserAgentServiceUserAgent. withRole(ServiceRole role) -
Uses of ServiceRole in odata.msgraph.client.beta.callRecords.enums
Methods in odata.msgraph.client.beta.callRecords.enums that return ServiceRole Modifier and Type Method Description static ServiceRoleServiceRole. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceRole[]ServiceRole. values()Returns an array containing the constants of this enum type, in the order they are declared.
-