GroupAddMemberParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.graphrbac.GroupAddMemberParameters

public class GroupAddMemberParameters

Request parameters for adding a member to a group.

Method Summary

Modifier and Type Method and Description
String url()

Get the url value.

GroupAddMemberParameters withUrl(String url)

Set the url value.

Method Details

url

public String url()

Get the url value.

Returns:

the url value

withUrl

public GroupAddMemberParameters withUrl(String url)

Set the url value.

Parameters:

url - the url value to set

Returns:

the GroupAddMemberParameters object itself.

Applies to