Class TeamworkSoftwareUpdateHealth
- java.lang.Object
-
- odata.msgraph.client.beta.complex.TeamworkSoftwareUpdateHealth
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class TeamworkSoftwareUpdateHealth extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeamworkSoftwareUpdateHealth.Builder
-
Field Summary
Fields Modifier and Type Field Description protected TeamworkSoftwareUpdateStatusadminAgentSoftwareUpdateStatusprotected TeamworkSoftwareUpdateStatuscompanyPortalSoftwareUpdateStatusprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected TeamworkSoftwareUpdateStatusfirmwareSoftwareUpdateStatusprotected StringodataTypeprotected TeamworkSoftwareUpdateStatusoperatingSystemSoftwareUpdateStatusprotected TeamworkSoftwareUpdateStatuspartnerAgentSoftwareUpdateStatusprotected TeamworkSoftwareUpdateStatusteamsClientSoftwareUpdateStatusprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedTeamworkSoftwareUpdateHealth()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
adminAgentSoftwareUpdateStatus
protected TeamworkSoftwareUpdateStatus adminAgentSoftwareUpdateStatus
-
companyPortalSoftwareUpdateStatus
protected TeamworkSoftwareUpdateStatus companyPortalSoftwareUpdateStatus
-
firmwareSoftwareUpdateStatus
protected TeamworkSoftwareUpdateStatus firmwareSoftwareUpdateStatus
-
operatingSystemSoftwareUpdateStatus
protected TeamworkSoftwareUpdateStatus operatingSystemSoftwareUpdateStatus
-
partnerAgentSoftwareUpdateStatus
protected TeamworkSoftwareUpdateStatus partnerAgentSoftwareUpdateStatus
-
teamsClientSoftwareUpdateStatus
protected TeamworkSoftwareUpdateStatus teamsClientSoftwareUpdateStatus
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getAdminAgentSoftwareUpdateStatus
public Optional<TeamworkSoftwareUpdateStatus> getAdminAgentSoftwareUpdateStatus()
-
withAdminAgentSoftwareUpdateStatus
public TeamworkSoftwareUpdateHealth withAdminAgentSoftwareUpdateStatus(TeamworkSoftwareUpdateStatus adminAgentSoftwareUpdateStatus)
-
getCompanyPortalSoftwareUpdateStatus
public Optional<TeamworkSoftwareUpdateStatus> getCompanyPortalSoftwareUpdateStatus()
-
withCompanyPortalSoftwareUpdateStatus
public TeamworkSoftwareUpdateHealth withCompanyPortalSoftwareUpdateStatus(TeamworkSoftwareUpdateStatus companyPortalSoftwareUpdateStatus)
-
getFirmwareSoftwareUpdateStatus
public Optional<TeamworkSoftwareUpdateStatus> getFirmwareSoftwareUpdateStatus()
-
withFirmwareSoftwareUpdateStatus
public TeamworkSoftwareUpdateHealth withFirmwareSoftwareUpdateStatus(TeamworkSoftwareUpdateStatus firmwareSoftwareUpdateStatus)
-
getOperatingSystemSoftwareUpdateStatus
public Optional<TeamworkSoftwareUpdateStatus> getOperatingSystemSoftwareUpdateStatus()
-
withOperatingSystemSoftwareUpdateStatus
public TeamworkSoftwareUpdateHealth withOperatingSystemSoftwareUpdateStatus(TeamworkSoftwareUpdateStatus operatingSystemSoftwareUpdateStatus)
-
getPartnerAgentSoftwareUpdateStatus
public Optional<TeamworkSoftwareUpdateStatus> getPartnerAgentSoftwareUpdateStatus()
-
withPartnerAgentSoftwareUpdateStatus
public TeamworkSoftwareUpdateHealth withPartnerAgentSoftwareUpdateStatus(TeamworkSoftwareUpdateStatus partnerAgentSoftwareUpdateStatus)
-
getTeamsClientSoftwareUpdateStatus
public Optional<TeamworkSoftwareUpdateStatus> getTeamsClientSoftwareUpdateStatus()
-
withTeamsClientSoftwareUpdateStatus
public TeamworkSoftwareUpdateHealth withTeamsClientSoftwareUpdateStatus(TeamworkSoftwareUpdateStatus teamsClientSoftwareUpdateStatus)
-
withUnmappedField
public TeamworkSoftwareUpdateHealth withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static TeamworkSoftwareUpdateHealth.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-