Class TeamworkDeviceSoftwareVersions
- java.lang.Object
-
- odata.msgraph.client.beta.complex.TeamworkDeviceSoftwareVersions
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class TeamworkDeviceSoftwareVersions extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeamworkDeviceSoftwareVersions.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringadminAgentSoftwareVersionprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringfirmwareSoftwareVersionprotected StringodataTypeprotected StringoperatingSystemSoftwareVersionprotected StringpartnerAgentSoftwareVersionprotected StringteamsClientSoftwareVersionprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedTeamworkDeviceSoftwareVersions()
-
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
-
adminAgentSoftwareVersion
protected String adminAgentSoftwareVersion
-
firmwareSoftwareVersion
protected String firmwareSoftwareVersion
-
operatingSystemSoftwareVersion
protected String operatingSystemSoftwareVersion
-
partnerAgentSoftwareVersion
protected String partnerAgentSoftwareVersion
-
teamsClientSoftwareVersion
protected String teamsClientSoftwareVersion
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAdminAgentSoftwareVersion
public TeamworkDeviceSoftwareVersions withAdminAgentSoftwareVersion(String adminAgentSoftwareVersion)
-
withFirmwareSoftwareVersion
public TeamworkDeviceSoftwareVersions withFirmwareSoftwareVersion(String firmwareSoftwareVersion)
-
withOperatingSystemSoftwareVersion
public TeamworkDeviceSoftwareVersions withOperatingSystemSoftwareVersion(String operatingSystemSoftwareVersion)
-
withPartnerAgentSoftwareVersion
public TeamworkDeviceSoftwareVersions withPartnerAgentSoftwareVersion(String partnerAgentSoftwareVersion)
-
withTeamsClientSoftwareVersion
public TeamworkDeviceSoftwareVersions withTeamsClientSoftwareVersion(String teamsClientSoftwareVersion)
-
withUnmappedField
public TeamworkDeviceSoftwareVersions 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 TeamworkDeviceSoftwareVersions.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
-
-