UserAccessList Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. UserAccessList
- com.
public class UserAccessList
List of user permissions.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
emails()
Get the emails value. |
String |
owner()
Get the owner value. |
User |
withEmails(List<String> emails)
Set the emails value. |
User |
withOwner(String owner)
Set the owner value. |
Method Details
emails
public List
Get the emails value.
Returns:
owner
public String owner()
Get the owner value.
Returns:
withEmails
public UserAccessList withEmails(List
Set the emails value.
Parameters:
Returns:
withOwner
public UserAccessList withOwner(String owner)
Set the owner value.
Parameters:
Returns: