AADObjectType Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.analytics.models.AADObjectType

public class AADObjectType

Defines values for AADObjectType.

Field Summary

Modifier and Type Field and Description
final AADObjectType GROUP

Static value Group for AADObjectType.

final AADObjectType SERVICE_PRINCIPAL

Static value ServicePrincipal for AADObjectType.

final AADObjectType 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:

value - the custom value

Method Details

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

Applies to