Package com.atlassian.bitbucket.mesh
Class UpdateMeshNodeRequest
java.lang.Object
com.atlassian.bitbucket.mesh.UpdateMeshNodeRequest
- Since:
- 8.0
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getId
public long getId()- Returns:
- the ID of the node to update
-
getName
- Returns:
- the node's new name, or
null
to retain its existing name unchanged
-
getRpcUrl
- Returns:
- the node's new URL, or
null
to retain its existing URL unchanged
-
getState
- Returns:
- the node's new
state
, ornull
to retain its existing state unchanged - Since:
- 8.4
-