Property | Type | Description | |
---|---|---|---|
IValidatableObject | IEnumerable |
Method | Description | |
---|---|---|
Equals ( input ) : bool |
Returns true if UserEntity instances are equal
|
|
Equals ( object input ) : bool |
Returns true if objects are equal
|
|
GetHashCode ( ) : int |
Gets the hash code
|
|
ToJson ( ) : string |
Returns the JSON string presentation of the object
|
|
ToString ( ) : string |
Returns the string presentation of the object
|
|
UserEntity ( NiFi.Swagger.Model.RevisionDTO revision = default(RevisionDTO), string id = default(string), string uri = default(string), NiFi.Swagger.Model.PositionDTO position = default(PositionDTO), NiFi.Swagger.Model.PermissionsDTO permissions = default(PermissionsDTO), List bulletins = default(List<BulletinEntity>), bool? disconnectedNodeAcknowledged = default(bool?), NiFi.Swagger.Model.UserDTO component = default(UserDTO) ) : System |
Initializes a new instance of the UserEntity class.
|
Method | Description | |
---|---|---|
IValidatableObject ( ValidationContext validationContext ) : IEnumerable |
To validate all properties of the instance
|
public Equals ( input ) : bool | ||
input | Instance of UserEntity to be compared | |
return | bool |
public Equals ( object input ) : bool | ||
input | object | Object to be compared |
return | bool |
public UserEntity ( NiFi.Swagger.Model.RevisionDTO revision = default(RevisionDTO), string id = default(string), string uri = default(string), NiFi.Swagger.Model.PositionDTO position = default(PositionDTO), NiFi.Swagger.Model.PermissionsDTO permissions = default(PermissionsDTO), List bulletins = default(List<BulletinEntity>), bool? disconnectedNodeAcknowledged = default(bool?), NiFi.Swagger.Model.UserDTO component = default(UserDTO) ) : System | ||
revision | NiFi.Swagger.Model.RevisionDTO | The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses.. |
id | string | The id of the component.. |
uri | string | The URI for futures requests to the component.. |
position | NiFi.Swagger.Model.PositionDTO | The position of this component in the UI if applicable.. |
permissions | NiFi.Swagger.Model.PermissionsDTO | The permissions for this component.. |
bulletins | List | The bulletins for this component.. |
disconnectedNodeAcknowledged | bool? | Acknowledges that this node is disconnected to allow for mutable requests to proceed.. |
component | NiFi.Swagger.Model.UserDTO | component. |
return | System |