LocalizedAttributes |
LocalizedAttributes.combine(LocalizedAttributes another) |
Combines this localized attributes with the attributes present in the other instance of LocalizedAttributes
|
static LocalizedAttributes |
LocalizedAttributes.createFrom(org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) |
Creates instance of LocalizedAttributes and populates it from the provided OData entry
|
static LocalizedAttributes |
LocalizedAttributes.createWithValues(java.util.Map<java.lang.String,LocalizedValue> values) |
Creates instance of LocalizedAttributes and populates it with the provided attribute values
|
protected LocalizedAttributes |
CollectionValueConverter.handleLocalizedAttributes(ConversionParameters parameters) |
Converts a collection of Localized___xxx entities representing localized attribute in the type system.
|
protected LocalizedAttributes |
ReplaceAttributeCollectionValueConverter.handleLocalizedAttributes(ConversionParameters parameters) |
|
LocalizedAttributes |
LocalizedAttributes.setAll(LocalizedValue value) |
Resets all localized attributes to the provided value without mutating this LocalizedAttributes instance.
|