Package odata.msgraph.client.beta.entity
Class B2cIdentityUserFlow.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.B2cIdentityUserFlow.Builder
-
- Enclosing class:
- B2cIdentityUserFlow
public static final class B2cIdentityUserFlow.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description B2cIdentityUserFlow.BuilderapiConnectorConfiguration(UserFlowApiConnectorConfiguration apiConnectorConfiguration)B2cIdentityUserFlowbuild()B2cIdentityUserFlow.BuilderdefaultLanguageTag(String defaultLanguageTag)B2cIdentityUserFlow.Builderid(String id)B2cIdentityUserFlow.BuilderisLanguageCustomizationEnabled(Boolean isLanguageCustomizationEnabled)B2cIdentityUserFlow.BuilderuserFlowType(UserFlowType userFlowType)B2cIdentityUserFlow.BuilderuserFlowTypeVersion(Float userFlowTypeVersion)
-
-
-
Method Detail
-
id
public B2cIdentityUserFlow.Builder id(String id)
-
userFlowType
public B2cIdentityUserFlow.Builder userFlowType(UserFlowType userFlowType)
-
userFlowTypeVersion
public B2cIdentityUserFlow.Builder userFlowTypeVersion(Float userFlowTypeVersion)
-
apiConnectorConfiguration
public B2cIdentityUserFlow.Builder apiConnectorConfiguration(UserFlowApiConnectorConfiguration apiConnectorConfiguration)
-
defaultLanguageTag
public B2cIdentityUserFlow.Builder defaultLanguageTag(String defaultLanguageTag)
-
isLanguageCustomizationEnabled
public B2cIdentityUserFlow.Builder isLanguageCustomizationEnabled(Boolean isLanguageCustomizationEnabled)
-
build
public B2cIdentityUserFlow build()
-
-