Class AuditUserIdentity
- java.lang.Object
-
- odata.msgraph.client.beta.complex.Identity
-
- odata.msgraph.client.beta.complex.UserIdentity
-
- odata.msgraph.client.beta.complex.AuditUserIdentity
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AuditUserIdentity extends UserIdentity implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuditUserIdentity.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringhomeTenantIdprotected StringhomeTenantName-
Fields inherited from class odata.msgraph.client.beta.complex.UserIdentity
ipAddress, userPrincipalName
-
Fields inherited from class odata.msgraph.client.beta.complex.Identity
contextPath, displayName, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAuditUserIdentity()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuditUserIdentity.BuilderbuilderAuditUserIdentity()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getHomeTenantId()Optional<String>getHomeTenantName()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AuditUserIdentitywithHomeTenantId(String homeTenantId)AuditUserIdentitywithHomeTenantName(String homeTenantName)AuditUserIdentitywithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.UserIdentity
builderUserIdentity, getIpAddress, getUserPrincipalName, withIpAddress, withUserPrincipalName
-
Methods inherited from class odata.msgraph.client.beta.complex.Identity
builder, getDisplayName, getId, withDisplayName, withId
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classUserIdentity
-
withHomeTenantId
public AuditUserIdentity withHomeTenantId(String homeTenantId)
-
withHomeTenantName
public AuditUserIdentity withHomeTenantName(String homeTenantName)
-
withUnmappedField
public AuditUserIdentity withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classUserIdentity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classUserIdentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classUserIdentity
-
builderAuditUserIdentity
public static AuditUserIdentity.Builder builderAuditUserIdentity()
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
-
toString
public String toString()
- Overrides:
toStringin classUserIdentity
-
-