public class WindowsPhone81CertificateProfileBase extends DeviceConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Field and Description |
|---|---|
protected CertificateValidityPeriodScale |
certificateValidityPeriodScale |
protected Integer |
certificateValidityPeriodValue |
protected List<ExtendedKeyUsage> |
extendedKeyUsages |
protected String |
extendedKeyUsagesNextLink |
protected KeyStorageProviderOption |
keyStorageProvider |
protected Integer |
renewalThresholdPercentage |
protected SubjectAlternativeNameType |
subjectAlternativeNameType |
protected SubjectNameFormat |
subjectNameFormat |
createdDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WindowsPhone81CertificateProfileBase() |
| Modifier and Type | Method and Description |
|---|---|
Optional<CertificateValidityPeriodScale> |
getCertificateValidityPeriodScale()
“Scale for the Certificate Validity Period.”
|
Optional<Integer> |
getCertificateValidityPeriodValue()
“Value for the Certificate Validtiy Period.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.CollectionPage<ExtendedKeyUsage> |
getExtendedKeyUsages()
“Extended Key Usage (EKU) settings.
|
Optional<KeyStorageProviderOption> |
getKeyStorageProvider()
“Key Storage Provider (KSP).”
|
Optional<Integer> |
getRenewalThresholdPercentage()
“Certificate renewal threshold percentage.”
|
Optional<SubjectAlternativeNameType> |
getSubjectAlternativeNameType()
“Certificate Subject Alternative Name Type.”
|
Optional<SubjectNameFormat> |
getSubjectNameFormat()
“Certificate Subject Name Format.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
WindowsPhone81CertificateProfileBase |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WindowsPhone81CertificateProfileBase |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
WindowsPhone81CertificateProfileBase |
withCertificateValidityPeriodScale(CertificateValidityPeriodScale certificateValidityPeriodScale)
Returns an immutable copy of
this with just the certificateValidityPeriodScale field changed. |
WindowsPhone81CertificateProfileBase |
withCertificateValidityPeriodValue(Integer certificateValidityPeriodValue)
Returns an immutable copy of
this with just the certificateValidityPeriodValue field changed. |
WindowsPhone81CertificateProfileBase |
withKeyStorageProvider(KeyStorageProviderOption keyStorageProvider)
Returns an immutable copy of
this with just the keyStorageProvider field changed. |
WindowsPhone81CertificateProfileBase |
withRenewalThresholdPercentage(Integer renewalThresholdPercentage)
Returns an immutable copy of
this with just the renewalThresholdPercentage field changed. |
WindowsPhone81CertificateProfileBase |
withSubjectAlternativeNameType(SubjectAlternativeNameType subjectAlternativeNameType)
Returns an immutable copy of
this with just the subjectAlternativeNameType field changed. |
WindowsPhone81CertificateProfileBase |
withSubjectNameFormat(SubjectNameFormat subjectNameFormat)
Returns an immutable copy of
this with just the subjectNameFormat
field changed. |
assign, assignedAccessMultiModeProfiles, getAssignments, getCreatedDateTime, getDescription, getDeviceManagementApplicabilityRuleDeviceMode, getDeviceManagementApplicabilityRuleOsEdition, getDeviceManagementApplicabilityRuleOsVersion, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getGroupAssignments, getLastModifiedDateTime, getRoleScopeTagIds, getSupportsScopeTags, getUserStatuses, getUserStatusOverview, getVersion, windowsPrivacyAccessControls, withCreatedDateTime, withDescription, withDeviceManagementApplicabilityRuleDeviceMode, withDeviceManagementApplicabilityRuleOsEdition, withDeviceManagementApplicabilityRuleOsVersion, withDisplayName, withLastModifiedDateTime, withSupportsScopeTags, withVersionprotected Integer renewalThresholdPercentage
protected KeyStorageProviderOption keyStorageProvider
protected SubjectNameFormat subjectNameFormat
protected SubjectAlternativeNameType subjectAlternativeNameType
protected Integer certificateValidityPeriodValue
protected CertificateValidityPeriodScale certificateValidityPeriodScale
protected List<ExtendedKeyUsage> extendedKeyUsages
protected String extendedKeyUsagesNextLink
protected WindowsPhone81CertificateProfileBase()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceConfigurationpublic 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<Integer> getRenewalThresholdPercentage()
public WindowsPhone81CertificateProfileBase withRenewalThresholdPercentage(Integer renewalThresholdPercentage)
this with just the renewalThresholdPercentage 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.
“Certificate renewal threshold percentage.”
renewalThresholdPercentage - new value of renewalThresholdPercentage field (as defined in service metadata)this with just the renewalThresholdPercentage field changedpublic Optional<KeyStorageProviderOption> getKeyStorageProvider()
public WindowsPhone81CertificateProfileBase withKeyStorageProvider(KeyStorageProviderOption keyStorageProvider)
this with just the keyStorageProvider 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.
“Key Storage Provider (KSP).”
keyStorageProvider - new value of keyStorageProvider field (as defined in service metadata)this with just the keyStorageProvider field changedpublic Optional<SubjectNameFormat> getSubjectNameFormat()
public WindowsPhone81CertificateProfileBase withSubjectNameFormat(SubjectNameFormat subjectNameFormat)
this with just the subjectNameFormat
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.
“Certificate Subject Name Format.”
subjectNameFormat - new value of subjectNameFormat field (as defined in service metadata)this with just the subjectNameFormat field changedpublic Optional<SubjectAlternativeNameType> getSubjectAlternativeNameType()
public WindowsPhone81CertificateProfileBase withSubjectAlternativeNameType(SubjectAlternativeNameType subjectAlternativeNameType)
this with just the subjectAlternativeNameType 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.
“Certificate Subject Alternative Name Type.”
subjectAlternativeNameType - new value of subjectAlternativeNameType field (as defined in service metadata)this with just the subjectAlternativeNameType field changedpublic Optional<Integer> getCertificateValidityPeriodValue()
public WindowsPhone81CertificateProfileBase withCertificateValidityPeriodValue(Integer certificateValidityPeriodValue)
this with just the certificateValidityPeriodValue 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.
“Value for the Certificate Validtiy Period.”
certificateValidityPeriodValue - new value of certificateValidityPeriodValue field (as defined in service metadata)this with just the certificateValidityPeriodValue field changedpublic Optional<CertificateValidityPeriodScale> getCertificateValidityPeriodScale()
public WindowsPhone81CertificateProfileBase withCertificateValidityPeriodScale(CertificateValidityPeriodScale certificateValidityPeriodScale)
this with just the certificateValidityPeriodScale 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.
“Scale for the Certificate Validity Period.”
certificateValidityPeriodScale - new value of certificateValidityPeriodScale field (as defined in service metadata)this with just the certificateValidityPeriodScale field changedpublic com.github.davidmoten.odata.client.CollectionPage<ExtendedKeyUsage> getExtendedKeyUsages()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceConfigurationpublic WindowsPhone81CertificateProfileBase 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 WindowsPhone81CertificateProfileBase 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.