| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
CertificateConnectorSetting |
CertificateConnectorSetting.Builder.build() |
CertificateConnectorSetting |
CertificateConnectorSetting.withCertExpiryTime(OffsetDateTime certExpiryTime)
Returns an immutable copy of
this with just the certExpiryTime
field changed. |
CertificateConnectorSetting |
CertificateConnectorSetting.withConnectorVersion(String connectorVersion)
Returns an immutable copy of
this with just the connectorVersion
field changed. |
CertificateConnectorSetting |
CertificateConnectorSetting.withEnrollmentError(String enrollmentError)
Returns an immutable copy of
this with just the enrollmentError
field changed. |
CertificateConnectorSetting |
CertificateConnectorSetting.withLastConnectorConnectionTime(OffsetDateTime lastConnectorConnectionTime)
Returns an immutable copy of
this with just the lastConnectorConnectionTime field changed. |
CertificateConnectorSetting |
CertificateConnectorSetting.withLastUploadVersion(Long lastUploadVersion)
Returns an immutable copy of
this with just the lastUploadVersion
field changed. |
CertificateConnectorSetting |
CertificateConnectorSetting.withStatus(Integer status)
Returns an immutable copy of
this with just the status field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected CertificateConnectorSetting |
Organization.certificateConnectorSetting |
| Modifier and Type | Method and Description |
|---|---|
Optional<CertificateConnectorSetting> |
Organization.getCertificateConnectorSetting()
“Certificate connector setting.”
|
| Modifier and Type | Method and Description |
|---|---|
Organization.Builder |
Organization.Builder.certificateConnectorSetting(CertificateConnectorSetting certificateConnectorSetting)
“Certificate connector setting.”
|
Organization |
Organization.withCertificateConnectorSetting(CertificateConnectorSetting certificateConnectorSetting)
Returns an immutable copy of
this with just the certificateConnectorSetting field changed. |
Copyright © 2018–2020. All rights reserved.