public class AndroidDeviceOwnerCertificateProfileBase 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 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 |
AndroidDeviceOwnerCertificateProfileBase() |
| Modifier and Type | Method and Description |
|---|---|
Optional<CertificateValidityPeriodScale> |
getCertificateValidityPeriodScale()
“Scale for the Certificate Validity Period.”
|
Optional<Integer> |
getCertificateValidityPeriodValue()
“Value for the Certificate Validity Period.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.CollectionPage<ExtendedKeyUsage> |
getExtendedKeyUsages()
“Extended Key Usage (EKU) settings.
|
com.github.davidmoten.odata.client.CollectionPage<ExtendedKeyUsage> |
getExtendedKeyUsages(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Extended Key Usage (EKU) settings.
|
Optional<Integer> |
getRenewalThresholdPercentage()
“Certificate renewal threshold percentage.
|
AndroidDeviceOwnerTrustedRootCertificateRequest |
getRootCertificate()
“Trusted Root Certificate.”
|
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() |
AndroidDeviceOwnerCertificateProfileBase |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AndroidDeviceOwnerCertificateProfileBase |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AndroidDeviceOwnerCertificateProfileBase |
withCertificateValidityPeriodScale(CertificateValidityPeriodScale certificateValidityPeriodScale)
Returns an immutable copy of
this with just the certificateValidityPeriodScale field changed. |
AndroidDeviceOwnerCertificateProfileBase |
withCertificateValidityPeriodValue(Integer certificateValidityPeriodValue)
Returns an immutable copy of
this with just the certificateValidityPeriodValue field changed. |
AndroidDeviceOwnerCertificateProfileBase |
withRenewalThresholdPercentage(Integer renewalThresholdPercentage)
Returns an immutable copy of
this with just the renewalThresholdPercentage field changed. |
AndroidDeviceOwnerCertificateProfileBase |
withSubjectAlternativeNameType(SubjectAlternativeNameType subjectAlternativeNameType)
Returns an immutable copy of
this with just the subjectAlternativeNameType field changed. |
AndroidDeviceOwnerCertificateProfileBase |
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, getRoleScopeTagIds, getSupportsScopeTags, getUserStatuses, getUserStatusOverview, getVersion, windowsPrivacyAccessControls, withCreatedDateTime, withDescription, withDeviceManagementApplicabilityRuleDeviceMode, withDeviceManagementApplicabilityRuleOsEdition, withDeviceManagementApplicabilityRuleOsVersion, withDisplayName, withLastModifiedDateTime, withSupportsScopeTags, withVersionprotected Integer renewalThresholdPercentage
protected SubjectNameFormat subjectNameFormat
protected Integer certificateValidityPeriodValue
protected CertificateValidityPeriodScale certificateValidityPeriodScale
protected List<ExtendedKeyUsage> extendedKeyUsages
protected String extendedKeyUsagesNextLink
protected SubjectAlternativeNameType subjectAlternativeNameType
protected AndroidDeviceOwnerCertificateProfileBase()
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 AndroidDeviceOwnerCertificateProfileBase 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. Valid values 1 to 99”
renewalThresholdPercentage - new value of renewalThresholdPercentage field (as defined in service metadata)this with just the renewalThresholdPercentage field changedpublic Optional<SubjectNameFormat> getSubjectNameFormat()
public AndroidDeviceOwnerCertificateProfileBase 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<Integer> getCertificateValidityPeriodValue()
public AndroidDeviceOwnerCertificateProfileBase 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 Validity Period.”
certificateValidityPeriodValue - new value of certificateValidityPeriodValue field (as defined in service metadata)this with just the certificateValidityPeriodValue field changedpublic Optional<CertificateValidityPeriodScale> getCertificateValidityPeriodScale()
public AndroidDeviceOwnerCertificateProfileBase 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.CollectionPage<ExtendedKeyUsage> getExtendedKeyUsages(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<SubjectAlternativeNameType> getSubjectAlternativeNameType()
public AndroidDeviceOwnerCertificateProfileBase 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 AndroidDeviceOwnerTrustedRootCertificateRequest getRootCertificate()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceConfigurationpublic AndroidDeviceOwnerCertificateProfileBase 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 AndroidDeviceOwnerCertificateProfileBase 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.