public class MacOSRedirectSingleSignOnExtension extends MacOSSingleSignOnExtension implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
MacOSRedirectSingleSignOnExtension.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<KeyTypedValuePair> |
configurations |
protected String |
configurationsNextLink |
protected String |
extensionIdentifier |
protected String |
teamIdentifier |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected List<String> |
urlPrefixes |
protected String |
urlPrefixesNextLink |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
MacOSRedirectSingleSignOnExtension() |
| Modifier and Type | Method and Description |
|---|---|
static MacOSRedirectSingleSignOnExtension.Builder |
builderMacOSRedirectSingleSignOnExtension()
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.
|
Optional<String> |
getExtensionIdentifier()
“Gets or sets the bundle ID of the app extension that performs SSO for the
specified URLs.”
|
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() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getUrlPrefixes()
“One or more URL prefixes of identity providers on whose behalf the app extension
performs single sign-on.
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
MacOSRedirectSingleSignOnExtension |
withExtensionIdentifier(String extensionIdentifier)
Returns an immutable copy of
this with just the extensionIdentifier field changed. |
MacOSRedirectSingleSignOnExtension |
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 List<KeyTypedValuePair> configurations
protected String configurationsNextLink
protected String urlPrefixesNextLink
protected MacOSRedirectSingleSignOnExtension()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MacOSSingleSignOnExtensionpublic Optional<String> getExtensionIdentifier()
public MacOSRedirectSingleSignOnExtension 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 MacOSRedirectSingleSignOnExtension 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<KeyTypedValuePair> getConfigurations()
public com.github.davidmoten.odata.client.CollectionPage<String> getUrlPrefixes()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MacOSSingleSignOnExtensionpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class MacOSSingleSignOnExtensionpublic static MacOSRedirectSingleSignOnExtension.Builder builderMacOSRedirectSingleSignOnExtension()
public String toString()
toString in class MacOSSingleSignOnExtensionCopyright © 2018–2020. All rights reserved.