Package odata.msgraph.client.complex
Class UserSecurityState
- java.lang.Object
-
- odata.msgraph.client.complex.UserSecurityState
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class UserSecurityState extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserSecurityState.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringaadUserIdprotected StringaccountNameprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringdomainNameprotected EmailRoleemailRoleprotected BooleanisVpnprotected OffsetDateTimelogonDateTimeprotected StringlogonIdprotected StringlogonIpprotected StringlogonLocationprotected LogonTypelogonTypeprotected StringodataTypeprotected StringonPremisesSecurityIdentifierprotected StringriskScoreprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected UserAccountSecurityTypeuserAccountTypeprotected StringuserPrincipalName
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserSecurityState()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
aadUserId
protected String aadUserId
-
accountName
protected String accountName
-
domainName
protected String domainName
-
emailRole
protected EmailRole emailRole
-
isVpn
protected Boolean isVpn
-
logonDateTime
protected OffsetDateTime logonDateTime
-
logonId
protected String logonId
-
logonIp
protected String logonIp
-
logonLocation
protected String logonLocation
-
logonType
protected LogonType logonType
-
onPremisesSecurityIdentifier
protected String onPremisesSecurityIdentifier
-
riskScore
protected String riskScore
-
userAccountType
protected UserAccountSecurityType userAccountType
-
userPrincipalName
protected String userPrincipalName
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAadUserId
public UserSecurityState withAadUserId(String aadUserId)
-
withAccountName
public UserSecurityState withAccountName(String accountName)
-
withDomainName
public UserSecurityState withDomainName(String domainName)
-
withEmailRole
public UserSecurityState withEmailRole(EmailRole emailRole)
-
withIsVpn
public UserSecurityState withIsVpn(Boolean isVpn)
-
getLogonDateTime
public Optional<OffsetDateTime> getLogonDateTime()
-
withLogonDateTime
public UserSecurityState withLogonDateTime(OffsetDateTime logonDateTime)
-
withLogonId
public UserSecurityState withLogonId(String logonId)
-
withLogonIp
public UserSecurityState withLogonIp(String logonIp)
-
withLogonLocation
public UserSecurityState withLogonLocation(String logonLocation)
-
withLogonType
public UserSecurityState withLogonType(LogonType logonType)
-
withOnPremisesSecurityIdentifier
public UserSecurityState withOnPremisesSecurityIdentifier(String onPremisesSecurityIdentifier)
-
withRiskScore
public UserSecurityState withRiskScore(String riskScore)
-
getUserAccountType
public Optional<UserAccountSecurityType> getUserAccountType()
-
withUserAccountType
public UserSecurityState withUserAccountType(UserAccountSecurityType userAccountType)
-
withUserPrincipalName
public UserSecurityState withUserPrincipalName(String userPrincipalName)
-
withUnmappedField
public UserSecurityState withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static UserSecurityState.Builder builder()
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
-
-