Package odata.msgraph.client.beta.entity
Class B2cIdentityUserFlow
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.IdentityUserFlow
-
- odata.msgraph.client.beta.entity.B2cIdentityUserFlow
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class B2cIdentityUserFlow extends IdentityUserFlow implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classB2cIdentityUserFlow.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UserFlowApiConnectorConfigurationapiConnectorConfigurationprotected StringdefaultLanguageTagprotected BooleanisLanguageCustomizationEnabled-
Fields inherited from class odata.msgraph.client.beta.entity.IdentityUserFlow
userFlowType, userFlowTypeVersion
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedB2cIdentityUserFlow()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.beta.entity.IdentityUserFlow
builderIdentityUserFlow, getUserFlowType, getUserFlowTypeVersion, withUserFlowType, withUserFlowTypeVersion
-
-
-
-
Field Detail
-
apiConnectorConfiguration
protected UserFlowApiConnectorConfiguration apiConnectorConfiguration
-
defaultLanguageTag
protected String defaultLanguageTag
-
isLanguageCustomizationEnabled
protected Boolean isLanguageCustomizationEnabled
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classIdentityUserFlow
-
builderB2cIdentityUserFlow
public static B2cIdentityUserFlow.Builder builderB2cIdentityUserFlow()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classIdentityUserFlow
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classIdentityUserFlow
-
getApiConnectorConfiguration
public Optional<UserFlowApiConnectorConfiguration> getApiConnectorConfiguration()
-
withApiConnectorConfiguration
public B2cIdentityUserFlow withApiConnectorConfiguration(UserFlowApiConnectorConfiguration apiConnectorConfiguration)
-
withDefaultLanguageTag
public B2cIdentityUserFlow withDefaultLanguageTag(String defaultLanguageTag)
-
withIsLanguageCustomizationEnabled
public B2cIdentityUserFlow withIsLanguageCustomizationEnabled(Boolean isLanguageCustomizationEnabled)
-
withUnmappedField
public B2cIdentityUserFlow withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classIdentityUserFlow
-
getIdentityProviders
public IdentityProviderCollectionRequest getIdentityProviders()
Org.OData.Core.V1.Revisions
- Returns:
- navigational property identityProviders
-
getLanguages
public UserFlowLanguageConfigurationCollectionRequest getLanguages()
-
getUserAttributeAssignments
public IdentityUserFlowAttributeAssignmentCollectionRequest getUserAttributeAssignments()
-
getUserFlowIdentityProviders
public IdentityProviderBaseCollectionRequest getUserFlowIdentityProviders()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classIdentityUserFlow
-
patch
public B2cIdentityUserFlow patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classIdentityUserFlow- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public B2cIdentityUserFlow put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classIdentityUserFlow- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classIdentityUserFlow
-
-