Uses of Class
odata.msgraph.client.beta.callRecords.complex.UserAgent
-
Packages that use UserAgent Package Description odata.msgraph.client.beta.callRecords.complex -
-
Uses of UserAgent in odata.msgraph.client.beta.callRecords.complex
Subclasses of UserAgent in odata.msgraph.client.beta.callRecords.complex Modifier and Type Class Description classClientUserAgentclassServiceUserAgentFields in odata.msgraph.client.beta.callRecords.complex declared as UserAgent Modifier and Type Field Description protected UserAgentEndpoint. userAgentMethods in odata.msgraph.client.beta.callRecords.complex that return UserAgent Modifier and Type Method Description UserAgentUserAgent. withApplicationVersion(String applicationVersion)UserAgentUserAgent. withHeaderValue(String headerValue)UserAgentUserAgent. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.callRecords.complex that return types with arguments of type UserAgent Modifier and Type Method Description Optional<UserAgent>Endpoint. getUserAgent()Methods in odata.msgraph.client.beta.callRecords.complex with parameters of type UserAgent Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. userAgent(UserAgent userAgent)ParticipantEndpoint.BuilderParticipantEndpoint.Builder. userAgent(UserAgent userAgent)ServiceEndpoint.BuilderServiceEndpoint.Builder. userAgent(UserAgent userAgent)EndpointEndpoint. withUserAgent(UserAgent userAgent)
-