Package odata.msgraph.client.complex
Class InvitationRedemptionIdentityProviderConfiguration
- java.lang.Object
-
- odata.msgraph.client.complex.InvitationRedemptionIdentityProviderConfiguration
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
DefaultInvitationRedemptionIdentityProviderConfiguration
public class InvitationRedemptionIdentityProviderConfiguration extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvitationRedemptionIdentityProviderConfiguration.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected B2bIdentityProvidersTypefallbackIdentityProviderprotected StringodataTypeprotected List<B2bIdentityProvidersType>primaryIdentityProviderPrecedenceOrderprotected StringprimaryIdentityProviderPrecedenceOrderNextLinkprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedInvitationRedemptionIdentityProviderConfiguration()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
fallbackIdentityProvider
protected B2bIdentityProvidersType fallbackIdentityProvider
-
primaryIdentityProviderPrecedenceOrder
protected List<B2bIdentityProvidersType> primaryIdentityProviderPrecedenceOrder
-
primaryIdentityProviderPrecedenceOrderNextLink
protected String primaryIdentityProviderPrecedenceOrderNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getFallbackIdentityProvider
public Optional<B2bIdentityProvidersType> getFallbackIdentityProvider()
-
withFallbackIdentityProvider
public InvitationRedemptionIdentityProviderConfiguration withFallbackIdentityProvider(B2bIdentityProvidersType fallbackIdentityProvider)
-
getPrimaryIdentityProviderPrecedenceOrder
public com.github.davidmoten.odata.client.CollectionPage<B2bIdentityProvidersType> getPrimaryIdentityProviderPrecedenceOrder()
-
getPrimaryIdentityProviderPrecedenceOrder
public com.github.davidmoten.odata.client.CollectionPage<B2bIdentityProvidersType> getPrimaryIdentityProviderPrecedenceOrder(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public InvitationRedemptionIdentityProviderConfiguration withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static InvitationRedemptionIdentityProviderConfiguration.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-