public class UpdateGroupPreferencesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateGroupPreferencesRequest.Builder
Builder to make request construction easier.
|
| Constructor and Description |
|---|
UpdateGroupPreferencesRequest()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateGroupPreferencesRequest.Builder |
builder()
Returns a builder for the request.
|
String |
getDomainPreference()
Returns the domain preference of the group.
|
String |
getGroupGuid()
Returns the GUID of the group.
|
void |
setDomainPreferences(String domainPreference)
Sets the domain preference of the group.
|
void |
setGroupGuid(String groupGuid)
Sets the GUID of the group.
|
String |
toString()
Returns a string representation of the object.
|
public UpdateGroupPreferencesRequest()
public String getGroupGuid()
public void setGroupGuid(String groupGuid)
groupGuid - The GUID of the grouppublic String getDomainPreference()
public void setDomainPreferences(String domainPreference)
domainPreference - The domain preference of the grouppublic String toString()
public static UpdateGroupPreferencesRequest.Builder builder()
Copyright © 2020. All rights reserved.