Class PermissionCreatePageResponse.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class PermissionCreatePageResponse.BuilderA builder for PermissionCreatePageResponse. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        datafinal PermissionCreatePageResponse.Builder data(List<PermissionCreateResponse> data) 
 - 
                                        datafinal PermissionCreatePageResponse.Builder data(JsonField<List<PermissionCreateResponse>> data) Sets Builder.data to an arbitrary JSON value. You should usually call Builder.data with a well-typed List<PermissionCreateResponse>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addDatafinal PermissionCreatePageResponse.Builder addData(PermissionCreateResponse data) Adds a single PermissionCreateResponse to Builder.data. 
 - 
                                        hasMorefinal PermissionCreatePageResponse.Builder hasMore(Boolean hasMore) 
 - 
                                        hasMorefinal PermissionCreatePageResponse.Builder hasMore(JsonField<Boolean> hasMore) Sets Builder.hasMore to an arbitrary JSON value. You should usually call Builder.hasMore with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        object_final PermissionCreatePageResponse.Builder object_(JsonValue object_) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("list")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        firstIdfinal PermissionCreatePageResponse.Builder firstId(String firstId) 
 - 
                                        firstIdfinal PermissionCreatePageResponse.Builder firstId(Optional<String> firstId) Alias for calling Builder.firstId with firstId.orElse(null).
 - 
                                        firstIdfinal PermissionCreatePageResponse.Builder firstId(JsonField<String> firstId) Sets Builder.firstId to an arbitrary JSON value. You should usually call Builder.firstId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        lastIdfinal PermissionCreatePageResponse.Builder lastId(String lastId) 
 - 
                                        lastIdfinal PermissionCreatePageResponse.Builder lastId(Optional<String> lastId) Alias for calling Builder.lastId with lastId.orElse(null).
 - 
                                        lastIdfinal PermissionCreatePageResponse.Builder lastId(JsonField<String> lastId) Sets Builder.lastId to an arbitrary JSON value. You should usually call Builder.lastId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal PermissionCreatePageResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal PermissionCreatePageResponse.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal PermissionCreatePageResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal PermissionCreatePageResponse.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal PermissionCreatePageResponse.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal PermissionCreatePageResponse build() Returns an immutable instance of PermissionCreatePageResponse. Further updates to this Builder will not mutate the returned instance. The following fields are required: .data() .hasMore()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-