public class MacOSVpnConfiguration extends AppleVpnConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
MacOSVpnConfiguration.Builder |
authenticationMethod, connectionName, connectionType, customData, customDataNextLink, customKeyValueData, customKeyValueDataNextLink, enablePerApp, enableSplitTunneling, identifier, loginGroupOrDomain, onDemandRules, onDemandRulesNextLink, optInToDeviceIdSharing, proxyServer, realm, role, safariDomains, safariDomainsNextLink, servercreatedDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
MacOSVpnConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static MacOSVpnConfiguration.Builder |
builderMacOSVpnConfiguration()
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() |
MacOSCertificateProfileBaseRequest |
getIdentityCertificate()
“Identity certificate for client authentication when authentication method is
certificate.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
MacOSVpnConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
MacOSVpnConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
getAuthenticationMethod, getConnectionName, getConnectionType, getCustomData, getCustomKeyValueData, getEnablePerApp, getEnableSplitTunneling, getIdentifier, getLoginGroupOrDomain, getOnDemandRules, getOptInToDeviceIdSharing, getProxyServer, getRealm, getRole, getSafariDomains, getServer, withAuthenticationMethod, withConnectionName, withConnectionType, withEnablePerApp, withEnableSplitTunneling, withIdentifier, withLoginGroupOrDomain, withOptInToDeviceIdSharing, withProxyServer, withRealm, withRole, withServerassign, assignedAccessMultiModeProfiles, getAssignments, getCreatedDateTime, getDescription, getDeviceManagementApplicabilityRuleDeviceMode, getDeviceManagementApplicabilityRuleOsEdition, getDeviceManagementApplicabilityRuleOsVersion, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getGroupAssignments, getLastModifiedDateTime, getRoleScopeTagIds, getSupportsScopeTags, getUserStatuses, getUserStatusOverview, getVersion, windowsPrivacyAccessControls, withCreatedDateTime, withDescription, withDeviceManagementApplicabilityRuleDeviceMode, withDeviceManagementApplicabilityRuleOsEdition, withDeviceManagementApplicabilityRuleOsVersion, withDisplayName, withLastModifiedDateTime, withSupportsScopeTags, withVersionpublic String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class AppleVpnConfigurationpublic static MacOSVpnConfiguration.Builder builderMacOSVpnConfiguration()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class AppleVpnConfigurationpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class AppleVpnConfigurationpublic MacOSCertificateProfileBaseRequest getIdentityCertificate()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class AppleVpnConfigurationpublic MacOSVpnConfiguration patch()
this with changed fields reset.patch in class AppleVpnConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic MacOSVpnConfiguration put()
this
with changed fields reset (they were ignored anyway).put in class AppleVpnConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class AppleVpnConfigurationCopyright © 2018–2020. All rights reserved.