Uses of Class
odata.msgraph.client.beta.enums.AttributeType
-
Packages that use AttributeType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AttributeType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AttributeType Modifier and Type Field Description protected AttributeTypeAttributeDefinition. typeprotected AttributeTypeAttributeMappingParameterSchema. typeMethods in odata.msgraph.client.beta.complex that return types with arguments of type AttributeType Modifier and Type Method Description Optional<AttributeType>AttributeDefinition. getType()Optional<AttributeType>AttributeMappingParameterSchema. getType()Methods in odata.msgraph.client.beta.complex with parameters of type AttributeType Modifier and Type Method Description AttributeDefinition.BuilderAttributeDefinition.Builder. type(AttributeType type)AttributeMappingParameterSchema.BuilderAttributeMappingParameterSchema.Builder. type(AttributeType type)AttributeDefinitionAttributeDefinition. withType(AttributeType type)AttributeMappingParameterSchemaAttributeMappingParameterSchema. withType(AttributeType type) -
Uses of AttributeType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type AttributeType Modifier and Type Field Description protected List<AttributeType>FilterOperatorSchema. supportedAttributeTypesMethods in odata.msgraph.client.beta.entity that return types with arguments of type AttributeType Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AttributeType>FilterOperatorSchema. getSupportedAttributeTypes()com.github.davidmoten.odata.client.CollectionPage<AttributeType>FilterOperatorSchema. getSupportedAttributeTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type AttributeType Modifier and Type Method Description FilterOperatorSchema.BuilderFilterOperatorSchema.Builder. supportedAttributeTypes(AttributeType... supportedAttributeTypes)Method parameters in odata.msgraph.client.beta.entity with type arguments of type AttributeType Modifier and Type Method Description FilterOperatorSchema.BuilderFilterOperatorSchema.Builder. supportedAttributeTypes(List<AttributeType> supportedAttributeTypes)FilterOperatorSchemaFilterOperatorSchema. withSupportedAttributeTypes(List<AttributeType> supportedAttributeTypes) -
Uses of AttributeType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AttributeType Modifier and Type Method Description static AttributeTypeAttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeType[]AttributeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-