public class UpdateGroupRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateGroupRequest.Builder
Builder to make request construction easier.
|
| Constructor and Description |
|---|
UpdateGroupRequest()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateGroupRequest.Builder |
builder()
Returns a builder for the request.
|
List<String> |
getBsds()
Returns the list of BSDs.
|
String |
getName()
Returns the name of the group.
|
String |
getOrganizationGuid()
Returns the organization GUID of the group.
|
void |
setBsds(List<String> bsds)
Sets the list of BSDs.
|
void |
setName(String name)
Sets the name of the group.
|
void |
setOrganizationGuid(String organizationGuid)
Sets the organization GUID of the group.
|
String |
toString()
Returns a string representation of the object.
|
public String getName()
public void setName(String name)
name - The name of the grouppublic void setBsds(List<String> bsds)
bsds - The list of BSDspublic String getOrganizationGuid()
public void setOrganizationGuid(String organizationGuid)
organizationGuid - The organization GUID of the grouppublic String toString()
public static UpdateGroupRequest.Builder builder()
Copyright © 2020. All rights reserved.