Class GetUserProfileErrors
java.lang.Object
co.elastic.clients.elasticsearch.security.get_user_profile.GetUserProfileErrors
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GetUserProfileErrors extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetUserProfileErrors.BuilderBuilder forGetUserProfileErrors. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GetUserProfileErrors>_DESERIALIZERJson deserializer forGetUserProfileErrors -
Method Summary
Modifier and Type Method Description longcount()Required - API name:countjava.util.Map<java.lang.String,ErrorCause>details()Required - API name:detailsstatic GetUserProfileErrorsof(java.util.function.Function<GetUserProfileErrors.Builder,ObjectBuilder<GetUserProfileErrors>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupGetUserProfileErrorsDeserializer(ObjectDeserializer<GetUserProfileErrors.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forGetUserProfileErrors
-
-
Method Details
-
of
public static GetUserProfileErrors of(java.util.function.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
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupGetUserProfileErrorsDeserializer
protected static void setupGetUserProfileErrorsDeserializer(ObjectDeserializer<GetUserProfileErrors.Builder> op)
-