Class DeleteRoleMappingResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<DeleteRoleMappingResponse.Builder>
co.elastic.clients.elasticsearch.security.DeleteRoleMappingResponse.Builder
- All Implemented Interfaces:
- WithJson<DeleteRoleMappingResponse.Builder>,- ObjectBuilder<DeleteRoleMappingResponse>
- Enclosing class:
- DeleteRoleMappingResponse
public static class DeleteRoleMappingResponse.Builder
extends WithJsonObjectBuilderBase<DeleteRoleMappingResponse.Builder>
implements ObjectBuilder<DeleteRoleMappingResponse>
Builder for 
DeleteRoleMappingResponse.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds aDeleteRoleMappingResponse.found(boolean value) Required - If the mapping is successfully deleted,foundistrue.protected DeleteRoleMappingResponse.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBasewithJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
foundRequired - If the mapping is successfully deleted,foundistrue. Otherwise,foundisfalse.API name: found
- 
self- Specified by:
- selfin class- WithJsonObjectBuilderBase<DeleteRoleMappingResponse.Builder>
 
- 
buildBuilds aDeleteRoleMappingResponse.- Specified by:
- buildin interface- ObjectBuilder<DeleteRoleMappingResponse>
- Throws:
- NullPointerException- if some of the required fields are null.
 
 
-