public class Windows81TrustedRootCertificate extends DeviceConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Windows81TrustedRootCertificate.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
certFileName |
protected CertificateDestinationStore |
destinationStore |
protected byte[] |
trustedRootCertificate |
createdDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Windows81TrustedRootCertificate() |
| Modifier and Type | Method and Description |
|---|---|
static Windows81TrustedRootCertificate.Builder |
builderWindows81TrustedRootCertificate()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getCertFileName()
“File name to display in UI.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<CertificateDestinationStore> |
getDestinationStore()
“Destination store location for the Trusted Root Certificate.”
|
Optional<byte[]> |
getTrustedRootCertificate()
“Trusted Root Certificate”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Windows81TrustedRootCertificate |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Windows81TrustedRootCertificate |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Windows81TrustedRootCertificate |
withCertFileName(String certFileName)
Returns an immutable copy of
this with just the certFileName
field changed. |
Windows81TrustedRootCertificate |
withDestinationStore(CertificateDestinationStore destinationStore)
Returns an immutable copy of
this with just the destinationStore
field changed. |
Windows81TrustedRootCertificate |
withTrustedRootCertificate(byte[] trustedRootCertificate)
Returns an immutable copy of
this with just the trustedRootCertificate field changed. |
assign, assignedAccessMultiModeProfiles, getAssignments, getCreatedDateTime, getDescription, getDeviceManagementApplicabilityRuleDeviceMode, getDeviceManagementApplicabilityRuleOsEdition, getDeviceManagementApplicabilityRuleOsVersion, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getGroupAssignments, getLastModifiedDateTime, getRoleScopeTagIds, getRoleScopeTagIds, getSupportsScopeTags, getUserStatuses, getUserStatusOverview, getVersion, windowsPrivacyAccessControls, withCreatedDateTime, withDescription, withDeviceManagementApplicabilityRuleDeviceMode, withDeviceManagementApplicabilityRuleOsEdition, withDeviceManagementApplicabilityRuleOsVersion, withDisplayName, withLastModifiedDateTime, withSupportsScopeTags, withVersionprotected byte[] trustedRootCertificate
protected String certFileName
protected CertificateDestinationStore destinationStore
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceConfigurationpublic static Windows81TrustedRootCertificate.Builder builderWindows81TrustedRootCertificate()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class DeviceConfigurationpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceConfigurationpublic Optional<byte[]> getTrustedRootCertificate()
public Windows81TrustedRootCertificate withTrustedRootCertificate(byte[] trustedRootCertificate)
this with just the trustedRootCertificate field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Trusted Root Certificate”
trustedRootCertificate - new value of trustedRootCertificate field (as defined in service metadata)this with just the trustedRootCertificate field changedpublic Optional<String> getCertFileName()
public Windows81TrustedRootCertificate withCertFileName(String certFileName)
this with just the certFileName
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“File name to display in UI.”
certFileName - new value of certFileName field (as defined in service metadata)this with just the certFileName field changedpublic Optional<CertificateDestinationStore> getDestinationStore()
public Windows81TrustedRootCertificate withDestinationStore(CertificateDestinationStore destinationStore)
this with just the destinationStore
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Destination store location for the Trusted Root Certificate.”
destinationStore - new value of destinationStore field (as defined in service metadata)this with just the destinationStore field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceConfigurationpublic Windows81TrustedRootCertificate patch()
this with changed fields reset.patch in class DeviceConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Windows81TrustedRootCertificate put()
this
with changed fields reset (they were ignored anyway).put in class DeviceConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class DeviceConfigurationCopyright © 2018–2020. All rights reserved.