public class AndroidScepCertificateProfile extends AndroidCertificateProfileBase implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidScepCertificateProfile.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected HashAlgorithms |
hashAlgorithm |
protected KeySize |
keySize |
protected KeyUsages |
keyUsage |
protected List<String> |
scepServerUrls |
protected String |
scepServerUrlsNextLink |
protected String |
subjectAlternativeNameFormatString |
protected String |
subjectNameFormatString |
certificateValidityPeriodScale, certificateValidityPeriodValue, extendedKeyUsages, extendedKeyUsagesNextLink, renewalThresholdPercentage, subjectAlternativeNameType, subjectNameFormatcreatedDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AndroidScepCertificateProfile() |
| Modifier and Type | Method and Description |
|---|---|
static AndroidScepCertificateProfile.Builder |
builderAndroidScepCertificateProfile()
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<HashAlgorithms> |
getHashAlgorithm()
“SCEP Hash Algorithm”
|
Optional<KeySize> |
getKeySize()
“SCEP Key Size”
|
Optional<KeyUsages> |
getKeyUsage()
“SCEP Key Usage”
|
ManagedDeviceCertificateStateCollectionRequest |
getManagedDeviceCertificateStates()
“Certificate state for devices”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getScepServerUrls()
“SCEP Server Url(s)”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getScepServerUrls(com.github.davidmoten.odata.client.HttpRequestOptions options)
“SCEP Server Url(s)”
|
Optional<String> |
getSubjectAlternativeNameFormatString()
“Custom String that defines the AAD Attribute.”
|
Optional<String> |
getSubjectNameFormatString()
“Custom format to use with SubjectNameFormat = Custom.
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
AndroidScepCertificateProfile |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AndroidScepCertificateProfile |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AndroidScepCertificateProfile |
withHashAlgorithm(HashAlgorithms hashAlgorithm)
Returns an immutable copy of
this with just the hashAlgorithm
field changed. |
AndroidScepCertificateProfile |
withKeySize(KeySize keySize)
Returns an immutable copy of
this with just the keySize field
changed. |
AndroidScepCertificateProfile |
withKeyUsage(KeyUsages keyUsage)
Returns an immutable copy of
this with just the keyUsage field
changed. |
AndroidScepCertificateProfile |
withSubjectAlternativeNameFormatString(String subjectAlternativeNameFormatString)
Returns an immutable copy of
this with just the subjectAlternativeNameFormatString field changed. |
AndroidScepCertificateProfile |
withSubjectNameFormatString(String subjectNameFormatString)
Returns an immutable copy of
this with just the subjectNameFormatString field changed. |
getCertificateValidityPeriodScale, getCertificateValidityPeriodValue, getExtendedKeyUsages, getExtendedKeyUsages, getRenewalThresholdPercentage, getRootCertificate, 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 String scepServerUrlsNextLink
protected String subjectNameFormatString
protected KeyUsages keyUsage
protected KeySize keySize
protected HashAlgorithms hashAlgorithm
protected String subjectAlternativeNameFormatString
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class AndroidCertificateProfileBasepublic static AndroidScepCertificateProfile.Builder builderAndroidScepCertificateProfile()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class AndroidCertificateProfileBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class AndroidCertificateProfileBasepublic com.github.davidmoten.odata.client.CollectionPage<String> getScepServerUrls()
public com.github.davidmoten.odata.client.CollectionPage<String> getScepServerUrls(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<String> getSubjectNameFormatString()
public AndroidScepCertificateProfile withSubjectNameFormatString(String subjectNameFormatString)
this with just the subjectNameFormatString 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.
“Custom format to use with SubjectNameFormat = Custom. Example: CN={{EmailAddress }},E={{EmailAddress}},OU=Enterprise Users,O=Contoso Corporation,L=Redmond,ST=WA, C=US”
subjectNameFormatString - new value of subjectNameFormatString field (as defined in service metadata)this with just the subjectNameFormatString field changedpublic AndroidScepCertificateProfile withKeyUsage(KeyUsages keyUsage)
this with just the keyUsage 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.
“SCEP Key Usage”
keyUsage - new value of keyUsage field (as defined in service metadata)this with just the keyUsage field changedpublic AndroidScepCertificateProfile withKeySize(KeySize keySize)
this with just the keySize 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.
“SCEP Key Size”
keySize - new value of keySize field (as defined in service metadata)this with just the keySize field changedpublic Optional<HashAlgorithms> getHashAlgorithm()
public AndroidScepCertificateProfile withHashAlgorithm(HashAlgorithms hashAlgorithm)
this with just the hashAlgorithm
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.
“SCEP Hash Algorithm”
hashAlgorithm - new value of hashAlgorithm field (as defined in service metadata)this with just the hashAlgorithm field changedpublic Optional<String> getSubjectAlternativeNameFormatString()
public AndroidScepCertificateProfile withSubjectAlternativeNameFormatString(String subjectAlternativeNameFormatString)
this with just the subjectAlternativeNameFormatString 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.
“Custom String that defines the AAD Attribute.”
subjectAlternativeNameFormatString - new value of subjectAlternativeNameFormatString field (as defined in service metadata)this with just the subjectAlternativeNameFormatString field changedpublic ManagedDeviceCertificateStateCollectionRequest getManagedDeviceCertificateStates()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class AndroidCertificateProfileBasepublic AndroidScepCertificateProfile patch()
this with changed fields reset.patch in class AndroidCertificateProfileBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic AndroidScepCertificateProfile put()
this
with changed fields reset (they were ignored anyway).put in class AndroidCertificateProfileBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class AndroidCertificateProfileBaseCopyright © 2018–2020. All rights reserved.