Uses of Class
odata.msgraph.client.beta.complex.TeamworkHardwareDetail
-
Packages that use TeamworkHardwareDetail Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of TeamworkHardwareDetail in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return TeamworkHardwareDetail Modifier and Type Method Description TeamworkHardwareDetailTeamworkHardwareDetail.Builder. build()TeamworkHardwareDetailTeamworkHardwareDetail. withManufacturer(String manufacturer)TeamworkHardwareDetailTeamworkHardwareDetail. withModel(String model)TeamworkHardwareDetailTeamworkHardwareDetail. withSerialNumber(String serialNumber)TeamworkHardwareDetailTeamworkHardwareDetail. withUniqueId(String uniqueId)TeamworkHardwareDetailTeamworkHardwareDetail. withUnmappedField(String name, String value) -
Uses of TeamworkHardwareDetail in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TeamworkHardwareDetail Modifier and Type Field Description protected TeamworkHardwareDetailTeamworkDevice. hardwareDetailMethods in odata.msgraph.client.beta.entity that return types with arguments of type TeamworkHardwareDetail Modifier and Type Method Description Optional<TeamworkHardwareDetail>TeamworkDevice. getHardwareDetail()Methods in odata.msgraph.client.beta.entity with parameters of type TeamworkHardwareDetail Modifier and Type Method Description TeamworkDevice.BuilderTeamworkDevice.Builder. hardwareDetail(TeamworkHardwareDetail hardwareDetail)TeamworkDeviceTeamworkDevice. withHardwareDetail(TeamworkHardwareDetail hardwareDetail)
-