UserCollaborator Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. UserCollaborator
- com.
public class UserCollaborator
The UserCollaborator model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
email()
Get the email value. |
User |
withEmail(String email)
Set the email value. |
Method Details
public String email()
Get the email value.
Returns:
the email value
withEmail
public UserCollaborator withEmail(String email)
Set the email value.
Parameters:
email
- the email value to set
Returns:
the UserCollaborator object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java