@Generated public class UpdateWorkspaceBindingsParameters extends Object
| Constructor and Description |
|---|
UpdateWorkspaceBindingsParameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<WorkspaceBinding> |
getAdd() |
Collection<WorkspaceBinding> |
getRemove() |
String |
getSecurableName() |
String |
getSecurableType() |
int |
hashCode() |
UpdateWorkspaceBindingsParameters |
setAdd(Collection<WorkspaceBinding> add) |
UpdateWorkspaceBindingsParameters |
setRemove(Collection<WorkspaceBinding> remove) |
UpdateWorkspaceBindingsParameters |
setSecurableName(String securableName) |
UpdateWorkspaceBindingsParameters |
setSecurableType(String securableType) |
String |
toString() |
public UpdateWorkspaceBindingsParameters setAdd(Collection<WorkspaceBinding> add)
public Collection<WorkspaceBinding> getAdd()
public UpdateWorkspaceBindingsParameters setRemove(Collection<WorkspaceBinding> remove)
public Collection<WorkspaceBinding> getRemove()
public UpdateWorkspaceBindingsParameters setSecurableName(String securableName)
public String getSecurableName()
public UpdateWorkspaceBindingsParameters setSecurableType(String securableType)
public String getSecurableType()
Copyright © 2024. All rights reserved.