public class AttributeAuditDetail extends AuditDetail implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeAuditDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Collection_Int32_String |
deletedAttributes |
protected List<String> |
invalidNewValueAttributes |
protected String |
invalidNewValueAttributesNextLink |
protected Integer |
locLabelLanguageCode |
contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AttributeAuditDetail() |
| Modifier and Type | Method and Description |
|---|---|
static AttributeAuditDetail.Builder |
builderAttributeAuditDetail()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Collection_Int32_String> |
getDeletedAttributes() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getInvalidNewValueAttributes() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getInvalidNewValueAttributes(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<Integer> |
getLocLabelLanguageCode() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AttributeAuditDetail |
withDeletedAttributes(Collection_Int32_String deletedAttributes) |
AttributeAuditDetail |
withLocLabelLanguageCode(Integer locLabelLanguageCode) |
AttributeAuditDetail |
withUnmappedField(String name,
String value) |
builderprotected String invalidNewValueAttributesNextLink
protected Collection_Int32_String deletedAttributes
protected Integer locLabelLanguageCode
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class AuditDetailpublic com.github.davidmoten.odata.client.CollectionPage<String> getInvalidNewValueAttributes()
public com.github.davidmoten.odata.client.CollectionPage<String> getInvalidNewValueAttributes(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<Collection_Int32_String> getDeletedAttributes()
public AttributeAuditDetail withDeletedAttributes(Collection_Int32_String deletedAttributes)
public AttributeAuditDetail withLocLabelLanguageCode(Integer locLabelLanguageCode)
public AttributeAuditDetail withUnmappedField(String name, String value)
withUnmappedField in class AuditDetailpublic com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class AuditDetailpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class AuditDetailpublic static AttributeAuditDetail.Builder builderAttributeAuditDetail()
public String toString()
toString in class AuditDetailCopyright © 2018–2020. All rights reserved.