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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java