Abstract class of an REST API object. 
|  | 
| String | nullIfNullOrEmpty (final String value) | 
|  | Checks if given string is null, empty or blank. 
 | 
|  | 
|  | 
| boolean | hasNonEmptyValue (final String string) | 
|  | Checks if the given string is not null nor empty. 
 | 
|  | 
◆ hasNonEmptyValue()
  
  | 
        
          | boolean tenduke.scale.api.model.AbstractRestApiObject.hasNonEmptyValue | ( | final String | string | ) |  |  | protected | 
 
Checks if the given string is not null nor empty. 
- Parameters
- 
  
  
- Returns
- true if string contains a value, otherwise false. 
 
 
◆ nullIfNullOrEmpty()
      
        
          | String tenduke.scale.api.model.AbstractRestApiObject.nullIfNullOrEmpty | ( | final String | value | ) |  | 
      
 
Checks if given string is null, empty or blank. 
- Parameters
- 
  
  
- Returns
- the given string if it is not null or empty or blank, otherwise null. 
 
 
The documentation for this class was generated from the following file:
- api/src/main/java/tenduke/scale/api/model/AbstractRestApiObject.java