Uses of Class
odata.msgraph.client.complex.ConnectionInfo
-
Packages that use ConnectionInfo Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ConnectionInfo in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ConnectionInfo Modifier and Type Method Description ConnectionInfoConnectionInfo.Builder. build()ConnectionInfoConnectionInfo. withUnmappedField(String name, Object value)ConnectionInfoConnectionInfo. withUrl(String url) -
Uses of ConnectionInfo in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ConnectionInfo Modifier and Type Field Description protected ConnectionInfoAccessPackageResourceEnvironment. connectionInfoMethods in odata.msgraph.client.entity that return types with arguments of type ConnectionInfo Modifier and Type Method Description Optional<ConnectionInfo>AccessPackageResourceEnvironment. getConnectionInfo()Methods in odata.msgraph.client.entity with parameters of type ConnectionInfo Modifier and Type Method Description AccessPackageResourceEnvironment.BuilderAccessPackageResourceEnvironment.Builder. connectionInfo(ConnectionInfo connectionInfo)AccessPackageResourceEnvironmentAccessPackageResourceEnvironment. withConnectionInfo(ConnectionInfo connectionInfo)
-