public class IosCertificateProfileBase extends IosCertificateProfile implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Field and Description |
|---|---|
protected CertificateValidityPeriodScale |
certificateValidityPeriodScale |
protected Integer |
certificateValidityPeriodValue |
protected Integer |
renewalThresholdPercentage |
protected SubjectAlternativeNameType |
subjectAlternativeNameType |
protected AppleSubjectNameFormat |
subjectNameFormat |
createdDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
IosCertificateProfileBase() |
| 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() |
Optional<Integer> |
getRenewalThresholdPercentage()
“Certificate renewal threshold percentage.
|
Optional<SubjectAlternativeNameType> |
getSubjectAlternativeNameType()
“Certificate Subject Alternative Name type.”
|
Optional<AppleSubjectNameFormat> |
getSubjectNameFormat()
“Certificate Subject Name Format.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
IosCertificateProfileBase |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
IosCertificateProfileBase |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
IosCertificateProfileBase |
withCertificateValidityPeriodScale(CertificateValidityPeriodScale certificateValidityPeriodScale)
Returns an immutable copy of
this with just the certificateValidityPeriodScale field changed. |
IosCertificateProfileBase |
withCertificateValidityPeriodValue(Integer certificateValidityPeriodValue)
Returns an immutable copy of
this with just the certificateValidityPeriodValue field changed. |
IosCertificateProfileBase |
withRenewalThresholdPercentage(Integer renewalThresholdPercentage)
Returns an immutable copy of
this with just the renewalThresholdPercentage field changed. |
IosCertificateProfileBase |
withSubjectAlternativeNameType(SubjectAlternativeNameType subjectAlternativeNameType)
Returns an immutable copy of
this with just the subjectAlternativeNameType field changed. |
IosCertificateProfileBase |
withSubjectNameFormat(AppleSubjectNameFormat 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 AppleSubjectNameFormat subjectNameFormat
protected SubjectAlternativeNameType subjectAlternativeNameType
protected Integer certificateValidityPeriodValue
protected CertificateValidityPeriodScale certificateValidityPeriodScale
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class IosCertificateProfilepublic com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class IosCertificateProfilepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class IosCertificateProfilepublic Optional<Integer> getRenewalThresholdPercentage()
public IosCertificateProfileBase 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<AppleSubjectNameFormat> getSubjectNameFormat()
public IosCertificateProfileBase withSubjectNameFormat(AppleSubjectNameFormat 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 IosCertificateProfileBase 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 IosCertificateProfileBase 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 IosCertificateProfileBase 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.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class IosCertificateProfilepublic IosCertificateProfileBase patch()
this with changed fields reset.patch in class IosCertificateProfilethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic IosCertificateProfileBase put()
this
with changed fields reset (they were ignored anyway).put in class IosCertificateProfilethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class IosCertificateProfileCopyright © 2018–2020. All rights reserved.