CollaboratorsArray Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. CollaboratorsArray
- com.
public class CollaboratorsArray
The CollaboratorsArray model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
emails()
Get the emails value. |
Collaborators |
withEmails(List<String> emails)
Set the emails value. |
Method Details
emails
public List
Get the emails value.
Returns:
the emails value
withEmails
public CollaboratorsArray withEmails(List
Set the emails value.
Parameters:
emails
- the emails value to set
Returns:
the CollaboratorsArray object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java