Skip to content
GitLab
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
e173a274
Commit
e173a274
authored
Nov 01, 2017
by
Naylin
Committed by
Alexander Salas Bastidas
Nov 01, 2017
Browse files
docs(ChangeActiveProfileRequest): improve initial documentation
add the type of params add return description
parent
61b69687
Changes
1
Hide whitespace changes
Inline
Side-by-side
glpi/src/main/java/org/glpi/api/request/ChangeActiveProfileRequest.java
View file @
e173a274
...
...
@@ -34,7 +34,7 @@ public class ChangeActiveProfileRequest {
/**
* Create a request for change active profile
* @param profilesId
* @param
string
profilesId
*/
public
ChangeActiveProfileRequest
(
String
profilesId
)
{
this
.
profilesId
=
profilesId
;
...
...
@@ -42,7 +42,7 @@ public class ChangeActiveProfileRequest {
/**
* get profiles id
* @return
* @return
the profiles Id
*/
public
String
getprofilesId
()
{
return
profilesId
;
...
...
@@ -50,7 +50,7 @@ public class ChangeActiveProfileRequest {
/**
* set profile id
* @param profilesId
* @param
string
profilesId
*/
public
void
setprofilesId
(
String
profilesId
)
{
this
.
profilesId
=
profilesId
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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