Uses of Class
odata.msgraph.client.complex.AttributeDefinition
-
Packages that use AttributeDefinition Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of AttributeDefinition in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type AttributeDefinition Modifier and Type Field Description protected List<AttributeDefinition>ObjectDefinition. attributesMethods in odata.msgraph.client.complex that return AttributeDefinition Modifier and Type Method Description AttributeDefinitionAttributeDefinition.Builder. build()AttributeDefinitionAttributeDefinition. withAnchor(Boolean anchor)AttributeDefinitionAttributeDefinition. withCaseExact(Boolean caseExact)AttributeDefinitionAttributeDefinition. withDefaultValue(String defaultValue)AttributeDefinitionAttributeDefinition. withFlowNullValues(Boolean flowNullValues)AttributeDefinitionAttributeDefinition. withMultivalued(Boolean multivalued)AttributeDefinitionAttributeDefinition. withMutability(Mutability mutability)AttributeDefinitionAttributeDefinition. withName(String name)AttributeDefinitionAttributeDefinition. withRequired(Boolean required)AttributeDefinitionAttributeDefinition. withType(AttributeType type)AttributeDefinitionAttributeDefinition. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type AttributeDefinition Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AttributeDefinition>ObjectDefinition. getAttributes()com.github.davidmoten.odata.client.CollectionPage<AttributeDefinition>ObjectDefinition. getAttributes(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type AttributeDefinition Modifier and Type Method Description ObjectDefinition.BuilderObjectDefinition.Builder. attributes(AttributeDefinition... attributes)Method parameters in odata.msgraph.client.complex with type arguments of type AttributeDefinition Modifier and Type Method Description ObjectDefinition.BuilderObjectDefinition.Builder. attributes(List<AttributeDefinition> attributes) -
Uses of AttributeDefinition in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity with parameters of type AttributeDefinition Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ParseExpressionResponse>SynchronizationSchema. parseExpression(String expression, ExpressionInputObject testInputObject, AttributeDefinition targetAttributeDefinition) -
Uses of AttributeDefinition in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request with parameters of type AttributeDefinition Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ParseExpressionResponse>SynchronizationSchemaRequest. parseExpression(String expression, ExpressionInputObject testInputObject, AttributeDefinition targetAttributeDefinition)
-