public class IosEduCertificateSettings extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosEduCertificateSettings.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
certFileName |
protected String |
certificateTemplateName |
protected CertificateValidityPeriodScale |
certificateValidityPeriodScale |
protected Integer |
certificateValidityPeriodValue |
protected String |
certificationAuthority |
protected String |
certificationAuthorityName |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected Integer |
renewalThresholdPercentage |
protected byte[] |
trustedRootCertificate |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
IosEduCertificateSettings() |
| Modifier and Type | Method and Description |
|---|---|
static IosEduCertificateSettings.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getCertFileName()
“File name to display in UI.”
|
Optional<String> |
getCertificateTemplateName()
“PKCS Certificate Template Name.”
|
Optional<CertificateValidityPeriodScale> |
getCertificateValidityPeriodScale()
“Scale for the Certificate Validity Period.”
|
Optional<Integer> |
getCertificateValidityPeriodValue()
“Value for the Certificate Validity Period.”
|
Optional<String> |
getCertificationAuthority()
“PKCS Certification Authority.”
|
Optional<String> |
getCertificationAuthorityName()
“PKCS Certification Authority Name.”
|
Optional<Integer> |
getRenewalThresholdPercentage()
“Certificate renewal threshold percentage.
|
Optional<byte[]> |
getTrustedRootCertificate()
“Trusted Root Certificate.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
IosEduCertificateSettings |
withCertFileName(String certFileName)
Returns an immutable copy of
this with just the certFileName
field changed. |
IosEduCertificateSettings |
withCertificateTemplateName(String certificateTemplateName)
Returns an immutable copy of
this with just the certificateTemplateName field changed. |
IosEduCertificateSettings |
withCertificateValidityPeriodScale(CertificateValidityPeriodScale certificateValidityPeriodScale)
Returns an immutable copy of
this with just the certificateValidityPeriodScale field changed. |
IosEduCertificateSettings |
withCertificateValidityPeriodValue(Integer certificateValidityPeriodValue)
Returns an immutable copy of
this with just the certificateValidityPeriodValue field changed. |
IosEduCertificateSettings |
withCertificationAuthority(String certificationAuthority)
Returns an immutable copy of
this with just the certificationAuthority field changed. |
IosEduCertificateSettings |
withCertificationAuthorityName(String certificationAuthorityName)
Returns an immutable copy of
this with just the certificationAuthorityName field changed. |
IosEduCertificateSettings |
withRenewalThresholdPercentage(Integer renewalThresholdPercentage)
Returns an immutable copy of
this with just the renewalThresholdPercentage field changed. |
IosEduCertificateSettings |
withTrustedRootCertificate(byte[] trustedRootCertificate)
Returns an immutable copy of
this with just the trustedRootCertificate field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected byte[] trustedRootCertificate
protected String certFileName
protected String certificationAuthority
protected String certificationAuthorityName
protected String certificateTemplateName
protected Integer renewalThresholdPercentage
protected Integer certificateValidityPeriodValue
protected CertificateValidityPeriodScale certificateValidityPeriodScale
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<byte[]> getTrustedRootCertificate()
public IosEduCertificateSettings withTrustedRootCertificate(byte[] trustedRootCertificate)
this with just the trustedRootCertificate 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.
“Trusted Root Certificate.”
trustedRootCertificate - new value of trustedRootCertificate field (as defined in service metadata)this with just the trustedRootCertificate field changedpublic Optional<String> getCertFileName()
public IosEduCertificateSettings withCertFileName(String certFileName)
this with just the certFileName
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.
“File name to display in UI.”
certFileName - new value of certFileName field (as defined in service metadata)this with just the certFileName field changedpublic Optional<String> getCertificationAuthority()
public IosEduCertificateSettings withCertificationAuthority(String certificationAuthority)
this with just the certificationAuthority 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.
“PKCS Certification Authority.”
certificationAuthority - new value of certificationAuthority field (as defined in service metadata)this with just the certificationAuthority field changedpublic Optional<String> getCertificationAuthorityName()
public IosEduCertificateSettings withCertificationAuthorityName(String certificationAuthorityName)
this with just the certificationAuthorityName 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.
“PKCS Certification Authority Name.”
certificationAuthorityName - new value of certificationAuthorityName field (as defined in service metadata)this with just the certificationAuthorityName field changedpublic Optional<String> getCertificateTemplateName()
public IosEduCertificateSettings withCertificateTemplateName(String certificateTemplateName)
this with just the certificateTemplateName 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.
“PKCS Certificate Template Name.”
certificateTemplateName - new value of certificateTemplateName field (as defined in service metadata)this with just the certificateTemplateName field changedpublic Optional<Integer> getRenewalThresholdPercentage()
public IosEduCertificateSettings 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<Integer> getCertificateValidityPeriodValue()
public IosEduCertificateSettings 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 IosEduCertificateSettings 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.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static IosEduCertificateSettings.Builder builder()
Copyright © 2018–2020. All rights reserved.