Uses of Class
odata.msgraph.client.beta.enums.TeamworkSoftwareFreshness
-
Packages that use TeamworkSoftwareFreshness Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of TeamworkSoftwareFreshness in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as TeamworkSoftwareFreshness Modifier and Type Field Description protected TeamworkSoftwareFreshnessTeamworkSoftwareUpdateStatus. softwareFreshnessMethods in odata.msgraph.client.beta.complex that return types with arguments of type TeamworkSoftwareFreshness Modifier and Type Method Description Optional<TeamworkSoftwareFreshness>TeamworkSoftwareUpdateStatus. getSoftwareFreshness()Methods in odata.msgraph.client.beta.complex with parameters of type TeamworkSoftwareFreshness Modifier and Type Method Description TeamworkSoftwareUpdateStatus.BuilderTeamworkSoftwareUpdateStatus.Builder. softwareFreshness(TeamworkSoftwareFreshness softwareFreshness)TeamworkSoftwareUpdateStatusTeamworkSoftwareUpdateStatus. withSoftwareFreshness(TeamworkSoftwareFreshness softwareFreshness) -
Uses of TeamworkSoftwareFreshness in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return TeamworkSoftwareFreshness Modifier and Type Method Description static TeamworkSoftwareFreshnessTeamworkSoftwareFreshness. valueOf(String name)Returns the enum constant of this type with the specified name.static TeamworkSoftwareFreshness[]TeamworkSoftwareFreshness. values()Returns an array containing the constants of this enum type, in the order they are declared.
-