Package odata.msgraph.client.beta.entity
Class B2xIdentityUserFlow
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.IdentityUserFlow
-
- odata.msgraph.client.beta.entity.B2xIdentityUserFlow
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class B2xIdentityUserFlow extends IdentityUserFlow implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classB2xIdentityUserFlow.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UserFlowApiConnectorConfigurationapiConnectorConfiguration-
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 protectedB2xIdentityUserFlow()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.beta.entity.IdentityUserFlow
builderIdentityUserFlow, getUserFlowType, getUserFlowTypeVersion, withUserFlowType, withUserFlowTypeVersion
-
-
-
-
Field Detail
-
apiConnectorConfiguration
protected UserFlowApiConnectorConfiguration apiConnectorConfiguration
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classIdentityUserFlow
-
builderB2xIdentityUserFlow
public static B2xIdentityUserFlow.Builder builderB2xIdentityUserFlow()
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 B2xIdentityUserFlow withApiConnectorConfiguration(UserFlowApiConnectorConfiguration apiConnectorConfiguration)
-
withUnmappedField
public B2xIdentityUserFlow 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 B2xIdentityUserFlow 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 B2xIdentityUserFlow 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
-
-