AADObjectType Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. AADObjectType
- com.
public class AADObjectType
Defines values for AADObjectType.
Field Summary
Modifier and Type | Field and Description |
---|---|
final AADObject |
GROUP
Static value Group for AADObjectType. |
final AADObject |
SERVICE_PRINCIPAL
Static value ServicePrincipal for AADObjectType. |
final AADObject |
USER
Static value User for AADObjectType. |
Constructor Summary
Constructor | Description |
---|---|
AADObjectType(String value) |
Creates a custom value for AADObjectType. |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object obj) |
int | hashCode() |
String | toString() |
Field Details
GROUP
public static final AADObjectType GROUP= new AADObjectType("Group")
Static value Group for AADObjectType.
SERVICE_PRINCIPAL
public static final AADObjectType SERVICE_PRINCIPAL= new AADObjectType("ServicePrincipal")
Static value ServicePrincipal for AADObjectType.
USER
public static final AADObjectType USER= new AADObjectType("User")
Static value User for AADObjectType.
Constructor Details
AADObjectType
public AADObjectType(String value)
Creates a custom value for AADObjectType.
Parameters:
Method Details
equals
public boolean equals(Object obj)
Parameters:
hashCode
public int hashCode()
toString
public String toString()
Applies to
Azure SDK for Java