public class MacOSImportedPFXCertificateProfile extends MacOSCertificateProfileBase implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
MacOSImportedPFXCertificateProfile.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected IntendedPurpose |
intendedPurpose |
certificateValidityPeriodScale, certificateValidityPeriodValue, renewalThresholdPercentage, subjectAlternativeNameType, subjectNameFormatcreatedDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
MacOSImportedPFXCertificateProfile() |
| Modifier and Type | Method and Description |
|---|---|
static MacOSImportedPFXCertificateProfile.Builder |
builderMacOSImportedPFXCertificateProfile()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<IntendedPurpose> |
getIntendedPurpose()
“Intended Purpose of the Certificate Profile - which could be Unassigned,
SmimeEncryption, SmimeSigning etc.”
|
ManagedDeviceCertificateStateCollectionRequest |
getManagedDeviceCertificateStates()
“Certificate state for devices”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
MacOSImportedPFXCertificateProfile |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
MacOSImportedPFXCertificateProfile |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
MacOSImportedPFXCertificateProfile |
withIntendedPurpose(IntendedPurpose intendedPurpose)
Returns an immutable copy of
this with just the intendedPurpose
field changed. |
getCertificateValidityPeriodScale, getCertificateValidityPeriodValue, getRenewalThresholdPercentage, getSubjectAlternativeNameType, getSubjectNameFormat, withCertificateValidityPeriodScale, withCertificateValidityPeriodValue, withRenewalThresholdPercentage, withSubjectAlternativeNameType, withSubjectNameFormatassign, 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 IntendedPurpose intendedPurpose
protected MacOSImportedPFXCertificateProfile()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MacOSCertificateProfileBasepublic static MacOSImportedPFXCertificateProfile.Builder builderMacOSImportedPFXCertificateProfile()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class MacOSCertificateProfileBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class MacOSCertificateProfileBasepublic Optional<IntendedPurpose> getIntendedPurpose()
public MacOSImportedPFXCertificateProfile withIntendedPurpose(IntendedPurpose intendedPurpose)
this with just the intendedPurpose
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.
“Intended Purpose of the Certificate Profile - which could be Unassigned, SmimeEncryption, SmimeSigning etc.”
intendedPurpose - new value of intendedPurpose field (as defined in service metadata)this with just the intendedPurpose field changedpublic ManagedDeviceCertificateStateCollectionRequest getManagedDeviceCertificateStates()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MacOSCertificateProfileBasepublic MacOSImportedPFXCertificateProfile patch()
this with changed fields reset.patch in class MacOSCertificateProfileBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic MacOSImportedPFXCertificateProfile put()
this
with changed fields reset (they were ignored anyway).put in class MacOSCertificateProfileBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class MacOSCertificateProfileBaseCopyright © 2018–2020. All rights reserved.