Class SyncAllUsersRequest
- java.lang.Object
-
- com.cloudera.cdp.environments.model.SyncAllUsersRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:53.061-07:00") public class SyncAllUsersRequest extends Object
Request object for a All Users and Groups Sync.
-
-
Constructor Summary
Constructors Constructor Description SyncAllUsersRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<String>
getEnvironmentNames()
Getter for environmentNames.int
hashCode()
void
setEnvironmentNames(List<String> environmentNames)
Setter for environmentNames.String
toString()
-
-
-
Method Detail
-
getEnvironmentNames
public List<String> getEnvironmentNames()
Getter for environmentNames. List of environments to be synced. If not present, all environments will be synced.
-
setEnvironmentNames
public void setEnvironmentNames(List<String> environmentNames)
Setter for environmentNames. List of environments to be synced. If not present, all environments will be synced.
-
-