Package odata.msgraph.client.beta.entity
Class UserRegistrationDetails
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.UserRegistrationDetails
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class UserRegistrationDetails extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.SkipSupported
false
Org.OData.Capabilities.V1.TopSupported
true
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserRegistrationDetails.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanisMfaCapableprotected BooleanisMfaRegisteredprotected BooleanisPasswordlessCapableprotected BooleanisSsprCapableprotected BooleanisSsprEnabledprotected BooleanisSsprRegisteredprotected List<String>methodsRegisteredprotected StringmethodsRegisteredNextLinkprotected StringuserDisplayNameprotected StringuserPrincipalName-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserRegistrationDetails()
-
Method Summary
-
-
-
Field Detail
-
isMfaCapable
protected Boolean isMfaCapable
-
isMfaRegistered
protected Boolean isMfaRegistered
-
isPasswordlessCapable
protected Boolean isPasswordlessCapable
-
isSsprCapable
protected Boolean isSsprCapable
-
isSsprEnabled
protected Boolean isSsprEnabled
-
isSsprRegistered
protected Boolean isSsprRegistered
-
methodsRegisteredNextLink
protected String methodsRegisteredNextLink
-
userDisplayName
protected String userDisplayName
-
userPrincipalName
protected String userPrincipalName
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderUserRegistrationDetails
public static UserRegistrationDetails.Builder builderUserRegistrationDetails()
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 classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withIsMfaCapable
public UserRegistrationDetails withIsMfaCapable(Boolean isMfaCapable)
-
withIsMfaRegistered
public UserRegistrationDetails withIsMfaRegistered(Boolean isMfaRegistered)
-
withIsPasswordlessCapable
public UserRegistrationDetails withIsPasswordlessCapable(Boolean isPasswordlessCapable)
-
withIsSsprCapable
public UserRegistrationDetails withIsSsprCapable(Boolean isSsprCapable)
-
withIsSsprEnabled
public UserRegistrationDetails withIsSsprEnabled(Boolean isSsprEnabled)
-
withIsSsprRegistered
public UserRegistrationDetails withIsSsprRegistered(Boolean isSsprRegistered)
-
getMethodsRegistered
public com.github.davidmoten.odata.client.CollectionPage<String> getMethodsRegistered()
-
withMethodsRegistered
public UserRegistrationDetails withMethodsRegistered(List<String> methodsRegistered)
-
getMethodsRegistered
public com.github.davidmoten.odata.client.CollectionPage<String> getMethodsRegistered(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUserDisplayName
public UserRegistrationDetails withUserDisplayName(String userDisplayName)
-
withUserPrincipalName
public UserRegistrationDetails withUserPrincipalName(String userPrincipalName)
-
withUnmappedField
public UserRegistrationDetails withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public UserRegistrationDetails patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public UserRegistrationDetails put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-