Package org.azd.graph.types
Class SubjectLookup
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.graph.types.GraphEntity
org.azd.graph.types.SubjectLookup
Response object from a subject lookup via descriptor
This contains information about the object kind (user or group) and origin source (aad, vsts, etc) Not all fields may be populated in the response.
-
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 TypeMethodDescriptionvoid
setDescription
(String description) 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
-
SubjectLookup
public SubjectLookup()
-
-
Method Details
-
getDescription
-
setDescription
-
toString
Description copied from class:SerializableEntity
toString() method to convert the POJO to string.- Overrides:
toString
in classSerializableEntity
- Returns:
- String result.
-