| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
AndroidVpnConfiguration |
AndroidVpnConfiguration.Builder.build() |
AndroidVpnConfiguration |
AndroidVpnConfiguration.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
AndroidVpnConfiguration |
AndroidVpnConfiguration.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
AndroidVpnConfiguration |
AndroidVpnConfiguration.withAuthenticationMethod(VpnAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
AndroidVpnConfiguration |
AndroidVpnConfiguration.withConnectionName(String connectionName)
Returns an immutable copy of
this with just the connectionName
field changed. |
AndroidVpnConfiguration |
AndroidVpnConfiguration.withConnectionType(AndroidVpnConnectionType connectionType)
Returns an immutable copy of
this with just the connectionType
field changed. |
AndroidVpnConfiguration |
AndroidVpnConfiguration.withFingerprint(String fingerprint)
Returns an immutable copy of
this with just the fingerprint
field changed. |
AndroidVpnConfiguration |
AndroidVpnConfiguration.withRealm(String realm)
Returns an immutable copy of
this with just the realm field
changed. |
AndroidVpnConfiguration |
AndroidVpnConfiguration.withRole(String role)
Returns an immutable copy of
this with just the role field
changed. |
Copyright © 2018–2020. All rights reserved.