Package com.microsoft.graph.requests
Class CustomSecurityAttributeDefinitionCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<CustomSecurityAttributeDefinition,CustomSecurityAttributeDefinitionCollectionRequestBuilder>
com.microsoft.graph.requests.CustomSecurityAttributeDefinitionCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class CustomSecurityAttributeDefinitionCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<CustomSecurityAttributeDefinition,CustomSecurityAttributeDefinitionCollectionRequestBuilder>
The class for the Custom Security Attribute Definition Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionCustomSecurityAttributeDefinitionCollectionPage
(CustomSecurityAttributeDefinitionCollectionResponse response, CustomSecurityAttributeDefinitionCollectionRequestBuilder builder) A collection page for CustomSecurityAttributeDefinitionCustomSecurityAttributeDefinitionCollectionPage
(List<CustomSecurityAttributeDefinition> pageContents, CustomSecurityAttributeDefinitionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for CustomSecurityAttributeDefinition -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
CustomSecurityAttributeDefinitionCollectionPage
public CustomSecurityAttributeDefinitionCollectionPage(@Nonnull CustomSecurityAttributeDefinitionCollectionResponse response, @Nonnull CustomSecurityAttributeDefinitionCollectionRequestBuilder builder) A collection page for CustomSecurityAttributeDefinition- Parameters:
response
- the serialized CustomSecurityAttributeDefinitionCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
CustomSecurityAttributeDefinitionCollectionPage
public CustomSecurityAttributeDefinitionCollectionPage(@Nonnull List<CustomSecurityAttributeDefinition> pageContents, @Nullable CustomSecurityAttributeDefinitionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for CustomSecurityAttributeDefinition- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-