public class IosCredentialSingleSignOnExtension extends IosSingleSignOnExtension implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosCredentialSingleSignOnExtension.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<KeyTypedValuePair> |
configurations |
protected String |
configurationsNextLink |
protected List<String> |
domains |
protected String |
domainsNextLink |
protected String |
extensionIdentifier |
protected String |
realm |
protected String |
teamIdentifier |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
IosCredentialSingleSignOnExtension() |
| Modifier and Type | Method and Description |
|---|---|
static IosCredentialSingleSignOnExtension.Builder |
builderIosCredentialSingleSignOnExtension()
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.CollectionPage<KeyTypedValuePair> |
getConfigurations()
“Gets or sets a list of typed key-value pairs used to configure Credential-type
profiles.
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getDomains()
“Gets or sets a list of hosts or domain names for which the app extension
performs SSO.”
|
Optional<String> |
getExtensionIdentifier()
“Gets or sets the bundle ID of the app extension that performs SSO for the
specified URLs.”
|
Optional<String> |
getRealm()
“Gets or sets the case-sensitive realm name for this profile.”
|
Optional<String> |
getTeamIdentifier()
“Gets or sets the team ID of the app extension that performs SSO for the
specified URLs.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
IosCredentialSingleSignOnExtension |
withExtensionIdentifier(String extensionIdentifier)
Returns an immutable copy of
this with just the extensionIdentifier field changed. |
IosCredentialSingleSignOnExtension |
withRealm(String realm)
Returns an immutable copy of
this with just the realm field
changed. |
IosCredentialSingleSignOnExtension |
withTeamIdentifier(String teamIdentifier)
Returns an immutable copy of
this with just the teamIdentifier
field changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String extensionIdentifier
protected String teamIdentifier
protected String domainsNextLink
protected String realm
protected List<KeyTypedValuePair> configurations
protected String configurationsNextLink
protected IosCredentialSingleSignOnExtension()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class IosSingleSignOnExtensionpublic Optional<String> getExtensionIdentifier()
public IosCredentialSingleSignOnExtension withExtensionIdentifier(String extensionIdentifier)
this with just the extensionIdentifier 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.
“Gets or sets the bundle ID of the app extension that performs SSO for the specified URLs.”
extensionIdentifier - new value of extensionIdentifier field (as defined in service metadata)this with just the extensionIdentifier field changedpublic Optional<String> getTeamIdentifier()
public IosCredentialSingleSignOnExtension withTeamIdentifier(String teamIdentifier)
this with just the teamIdentifier
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.
“Gets or sets the team ID of the app extension that performs SSO for the specified URLs.”
teamIdentifier - new value of teamIdentifier field (as defined in service metadata)this with just the teamIdentifier field changedpublic com.github.davidmoten.odata.client.CollectionPage<String> getDomains()
public Optional<String> getRealm()
public IosCredentialSingleSignOnExtension withRealm(String realm)
this with just the realm 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.
“Gets or sets the case-sensitive realm name for this profile.”
realm - new value of realm field (as defined in service metadata)this with just the realm field changedpublic com.github.davidmoten.odata.client.CollectionPage<KeyTypedValuePair> getConfigurations()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class IosSingleSignOnExtensionpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class IosSingleSignOnExtensionpublic static IosCredentialSingleSignOnExtension.Builder builderIosCredentialSingleSignOnExtension()
public String toString()
toString in class IosSingleSignOnExtensionCopyright © 2018–2020. All rights reserved.