Class PolicyDraftModifications.Builder

    • Constructor Detail

    • Method Detail

      • setCreated

        public PolicyDraftModifications.Builder setCreated​(java.lang.Long created)
        Count of total created security policies/rules format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        created - New value for the property.
      • setDeleted

        public PolicyDraftModifications.Builder setDeleted​(java.lang.Long deleted)
        Count of total deleted security policies/rules format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        deleted - New value for the property.
      • setModified

        public PolicyDraftModifications.Builder setModified​(java.lang.Long modified)
        Count of total modified security policies/rules format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        modified - New value for the property.
      • setModifiedSecurityPolicies

        public PolicyDraftModifications.Builder setModifiedSecurityPolicies​(java.util.List<java.lang.String> modifiedSecurityPolicies)
        Paginated list of policy drafts. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        modifiedSecurityPolicies - New value for the property.