Freigeben über


UserAccessList Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.UserAccessList

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.

UserAccessList withEmails(List<String> emails)

Set the emails value.

UserAccessList withOwner(String owner)

Set the owner value.

Method Details

emails

public List emails()

Get the emails value.

Returns:

the emails value

owner

public String owner()

Get the owner value.

Returns:

the owner value

withEmails

public UserAccessList withEmails(List emails)

Set the emails value.

Parameters:

emails - the emails value to set

Returns:

the UserAccessList object itself.

withOwner

public UserAccessList withOwner(String owner)

Set the owner value.

Parameters:

owner - the owner value to set

Returns:

the UserAccessList object itself.

Applies to