@Beta public class WorkflowInstanceRolesPATCH extends Object
Constructor and Description |
---|
WorkflowInstanceRolesPATCH() |
Modifier and Type | Method and Description |
---|---|
WorkflowInstanceRolesPATCH |
adminGroups(String adminGroups)
Set the adminGroups of this
WorkflowInstanceRolesPATCH instance and return the same instance. |
WorkflowInstanceRolesPATCH |
adminUsers(String adminUsers)
Set the adminUsers of this
WorkflowInstanceRolesPATCH instance and return the same instance. |
WorkflowInstanceRolesPATCH |
contextAdminGroups(String contextAdminGroups)
Set the contextAdminGroups of this
WorkflowInstanceRolesPATCH instance and return the same instance. |
WorkflowInstanceRolesPATCH |
contextAdminUsers(String contextAdminUsers)
Set the contextAdminUsers of this
WorkflowInstanceRolesPATCH instance and return the same instance. |
WorkflowInstanceRolesPATCH |
contextViewerGroups(String contextViewerGroups)
Set the contextViewerGroups of this
WorkflowInstanceRolesPATCH instance and return the same instance. |
WorkflowInstanceRolesPATCH |
contextViewerUsers(String contextViewerUsers)
Set the contextViewerUsers of this
WorkflowInstanceRolesPATCH instance and return the same instance. |
boolean |
equals(Object o) |
String |
getAdminGroups()
The groups that should be assigned to the admin role, as a comma-separated list.
|
String |
getAdminUsers()
The users that should be assigned to the admin role, as a comma-separated list.
|
String |
getContextAdminGroups()
The groups that should be assigned to the context admin role, as a comma-separated list.
|
String |
getContextAdminUsers()
The users that should be assigned to the context admin role, as a comma-separated list.
|
String |
getContextViewerGroups()
The groups that should be assigned to the context viewer role, as a comma-separated list.
|
String |
getContextViewerUsers()
The users that should be assigned to the context viewer role, as a comma-separated list.
|
String |
getViewerGroups()
The groups that should be assigned to the viewer role, as a comma-separated list.
|
String |
getViewerUsers()
The users that should be assigned to the viewer role, as a comma-separated list.
|
int |
hashCode() |
void |
setAdminGroups(String adminGroups)
Set the adminGroups of this
WorkflowInstanceRolesPATCH instance. |
void |
setAdminUsers(String adminUsers)
Set the adminUsers of this
WorkflowInstanceRolesPATCH instance. |
void |
setContextAdminGroups(String contextAdminGroups)
Set the contextAdminGroups of this
WorkflowInstanceRolesPATCH instance. |
void |
setContextAdminUsers(String contextAdminUsers)
Set the contextAdminUsers of this
WorkflowInstanceRolesPATCH instance. |
void |
setContextViewerGroups(String contextViewerGroups)
Set the contextViewerGroups of this
WorkflowInstanceRolesPATCH instance. |
void |
setContextViewerUsers(String contextViewerUsers)
Set the contextViewerUsers of this
WorkflowInstanceRolesPATCH instance. |
void |
setViewerGroups(String viewerGroups)
Set the viewerGroups of this
WorkflowInstanceRolesPATCH instance. |
void |
setViewerUsers(String viewerUsers)
Set the viewerUsers of this
WorkflowInstanceRolesPATCH instance. |
String |
toString() |
WorkflowInstanceRolesPATCH |
viewerGroups(String viewerGroups)
Set the viewerGroups of this
WorkflowInstanceRolesPATCH instance and return the same instance. |
WorkflowInstanceRolesPATCH |
viewerUsers(String viewerUsers)
Set the viewerUsers of this
WorkflowInstanceRolesPATCH instance and return the same instance. |
@Nonnull public WorkflowInstanceRolesPATCH viewerUsers(@Nonnull String viewerUsers)
WorkflowInstanceRolesPATCH
instance and return the same instance.viewerUsers
- The users that should be assigned to the viewer role, as a comma-separated list. Specify at most 100
user IDs. The ID of a user can be at most 255 characters long.WorkflowInstanceRolesPATCH
class@Nonnull public String getViewerUsers()
WorkflowInstanceRolesPATCH
instance.public void setViewerUsers(@Nonnull String viewerUsers)
WorkflowInstanceRolesPATCH
instance.viewerUsers
- The users that should be assigned to the viewer role, as a comma-separated list. Specify at most 100
user IDs. The ID of a user can be at most 255 characters long.@Nonnull public WorkflowInstanceRolesPATCH viewerGroups(@Nonnull String viewerGroups)
WorkflowInstanceRolesPATCH
instance and return the same instance.viewerGroups
- The groups that should be assigned to the viewer role, as a comma-separated list. Specify at most 100
group IDs. The ID of a group can be at most 255 characters long.WorkflowInstanceRolesPATCH
class@Nonnull public String getViewerGroups()
WorkflowInstanceRolesPATCH
instance.public void setViewerGroups(@Nonnull String viewerGroups)
WorkflowInstanceRolesPATCH
instance.viewerGroups
- The groups that should be assigned to the viewer role, as a comma-separated list. Specify at most 100
group IDs. The ID of a group can be at most 255 characters long.@Nonnull public WorkflowInstanceRolesPATCH adminUsers(@Nonnull String adminUsers)
WorkflowInstanceRolesPATCH
instance and return the same instance.adminUsers
- The users that should be assigned to the admin role, as a comma-separated list. Specify at most 100
user IDs. The ID of a user can be at most 255 characters long.WorkflowInstanceRolesPATCH
class@Nonnull public String getAdminUsers()
WorkflowInstanceRolesPATCH
instance.public void setAdminUsers(@Nonnull String adminUsers)
WorkflowInstanceRolesPATCH
instance.adminUsers
- The users that should be assigned to the admin role, as a comma-separated list. Specify at most 100
user IDs. The ID of a user can be at most 255 characters long.@Nonnull public WorkflowInstanceRolesPATCH adminGroups(@Nonnull String adminGroups)
WorkflowInstanceRolesPATCH
instance and return the same instance.adminGroups
- The groups that should be assigned to the admin role, as a comma-separated list. Specify at most 100
group IDs. The ID of a group can be at most 255 characters long.WorkflowInstanceRolesPATCH
class@Nonnull public String getAdminGroups()
WorkflowInstanceRolesPATCH
instance.public void setAdminGroups(@Nonnull String adminGroups)
WorkflowInstanceRolesPATCH
instance.adminGroups
- The groups that should be assigned to the admin role, as a comma-separated list. Specify at most 100
group IDs. The ID of a group can be at most 255 characters long.@Nonnull public WorkflowInstanceRolesPATCH contextViewerUsers(@Nonnull String contextViewerUsers)
WorkflowInstanceRolesPATCH
instance and return the same instance.contextViewerUsers
- The users that should be assigned to the context viewer role, as a comma-separated list. Specify at
most 100 user IDs. The ID of a user can be at most 255 characters long.WorkflowInstanceRolesPATCH
class@Nonnull public String getContextViewerUsers()
WorkflowInstanceRolesPATCH
instance.public void setContextViewerUsers(@Nonnull String contextViewerUsers)
WorkflowInstanceRolesPATCH
instance.contextViewerUsers
- The users that should be assigned to the context viewer role, as a comma-separated list. Specify at
most 100 user IDs. The ID of a user can be at most 255 characters long.@Nonnull public WorkflowInstanceRolesPATCH contextViewerGroups(@Nonnull String contextViewerGroups)
WorkflowInstanceRolesPATCH
instance and return the same instance.contextViewerGroups
- The groups that should be assigned to the context viewer role, as a comma-separated list. Specify at
most 100 group IDs. The ID of a group can be at most 255 characters long.WorkflowInstanceRolesPATCH
class@Nonnull public String getContextViewerGroups()
WorkflowInstanceRolesPATCH
instance.public void setContextViewerGroups(@Nonnull String contextViewerGroups)
WorkflowInstanceRolesPATCH
instance.contextViewerGroups
- The groups that should be assigned to the context viewer role, as a comma-separated list. Specify at
most 100 group IDs. The ID of a group can be at most 255 characters long.@Nonnull public WorkflowInstanceRolesPATCH contextAdminUsers(@Nonnull String contextAdminUsers)
WorkflowInstanceRolesPATCH
instance and return the same instance.contextAdminUsers
- The users that should be assigned to the context admin role, as a comma-separated list. Specify at
most 100 user IDs. The ID of a user can be at most 255 characters long.WorkflowInstanceRolesPATCH
class@Nonnull public String getContextAdminUsers()
WorkflowInstanceRolesPATCH
instance.public void setContextAdminUsers(@Nonnull String contextAdminUsers)
WorkflowInstanceRolesPATCH
instance.contextAdminUsers
- The users that should be assigned to the context admin role, as a comma-separated list. Specify at
most 100 user IDs. The ID of a user can be at most 255 characters long.@Nonnull public WorkflowInstanceRolesPATCH contextAdminGroups(@Nonnull String contextAdminGroups)
WorkflowInstanceRolesPATCH
instance and return the same instance.contextAdminGroups
- The groups that should be assigned to the context admin role, as a comma-separated list. Specify at
most 100 group IDs. The ID of a group can be at most 255 characters long.WorkflowInstanceRolesPATCH
class@Nonnull public String getContextAdminGroups()
WorkflowInstanceRolesPATCH
instance.public void setContextAdminGroups(@Nonnull String contextAdminGroups)
WorkflowInstanceRolesPATCH
instance.contextAdminGroups
- The groups that should be assigned to the context admin role, as a comma-separated list. Specify at
most 100 group IDs. The ID of a group can be at most 255 characters long.Copyright © 2020 SAP SE. All rights reserved.