Uses of Class
odata.msgraph.client.beta.complex.TeamworkLoginStatus
-
Packages that use TeamworkLoginStatus Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of TeamworkLoginStatus in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return TeamworkLoginStatus Modifier and Type Method Description TeamworkLoginStatusTeamworkLoginStatus.Builder. build()TeamworkLoginStatusTeamworkLoginStatus. withExchangeConnection(TeamworkConnection exchangeConnection)TeamworkLoginStatusTeamworkLoginStatus. withSkypeConnection(TeamworkConnection skypeConnection)TeamworkLoginStatusTeamworkLoginStatus. withTeamsConnection(TeamworkConnection teamsConnection)TeamworkLoginStatusTeamworkLoginStatus. withUnmappedField(String name, String value) -
Uses of TeamworkLoginStatus in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TeamworkLoginStatus Modifier and Type Field Description protected TeamworkLoginStatusTeamworkDeviceHealth. loginStatusMethods in odata.msgraph.client.beta.entity that return types with arguments of type TeamworkLoginStatus Modifier and Type Method Description Optional<TeamworkLoginStatus>TeamworkDeviceHealth. getLoginStatus()Methods in odata.msgraph.client.beta.entity with parameters of type TeamworkLoginStatus Modifier and Type Method Description TeamworkDeviceHealth.BuilderTeamworkDeviceHealth.Builder. loginStatus(TeamworkLoginStatus loginStatus)TeamworkDeviceHealthTeamworkDeviceHealth. withLoginStatus(TeamworkLoginStatus loginStatus)
-