Package org.azd.graph.types
Class GraphUser
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.graph.types.GraphEntity
org.azd.graph.types.GraphUser
Graph user entity
-
Field Summary
Fields inherited from class org.azd.graph.types.GraphEntity
_links, descriptor, displayName, domain, mailAddress, origin, originId, principalName, subjectKind, url
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setDeletedInOrigin
(boolean deletedInOrigin) void
setDirectoryAlias
(String directoryAlias) void
setLegacyDescriptor
(String legacyDescriptor) void
setMetaType
(String metaType) toString()
toString() method to convert the POJO to string.Methods inherited from class org.azd.graph.types.GraphEntity
get_links, getDescriptor, getDisplayName, getDomain, getMailAddress, getOrigin, getOriginId, getPrincipalName, getSubjectKind, getUrl, set_links, setDescriptor, setDisplayName, setDomain, setMailAddress, setOrigin, setOriginId, setPrincipalName, setSubjectKind, setUrl
Methods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree
-
Constructor Details
-
GraphUser
public GraphUser()
-
-
Method Details
-
getDirectoryAlias
-
setDirectoryAlias
-
isDeletedInOrigin
public boolean isDeletedInOrigin() -
setDeletedInOrigin
public void setDeletedInOrigin(boolean deletedInOrigin) -
getLegacyDescriptor
-
setLegacyDescriptor
-
getMetaType
-
setMetaType
-
toString
Description copied from class:SerializableEntity
toString() method to convert the POJO to string.- Overrides:
toString
in classSerializableEntity
- Returns:
- String result.
-