Package odata.msgraph.client.beta.entity
Class RestrictedSignIn
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.SignIn
-
- odata.msgraph.client.beta.entity.RestrictedSignIn
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class RestrictedSignIn extends SignIn implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRestrictedSignIn.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringtargetTenantId-
Fields inherited from class odata.msgraph.client.beta.entity.SignIn
appDisplayName, appId, appliedConditionalAccessPolicies, appliedConditionalAccessPoliciesNextLink, authenticationDetails, authenticationDetailsNextLink, authenticationMethodsUsed, authenticationMethodsUsedNextLink, authenticationProcessingDetails, authenticationProcessingDetailsNextLink, authenticationProtocol, authenticationRequirement, authenticationRequirementPolicies, authenticationRequirementPoliciesNextLink, autonomousSystemNumber, clientAppUsed, conditionalAccessStatus, correlationId, createdDateTime, crossTenantAccessType, deviceDetail, flaggedForReview, homeTenantId, homeTenantName, incomingTokenType, ipAddress, ipAddressFromResourceProvider, isInteractive, isTenantRestricted, location, mfaDetail, networkLocationDetails, networkLocationDetailsNextLink, originalRequestId, privateLinkDetails, processingTimeInMilliseconds, resourceDisplayName, resourceId, resourceTenantId, riskDetail, riskEventTypes_v2, riskEventTypes_v2NextLink, riskLevelAggregated, riskLevelDuringSignIn, riskState, servicePrincipalCredentialKeyId, servicePrincipalCredentialThumbprint, servicePrincipalId, servicePrincipalName, signInEventTypes, signInEventTypesNextLink, signInIdentifier, signInIdentifierType, status, tokenIssuerName, tokenIssuerType, uniqueTokenIdentifier, userAgent, userDisplayName, userId, userPrincipalName, userType
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRestrictedSignIn()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RestrictedSignIn.BuilderbuilderRestrictedSignIn()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<String>getTargetTenantId()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()RestrictedSignInpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)RestrictedSignInput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()RestrictedSignInwithTargetTenantId(String targetTenantId)RestrictedSignInwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.entity.SignIn
builderSignIn, getAppDisplayName, getAppId, getAppliedConditionalAccessPolicies, getAppliedConditionalAccessPolicies, getAuthenticationDetails, getAuthenticationDetails, getAuthenticationMethodsUsed, getAuthenticationMethodsUsed, getAuthenticationProcessingDetails, getAuthenticationProcessingDetails, getAuthenticationProtocol, getAuthenticationRequirement, getAuthenticationRequirementPolicies, getAuthenticationRequirementPolicies, getAutonomousSystemNumber, getClientAppUsed, getConditionalAccessStatus, getCorrelationId, getCreatedDateTime, getCrossTenantAccessType, getDeviceDetail, getFlaggedForReview, getHomeTenantId, getHomeTenantName, getIncomingTokenType, getIpAddress, getIpAddressFromResourceProvider, getIsInteractive, getIsTenantRestricted, getLocation, getMfaDetail, getNetworkLocationDetails, getNetworkLocationDetails, getOriginalRequestId, getPrivateLinkDetails, getProcessingTimeInMilliseconds, getResourceDisplayName, getResourceId, getResourceTenantId, getRiskDetail, getRiskEventTypes_v2, getRiskEventTypes_v2, getRiskLevelAggregated, getRiskLevelDuringSignIn, getRiskState, getServicePrincipalCredentialKeyId, getServicePrincipalCredentialThumbprint, getServicePrincipalId, getServicePrincipalName, getSignInEventTypes, getSignInEventTypes, getSignInIdentifier, getSignInIdentifierType, getStatus, getTokenIssuerName, getTokenIssuerType, getUniqueTokenIdentifier, getUserAgent, getUserDisplayName, getUserId, getUserPrincipalName, getUserType, withAppDisplayName, withAppId, withAppliedConditionalAccessPolicies, withAuthenticationDetails, withAuthenticationMethodsUsed, withAuthenticationProcessingDetails, withAuthenticationProtocol, withAuthenticationRequirement, withAuthenticationRequirementPolicies, withAutonomousSystemNumber, withClientAppUsed, withConditionalAccessStatus, withCorrelationId, withCreatedDateTime, withCrossTenantAccessType, withDeviceDetail, withFlaggedForReview, withHomeTenantId, withHomeTenantName, withIncomingTokenType, withIpAddress, withIpAddressFromResourceProvider, withIsInteractive, withIsTenantRestricted, withLocation, withMfaDetail, withNetworkLocationDetails, withOriginalRequestId, withPrivateLinkDetails, withProcessingTimeInMilliseconds, withResourceDisplayName, withResourceId, withResourceTenantId, withRiskDetail, withRiskEventTypes_v2, withRiskLevelAggregated, withRiskLevelDuringSignIn, withRiskState, withServicePrincipalCredentialKeyId, withServicePrincipalCredentialThumbprint, withServicePrincipalId, withServicePrincipalName, withSignInEventTypes, withSignInIdentifier, withSignInIdentifierType, withStatus, withTokenIssuerName, withTokenIssuerType, withUniqueTokenIdentifier, withUserAgent, withUserDisplayName, withUserId, withUserPrincipalName, withUserType
-
-
-
-
Field Detail
-
targetTenantId
protected String targetTenantId
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classSignIn
-
builderRestrictedSignIn
public static RestrictedSignIn.Builder builderRestrictedSignIn()
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 classSignIn
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classSignIn
-
withTargetTenantId
public RestrictedSignIn withTargetTenantId(String targetTenantId)
-
withUnmappedField
public RestrictedSignIn withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classSignIn
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classSignIn
-
patch
public RestrictedSignIn patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public RestrictedSignIn put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-