Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GLPI
java-library-glpi
Commits
20e50125
Commit
20e50125
authored
Nov 01, 2017
by
Naylin
Committed by
Alexander Salas Bastidas
Nov 01, 2017
Browse files
docs(ChangeActiveEntitiesRequest): improve initial documentation
add the type of param add return description
parent
529b3d66
Changes
1
Hide whitespace changes
Inline
Side-by-side
glpi/src/main/java/org/glpi/api/request/ChangeActiveEntitiesRequest.java
View file @
20e50125
...
...
@@ -37,8 +37,8 @@ public class ChangeActiveEntitiesRequest {
/**
* Create a request for change active entities
* @param entitiesId
* @param isRecursive
* @param
string
entitiesId
* @param
string
isRecursive
*/
public
ChangeActiveEntitiesRequest
(
String
entitiesId
,
String
isRecursive
)
{
this
.
entitiesId
=
entitiesId
;
...
...
@@ -47,7 +47,7 @@ public class ChangeActiveEntitiesRequest {
/**
* Get Entities Id
* @return
String
* @return
the entities Id
*/
public
String
getEntitiesId
()
{
return
entitiesId
;
...
...
@@ -55,7 +55,7 @@ public class ChangeActiveEntitiesRequest {
/**
* Set Entities Id
* @param entitiesId
* @param
string
entitiesId
*/
public
void
setEntitiesId
(
String
entitiesId
)
{
this
.
entitiesId
=
entitiesId
;
...
...
@@ -63,7 +63,7 @@ public class ChangeActiveEntitiesRequest {
/**
* get is Recursive
* @return
* @return
if the entity is recursive
*/
public
String
getIsRecursive
()
{
return
isRecursive
;
...
...
@@ -71,7 +71,7 @@ public class ChangeActiveEntitiesRequest {
/**
* set is Recursive
* @param isRecursive
* @param
string
isRecursive
*/
public
void
setIsRecursive
(
String
isRecursive
)
{
this
.
isRecursive
=
isRecursive
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment