Package odata.msgraph.client.beta.entity
Class AndroidImportedPFXCertificateProfile.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.AndroidImportedPFXCertificateProfile.Builder
-
- Enclosing class:
- AndroidImportedPFXCertificateProfile
public static final class AndroidImportedPFXCertificateProfile.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public AndroidImportedPFXCertificateProfile.Builder id(String id)
-
createdDateTime
public AndroidImportedPFXCertificateProfile.Builder createdDateTime(OffsetDateTime createdDateTime)
-
description
public AndroidImportedPFXCertificateProfile.Builder description(String description)
-
deviceManagementApplicabilityRuleDeviceMode
public AndroidImportedPFXCertificateProfile.Builder deviceManagementApplicabilityRuleDeviceMode(DeviceManagementApplicabilityRuleDeviceMode deviceManagementApplicabilityRuleDeviceMode)
-
deviceManagementApplicabilityRuleOsEdition
public AndroidImportedPFXCertificateProfile.Builder deviceManagementApplicabilityRuleOsEdition(DeviceManagementApplicabilityRuleOsEdition deviceManagementApplicabilityRuleOsEdition)
-
deviceManagementApplicabilityRuleOsVersion
public AndroidImportedPFXCertificateProfile.Builder deviceManagementApplicabilityRuleOsVersion(DeviceManagementApplicabilityRuleOsVersion deviceManagementApplicabilityRuleOsVersion)
-
displayName
public AndroidImportedPFXCertificateProfile.Builder displayName(String displayName)
-
lastModifiedDateTime
public AndroidImportedPFXCertificateProfile.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
roleScopeTagIds
public AndroidImportedPFXCertificateProfile.Builder roleScopeTagIds(List<String> roleScopeTagIds)
-
roleScopeTagIds
public AndroidImportedPFXCertificateProfile.Builder roleScopeTagIds(String... roleScopeTagIds)
-
roleScopeTagIdsNextLink
public AndroidImportedPFXCertificateProfile.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
-
supportsScopeTags
public AndroidImportedPFXCertificateProfile.Builder supportsScopeTags(Boolean supportsScopeTags)
-
version
public AndroidImportedPFXCertificateProfile.Builder version(Integer version)
-
certificateValidityPeriodScale
public AndroidImportedPFXCertificateProfile.Builder certificateValidityPeriodScale(CertificateValidityPeriodScale certificateValidityPeriodScale)
-
certificateValidityPeriodValue
public AndroidImportedPFXCertificateProfile.Builder certificateValidityPeriodValue(Integer certificateValidityPeriodValue)
-
extendedKeyUsages
public AndroidImportedPFXCertificateProfile.Builder extendedKeyUsages(List<ExtendedKeyUsage> extendedKeyUsages)
-
extendedKeyUsages
public AndroidImportedPFXCertificateProfile.Builder extendedKeyUsages(ExtendedKeyUsage... extendedKeyUsages)
-
extendedKeyUsagesNextLink
public AndroidImportedPFXCertificateProfile.Builder extendedKeyUsagesNextLink(String extendedKeyUsagesNextLink)
-
renewalThresholdPercentage
public AndroidImportedPFXCertificateProfile.Builder renewalThresholdPercentage(Integer renewalThresholdPercentage)
-
subjectAlternativeNameType
public AndroidImportedPFXCertificateProfile.Builder subjectAlternativeNameType(SubjectAlternativeNameType subjectAlternativeNameType)
-
subjectNameFormat
public AndroidImportedPFXCertificateProfile.Builder subjectNameFormat(SubjectNameFormat subjectNameFormat)
-
intendedPurpose
public AndroidImportedPFXCertificateProfile.Builder intendedPurpose(IntendedPurpose intendedPurpose)
“Intended Purpose of the Certificate Profile - which could be Unassigned, SmimeEncryption, SmimeSigning etc.”- Parameters:
intendedPurpose- value ofintendedPurposeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public AndroidImportedPFXCertificateProfile build()
-
-