public class ResourceServerScopeType extends Object implements Serializable
A resource server scope.
| Constructor and Description |
|---|
ResourceServerScopeType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getScopeDescription()
A description of the scope.
|
String |
getScopeName()
The name of the scope.
|
int |
hashCode() |
void |
setScopeDescription(String scopeDescription)
A description of the scope.
|
void |
setScopeName(String scopeName)
The name of the scope.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResourceServerScopeType |
withScopeDescription(String scopeDescription)
A description of the scope.
|
ResourceServerScopeType |
withScopeName(String scopeName)
The name of the scope.
|
public String getScopeName()
The name of the scope.
Constraints:
Length: 1 - 256
Pattern: [\x21\x23-\x2E\x30-\x5B\x5D-\x7E]+
The name of the scope.
public void setScopeName(String scopeName)
The name of the scope.
Constraints:
Length: 1 - 256
Pattern: [\x21\x23-\x2E\x30-\x5B\x5D-\x7E]+
scopeName - The name of the scope.
public ResourceServerScopeType withScopeName(String scopeName)
The name of the scope.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
Pattern: [\x21\x23-\x2E\x30-\x5B\x5D-\x7E]+
scopeName - The name of the scope.
public String getScopeDescription()
A description of the scope.
Constraints:
Length: 1 - 256
A description of the scope.
public void setScopeDescription(String scopeDescription)
A description of the scope.
Constraints:
Length: 1 - 256
scopeDescription - A description of the scope.
public ResourceServerScopeType withScopeDescription(String scopeDescription)
A description of the scope.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
scopeDescription - A description of the scope.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.