Class GetUserProfileErrors
java.lang.Object
co.elastic.clients.elasticsearch.security.get_user_profile.GetUserProfileErrors
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetUserProfileErrors>Json deserializer forGetUserProfileErrors -
Method Summary
Modifier and TypeMethodDescriptionfinal longcount()Required - API name:countfinal Map<String,ErrorCause> details()Required - API name:detailsstatic GetUserProfileErrorsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forGetUserProfileErrors
-
-
Method Details
-
of
public static GetUserProfileErrors of(Function<GetUserProfileErrors.Builder, ObjectBuilder<GetUserProfileErrors>> fn) -
count
public final long count()Required - API name:count -
details
Required - API name:details -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetUserProfileErrorsDeserializer
protected static void setupGetUserProfileErrorsDeserializer(ObjectDeserializer<GetUserProfileErrors.Builder> op)
-