Package odata.msgraph.client.beta.entity
Class IdentityUserFlow.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.IdentityUserFlow.Builder
-
- Enclosing class:
- IdentityUserFlow
public static final class IdentityUserFlow.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityUserFlowbuild()IdentityUserFlow.Builderid(String id)IdentityUserFlow.BuilderuserFlowType(UserFlowType userFlowType)IdentityUserFlow.BuilderuserFlowTypeVersion(Float userFlowTypeVersion)
-
-
-
Method Detail
-
id
public IdentityUserFlow.Builder id(String id)
-
userFlowType
public IdentityUserFlow.Builder userFlowType(UserFlowType userFlowType)
-
userFlowTypeVersion
public IdentityUserFlow.Builder userFlowTypeVersion(Float userFlowTypeVersion)
-
build
public IdentityUserFlow build()
-
-