Interface DataAttribute.FullNameStage
-
- All Known Implementing Classes:
DataAttribute.Builder
- Enclosing class:
- DataAttribute
public static interface DataAttribute.FullNameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataAttribute.LabelStagefullName(java.lang.String fullName)Full name of the attribute.
-
-
-
Method Detail
-
fullName
DataAttribute.LabelStage fullName(@NotNull java.lang.String fullName)
Full name of the attribute. Should match the name unless it's a nested attribute. We can split full_name on
.to access nested user object values.
-
-