Package odata.msgraph.client.beta.entity
Class CredentialUserRegistrationDetails
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.CredentialUserRegistrationDetails
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class CredentialUserRegistrationDetails 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 classCredentialUserRegistrationDetails.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<RegistrationAuthMethod>authMethodsprotected StringauthMethodsNextLinkprotected BooleanisCapableprotected BooleanisEnabledprotected BooleanisMfaRegisteredprotected BooleanisRegisteredprotected StringuserDisplayNameprotected StringuserPrincipalName-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCredentialUserRegistrationDetails()
-
Method Summary
-
-
-
Field Detail
-
authMethods
protected List<RegistrationAuthMethod> authMethods
-
authMethodsNextLink
protected String authMethodsNextLink
-
isCapable
protected Boolean isCapable
-
isEnabled
protected Boolean isEnabled
-
isMfaRegistered
protected Boolean isMfaRegistered
-
isRegistered
protected Boolean isRegistered
-
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
-
builderCredentialUserRegistrationDetails
public static CredentialUserRegistrationDetails.Builder builderCredentialUserRegistrationDetails()
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
-
getAuthMethods
public com.github.davidmoten.odata.client.CollectionPage<RegistrationAuthMethod> getAuthMethods()
-
withAuthMethods
public CredentialUserRegistrationDetails withAuthMethods(List<RegistrationAuthMethod> authMethods)
-
getAuthMethods
public com.github.davidmoten.odata.client.CollectionPage<RegistrationAuthMethod> getAuthMethods(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withIsCapable
public CredentialUserRegistrationDetails withIsCapable(Boolean isCapable)
-
withIsEnabled
public CredentialUserRegistrationDetails withIsEnabled(Boolean isEnabled)
-
withIsMfaRegistered
public CredentialUserRegistrationDetails withIsMfaRegistered(Boolean isMfaRegistered)
-
withIsRegistered
public CredentialUserRegistrationDetails withIsRegistered(Boolean isRegistered)
-
withUserDisplayName
public CredentialUserRegistrationDetails withUserDisplayName(String userDisplayName)
-
withUserPrincipalName
public CredentialUserRegistrationDetails withUserPrincipalName(String userPrincipalName)
-
withUnmappedField
public CredentialUserRegistrationDetails 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 CredentialUserRegistrationDetails patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public CredentialUserRegistrationDetails put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-