Package com.microsoft.graph.info
Class Constants
java.lang.Object
com.microsoft.graph.info.Constants
Multi-purpose constants holder used accross the SDK
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe application ID to use for unit testingstatic final StringThe client secret to use for unit testingstatic final StringThe user password to use for unit testingstatic final StringThe tenant ID to use for unit testingstatic final StringThe user email to use for unit testingstatic final StringThe SDK version -
Method Summary
-
Field Details
-
APPID
The application ID to use for unit testing- See Also:
-
USERNAME
The user email to use for unit testing- See Also:
-
PASSWORD
The user password to use for unit testing- See Also:
-
TENANTID
The tenant ID to use for unit testing- See Also:
-
CLIENTSECRET
The client secret to use for unit testing- See Also:
-
VERSION_NAME
The SDK version- See Also:
-